Releases: dehli/TouchDraw
Releases · dehli/TouchDraw
Version 2.2.0
What's Changed
- Update for Xcode 15 and also fix an assertion due to zero size by @ricsantos in #60
- v2.2.0 by @dehli in #62
Full Changelog: 2.1.3...2.2.0
Version 2.1.3
What's Changed
- Makes TouchDrawView inherit from UIView by @dehli in #38
- Make demo iPad-compatible by @rivera-ernesto in #39
- Fix export drawing for cases where the origin of the frame was not .zero by @fl034 in #42
- Updated SPM definition by @igorkulman in #53
- Fix the demo screen layout constraints by @ricsantos in #55
- v2.1.3 by @dehli in #59
New Contributors
- @rivera-ernesto made their first contribution in #39
- @fl034 made their first contribution in #42
- @igorkulman made their first contribution in #53
- @ricsantos made their first contribution in #55
Full Changelog: 2.1.2...2.1.3
Version 2.1.2
- Fixed drawing issue where
touchDrawView
andimageView
bounds
didn't line up (thanks to @mkoorn!) - Change base class to
UIImageView
Version 2.1.1
- Upgrades project to Swift 4 (thanks to @codyaweber!)
Version 2.1.0
- Cleaned up a lot of the code's logic
- Performance improvements! 🎉
- Added eraser functionality (
touchDrawView.setColor(nil)
) 📝 - More tests & documentation
Version 2.0.0
- Upgraded project to Swift 3.0.1 (thanks to @sirnacnud!)
- Set correct content scale on image contexts (also thanks to @sirnacnud!)
- Added some comments
Version 1.3.1
- Refactored project into 3 separate files (for each class)
- Fixed
exportStack
so it followsNSCoding
- Added deployment target
8.0
Version 1.3.0
- Added the ability to import and export the stack.
- Made the protocol methods optional.
- Made the code more Swifty.
Version 1.2.4
- Added a few more tests
- Updated
README.md
Version 1.2.3
- Added a handful of tests
- Updated
README.md