Skip to content

Releases: TheMagoo73/flagsmith-react

Support getAllFlags

21 Oct 08:13
077b55b
Compare
Choose a tag to compare

Support for Flagsmith's getAllFlags API, which can be useful for debugging and similar use cases.

Thanks to @tm1000 for the contribution!

Fix multi-initialization issue

20 Oct 21:36
a6e5797
Compare
Choose a tag to compare

Use a ref to prevent multiple initialization of Flagsmith.

Flagsmith 1.5.0

07 Jul 09:24
514aa5f
Compare
Choose a tag to compare

Patch release to bump Flagsmith API to 1.5.0.

Fix types

26 May 15:33
9c745dd
Compare
Choose a tag to compare

Fixes to types

With thanks to @mateuszCiezczak for an awesome contribution!

v1.2.0: Merge pull request #26 from TheMagoo73/feat/flagsmith-1.4.1-support

24 May 09:34
78aabd1
Compare
Choose a tag to compare
  • Update to v1.4.1 of the Flagsmith library
  • Add support for setting traits in the identify method

v1.1.0

26 Apr 21:18
Compare
Choose a tag to compare

Merged awesome PR from @ramon-villain

  • Add the api prop to the FlagsmithProvider
  • Lots of unit tests to make releases reliable
  • Linting and Prettier

v1.0.0: Merge pull request #19 from TheMagoo73/complete-v1-docs

19 Apr 20:04
ac9f569
Compare
Choose a tag to compare

Added

  • FlagsmithProvider component
  • useFlagsmith hook function with support for the full Flagsmith API
  • Docs

Traits and forced refresh

15 Apr 14:39
0870ca4
Compare
Choose a tag to compare
Pre-release
  • Support for the Flagsmith traits API
  • Support forced refresh of flags with getFlags

Make it a bit better

14 Apr 20:19
58c780d
Compare
Choose a tag to compare
Make it a bit better Pre-release
Pre-release
  • Support an optional Flagsmith integration in the provider to allow for React native support
  • Add a types file for Typescript and Intelisence support

Extend API

07 Apr 18:06
c7e63a1
Compare
Choose a tag to compare
Extend API Pre-release
Pre-release
  • Support logout
  • Support startListening, stopListening and isListening