import FlagsConsumer from "./src/FlagsConsumer";
All notable changes to this project are documented in this file.
This release uses the new LaunchDarkly Javascript SDK.
This release allows you to use ld-react-feature-flags with React 18 without a warning when installing.
This release allows you to use ld-react-feature-flags with React 17 without a warning when installing.
- Add type definition for user custom object
- fix definition type for WithFlags component
- Another type definition fix
- Type definition fix
- Type LDCClient for launch Darkly
- Type de finition for Flags are
- Type definition added.
- Check on children type.
- Fix a problem when no children and no renderOn are provided to the FlagsConsumer.
JSON, Numbers and Strings
are now injected as props for multivariant flags.
FlagsContext
is now available as an import.
FlagsProvider
,Flags
andWithFlags
components to easily manage what your app will rendered based on your LaunchDarkly config.