Releases: konvajs/react-konva
Releases · konvajs/react-konva
19.0.1
- Support for
react@19
andreact-dom@19
. Will NOT work forreact
andreact-dom
version 18.
What's Changed
- Fix node props by @maritaria in #676
- Add type definitions of pointer event handlers by @pastelmind in #724
- Add dependency on @types/react-reconciler by @Methuselah96 in #734
- fix: add extensions for relative imports by @dylanarmstrong in #752
- Fix useState import by @EasyBreezy97 in #755
- React 19 Upgrade by @jackpope in #802
- Log uncaught errors for React 19 by @craigspaeth in #809
New Contributors
- @maritaria made their first contribution in #676
- @pastelmind made their first contribution in #724
- @Methuselah96 made their first contribution in #734
- @dylanarmstrong made their first contribution in #752
- @EasyBreezy97 made their first contribution in #755
- @jackpope made their first contribution in #802
- @craigspaeth made their first contribution in #809
Full Changelog: v18.1.0...v19.0.0
18
- Support for
react
andreact-dom
version 18. May not work with other versions.
What's Changed
- Added validation for typescript typings by @vojty in #352
- Update scheduler to the latest version 🚀 by @Greenkeeper in #355
- export member useStrictMode by @Vicfeel in #379
- Update react-reconciler to the latest version 🚀 by @Greenkeeper in #410
- Update react to the latest version 🚀 by @Greenkeeper in #411
- Update scheduler to the latest version 🚀 by @Greenkeeper in #412
- Add info about bridging React Context by @ejarzo in #450
- Fix typo in README by @JoeDuncko in #463
- Make React Konva compatible with React v17 by @alexkuz in #508
- Fix a couple typos in error messages by @JonDegn in #522
- Update react, react-dom peer dependency to support versions >=16.8.0 by @nsharma1396 in #603
- Expose react reconciler by @tuoxiansp in #642
- Make type definitions compatible with @types/react 18.0.0 by @stues in #659
New Contributors
- @vojty made their first contribution in #352
- @Vicfeel made their first contribution in #379
- @ejarzo made their first contribution in #450
- @JoeDuncko made their first contribution in #463
- @alexkuz made their first contribution in #508
- @JonDegn made their first contribution in #522
- @nsharma1396 made their first contribution in #603
- @tuoxiansp made their first contribution in #642
- @stues made their first contribution in #659
Full Changelog: v16.8.6...v18.1.0
v16.8.6
v16.8.5
Works ok with [email protected]
.
Removed id
warning because [email protected]
fixed id searching.
v16.8.2-0
v16.8.1
v16.8.0
v16.7.1
To use with [email protected]
.
- Update
peerDependencies
ofreact
. - Update some error messages