Skip to content

Commit 1480b13

Browse files
authored
Update changelog and version matrix (#669)
* Update changelog and version matrix * Update CHANGELOG.md
1 parent 531a295 commit 1480b13

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# React Native Module Changelog
22

3+
[Migration Guides](https://github.com/urbanairship/react-native-airship/blob/main/MIGRATION.md)
4+
[All Releases](https://github.com/urbanairship/react-native-airship/releases)
5+
36
## Version 24.4.0 - June 25, 2025
47

58
Minor release that updates the Android SDK to 19.9.1 and the iOS SDK to 19.6.1
69

710
### Changes
811
- Updated Android SDK to [19.9.1](https://github.com/urbanairship/android-library/releases/tag/19.9.1
912
- Updated iOS SDK to [19.6.1](https://github.com/urbanairship/ios-library/releases/tag/19.6.1
10-
[Migration Guides](https://github.com/urbanairship/react-native-airship/blob/main/MIGRATION.md)
11-
12-
[All Releases](https://github.com/urbanairship/react-native-airship/releases)
13+
- Added Android `logPrivacyLevel` configuration support
14+
- Fixed issue with push received pushes when disabling headless JS task before the module initializes
1315

1416
## Version 24.3.0 - May 23, 2025
1517
Minor release focused on performance improvements for Scenes.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
A React Native module for Airship's iOS and Android SDK.
44

5-
65
## Supported versions
76

87
| RN Version | Airship RN Version | Support level |
98
| --------------- | -------------------------- | ------------- |
9+
| 0.80.x | 24.x | Active |
1010
| 0.79.x | 24.x | Active |
11-
| 0.78.x | 23.x | Active |
12-
| 0.78.x | 22.x | End of Cycle |
13-
| 0.77.x | 21.x | End of Cycle |
14-
| 0.70.x<=0.76.x | 21.x | Unsupported |
11+
| 0.78.x | 23.x | End of Cycle |
12+
| 0.70.x<=0.77.x | 21.x | Unsupported |
13+
14+
*Last Updated: June 30, 2025*
1515

1616
Airship adheres to the [React Native Support Policy](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md)
1717
and will support at least two major React Native versions at any given time.

0 commit comments

Comments
 (0)