Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.1.0 source code.tar.gz | 2023-10-31 | 600.9 kB | |
2.1.0 source code.zip | 2023-10-31 | 1.2 MB | |
README.md | 2023-10-31 | 1.0 kB | |
Totals: 3 Items | 1.8 MB | 0 |
This release note includes all changes from 2.0.6 to 2.1.0.
2.1.0 - 2023-10-31
Added
- A swift-only
presentSwiftView()
presentation helper to easily present SwiftUI views - A new
presentWithCustomView:sizingController:
API for additional control on the sizing, utilized by the above swift API
Changed
- Breaking change: A rewritten Swift API for better Swift ergonomics, Obj-C unaffected.
- Reworked layouting & sizing of the notification
- Fix the presentation, when no statusbar is visible (#130)
- Fix pill position with flexible pill heights across devices (#122)
- Fix the .fullWidth presentation on dynamic island devices
- Fix the .fullWidth style presentation in landscape for all devices
- Fixed Swift package for Xcode 15 compatibility
- Fixed 14 Pro / Dynamic Island banner positioning
(Click the 2.1.0 version number for a full diff compared to 2.0.6.)