Skip to content

Commit 710f474

Browse files
committed
feat: Support for React 19
1 parent a23496a commit 710f474

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import FlagsConsumer from "./src/FlagsConsumer";
33
# Changelog
44
All 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
710
This release uses the new LaunchDarkly Javascript SDK.
811

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
{
@@ -40,8 +40,8 @@
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",

0 commit comments

Comments
 (0)