File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ import FlagsConsumer from "./src/FlagsConsumer";
33# Changelog
44All notable changes to this project are documented in this file.
55
6+ ## [ 1.4.0] - 2025-12-30
7+ This release allows you to use ld-react-feature-flags with React 19 without a warning when installing.
8+
69## [ 1.3.0] - 2023-08-01
710This release uses the new LaunchDarkly Javascript SDK.
811
Original file line number Diff line number Diff line change 11{
22 "name" : " @lectra/ld-react-feature-flags" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " Integrate Launch Darkly in your React app in a breeze" ,
55 "contributors" : [
66 {
4040 },
4141 "peerDependencies" : {
4242 "prop-types" : " ^15.6.2" ,
43- "react" : " ^16.3.0 || ^17 || ^18" ,
44- "react-dom" : " ^16.3.0 || ^17 || ^18"
43+ "react" : " ^16.3.0 || ^17 || ^18 || ^19 " ,
44+ "react-dom" : " ^16.3.0 || ^17 || ^18 || ^19 "
4545 },
4646 "devDependencies" : {
4747 "@babel/core" : " ^7.21.8" ,
You can’t perform that action at this time.
0 commit comments