Skip to content

Commit d3205b4

Browse files
committed
Merge branch 'main' into MOO-1492-fix-schedule-exact-permission-error
2 parents 65e861f + 5914337 commit d3205b4

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

packages/jsActions/mobile-resources-native/CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414

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

17+
## [6.0.3] Native Mobile Resources - 2024-04-05
18+
19+
## [4.0.1] FloatingActionButton
20+
21+
### Fixed
22+
23+
- We have fixed an issue where icons within Floating Action Buttons were not properly centered.
24+
25+
## [6.0.2] Native Mobile Resources - 2024-03-29
26+
27+
### Fixed
28+
29+
- Fixed an Android issue in Download file action with encrypted files enabled projects.
30+
31+
## [6.0.1] Native Mobile Resources - 2024-02-05
32+
1733
### Changed
1834

19-
- fixed an Android issue in Download file action.
35+
## [2.2.1] - Accordion
36+
37+
### Fixed
38+
39+
- Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected.
40+
41+
- Resolved an issue where the accordion's dynamic content was not updating its height after the initial render.
42+
43+
## [1.0.3] - Gallery
44+
45+
### Fixed
46+
47+
- 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.
2048

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

packages/jsActions/mobile-resources-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "mobile-resources-native",
33
"moduleName": "Native Mobile Resources",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/mendix/native-widgets.git"
1010
},
1111
"marketplace": {
12-
"minimumMXVersion": "10.6.0.23934",
12+
"minimumMXVersion": "10.6.9.36429",
1313
"marketplaceId": 109513
1414
},
1515
"testProject": {

packages/pluggableWidgets/floating-action-button-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [4.0.2] - 2024-04-05
10+
911
### Fixed
1012

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

0 commit comments

Comments
 (0)