You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/optimizely-sdk/CHANGELOG.MD
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
## [4.7.0] - September 15, 2021
11
11
12
12
### New Features
13
-
- Added new public properties to OptimizelyConfig. ([#683](https://github.com/optimizely/javascript-sdk/pull/683), [#698](https://github.com/optimizely/javascript-sdk/pull/698))
13
+
- Added new public properties to `OptimizelyConfig`. ([#683](https://github.com/optimizely/javascript-sdk/pull/683), [#698](https://github.com/optimizely/javascript-sdk/pull/698))
14
14
- sdkKey
15
15
- environmentKey
16
16
- attributes
17
17
- audiences
18
18
- events
19
-
- experimentRules and deliveryRules to OptimizelyFeature
20
-
- audiences to OptimizelyExperiment
19
+
- experimentRules and deliveryRules to `OptimizelyFeature`
- Followed experimentIds order of experiments inside featuresMap of OptimizelyConfig ([#701](https://github.com/optimizely/javascript-sdk/pull/701))
27
27
28
+
### Deprecated
29
+
30
+
-`OptimizelyFeature.experimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.experimentRules` and `OptimizelyFeature.deliveryRules` ([#698](https://github.com/optimizely/javascript-sdk/pull/698))
0 commit comments