Skip to content

Releases: configcat/react-sdk

v1.0.4

01 Dec 11:20
4f879db
Compare
Choose a tag to compare

Fixing sourcemap issues.
#9

v1.0.3

21 Nov 17:18
Compare
Choose a tag to compare

Fixed

  • When the flagOverrides was set, the { [name: string]: Setting } map transformation of the remote settings didn't work properly.

v1.0.2

11 Oct 21:25
Compare
Choose a tag to compare
  • Setting less strict versions of react components in peerDependencies.

v1.0.1

27 Sep 15:27
Compare
Choose a tag to compare

Exporting PollingMode enum.

v1.0.0

06 Sep 12:11
Compare
Choose a tag to compare

🚀 ConfigCat SDK for React applications

Introducing the first official release of the ConfigCat SDK for React.

v0.2.0

26 Aug 09:29
af6cc6f
Compare
Choose a tag to compare
  • 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.)

v0.1.0

09 May 13:11
995d2c3
Compare
Choose a tag to compare
  • First alpha release