Skip to content

Releases: Asana/Drawsana

0.12.0

26 Aug 22:25
8bf7c57
Compare
Choose a tag to compare
  • Undo operations are now accessible outside the framework to enable you to make undoable changes with your own UI.
    • AddShapeOperation
    • RemoveShapeOperation
    • ChangeTransformOperation
    • EditTextOperation
    • ChangeExplicitWidthOperation
  • Fix drawing view not being redrawn after being resized.
  • Fix bugs related to color serialization.
  • Fix bugs related to text entry.

0.11.0

22 Apr 18:34
Compare
Choose a tag to compare
  • DrawingOperationStack.clearRedoStack() clears all redo operations from the
    redo stack.
  • DrawingToolForShapeWithThreePoints and
    DrawingToolForShapeWithTwoPoints are declared open instead of public so
    they can be subclassed.
  • PenShape now works with the selection tool.
  • DrawsanaView.selectionIndicatorAnchorPointOffset allows Drawsana to
    keep working when you change the anchorPoint.
  • Shape.id is now settable.
  • Fix bug that prevented character input of some languages, including Chinese.
  • Fix bugs in gesture recognizer.

0.9.2

05 Nov 19:51
7e9d02a
Compare
Choose a tag to compare
  • CocoaPods support
  • Swift 4.2