Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.66 KB

File metadata and controls

67 lines (49 loc) · 1.66 KB

import FlagsConsumer from "./src/FlagsConsumer";

Changelog

All notable changes to this project are documented in this file.

[1.4.1] - 2026-01-30

Update the Example application in the project to React 19.

[1.4.0] - 2025-12-30

This release allows you to use ld-react-feature-flags with React 19 without a warning when installing.

[1.3.0] - 2023-08-01

This release uses the new LaunchDarkly Javascript SDK.

[1.2.0] - 2020-11-30

This release allows you to use ld-react-feature-flags with React 18 without a warning when installing.

[1.1.0] - 2020-11-30

This release allows you to use ld-react-feature-flags with React 17 without a warning when installing.

[1.0.39] - 2020-10-20

Add

  • Add type definition for user custom object

[1.0.38] - 2020-04-14

Fix

  • fix definition type for WithFlags component

[1.0.37] - 2020-02-28

Fix

  • Another type definition fix

[1.0.35] - 2020-02-28

Fix

  • Type definition fix

[1.0.34] - 2019-09-25

Fix

  • Type LDCClient for launch Darkly

[1.0.33] - 2019-09-19

Fix

  • Type de finition for Flags are

[1.0.30] - 2019-07-02

Add

  • Type definition added.

[1.0.29] - 2019-06-27

Add

  • Check on children type.

[1.0.28] - 2019-06-27

Fix

  • Fix a problem when no children and no renderOn are provided to the FlagsConsumer.

[1.0.27] - 2019-06-17

Added

  • JSON, Numbers and Strings are now injected as props for multivariant flags.

[1.0.25] - 2019-04-11

Added

  • FlagsContext is now available as an import.

[1.0.0] - 2018-11-19

Added

  • FlagsProvider, Flags and WithFlags components to easily manage what your app will rendered based on your LaunchDarkly config.