Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fast-element): attached behaviors #2784

Merged
merged 3 commits into from
Mar 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc(fast-element): add children roadmap item
  • Loading branch information
Rob Eisenberg committed Mar 11, 2020
commit a48dc561dd49a41f615f40025cf4adef238178a3
1 change: 1 addition & 0 deletions packages/fast-element/docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* **Feature**: Dependency injection infrastructure, including simple decorator-based property injection for `FastElement`.
* **Test**: Testing infrastructure and test coverage.
* **Fix**: Improve subscription cleanup on complex observable expressions.
* **Feature**: Add a `children` decorator that internally sets up a MutationObserver to watch children, provides a simple callback, and constructs a standard JS of selected children, which can be bound in templates.

## Medium-term

Expand Down