Releases: Flagsmith/flagsmith-js-client
Releases · Flagsmith/flagsmith-js-client
9.0.3
9.0.2
9.0.1
What's Changed
- fix: Don't use cached traits to initialize sdk state by @tiagoapolo in #282
- fix: Types not being exported and autocomplete not working by @tiagoapolo in #284
Full Changelog: 9.0.0...9.0.1
9.0.0
8.0.3
What's Changed
- chore: typecheck on build by @kyle-ssg in #267
- fix: Unhandled exception when getting value from local storage by @tiagoapolo in #279
- chore: Deprecate flagsmith-es by @kyle-ssg in #281
Full Changelog: 8.0.2...8.0.3
8.0.2
What's Changed
- fix: Un-deprecate
setTrait
,setTraits
andidentify
by @tiagoapolo in #276
New Contributors
- @tiagoapolo made their first contribution in #276
Full Changelog: 8.0.1...8.0.2
8.0.1
8.0.0
What's Changed
- fix: Handle uncaught fetch exception by @frankieyan in #256
- Release 8.0.0 by @matthewelwell in #274
Breaking changes
This release reintroduces the changes originally added in Version 6.0.0. This changes the key used by the flagsmith client for internal storage to allow support for multiple environments. See #252 for further details.
New Contributors
- @frankieyan made their first contribution in #256
Full Changelog: 7.0.2...8.0.0
Version 7.0.2
What's Changed
- fix: Incorrect argument type, interface extension by @khvn26 in #261
- fix: Interface extensions are not correct by @khvn26 in #266
Full Changelog: 7.0.1...7.0.2
Version 7.0.1
Allows flagsmith.setContext({...})
prior to init.