Update TODO with finished tasks for 0.1.3.
This commit is contained in:
parent
f6071909b6
commit
9495849dc9
4
TODO.md
4
TODO.md
@ -34,8 +34,8 @@ For example:
|
|||||||
- [x] wvcc bug: Nested static view classes are not seen by compiler
|
- [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
|
- This required tweaking how the configurations are passed around. Ultimately, we should strive for less complexity
|
||||||
in this regard.
|
in this regard.
|
||||||
- [ ] `OutletContainer` trait or interface for components which can contain an `<Outlet />` child.
|
- [x] `OutletContainer` trait or interface for components which can contain an `<Outlet />` child.
|
||||||
- [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate.
|
- [x] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate.
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
- [x] `Outlet` component for rendering children like so:
|
- [x] `Outlet` component for rendering children like so:
|
||||||
|
Loading…
Reference in New Issue
Block a user