magpie-ea / magpie-base

A framework for building web-based experiments (e.g., for psychological research) 🤯⚗
MIT License
3 stars 0 forks source link

Bump konva from 7.2.5 to 8.4.0 #185

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps konva from 7.2.5 to 8.4.0.

Changelog

Sourced from konva's changelog.

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)

  • Better exports definitions. Importing Konva should work better in different bundlers and test environments.
  • imageSmoothingEnabled option for node.toDataURL(), node.toCanvas() and node.toImage()

8.3.5 (2022-03-21)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #188.