Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [12.3.0] Native Mobile Resources - 2026-8-4
### Changed

- Replaced @notifee/react-native with react-native-notify-kit library.

## [4.4.0] BarcodeScanner
- We added support for QR of available remaining types including pdf417 in barcode scanner functinality.

## [5.3.2] BottomSheet
### Fixed

- Fixed bottomsheet issue to close when the trigger attribute changes.

## [5.3.0] Notifications
### Changed

- Replaced @notifee/react-native with react-native-notify-kit library.
Expand Down
2 changes: 1 addition & 1 deletion packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "12.2.2",
"version": "12.3.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.4.0] - 2026-8-4

- We added support for QR of available remaining types including pdf417 in barcode scanner functinality.

## [4.2.2] - 2025-12-23
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.3.2] - 2026-8-4

### Fixed

- Fixed bottomsheet issue to close when the trigger attribute changes.
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/notifications-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.3.0] - 2026-8-4

### Changed

- Replaced @notifee/react-native with react-native-notify-kit library.
Expand Down
Loading