Releases: configcat/react-sdk
Releases · configcat/react-sdk
v1.0.4
v1.0.3
v1.0.2
v1.0.1
Exporting PollingMode enum.
v1.0.0
🚀 ConfigCat SDK for React applications
Introducing the first official release of the ConfigCat SDK for React.
v0.2.0
- removed the configcat-js peer dependency, and added parameters (sdkKey, other polling mode related parameters, ...) to the ConfigCatProvider so it can initialize a configcatclient directly with the configcat-common package.
- added the hot reload functionality based on the configChanged callback of the configcatclient (currently works only in auto polling mode)
- added integration tests
- added a sandbox app that can be used during development time (with Storybook)
- some CI/CD improvements (coverage, etc.)