blocks-examples
blocks-examples copied to clipboard
build(deps): bump @excalidraw/excalidraw from 0.10.1 to 0.15.3
Bumps @excalidraw/excalidraw from 0.10.1 to 0.15.3.
Release notes
Sourced from @excalidraw/excalidraw's releases.
v0.15.0 (2023-04-18)
Features
ExcalidrawAPI.scrolToContenthas new opts object allowing you to fit viewport to content, and animate the scrolling. #6319Expose
useI18n()hook return an object containingt()i18n helper and currentlangCode. You can use this in components you render as<Excalidraw>children to render any of our i18n locale strings. #6224
restoreElementsAPI now takes an optional parameteroptswhich currently supports the below attributes{ refreshDimensions?: boolean, repairBindings?: boolean }The same
optsparam has been added torestoreAPI as well.For more details refer to the docs
BREAKING CHANGE
- The optional parameter
refreshDimensionsinrestoreElementshas been removed and can be enabled viaoptsFixes
- Exporting labelled arrows via export utils #6443
Excalidraw Library
This section lists the updates made to the excalidraw library and will not affect the integration.
Features
Constrain export dialog preview size #6475
Zigzag fill easter egg #6439
Add container to multiple text elements #6428
Starting migration from GA to Matomo for better privacy #6398
Add line height attribute to text element #6360
Add thai lang support #6314
Create bound container from text #6301
Improve text measurements in bound containers #6187
Bind text to container if double clicked on filled shape or stroke #6250
Make repair and refreshDimensions configurable in restoreElements #6238
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by dwelle, a new releaser for @excalidraw/excalidraw since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.