Skip to content

Commit 7e4725f

Browse files
Release note for JS FM 2.1.0 (#1057)
* release note for js fm 2.1.0 * update * Update releaseNotes/JavaScriptFeatureManagement.md Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com> --------- Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
1 parent d21e8ca commit 7e4725f

3 files changed

Lines changed: 25 additions & 0 deletions

releaseNotes/JavaScriptFeatureManagement.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[Source code][source_code] | [Package (npm)][package] | [Samples][samples]
44

5+
## 2.1.0 - May 20, 2025
6+
7+
### Enhancements
8+
9+
* Stablized the targeting context accessor. You can configure an `ITargetingContextAccessor` when initializing the `FeatureManager` through `FeatureManagerOptions.targetingContextAccessor`. [#93](https://github.com/microsoft/FeatureManagement-JavaScript/pull/93)
10+
11+
* Stablized the feature evaluation event properties. These properties can be obtained through the use of `createFeatureEvaluationEventProperties`, and they include: `"Version"`, `"FeatureName"`, `"Enabled"`, `"TargetingId"`, `"Variant`", `"VariantAssignmentReason"`, `"DefaultWhenEnabled"` and `"VariantAssignmentPercentage"`.
12+
513
## 2.1.0-preview.1 - April 22, 2025
614

715
### Enhancements

releaseNotes/JavaScriptFeatureManagementApplicationInsightsBrowser.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[Source code][source_code] | [Package (npm)][package] | [Samples][samples]
44

5+
## 2.1.0 - May 20, 2025
6+
7+
### Enhancements
8+
9+
* Updated `@microsoft/feature-management` dependency to `2.1.0`.
10+
11+
* Stablized `createTargetingTelemetryInitializer` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)
12+
513
## 2.1.0-preview.1 - April 22, 2025
614

715
* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.

releaseNotes/JavaScriptFeatureManagementApplicationInsightsNode.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
[Source code][source_code] | [Package (npm)][package] | [Samples][samples]
44

5+
## 2.1.0 - May 20, 2025
6+
7+
### Enhancements
8+
9+
* Updated `@microsoft/feature-management` dependency to `2.1.0`.
10+
11+
* Stablized `createTargetingTelemetryProcessor` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)
12+
13+
514
## 2.1.0-preview.1 - April 22, 2025
615

716
* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.

0 commit comments

Comments
 (0)