Skip to content

v0.4.0

Compare
Choose a tag to compare
@robertrosman robertrosman released this 02 Jun 18:59
· 0 commits to c61e318c1214a9fca2fd2e5575b681b6b44aad8a since this release

Bug Fixes

  • add width and height from viewBox if missing (27d95c8)
  • export useTextarea (a33366e)
  • handle kebab-cased id:s in move tool (9d07f67)
  • remove unused style + font from exported svg (763a18a)
  • set user-select on whole svg. fixes #6 (c61e318)
  • update bounding rect onDrawStart (fixes #2) (12fa944)
  • use dimensions of svg instead of container (b1eb3a8)
  • demo: animate onMounted instead of reset (291a4c2)

Features

  • add more export and download functions (0fe38af)
  • add util function createSettings (62a51f5)

Reverts

  • Revert "refactor(demo): rename App.vue to Demo.vue" (1027a12)