Skip to content
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

fix(deps): update dependency konva to v9 #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
konva (source) ^8.3.9 -> ^9.0.0 age adoption passing confidence

Release Notes

konvajs/konva (konva)

v9.3.16

Compare Source

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

v9.3.15

Compare Source

  • 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)
  • Fix clipping with zero size
9.3.3 (2024-02-09)
  • Another fix for exporting buffered shapes
9.3.2 (2024-01-26)
  • Fix large memory usage on node export
9.3.1 (2024-01-17)
  • Fix Pixelate filter work/fix caching size
  • Fix node export when large buffer canvas is used
9.3.0 (2023-12-20)
  • New attribute rotateLineVisible for Konva.Transformer to show/hide rotate line
9.2.3 (2023-10-31)
  • Better Konva.Transformer work when it has flipEnabled = false.
9.2.2 (2023-09-14)
  • Better RTL support
  • Some typescript fixes
9.2.1 (2023-09-14)
  • Fix text rendering when text has both underline and shadow
  • Typescript fixes
9.2.0 (2023-05-14)
  • More controls on clipping
  • fillRule for Konva.Shape
9.1.0 (2023-05-14)
  • New anchorStyleFunc for Konva.Transformer to customize anchor style
9.0.2 (2023-05-14)
  • Better text rendering when it has stroke
9.0.1 (2023-04-17)
  • Better performance for any instance creation
  • Little typescript fixes
9.0.0 (2023-04-13)
  • Migrate the npm package from ES back to CommonJS
8.4.4 (2023-04-05)
  • Some fixes for Konva.TextPath calculations and rendering.
  • Resolve "willReadFrequently" warning in Chrome
8.4.3 (2023-03-23)
  • Typescript fixes
  • Better validation for Konva.Transfomer nodes property
8.4.2 (2023-01-20)
  • Fix justify on text with limited height
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)
  • Better exports definitions. Importing Konva should work better in different bundlers and test environments.
  • imageSmoothingEnabled option for node.toDataURL(), node.toCanvas() and node.toImage()

v9.3.14

Compare Source

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

v9.3.13

Compare Source

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

v9.3.12

Compare Source

  • 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

v9.3.11

Compare Source

  • Fix chrome clear canvas issue
  • Typescript fixes

v9.3.10

Compare Source

Commits

  • a5cd672: update CHANGELOG with new version (Anton Lavrenov)
  • f2a3728: build for 9.3.10 (Anton Lavrenov)
  • 9083dfb: update cdn link (Anton Lavrenov)

v9.3.9

Compare Source

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

v9.3.8

Compare Source

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

v9.3.7

Compare Source

Commits

  • 70f57d2: ignore node_modules in ts (Anton Lavrenov)
  • 88861b3: fix click event flow a little. close #​1755 (Anton Lavrenov)
  • fdd0e64: add failing test (Anton Lavrenov)
  • 0ec3425: possible fix for all our text problems (Anton Lavrenov)
  • 8f2e9f8: update CHANGELOG with new version (Anton Lavrenov)
  • 5143154: build for 9.3.7 (Anton Lavrenov)
  • 2587e07: update cdn link (Anton Lavrenov)

v9.3.6

Compare Source

  • Fix transformer bug to enable hit graph back

v9.3.5

Compare Source

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

v9.3.4

Compare Source

  • Fix clipping with zero size

v9.3.3

Compare Source

  • Another fix for exporting buffered shapes

v9.3.2

Compare Source

  • Fix large memory usage on node export

v9.3.1

Compare Source

  • Fix Pixelate filter work/fix caching size
  • Fix node export when large buffer canvas is used

v9.3.0

Compare Source

  • New attribute rotateLineVisible for Konva.Transformer to show/hide rotate line

v9.2.3

Compare Source

  • Better Konva.Transformer work when it has flipEnabled = false.

v9.2.2

Compare Source

  • Better RTL support
  • Some typescript fixes

v9.2.1

Compare Source

  • Fix text rendering when text has both underline and shadow
  • Typescript fixes

v9.2.0

Compare Source

  • More controls on clipping
  • fillRule for Konva.Shape

v9.1.0

Compare Source

  • New anchorStyleFunc for Konva.Transformer to customize anchor style

v9.0.2

Compare Source

  • Better text rendering when it has stroke

v9.0.1

Compare Source

  • Better performance for any instance creation
  • Little typescript fixes

v9.0.0

Compare Source

  • Migrate the npm package from ES back to CommonJS

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented May 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.62%. Comparing base (c3c8f41) to head (7c875f3).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #557   +/-   ##
=======================================
  Coverage   73.62%   73.62%           
=======================================
  Files         342      342           
  Lines       12985    12985           
  Branches     3003     3003           
=======================================
  Hits         9560     9560           
  Misses       3105     3105           
  Partials      320      320           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/konva-9.x branch 2 times, most recently from 7aa5f49 to 7f79e18 Compare October 25, 2024 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants