Skip to content

v0.2.0

Compare
Choose a tag to compare
@laliconfigcat laliconfigcat released this 26 Aug 09:29
· 55 commits to main since this release
af6cc6f
  • 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.)