Skip to content

Releases: konvajs/react-konva

v19.0.7

03 Jul 00:16
Compare
Choose a tag to compare

Commits

  • 2d9a114: fix headless chrome sandbox in tests (Anton Lavrenov) #838
  • c81ad1e: Merge branch 'master' of github.com:konvajs/react-konva (Anton Lavrevov)
  • 99fe020: add version (Anton Lavrevov)
  • 5f6157d: 19.0.7 (Anton Lavrevov)

v19.0.6

13 Jun 21:04
Compare
Choose a tag to compare

Commits

  • 3c94dfd: fix double event attach in strict mode. fix #839 (Anton Lavrevov)
  • 42741df: 19.0.6 (Anton Lavrevov)

v19.0.5

05 Jun 13:26
Compare
Choose a tag to compare

Commits

  • c36dddf: Fix type build error (Nathan Bierema) #837
  • 6155285: Merge branch 'fix-reconciler-type-args' of github.com:Methuselah96/react-konva into Methuselah96-fix-reconciler-type-args (Anton Lavrevov) #837
  • 9533d5d: Merge branch 'Methuselah96-fix-reconciler-type-args' (Anton Lavrevov)
  • 5bd596b: update deps (Anton Lavrevov)
  • a36f108: 19.0.5 (Anton Lavrevov)

v19.0.4

05 Jun 13:25
Compare
Choose a tag to compare

Commits

  • aa7c337: update deocs (Anton Lavrevov)
  • ca0e968: fix ref attr in konva node, fix issues in strict mode. close #761, #834 (Anton Lavrevov)
  • fe34b5a: restore package.json (Anton Lavrevov)
  • b221bfb: 19.0.4 (Anton Lavrevov)

v19.0.3

03 Apr 15:14
Compare
Choose a tag to compare

Commits

  • 1e9a9ff: change bleed color again (Anton Lavrevov)
  • 30d3bef: remove bad test (Anton Lavrevov)
  • 4fa9ee8: update deps, synchronius render when state is updated (Anton Lavrevov)
  • 0c2de3e: 19.0.3 (Anton Lavrevov)

v19.0.2

08 Jan 14:39
Compare
Choose a tag to compare

Commits

  • dfde469: update docs, restore deps (Anton Lavrevov)
  • 2c97942: enable another test (Anton Lavrevov)
  • 7707e1b: little test changes (Anton Lavrevov)
  • b6c35ba: add release job (Anton Lavrevov)
  • 76dd3ba: add error on incorrect React version (Anton Lavrevov)
  • 755a256: 19.0.2 (Anton Lavrevov)

19.0.1

06 Jan 19:30
Compare
Choose a tag to compare
  • Support for react@19 and react-dom@19. Will NOT work for react and react-dom version 18.

What's Changed

New Contributors

Full Changelog: v18.1.0...v19.0.0

18

06 Jan 19:27
Compare
Choose a tag to compare
18
  • Support for react and react-dom version 18. May not work with other versions.

What's Changed

New Contributors

Full Changelog: v16.8.6...v18.1.0

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 [email protected].
Removed id warning because [email protected] fixed id searching.