Skip to content

Commit

Permalink
Add React 19 support (#1247)
Browse files Browse the repository at this point in the history
* Add React 19 support

* Update changelog
  • Loading branch information
reinink authored Nov 18, 2024
1 parent 56c073c commit f327cbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add React 19 support ([#1247](https://github.com/tailwindlabs/heroicons/pull/1247))

### Fixed

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

## [2.1.5] - 2024-07-10

Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@
"access": "public"
},
"peerDependencies": {
"react": ">= 16"
"react": ">= 16 || ^19.0.0-rc"
}
}

0 comments on commit f327cbe

Please sign in to comment.