Releases: robertrosman/vue-paint
Releases · robertrosman/vue-paint
v0.7.0
Features
- draw on correct position when resizing editor (844e96f)
v0.6.0
Bug Fixes
- add ellipse tool to types and keyboard shortcuts (938ac6d)
- handle moved crop correctly (24842e5)
- handle negative values for textarea width/height (6b40202)
- handle negative values for width/height on ellipse and rectangle (750b516)
Features
- add angle snap, activate with shift key or settings.angleSnap = true (575c825)
- add edge handles to rectangle (0c00ec5)
- add more slots to VpToolbar (cc21117)
- add tool useEllipse (049900c)
v0.5.4
Bug Fixes
- disable touch-action on editor (8d1e0df)
v0.5.2
Bug Fixes
- set selection background to none (0d08f77)
v0.5.0
Bug Fixes
- add missing import (33087e4)
- add px to handle radius, fixes firefox issue (a786bab)
- export keyboard shortcuts (c70b3de)
- export the other composables (b04fbd3)
- scope the svgStyle to prevent style bleeding (9a86367)
Features
- add color support to useBackground #5 (ccc673b)
- add composable useEditor (6fa1854)
- add tool useKeyboardShortcuts (d7e29dd)
- add undo and redo (20e86be)
- let keyboard shortcuts only affect active editor (f080fe5)
v0.4.0
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)