Skip to content

Commit 29ff872

Browse files
committed
chore: add changelog and bump version
1 parent e7518c4 commit 29ff872

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- Fixed flickering issue on Android when opening bottom sheet (both basic and custom render types).
12+
- Improved backdrop animation with smooth fade-in/fade-out transitions.
13+
914
## [5.3.0] - 2026-6-10
1015

1116
### Changed

packages/pluggableWidgets/bottom-sheet-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bottom-sheet-native",
33
"widgetName": "BottomSheet",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/pluggableWidgets/bottom-sheet-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="BottomSheet" version="5.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BottomSheet" version="5.3.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BottomSheet.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)