Skip to content

v0.3.0-eap

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 15:38
6d0a527

Added

  • SVG and PNG exports are now saved with an embedded scene (always on) (#11)
  • SVG and PNG files an embedded scene are recognized and can be loaded in the editor (#12)
  • Modified excalidraw files marker if Mark Modified (*) is ticked (in Preferences | Editor | General | Editor Tabs)

Changed

  • The Excalidraw webapp is now written in typescript
  • The Excalidraw webapp now inline sourcemaps to enable
    debugging within the JCEF DevTools, this was impossible due to a bug in chromium
    (see #7)
  • Refactored how editor are auto-saved, now using IntelliJ's built-in mechanism.