Skip to content

Commit f327cbe

Browse files
authored
Add React 19 support (#1247)
* Add React 19 support * Update changelog
1 parent 56c073c commit f327cbe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add React 19 support ([#1247](https://github.com/tailwindlabs/heroicons/pull/1247))
13+
1014
### Fixed
1115

12-
- Removed unncessary clipping path from `solid/arrow-left-circle` ([#1211](https://github.com/tailwindlabs/heroicons/pull/1211))
16+
- Removed unnecessary clipping path from `solid/arrow-left-circle` ([#1211](https://github.com/tailwindlabs/heroicons/pull/1211))
1317

1418
## [2.1.5] - 2024-07-10
1519

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@
144144
"access": "public"
145145
},
146146
"peerDependencies": {
147-
"react": ">= 16"
147+
"react": ">= 16 || ^19.0.0-rc"
148148
}
149149
}

0 commit comments

Comments
 (0)