Skip to content

Commit dd30cb6

Browse files
chore: prepare v3.3.0 release
Bump to v3.3.0 for React 19 peer support, update changelog notes, and refresh build dependencies so prepublish succeeds on modern Node versions. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3db9f2c commit dd30cb6

3 files changed

Lines changed: 142 additions & 83 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ The documentation below only applies to the latest version. Please find earlier
100100

101101
### Changelog
102102

103+
#### Version 3.3.0
104+
105+
- Add React 19 peer dependency support while keeping React 18 compatibility.
106+
- Migrate the demo app from legacy Remix/Netlify setup to Vite + React Router + Vitest.
107+
- Update build tooling to keep package builds working on newer Node.js versions.
108+
103109
#### Version 3.2.0
104110

105111
- Better `Item` type definition to make it easier to extend the items array.

package-lock.json

Lines changed: 134 additions & 81 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
@@ -1,6 +1,6 @@
11
{
22
"name": "react-datalist-input",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "react-datalist-input provides a React datalist/combobox component called DatalistInput. The component contains an input field with a dropdown menu of suggestions based on the current input.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
@@ -61,7 +61,7 @@
6161
"rollup": "^2.70.1",
6262
"rollup-plugin-babel": "^4.4.0",
6363
"rollup-plugin-peer-deps-external": "^2.2.4",
64-
"rollup-plugin-typescript2": "^0.30.0",
64+
"rollup-plugin-typescript2": "^0.36.0",
6565
"sass": "^1.41.0",
6666
"ts-jest": "^27.0.5",
6767
"ts-node": "^10.2.1",

0 commit comments

Comments
 (0)