From 9495849dc9b2a5495d651bd1ced36f84435bd1ce Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Mon, 27 Jan 2025 14:38:26 -0600 Subject: [PATCH] Update TODO with finished tasks for 0.1.3. --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 8083554..a8cc5e9 100644 --- a/TODO.md +++ b/TODO.md @@ -34,8 +34,8 @@ For example: - [x] wvcc bug: Nested static view classes are not seen by compiler - This required tweaking how the configurations are passed around. Ultimately, we should strive for less complexity in this regard. -- [ ] `OutletContainer` trait or interface for components which can contain an `` child. -- [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate. +- [x] `OutletContainer` trait or interface for components which can contain an `` child. +- [x] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate. ## 0.1.2 - [x] `Outlet` component for rendering children like so: