SwiftMessages v8.0.0 Release Notes

Release Date: 2020-07-09 // over 3 years ago
  • ๐Ÿš€ Sorry for taking so long to release this.

    ๐Ÿ”„ Changes

    • โž• Add SwiftMessages.PresentationContext.windowScene option for targeting a specific window scene.
    • ๐Ÿ’… Changed the behavior of the default presentationContext, .automatic. Previously, if the root view controller was presenting, the message would only be displayed over the presented view controller if the modalPresentationStyle was fullScreen or overFullScreen. Now, messages are always displayed over presented view controllers.
    • Made showDuraton and hideDuration on Animator non-optional.
    • Made showDuraton and hideDuration writable options on TopBottomAnimation and PhysicsAnimation.

    ๐Ÿ›  Fixes

    • #365 Fix an issue with customized TopBottomAnimation where messages weren't properly displayed under navigation and tab bars.
    • #352 Fix accessibility for view controllers presented with SwiftMessagesSegue.
    • โšก๏ธ #355 Update card view layout to support centering of pure textual content
    • ๐Ÿ’… #354 Support overrideUserInterfaceStyle when view presented in its own window
    • #360 Fix touch handing issue in iOS 13.1.3
    • โš  #382 Fix warnings in Xcode 11.4