Skip to content

Releases: konvajs/react-konva

v16.6.1-1

08 Nov 14:48
Compare
Choose a tag to compare

Urgent fix for ref bug.

v16.6.1

07 Nov 20:48
Compare
Choose a tag to compare
  • Update dependencies and bumped react to 16.6.1.
  • Added a warning when react and react-konva versions don't match.
  • Added special property _useStrictMode to all nodes. So you can use strict mode with only one component and keep global strict mode on its default value (false). Example <Rect _useStrictMode />
  • reference to <Stage> component will return real Konva.Stage and not just react wrapper. Old code like this.stageRef.getStage() will still work.

v16.6.0

24 Oct 16:24
Compare
Choose a tag to compare

Updating deps of react to v16.6.0.

Also now react-konva will use non-strict-mode be default. For more information read #271

v16.5.2

18 Oct 15:27
Compare
Choose a tag to compare

There are no breaking changes in this update. Just versioning is changed to follow react and react-dom versions.

I think it will be simpler to update react and react-konva if they have the same versions. So it is clear they are compatible.