Skip to content

v0.14.2

Compare
Choose a tag to compare
@ad1992 ad1992 released this 01 Feb 13:40
· 512 commits to master since this release
f68f4cb

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

  • 🐛 broken emojis when wrap text #6153

  • Button background and svg sizes #6155

Styles

Build

  • Temporarily disable pre-commit #6132