Bump konva from 7.2.2 to 8.3.12
Bumps konva from 7.2.2 to 8.3.12.
Changelog
Sourced from konva's changelog.
8.3.12 (2022-08-29)
ellipsis
fixes forKonva.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 finished8.3.10 (2022-06-20)
- Skip
Konva.Transformer
incontainer.getClientRect()
calculations8.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 fornode.toDataURL()
,node.toCanvas()
andnode.toImage()
8.3.5 (2022-03-21)
- Quick fix for
toCanvas()
andtoDataURL()
size calculation.8.3.4 (2022-03-13)
- Fix characters positions calculations on
fontFamily
changes inTextPath
.- Remove rounding in
node.getClientRect()
results- Fix event object on
transformstart
event.8.3.3 (2022-02-23)
- Fix
justify
align for text with several paragraphs.8.3.2
- Remove source maps for webpack builds
... (truncated)
Commits
-
fe69f7c
update cdn link -
9d2d673
build for 8.3.12 -
7eef552
update CHANGELOG with new version -
08498ab
Merge branch 'master' of github.com:konvajs/konva into master -
3e58b8b
changes -
63d2ace
allow reset component attributes via overloader -
8826d5f
Merge pull request #1388 from cloudflightio/cg/1387/fix_transformer_client_rect -
9cdbbd6
#1387 make sure the Transformer affects the client-rect if it is attached -
2ce5f23
Merge pull request #1385 from kimyvgy-forks/fix -
94ac6f3
Merge branch 'master' of github.com:konvajs/konva 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