Skip to content

Releases: Flagsmith/flagsmith-js-client

9.0.3

23 Jan 12:44
de86458
Compare
Choose a tag to compare

9.0.2

22 Jan 09:58
9978a11
Compare
Choose a tag to compare

Closes #283

9.0.1

20 Jan 20:15
ad4a206
Compare
Choose a tag to compare

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

15 Jan 17:02
4afc3bf
Compare
Choose a tag to compare

This release removes flagsmith-es and makes the flagsmith npm package both umd and es module compatible. Closes #226

8.0.3

15 Jan 16:23
ffa499d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.2...8.0.3

8.0.2

02 Jan 18:04
4b5d0f9
Compare
Choose a tag to compare

What's Changed

  • fix: Un-deprecate setTrait, setTraits and identify by @tiagoapolo in #276

New Contributors

Full Changelog: 8.0.1...8.0.2

8.0.1

18 Dec 14:14
8417a31
Compare
Choose a tag to compare

Fixes sourcemaps (#239)
Fixes ReactNode type (#268)
Fixes identifier being removed from context in getFlagsResponse (#262)

8.0.0

18 Dec 11:17
fcf1625
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 7.0.2...8.0.0

Version 7.0.2

05 Nov 09:04
4f4372a
Compare
Choose a tag to compare

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

17 Oct 13:45
a755ff4
Compare
Choose a tag to compare

Allows flagsmith.setContext({...}) prior to init.