Skip to content

Commit 7cf1d85

Browse files
authored
Native Mobile Resources: Updating changelogs (#172)
2 parents 588dfb4 + 89ac8cf commit 7cf1d85

9 files changed

Lines changed: 62 additions & 2 deletions

File tree

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

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

77
## [Unreleased]
88

9+
## [8.0.1] Native Mobile Resources - 2024-8-29
910
### Fixed
1011

1112
- We fixed an issue where the `RequestNotificationPermission` action incorrectly returned 'true' after the user previously selected 'Don't Allow' on iOS and Android.
1213

14+
## [2.2.1] Accordion
15+
### Fixed
16+
17+
- Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected.
18+
19+
- Resolved an issue where the accordion's dynamic content was not updating its height after the initial render.
20+
21+
## [3.3.0] BottomSheet
22+
### Added
23+
24+
- We have upgraded React Native Device Info to version 11.1.0.
25+
26+
## [1.1.0] Gallery
27+
### Added
28+
29+
- We have upgraded React Native Device Info to version 11.1.0.
30+
31+
### Fixed
32+
33+
- 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.
34+
35+
## [3.3.0] IntroScreen
36+
### Added
37+
38+
- We have upgraded React Native Device Info to version 11.1.0.
39+
40+
## [3.1.0] ListViewSwipe
41+
### Added
42+
43+
- We have upgraded React Native Gesture Handler to version 2.16.2.
44+
45+
## [5.0.1] Rating
46+
### Changed
47+
48+
- We have updated the rating native widget to replace the use of AnimatableProps from the react-native-animatable library with AnimatableProperties.
49+
50+
### BREAKING
51+
52+
- We made the widget compatible with React Native 0.73.8
53+
54+
## [5.0.1] VideoPlayer
55+
### Fixed
56+
57+
- We have fixed an issue where the video player was not functioning on iOS devices.
58+
1359
## [8.0.0] Native Mobile Resources - 2024-07-30
1460

1561
### BREAKING

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

Lines changed: 2 additions & 2 deletions
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": "8.0.0",
4+
"version": "8.0.1",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -53,4 +53,4 @@
5353
"rimraf": "^2.7.1",
5454
"rollup": "^2.68.0"
5555
}
56-
}
56+
}

packages/pluggableWidgets/accordion-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+
## [2.2.1] - 2024-8-29
10+
911
### Fixed
1012

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

packages/pluggableWidgets/bottom-sheet-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+
## [3.3.0] - 2024-8-29
10+
911
### Added
1012

1113
- We have upgraded React Native Device Info to version 11.1.0.

packages/pluggableWidgets/gallery-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+
## [1.1.0] - 2024-8-29
10+
911
### Added
1012

1113
- We have upgraded React Native Device Info to version 11.1.0.

packages/pluggableWidgets/intro-screen-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+
## [3.3.0] - 2024-8-29
10+
911
### Added
1012

1113
- We have upgraded React Native Device Info to version 11.1.0.

packages/pluggableWidgets/listview-swipe-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+
## [3.1.0] - 2024-8-29
10+
911
### Added
1012

1113
- We have upgraded React Native Gesture Handler to version 2.16.2.

packages/pluggableWidgets/rating-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.0.1] - 2024-8-29
10+
911
### Changed
1012

1113
- We have updated the rating native widget to replace the use of AnimatableProps from the react-native-animatable library with AnimatableProperties.

packages/pluggableWidgets/video-player-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.0.1] - 2024-8-29
10+
911
### Fixed
1012

1113
- We have fixed an issue where the video player was not functioning on iOS devices.

0 commit comments

Comments
 (0)