Releases: TheMagoo73/flagsmith-react
Releases · TheMagoo73/flagsmith-react
Support getAllFlags
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
Use a ref to prevent multiple initialization of Flagsmith.
Flagsmith 1.5.0
Patch release to bump Flagsmith API to 1.5.0.
Fix types
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
- Update to v1.4.1 of the Flagsmith library
- Add support for setting traits in the
identify
method
v1.1.0
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
Added
- FlagsmithProvider component
- useFlagsmith hook function with support for the full Flagsmith API
- Docs
Traits and forced refresh
- Support for the Flagsmith traits API
- Support forced refresh of flags with
getFlags
Make it a bit better
- 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
- Support
logout
- Support
startListening
,stopListening
andisListening