2.7 KiB
2.7 KiB
CHANGELOG
Changelog for react-native-ios-context-menu.
v2.5.0
- Release: v2.5.0 | changes | all changes
- Related: Fix for issue #94
- Summary: Finalized release of
2.5.0- Refactor of cleanup logic.- Fix for issue #94
- Raise min. version dependency to
react-native-ios-utilitiesfrom4.3.xto4.4.x(see: changelog v4.4.0 entry for more details). - Remove
RNICleanupModeusage. - Update to use new cleanup logic - Refactor
RNIContextMenuView+RNIContextMenuButtonto conform toRNICleanableViewDelegate, and useRNICleanableViewRegistryto trigger cleanup logic.
v2.5.0-4
- Release: v2.5.0-4 | changes | all changes
- Summary: Update for
react-native-ios-utilities@v4.4.0-6- Refactor types - Update to useRNIViewCleanupModePropto defineinternalViewCleanupModeforRNIContextMenuViewandRNIContextMenuButton.
v2.5.0-3
- Release: v2.5.0-3 | changes | all changes
- Summary: Merge changes from branch branch v2.4.x
v2.4.4
- Release: v2.4.4 | changes | branch v2.4.x
- Summary: Contains a bugfix for touch events being blocked during the aux. preview entrance transition.