Skip to content

Latest commit

 

History

History
115 lines (65 loc) · 3.17 KB

File metadata and controls

115 lines (65 loc) · 3.17 KB

Changelog

All notable changes to this widget will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[5.3.0] - 2026-6-10

Changed

  • Updated react-native-gesture-handler from version v2.30.0 to v2.31.2.
  • Updated react-native-reanimated from version v4.2.2 to v4.3.1.
  • Updated react-native-worklets from version v0.7.4 to v0.8.3.
  • Updated @gorhom/bottom-sheet from version v5.2.8 to v5.2.14.
  • Updated @shopify/flash-list from version v2.2.2 to v2.3.1.

[5.0.4] - 2026-4-9

Fixed

  • Fixed the “non‑worklet function called on the UI thread” error in bottom sheet coming from @gorhom/bottom-sheet usage.
  • Fixed ExpandingDrawer to open correctly and show all elements.

Changed

  • Improved performance by memoizing all callbacks with useCallback and useMemo across all components.
  • BottomSheet now uses BottomSheetScrollView instead of BottomSheetView, enabling proper scrolling in expanded states.
  • NativeBottomSheet now explicitly calculates snapPoints with 90% screen height cap for predictable sizing.
  • CustomModalSheet now measures content height dynamically with 90% screen height cap, removing offscreen SafeAreaView measurement.
  • Replaced the deprecated InteractionManager in CustomModalSheet.

Updated

  • Updated @gorhom/bottom-sheet from version v5.1.1 to v5.2.8.
  • Updated @shopify/flash-list from version v1.7.3 to v2.2.2.
  • Updated react-native-device-info from version v14.0.4 to v15.0.2.
  • Updated react-native-gesture-handler from version v2.24.0 to v2.30.0.
  • Updated react-native-reanimated from version v3.17.5 to v4.2.2.
  • Added react-native-worklets v0.7.4.

[5.0.3] - 2025-12-15

  • Updated react-native-reanimated to v3.17.5. This addresses compatibility issues with React Native 0.78 and later versions.

[5.0.2] - 2025-10-2

  • Updated react-native-reanimated to v3.16.7

[5.0.1] - 2025-7-7

  • Updated react-native-device-info to latest version.

[5.0.0] - 2025-3-31

Changed

  • Rewrote all bottomsheet widgets (customModalSheet, ExpandingDrawer, and NativeBottomSheet) using @gorhom/bottom-sheet.

[4.0.1] - 2025-2-7

Changed

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

[4.0.0] - 2024-12-3

Changed

  • Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.15.0.

BREAKING

  • Updated react-native-device-info from version v11.1.0 to v13.0.0.

[3.3.0] - 2024-8-29

Added

  • We have upgraded React Native Device Info to version 11.1.0.

[3.2.2] - 2023-5-24

Fixed

  • We've updated react-native-device-info library.

[3.2.1] - 2022-9-20

Changed

  • Correction to README.md file.

Fixed

  • We fixed an issue that happens during opening modal on ios

[3.2.0] - 2022-04-07

Added

  • Structure mode preview

[3.1.0] - 2022-01-24

Added

  • Dark theme icons for Tile and List view.

[3.0.0] - 2021-09-28

Added

  • We added a toolbox category and toolbox tile image for Studio & Studio Pro.