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

chore(deps): update dependency konva to v9.3.18 #220

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
konva (source) 9.3.6 -> 9.3.18 age adoption passing confidence

Release Notes

konvajs/konva (konva)

v9.3.18

Compare Source

  • Fixed emoji split in multiple lines

v9.3.17

Compare Source

  • Fixed Arrow.getClientRect()
  • Fixed emoji rendering with letterSpacing
  • Fixed line-through for justify text
  • Changes in letter spacing width calculations to match DOM rendering

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor

graphite-app bot commented Nov 28, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “skip-queue” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link

github-actions bot commented Nov 28, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 0.1% 11 / 10985
🔵 Statements 0.1% 11 / 10985
🔵 Functions 26.19% 11 / 42
🔵 Branches 31.11% 14 / 45
File CoverageNo changed files found.
Generated in workflow #581 for commit 15bf681 by the Vitest Coverage Report Action

@renovate renovate bot changed the title chore(deps): update dependency konva to v9.3.16 chore(deps): update dependency konva to v9.3.17 Dec 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency konva to v9.3.17 chore(deps): update dependency konva to v9.3.18 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/konva-9.3.x-lockfile branch from 2c2855c to 158ec49 Compare January 7, 2025 16:01
@renovate renovate bot force-pushed the renovate/konva-9.3.x-lockfile branch 2 times, most recently from 249f187 to 3d6b946 Compare January 28, 2025 09:35
@renovate renovate bot force-pushed the renovate/konva-9.3.x-lockfile branch from 3d6b946 to 88931bf Compare January 30, 2025 19:26
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/konva-9.3.x-lockfile branch from 88931bf to 15bf681 Compare February 9, 2025 13:41
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