Skip to content

v0.10.0

Compare
Choose a tag to compare
@ad1992 ad1992 released this 13 Oct 11:36
· 1301 commits to master since this release
39d45af

Excalidraw API

Fixes

  • onPaste prop should return false to prevent the native excalidraw paste action #3974.

    BREAKING CHANGE

    • Earlier the paste action was prevented when the prop onPaste returned true, but now it should return false to prevent the paste action. This was done to make it semantically more correct and intuitive.

Build

  • Enable jsx transform in webpack #4049

Docs

  • Correct exportToBackend in README to onExportToBackend #3952

Excalidraw Library

This section lists the updates made to the excalidraw library and will not affect the integration.

Features

  • Improve freedraw shape #3984

  • Make color ARIA labels better #3871

  • Add origin trial tokens #3853

  • Re-order zoom buttons #3837

  • Add undo/redo buttons & tweak footer #3832

  • Resave to png/svg with metadata if you loaded your scene from a png/svg file #3645

Fixes

  • Abstract and fix legacy fs #4032

  • Context menu positioning #4025

  • Added alert for bad encryption key #3998

  • OnPaste should return false to prevent paste action #3974

  • Help-icon now visible on Safari #3939

  • Permanent zoom mode #3931

  • Undo/redo buttons gap in Safari #3836

  • Prevent gradual canvas misalignment #3833

  • Color picker shortcuts not working when elements selected #3817