From 4fc30aa3f5aeb4e9cd4ac6a3e1726e340f050cca Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20`TODO`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/TODO.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 0810abf..c93cd42 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -45,9 +45,21 @@
+### Version: `1.7.2` + +- [x] **Bugfix**: Android error (importing/use of iOS-related native components on non-iOS platforms). + - [x] (Commit: `ba00412`) Revert platform-specific extensions for `ContextMenuView`, and `ContextMenuButton`. + - [x] (Commit: `5fe92e8`) Use platform specific exports for native components (i.e. `RNIContextMenuView`, `RNIContextMenuButton`). + +
+ +- [x] (Commit: `756514b`) **Implement**: Impl. `ContextMenuButton.dismissMenu`. + +
+ ### Version: `1.7.1` -- [x] Bugfix: Android error (importing/use of iOS-related native components on non-iOS platforms). +- [x] **Bugfix**: Android error (importing/use of iOS-related native components on non-iOS platforms). - [x] (Commit: `e57aabe`) Refactor `ContextMenuView` to use platform-specific extensions. - [x] (Commit: `0acea05`) Refactor `ContextMenuButton` to use platform-specific extensions. @@ -55,7 +67,7 @@ ### Version: `1.7.0` -- [x] (Commit: `6b606da`) Impl. `ContextMenuView.isContextMenuEnabled` prop. +- [x] (Commit: `6b606da`) **Implement**: Impl. `ContextMenuView.isContextMenuEnabled` prop.