From 70249f5409ced3e47d8240d4fd4b81a0dfca85e8 Mon Sep 17 00:00:00 2001 From: MOO Date: Thu, 2 Oct 2025 14:16:01 +0000 Subject: [PATCH] chore(mobile-resources-native): update changelogs --- .../mobile-resources-native/CHANGELOG.md | 26 ++++++++++++++++++- .../mobile-resources-native/package.json | 4 +-- .../bottom-sheet-native/CHANGELOG.md | 2 ++ .../image-native/CHANGELOG.md | 2 ++ .../video-player-native/CHANGELOG.md | 2 ++ 5 files changed, 33 insertions(+), 3 deletions(-) diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index f2bb91ace..2a7d1e54b 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [11.1.0] Native Mobile Resources - 2025-10-2 + - We migrated from react-native-sound to react-native-track-player. - We updated react-native-permissions to 5.4.2. - We removed react-native-schedule-exact-alarm-permission since it's no longer required. @@ -14,16 +16,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - File viewer now uses modal to display content - We migrated from react-native-biometrics to @sbaiahmed1/react-native-biometrics for new architecture compatibility -## [11.0.0] Native Mobile Resources - 2025-7-7 +## [5.0.2] BottomSheet + +- Updated react-native-reanimated to v3.16.7 + +## [3.0.1] Image + +### Changed + +- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility. + +## [6.3.0] VideoPlayer + +### Changed +- We have removed react-native-system-navigation-bar and deprecated-react-native-prop-types dependencies. Navigation bar visibility is now handled by the react-native-video package. + +## [11.0.0] Native Mobile Resources - 2025-7-7 ## [2.2.0] BackgroundGradient + - Updated react-native-linear-gradient to latest version. ## [5.0.1] BottomSheet + - Updated react-native-device-info to latest version. ## [4.1.0] IntroScreen + - Updated react-native-device-info to latest version. ### Fixed @@ -31,15 +51,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - We have fixed defaultProps deprecation warning. ## [5.0.0] Notifications + - The widget has been migrated to notifee. ## [3.1.0] SafeAreaView + - We fixed the issue where the header is going outside of page in some android versions. ## [2.3.0] Signature + - Updated react-native-webview from version v13.12.5 to latest ## [4.3.0] WebView + - Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77 ## [10.0.0] Native Mobile Resources - 2025-3-31 diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index c97b1721a..71d0c5395 100644 --- a/packages/jsActions/mobile-resources-native/package.json +++ b/packages/jsActions/mobile-resources-native/package.json @@ -1,7 +1,7 @@ { "name": "mobile-resources-native", "moduleName": "Native Mobile Resources", - "version": "11.0.0", + "version": "11.1.0", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { @@ -49,4 +49,4 @@ "mendix": "~10.0.9976", "rimraf": "^5.0.10" } -} \ No newline at end of file +} diff --git a/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md b/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md index ab69dff94..eba7b83b8 100644 --- a/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md +++ b/packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [5.0.2] - 2025-10-2 + - Updated react-native-reanimated to v3.16.7 ## [5.0.1] - 2025-7-7 diff --git a/packages/pluggableWidgets/image-native/CHANGELOG.md b/packages/pluggableWidgets/image-native/CHANGELOG.md index 8331070ba..cb73a3c02 100644 --- a/packages/pluggableWidgets/image-native/CHANGELOG.md +++ b/packages/pluggableWidgets/image-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [3.0.1] - 2025-10-2 + ### Changed - We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility. diff --git a/packages/pluggableWidgets/video-player-native/CHANGELOG.md b/packages/pluggableWidgets/video-player-native/CHANGELOG.md index b320af2d3..615afc44d 100644 --- a/packages/pluggableWidgets/video-player-native/CHANGELOG.md +++ b/packages/pluggableWidgets/video-player-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [6.3.0] - 2025-10-2 + ### Changed - We have removed react-native-system-navigation-bar and deprecated-react-native-prop-types dependencies. Navigation bar visibility is now handled by the react-native-video package.