react-native-ios-context-menu/CHANGELOG.md
Dominic Go 63f5a08a8e 📝 Docs: Update CHANGELOG
Update CHANGELOG.md
2024-03-13 21:53:37 +08:00

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-utilities from 4.3.x to 4.4.x (see: changelog v4.4.0 entry for more details).
    • Remove RNICleanupMode usage.
    • Update to use new cleanup logic - Refactor RNIContextMenuView + RNIContextMenuButton to conform to RNICleanableViewDelegate, and use RNICleanableViewRegistry to 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 use RNIViewCleanupModeProp to define internalViewCleanupMode for RNIContextMenuView and RNIContextMenuButton.

v2.5.0-3


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.