Skip to content

Releases: konvajs/react-konva

v16.8.6

30 Mar 02:04
Compare
Choose a tag to compare

Update internal dependencies.

v16.8.5

23 Mar 14:30
Compare
Choose a tag to compare

Works ok with react@16.8.5.
Removed id warning because konva@3.2.3 fixed id searching.

v16.8.2-0

16 Feb 18:26
Compare
Choose a tag to compare

Bump react to 16.8.1
Change unmatched versions message from error to warning.

v16.8.1

16 Feb 18:25
Compare
Choose a tag to compare

Bump react to 16.8.1

v16.8.0

08 Feb 22:32
Compare
Choose a tag to compare

Capability with React v16.8.0.

  • It has the support of hooks now!
  • Some best practices warnings
  • types updates

v16.7.1

25 Dec 15:34
Compare
Choose a tag to compare

To use with react@16.7.0.

  • Update peerDependencies of react.
  • Update some error messages

v16.7.0

21 Dec 15:26
Compare
Choose a tag to compare

Add new draggable warning. For more info see: #256

Updated react dependencies to match version 16.7.0.

v16.6.11

10 Nov 13:08
Compare
Choose a tag to compare

Publish a hot fix as the patch update.

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.