Skip to content

v0.17.3 (2024-02-09)

Latest
Compare
Choose a tag to compare
@ad1992 ad1992 released this 09 Feb 14:08

Fixes

  • Keep customData when converting to ExcalidrawElement. #7656

  • Umd build for browser since it was breaking in v0.17.0 #7349. Also make sure that when using Vite, the process.env.IS_PREACT is set as "true" (string) and not a boolean.

define: {
  "process.env.IS_PREACT": JSON.stringify("true"),
}
  • Disable caching bounds for arrow labels #7343

  • Bounds cached prematurely resulting in incorrectly rendered labels #7339