Skip to content

Commit

Permalink
Merge branch 'main' into MOO-1492-fix-schedule-exact-permission-error
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymv-mendix committed Jun 26, 2024
2 parents 65e861f + 5914337 commit d3205b4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 29 additions & 1 deletion packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Added CheckGenericPermission and updated RequestGenericPermission to support SCHEDULE_EXACT_ALARM_ANDROID permission for Android (relevant for Android 14).

## [6.0.3] Native Mobile Resources - 2024-04-05

## [4.0.1] FloatingActionButton

### Fixed

- We have fixed an issue where icons within Floating Action Buttons were not properly centered.

## [6.0.2] Native Mobile Resources - 2024-03-29

### Fixed

- Fixed an Android issue in Download file action with encrypted files enabled projects.

## [6.0.1] Native Mobile Resources - 2024-02-05

### Changed

- fixed an Android issue in Download file action.
## [2.2.1] - Accordion

### Fixed

- Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected.

- Resolved an issue where the accordion's dynamic content was not updating its height after the initial render.

## [1.0.3] - Gallery

### Fixed

- We've resolved an issue where the loading indicator was triggered when pulling down the list, even in the absence of a pull-down event.

## [6.0.0] Native Mobile Resources - 2024-01-24

Expand Down
4 changes: 2 additions & 2 deletions packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "6.0.0",
"version": "6.1.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mendix/native-widgets.git"
},
"marketplace": {
"minimumMXVersion": "10.6.0.23934",
"minimumMXVersion": "10.6.9.36429",
"marketplaceId": 109513
},
"testProject": {
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.0.2] - 2024-04-05

### Fixed

- We have fixed an issue where icons within Floating Action Buttons were not properly centered.
Expand Down

0 comments on commit d3205b4

Please sign in to comment.