All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed that
CompleteWithoutCloseMenuItem
would index out of bounds when used. - Fixed that the
Text
shape had no estimate for itsSelectionPoints
.
- Added support for self-closing SVG tags.'
- Added bool parameter
HideElements
to define whether all elements should be hidden. - Added action parameter
InputRendered
to get a callback every time the input has been rendered. - Added utility functions
FitViewportToAllShapes
,FitViewporToSelectedShapes
, andFitViewportToShapes
for centering the viewport on some select shapes or all shapes.
- Fixed that zoom on touch devices de-selected all shapes.
- Added support for pinch-to-zoom on touch devices.
- There was an accidental console log left in the code which has now been removed.
- Fixed the functionality for moving elements back and forward
- Fixed that shapes be focused while the editor was in the Add EditMode.