Excalidraw logo

Excalidraw

Virtual whiteboard for sketching hand-drawn style diagrams

Alternative to: Miro, FigJam, Google Jamboard


About Versions (15)

v0.14.2

2023-02-01

0.14.2 (2023-02-01)

Features

  • Welcome screen no longer renders by default, and you need to render it yourself. UIOptions.welcomeScreen option is now deprecated. #6117
  • MainMenu, MainMenu.Item, and MainMenu.ItemLink components now all support onSelect(event: Event): void callback. If you call event.preventDefault(), it will prevent the menu from closing when an item is selected (clicked on). #6152

Fixes

  • declare css variable for font in excalidraw so its available in host #6160

Excalidraw Library

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

Features

  • Add hand/panning tool #6141

  • Show copy-as-png export button on firefox and show steps how to enable it #6125

Fixes

  • Horizontal padding when aligning bound text containers #6180

  • Make tunnels work in multi-instance scenarios #6178

  • Add 1px width to the container to calculate more accurately #6174

  • Quick typo fix #6167

  • Set the width correctly using measureText in editor #6162

  • :bug: broken emojis when wrap text #6153

  • Button background and svg sizes #6155

Styles

  • Change in ExportButton style #6147 (#6148)

Build

  • Temporarily disable pre-commit #6132