Skip to content

Commit 7a62542

Browse files
authored
Merge pull request #316 from acelaya/feature/react-19
Add support for react 19
2 parents 69da8d7 + 3b01a4a commit 7a62542

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7-
## [Unreleased]
7+
## [2.4.0] - 2024-12-06
88
### Added
9-
* *Nothing*
9+
* Add support for React 19
1010

1111
### Changed
1212
* Update to `@shlinkio/eslint-config-js-coding-standard` 3.0, and migrate to ESLint flat config.
@@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
* *Nothing*
1616

1717
### Removed
18-
* *Nothing*
18+
* Drop support for React 17
1919

2020
### Fixed
2121
* *Nothing*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"vitest": "^2.0.2"
5959
},
6060
"peerDependencies": {
61-
"react": "^17.0 || ^18.0",
62-
"react-dom": "^17.0 || ^18.0"
61+
"react": "^19.0 || ^18.0",
62+
"react-dom": "^19.0 || ^18.0"
6363
},
6464
"files": [
6565
"dist"

0 commit comments

Comments
 (0)