Skip to content

Commit c1c0dd5

Browse files
committed
📝 Docs: Update CHANGELOG
1 parent 42a00b1 commit c1c0dd5

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# CHANGELOG
22

3-
Changelog for `react-native-ios-context-menu`.
3+
Changelog for [`react-native-ios-context-menu`](https://github.com/dominicstop/react-native-ios-context-menu).
44

55
<br><br>
66

7-
* `2024-03-12-20:27 PST` - **Release**: [2.5.0-4](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-3...v2.5.0-4) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-0...v2.5.0-4)
8-
* **Desc**: Update for `[email protected]` - Refactor types - Update to use `RNIViewCleanupModeProp` to define `internalViewCleanupMode` for `RNIContextMenuView` and `RNIContextMenuButton`.<br><br>
7+
* `TBA` - **Release**: [2.5.0](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-4...v2.5.0) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.4...v2.5.0)
8+
* **Summary**: Finalized release of `2.5.0` - Refactor of cleanup logic
9+
* Fix for [issue #94](https://github.com/dominicstop/react-native-ios-context-menu/issues/94)
10+
* Raise min. version dependency to `react-native-ios-utilities` from `4.3.x` to `4.4.x`.
11+
* Remove `RNICleanupMode` usage.
12+
* Update to use new cleanup logic - Refactor `RNIContextMenuView` + `RNIContextMenuButton` to conform to `RNICleanableViewDelegate`, and use `RNICleanableViewRegistry` to trigger cleanup logic.<br><br>
913

10-
* `2024-03-12-16:03 PST` - **Release**: [2.5.0-3](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-3) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-2...v2.5.0-3) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-0...v2.5.0-3)
11-
* **Desc**: Merge changes from branch [branch v2.4.x](https://github.com/dominicstop/react-native-ios-context-menu/tree/v2.4.x)<br><br>
14+
* `2024-03-12-20:27 PST` - **Release**: [2.5.0-4](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-3...v2.5.0-4) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.4...v2.5.0-4)
15+
* **Summary**: Update for `[email protected]` - Refactor types - Update to use `RNIViewCleanupModeProp` to define `internalViewCleanupMode` for `RNIContextMenuView` and `RNIContextMenuButton`.<br><br>
16+
* `2024-03-12-16:03 PST` - **Release**: [2.5.0-3](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-3) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-2...v2.5.0-3) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.4...v2.5.0-3)
17+
* **Summary**: Merge changes from branch [branch v2.4.x](https://github.com/dominicstop/react-native-ios-context-menu/tree/v2.4.x)<br><br>
1218
* `2024-03-09-09:55 PST` - **Release**: [v2.4.4](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.4.4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.3...v2.4.4) | [branch v2.4.x](https://github.com/dominicstop/react-native-ios-context-menu/tree/v2.4.x)
13-
* **Desc**: Contains a bugfix for touch events being blocked during the aux. preview entrance transition.
19+
* **Summary**: Contains a bugfix for touch events being blocked during the aux. preview entrance transition.
1420

0 commit comments

Comments
 (0)