We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0318f1 commit 0b495f0Copy full SHA for 0b495f0
2 files changed
CHANGELOG.md
@@ -8,6 +8,11 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+## [3.0.1] - 2026-02-23
12
+
13
### Added
14
15
- Support for React 19
16
17
+[unreleased]: https://github.com/neolution-ch/react-popper/compare/3.0.1...HEAD
18
+[3.0.1]: https://github.com/neolution-ch/react-popper/compare/3.0.1-rc.0...3.0.1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@neolution-ch/react-popper",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Official library to use Popper on React projects",
5
"license": "MIT",
6
"author": "Travis Arnold <travis@souporserious.com> (http://souporserious.com)",
0 commit comments