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 fromAirshipPush.authorizedNotificationSettings
. - Announce screen changes when banners In-App messages are displayed.
MessageCenterController
is now optional when creating aMessageCenterView
.