From 067db6938c5d5e2be3f840c326c79506442110d4 Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Fri, 1 Nov 2024 15:52:40 -0700 Subject: [PATCH] Release 18.12.0 (#3259) * Release 18.12.0 * Bump version * Update changelog --- Airship.podspec | 2 +- Airship/AirshipConfig.xcconfig | 2 +- .../AirshipCore/Source/AirshipVersion.swift | 2 +- AirshipContentExtension.podspec | 2 +- AirshipDebug.podspec | 2 +- AirshipServiceExtension.podspec | 2 +- CHANGELOG.md | 19 ++++++++++++++++--- 7 files changed, 22 insertions(+), 9 deletions(-) diff --git a/Airship.podspec b/Airship.podspec index a24ba7e22..8a3b693fc 100644 --- a/Airship.podspec +++ b/Airship.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.11.1" +AIRSHIP_VERSION="18.12.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/Airship/AirshipConfig.xcconfig b/Airship/AirshipConfig.xcconfig index f71326be3..7f67301c0 100644 --- a/Airship/AirshipConfig.xcconfig +++ b/Airship/AirshipConfig.xcconfig @@ -1,6 +1,6 @@ //* Copyright Airship and Contributors */ -CURRENT_PROJECT_VERSION = 18.11.1 +CURRENT_PROJECT_VERSION = 18.12.0 // Uncomment to include the preview build warning // OTHER_CFLAGS = $(inherited) -DUA_PREVIEW=1 diff --git a/Airship/AirshipCore/Source/AirshipVersion.swift b/Airship/AirshipCore/Source/AirshipVersion.swift index 2f3c344c8..ce9740bba 100644 --- a/Airship/AirshipCore/Source/AirshipVersion.swift +++ b/Airship/AirshipCore/Source/AirshipVersion.swift @@ -3,7 +3,7 @@ import Foundation public struct AirshipVersion { - public static let version = "18.11.1" + public static let version = "18.12.0" public static func get() -> String { return version } diff --git a/AirshipContentExtension.podspec b/AirshipContentExtension.podspec index 9b3b2d75a..0cae3d46d 100644 --- a/AirshipContentExtension.podspec +++ b/AirshipContentExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.11.1" +AIRSHIP_VERSION="18.12.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipDebug.podspec b/AirshipDebug.podspec index e3b86696e..356d760c6 100644 --- a/AirshipDebug.podspec +++ b/AirshipDebug.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.11.1" +AIRSHIP_VERSION="18.12.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/AirshipServiceExtension.podspec b/AirshipServiceExtension.podspec index 2774601d7..b3129bfcb 100644 --- a/AirshipServiceExtension.podspec +++ b/AirshipServiceExtension.podspec @@ -1,4 +1,4 @@ -AIRSHIP_VERSION="18.11.1" +AIRSHIP_VERSION="18.12.0" Pod::Spec.new do |s| s.version = AIRSHIP_VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ae1e985..25518eef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,26 @@ # iOS Changelog -## Version 18.11.1 Oct 15, 2024 +## Version 18.12.0 November 1, 2024 +Minor release with several enhancements to Scenes. + +### Changes +- Added box shadow support for modal Scenes +- Added a new implementation of the Scene pager to lazily load pages on iOS 17+, reducing the overall memory while a Scene is displaying +- Added new Scene layout to make anything clickable within a Scene +- Added additional logging to deep link handling to make it obvious how the deep link is being processed +- Updated border handling on Scenes. Borders are no longer overlaid to avoid issues with borders that are not fully opaque and button borders being overdrawn when tapped +- Improved accessibility of scene story indicator. Indicator has been updated to make it obvious which page is active by reducing the height of the inactive pages. Previously this was conveyed only through color +- Fixed center_crop scaling in a Scene when a dimension is `auto` but the image is unable to fully fit in the container +- Fixed IAA banners drag to dismiss gesture when the gestures starts within a button + +## Version 18.11.1 October 15, 2024 Patch release to avoid implicit unwrap when UINavigationBar appearance tintColor is unset. Applications that use the PreferenceCenter should update. ### Changes - Removes implicit unwrap of the UINavigationBar appearance tintColor. -## Version 18.11.0 Oct 11, 2024 +## Version 18.11.0 October 11, 2024 Minor release with Message Center and Preference center theming bug fixes and improvements, and a bug fix for IAA videos. Applications that send IAA videos or theme the Message Center or Preference Center and should update. ### Changes @@ -15,7 +28,7 @@ Minor release with Message Center and Preference center theming bug fixes and im - Improved Preference Center theming with a focus on improving nagivation components. - Fixed an issue that prevented IAA videos from properly displaying. -## Version 18.10.0 Oct 3, 2024 +## Version 18.10.0 October 3, 2024 Minor release with accessibility updates, Message Center theming improvements and several bug fixes. ### Changes