Skip to content

2.1.0

Compare
Choose a tag to compare
@calimarkus calimarkus released this 31 Oct 21:17
· 125 commits to main since this release

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.)