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: CHANGES.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
- Added two new configuration options for the SDK storage in browsers when using storage type `LOCALSTORAGE`:
3
3
- `storage.expirationDays` to specify the validity period of the rollout cache.
4
4
- `storage.clearOnInit` to clear the rollout cache on SDK initialization.
5
+
- Updated SDK_READY_FROM_CACHE event when using the `LOCALSTORAGE` storage type to be emitted alongside the SDK_READY event if it has not already been emitted.
5
6
6
7
2.1.0 (January 17, 2025)
7
8
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on `SplitView` type objects. Read more in our docs.
0 commit comments