2.2.0
What's Changed
- Added: A new
AppKitNavigation
library, with helpers for tying AppKit animations to model mutations (thanks @Mx-Iris, #209; #216). - Added:
View.inspector(item:)
, for driving inspector presentation with an optional data source (thanks @mmllr, #215). - Added:
UIBinding._printChanges()
, for debugging writes to UI bindings (#214). - Fixed: Address a UIKitNavigation bug in which a presented navigation controller was dismissed when a view controller on the navigation stack should have been popped, instead (thanks @dazy1030, #217).
- Infrastructure: README typo fixes (thanks @qwerty3345, #218).
New Contributors
- @Mx-Iris made their first contribution in #209
- @mmllr made their first contribution in #215
- @qwerty3345 made their first contribution in #218
- @dazy1030 made their first contribution in #217
Full Changelog: 2.1.0...2.2.0