Skip to content

Commit fc32e5b

Browse files
Version Packages (#82)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d73f8eb commit fc32e5b

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/silly-schools-hunt.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/lib/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- d73f8eb: Upgrade Opticks optimizely integration to support Optimizely's JS SDK v5.3.2
8+
9+
Non-breaking changes:
10+
11+
- `getOrSetCachedFeatureEnabled` is renamed to `getToggleDecisionStatus`
12+
13+
Breaking changes:
14+
15+
- `__checkIfUserIsInAudience`, an internal from Optimizely got updated to `checkIfUserIsInAudience`. Hence you need the version 5.3.2 of the JS SDK to run this version of opticks properly
16+
- Removed deprecated `booleanToggle` and `getEnabledFeatures` and all mentions of it
17+
318
## 4.3.0
419

520
### Minor Changes

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opticks",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "FindHotel Toggle Flag JavaScript SDK",
55
"main": "dist/optimizely.js",
66
"module": "dist/optimizely.mjs",

0 commit comments

Comments
 (0)