Component Updates
Application Layout
- Add
canCloseinput to the temporary drawer to prevent the drawer from toggling.
Dynamic Component
- Use type promotion instead of dynamic dispatch to update a
RendersValueinstance. - Change to "OnPush" change detection.
Material Auto Suggest Input
- Stop event propagation when key nav events are handled.
- Update to...