Skip to content

Commit a37d4e7

Browse files
authored
Native Mobile Resources: Updating changelogs (#246)
2 parents acd4c45 + d0824cd commit a37d4e7

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

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

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

77
## [Unreleased]
88

9-
## [9.3.1] Native Mobile Resources - 2025-3-18
9+
## [9.3.2] Native Mobile Resources - 2025-3-24
10+
11+
## [5.1.1] Maps
12+
13+
### Fixed
14+
15+
- We fixed an issue where non interactive map was flickering on Android platform
1016

17+
## [9.3.1] Native Mobile Resources - 2025-3-18
1118

1219
## [3.1.1] BarChart
20+
1321
### Fixed
1422

1523
- We have resolved an issue preventing Bar chart from rendering correctly.
1624

1725
## [2.1.1] ColumnChart
26+
1827
### Fixed
1928

2029
- We have resolved an issue preventing Column chart from rendering correctly
2130

2231
## [3.1.1] LineChart
32+
2333
### Fixed
2434

2535
- We have resolved an issue preventing Line chart from rendering correctly
2636

2737
## [2.1.1] PieDoughnutChart
38+
2839
### Fixed
2940

3041
- We have resolved an issue preventing Pie chart from rendering correctly
3142

3243
## [3.0.1] SafeAreaView
44+
3345
## Fixed
3446

3547
- We reverted latest SafeAreaView change since it was causing another issue which the SafeAreaView wasn't covering whole screen.
3648

3749
## [9.2.1] Native Mobile Resources - 2025-2-7
3850

39-
4051
## [4.0.1] BottomSheet
52+
4153
### Changed
4254

4355
- Updated react-native-modal from version v11.4.5 to v13.0.1 in order to fix random crashes in custom-bottom-sheet widget.
4456

4557
## [9.2.0] Native Mobile Resources - 2025-2-7
4658

47-
4859
## [4.3.1] ProgressBar
60+
4961
- Bumped the version of the react-native-progress to fix black background issues.
5062

5163
## [3.2.1] ProgressCircle
64+
5265
- Bumped the version of the react-native-progress to fix black background issues.
5366

5467
## [9.1.0] Native Mobile Resources - 2024-12-18
5568

56-
5769
## [1.2.0] RadioButtons
70+
5871
### Fixed
5972

6073
- The accessibility role has been changed to radio.
6174

6275
## [3.0.0] SafeAreaView
76+
6377
## Fixed
6478

6579
- We fixed the issue where the user closed popup, safe area view wasn't working properly.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mobile-resources-native",
33
"moduleName": "Native Mobile Resources",
4-
"version": "9.3.1",
4+
"version": "9.3.2",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/maps-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+
## [5.1.1] - 2025-3-24
10+
911
### Fixed
1012

1113
- We fixed an issue where non interactive map was flickering on Android platform

0 commit comments

Comments
 (0)