Releases: urbanairship/airship-flutter
7.1.2
Patch release that fixes an exception occuring while listening to the Airship.messageCenter.onDisplay
event
Changes
- Fixed an error with Airship.messageCenter.onDisplay
7.1.1
Patch release that fixes the iOS resetBadge method
Changes
- Fixed an error with Airship.push.ios.resetBadge()
7.1.0
Minor release that fixes the iOS resetBadge method, updates to latest SDK versions, and adds a new editTags
method to batch tag changes.
Changes
- Fixed Airship.push.ios.resetBadge()
- Updated Android SDK to 17.2.1
- Updated iOS SDK to 17.3.0
- Added
editTags()
method to batch tag changes
7.0.0
Major release that exposes significantly more of the underlying SDK functionality to Flutter. This release has several breaking changes due to the new modular APIs. Apps should use the migration guide to update Migration Guide.
Behavior Changes
- The default Message Center UI will now display unless disabled by
Airship.messageCenter.setAutoLaunchDefaultMessageCenter(false);
- Apps must now disable the default preference center UI per preference center ID.
Changes
- Updated to Android SDK 17.1.0 and iOS SDK 17.1.2
- Added feature flag support
- Added new flutter takeOff method with full config support
- Added new methods to control notification options on iOS
- Added new listeners for notification status, push token, and iOS authorized settings
- Added methods to override locale used by Airship messaging
- Added actions component to manually run any actions from the action's framework
- Added method to control the In-App display interval
- Fixed subscription list scope parsing
- Fixed dropping custom events with null values
- Dropped
intl
dependency
6.3.2
Patch release that updates the intl package dependency to support versions >=0.15.7 <1.0.0
.
Apps upgrading to Flutter 3.10.0 and higher should update.
6.3.1
Patch release that updates the Android SDK to 16.9.2 and fixes an issue with contact subscriptions
in the example Preference Center.
Changes
- Updated Android SDK to 16.9.2
- Fixed an issue with contact-level subscription lists in the example Preference Center.
6.3.0
Minor release that updates the Airship iOS SDK to 16.11.3 and Android SDK to 16.9.1.
6.2.3
Patch release that fixes a bug with contact subscription list on iOS.
Changes
- Fixed a bug with
editContactSubscriptionLists
method.
6.2.2
Patch release with several bug fixes.
Changes
- Updated iOS SDK to 16.10.7
- Added extended actions pod spec to iOS, enabling rate-app action
- Fixed parsing active notifications on iOS
- Fixed ChannelRegistration event not firing on channel create on iOS
- Fixed push received events on iOS
6.2.1
Minor release that updates the Airship iOS SDK to 16.10.5.