Skip to content

Bump konva from 8.4.3 to 9.3.16 #1646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps konva from 8.4.3 to 9.3.16.

Release notes

Sourced from konva's releases.

9.3.16

Commits

  • 9483077: add types and remove unused import (tbo47) #1826
  • b8ae0a4: tsconfig ilb to es2019 (tbo47) #1827
  • 8d2a050: var to const or let (tbo47) #1830
  • cb85f72: add types (tbo47) #1830
  • 7714ef6: remove unused libs (tbo47) #1832
  • 9a7e688: refactor for const over let (Thibaut(Teebo)) #1836
  • 5cdde09: fix freeze on ios. close #1843 (lavrton)
  • 7ceb745: changes (lavrton)
  • a2a8ece: update CHANGELOG with new version (lavrton)
  • b8fe8d3: build for 9.3.16 (lavrton)
  • a8348f6: update cdn link (lavrton)

9.3.15

Bug Fixes

Commits

  • e6cb27f: better types, fix #1794 (Anton Lavrenov)
  • 45889f9: changes (Anton Lavrenov)
  • 0d977a1: #1797 StageConfig: container optional (Daniel Kleis) #1801
  • d1704e5: fix letter spacing for Hindi text (Anton Lavrenov)
  • c98b1f6: Merge branch 'master' of github.com:konvajs/konva (Anton Lavrenov)
  • bd8e4a6: update CHANGELOG with new version (Anton Lavrenov)
  • 3469327: build for 9.3.15 (Anton Lavrenov)
  • 0dd6d10: update cdn link (Anton Lavrenov)

9.3.14

Commits

  • ac1587f: update docs, fix fullRule for hit graph, close #1787 (Anton Lavrenov)
  • 3f6f9f9: fix shadow + corner radius for images, close #1734 (Anton Lavrenov)
  • 459606b: changes (Anton Lavrenov)
  • 72d92d8: update CHANGELOG with new version (Anton Lavrenov)
  • 331bd9b: build for 9.3.14 (Anton Lavrenov)
  • 7b99aa9: update cdn link (Anton Lavrenov)

9.3.13

Commits

  • bb5275f: measureText fallback (Anton Lavrenov)
  • d9e6f11: update CHANGELOG with new version (Anton Lavrenov)
  • 5ac4063: build for 9.3.13 (Anton Lavrenov)
  • 00997bc: update cdn link (Anton Lavrenov)

9.3.12

Commits

  • b54f388: add link to konva-dev (Tac Tacelosky) #1770

... (truncated)

Changelog

Sourced from konva's changelog.

9.3.16 (2024-10-21)

  • Fix freeze on ios on touch cancel event
  • Typescript fixes

9.3.15 (2024-09-09)

  • fix letter spacing for Hindi text
  • ts fixes

9.3.14 (2024-07-16)

  • Fix shadow + corner radius for images
  • Support fillRule for Konva.Shape on hit graph

9.3.13 (2024-07-05)

  • Fallback for Konva.Text.measureSize() when 2d context doesn't return full data

9.3.12 (2024-06-20)

  • Fix stopped transforming when it was triggered by multi-touch
  • Fix svg path.getPointAtLength() calculations in some cases
  • Fix shape.getClientRect() when any of parents is cached

9.3.11 (2024-05-23)

  • Fix chrome clear canvas issue
  • Typescript fixes

9.3.9 (2024-05-20)

  • Fix underline and line-through for Konva.Text when Konva._fixTextRendering = true

9.3.8 (2024-05-15)

  • Fix click events fires on stage
  • Temporary Konva._fixTextRendering = true flag to fix inconsistent text

9.3.6 (2024-03-04)

  • Fix transformer bug to enable hit graph back

9.3.5 (2024-03-04)

  • tranformer event will be triggered AFTER all data of transformer is updated
  • Improve performance of transformer

9.3.4 (2024-03-03)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/konva-9.3.16 branch from 65a29b7 to e89826d Compare October 25, 2024 09:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/konva-9.3.16 branch 2 times, most recently from 8e44275 to 7c931c9 Compare November 2, 2024 14:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/konva-9.3.16 branch 2 times, most recently from 8ad301a to b62e46b Compare November 11, 2024 14:31
Bumps [konva](https://github.com/konvajs/konva) from 8.4.3 to 9.3.16.
- [Release notes](https://github.com/konvajs/konva/releases)
- [Changelog](https://github.com/konvajs/konva/blob/master/CHANGELOG.md)
- [Commits](konvajs/konva@8.4.3...9.3.16)

---
updated-dependencies:
- dependency-name: konva
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/konva-9.3.16 branch from b62e46b to 7164033 Compare November 22, 2024 20:23
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2024

Superseded by #1711.

@dependabot dependabot bot closed this Dec 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/konva-9.3.16 branch December 27, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants