We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ace064 commit f8d691cCopy full SHA for f8d691c
CHANGELOG.md
@@ -1,7 +1,11 @@
1
Changelog
2
=========
3
+# 3.3.0
4
+* Adds support for React 19
5
+
6
## 3.2.0
7
* Adds support for React 18
8
9
## 3.1.0
10
* Adds support for React 17
11
package.json
@@ -1,6 +1,6 @@
{
"name": "react-datetime",
- "version": "3.2.0",
+ "version": "3.3.0",
"description": "A lightweight but complete datetime picker React.js component",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
@@ -38,7 +38,7 @@
38
"license": "MIT",
39
"peerDependencies": {
40
"moment": "^2.16.0",
41
- "react": "^16.5.0 || ^17.0.0 || ^18.0.0"
+ "react": "16.5.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
42
},
43
"devDependencies": {
44
"@babel/core": "7.7.4",
0 commit comments