paperclip icon indicating copy to clipboard operation
paperclip copied to clipboard

chore(deps): bump @excalidraw/excalidraw from 0.9.0 to 0.17.0

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Bumps @excalidraw/excalidraw from 0.9.0 to 0.17.0.

Release notes

Sourced from @​excalidraw/excalidraw's releases.

v0.17.0 (2023-11-14)

Features

  • Added support for disabling image tool (also disabling image insertion in general, though keeps support for importing from .excalidraw files) #6320.

    For disabling image you need to set 👇

    UIOptions.tools = {
      image: false
    }
    
  • Support excalidrawAPI prop for accessing the Excalidraw API #7251.

  • Export getCommonBounds helper from the package #7247.

  • Support frames via programmatic API #7205.

  • Export elementsOverlappingBBox, isElementInsideBBox, elementPartiallyOverlapsWithOrContainsBBox helpers for filtering/checking if elements within bounds. #6727

  • Regenerate ids by default when using transform api and also update bindings by 0.5px to avoid possible overlapping #7195

  • Add onChange, onPointerDown, onPointerUp api subscribers #7154.

  • Support props.locked for setActiveTool #7153.

  • Add selected prop for MainMenu.Item and MainMenu.ItemCustom components to indicate active state. #7078

Fixes

  • Double image dialog on image insertion #7152.

Breaking Changes

  • The Ref support has been removed in v0.17.0 so if you are using refs, please update the integration to use the excalidrawAPI #7251.

  • Additionally ready and readyPromise from the API have been discontinued. These APIs were found to be superfluous, and as part of the effort to streamline the APIs and maintain simplicity, they were removed in version v0.17.0 #7251.

  • useDevice hook's return value was changed to differentiate between editor and viewport breakpoints. #7243

Build

  • Support Preact #7255. The host needs to set process.env.IS_PREACT to true

    When using vite or any build tools, you will have to make sure the process is accessible as we are accessing process.env.IS_PREACT to decide whether to use the preact build.

    Since Vite removes env variables by default, you can update the Vite config to ensure it's available :point_down:

... (truncated)

Commits

Dependabot compatibility score

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 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)

dependabot[bot] avatar Nov 20 '23 19:11 dependabot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
paperclip 🛑 Canceled (Inspect) Nov 20, 2023 7:29pm

vercel[bot] avatar Nov 20 '23 19:11 vercel[bot]