Skip to content

18.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 21:03
· 62 commits to main since this release
87e5260

Minor release that fixes some layout issues with images and videos in a Scene, accessibility improvements, and fixes a potential crash with JSON encoding/decoding due
to using a JSONEncoder/JSONDecoder across threads.

Changes

  • Fixed video & image scaling/cropping in scenes.
  • Removed reusing JSONEncoder/JSONDecoder across tasks.
  • Removed @MainActor requirement from AirshipPush.authorizedNotificationSettings.
  • Announce screen changes when banners In-App messages are displayed.
  • MessageCenterController is now optional when creating a MessageCenterView.