Skip to content

Bump konva from 7.2.2 to 8.4.1

Dependabot requested to merge dependabot-npm_and_yarn-konva-8.4.1 into master

Bumps konva from 7.2.2 to 8.4.1.

Changelog

Sourced from konva's changelog.

8.4.1 (2023-01-19)

  • Typescript fixes for container.add() method. Ability to use empty array as argument. E.g. container.add(...emptyArray)
  • Fix underline for justify text
  • Fix gradient display on underline or line-through text

8.4.0 (2023-01-05)

  • Add support for cornerRadius for Konva.Image
  • Fix cloning of Konva.Transformer

8.3.14 (2022-11-09)

  • Automatically release (destroy) used canvas elements. Should fix safari memory issues

8.3.13 (2022-10-03)

  • Typescript fixes
  • Better non-passive events usage
  • Better 2d context usage to avoid Chrome warnings

8.3.12 (2022-08-29)

  • ellipsis fixes for Konva.Text
  • Allow reset component attributes via overloader

8.3.11 (2022-08-05)

  • Fix Konva.Label position when tag attributes are changed
  • Fix incorrect ellipsis display for Konva.Text
  • Fix click event trigger on parent containers on touch devices
  • Fix incorrect mouseleave event trigger when drag is finished

8.3.10 (2022-06-20)

  • Skip Konva.Transformer in container.getClientRect() calculations

8.3.9 (2022-05-27)

  • Typescript fixes

8.3.8 (2022-05-05)

  • Disable all exports in package.json

8.3.7 (2022-05-04)

  • Migrate to CommonJS exports only

8.3.6 (2022-04-27)

... (truncated)

Commits
  • 7217923 update cdn link
  • c704c48 build for 8.4.1
  • 322b821 update CHANGELOG with new version
  • a54cfca Merge pull request #1482 from alexisfontaine/container-add-empty-array
  • 65b76a2 Handle adding empty arrays to a container
  • 6e5aff3 fix test instructions
  • 25a9e27 update cdn link
  • 0f2efc8 build for 8.4.0
  • 7389804 update CHANGELOG with new version
  • 6ca59aa Merge branch 'iaosee-image-corner-radius' into master
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports