-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Opticks to support Optimizely's JS SDK v5.3.2 (#81)
* Update Opticks to support Optimizely's JS SDK v5.3.2 * Updated README * Update README.md Co-authored-by: Gerrit Burger <[email protected]> * Apply suggestions from code review Co-authored-by: Gerrit Burger <[email protected]> * Code review * Code review * Remove boolean toggle remnants * Code review --------- Co-authored-by: Gerrit Burger <[email protected]>
- Loading branch information
Showing
17 changed files
with
234 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
'opticks': major | ||
--- | ||
|
||
Upgrade Opticks optimizely integration to support Optimizely's JS SDK v5.3.2 | ||
|
||
Non-breaking changes: | ||
|
||
- `getOrSetCachedFeatureEnabled` is renamed to `getToggleDecisionStatus` | ||
|
||
Breaking changes: | ||
|
||
- `__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 | ||
- Removed deprecated `booleanToggle` and `getEnabledFeatures` and all mentions of it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.