This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.0-alpha+11
2+
3+ > NOTE: This code is considered production quality, but depends on angular:
4+ > 5.0.0-alpha+11. The alpha tag represents the evolving nature of the
5+ > AngularDart API, not code quality (5.0.0-alpha+11 is used in production Google
6+ > apps).
7+
8+ * Material Auto-Suggest: Prevent marking itself as dirty when it receives
9+ initial form value.
10+ * Material Checkbox:
11+ * Prevent marking itself as dirty when it receives initial form value.
12+ * Add mixin to remove right margin.
13+ * Material Datepicker:
14+ * Re-render calendar and month picker when date limits change.
15+ * Switch to bool inputs instead of ` getBool() ` .
16+ * Material Expansion Panel: Improve animations.
17+ * Material Input:
18+ * Add mixin to change the font size.
19+ * Add ` aria-label ` and ` aria-invalid ` attributes back to the input field.
20+ * Material Popup: Fix border radius mixin.
21+ * Material Select: Fix selected color mixin on vertical selection indicator.
22+ * Reorder List: Restrict when a dragged item's target index is incremented or
23+ decremented.
24+ * Use new ` @HostListener() ` argument inference: ` $event ` is now implicit.
25+ * Make mouse events with the shift modifier key a non-standard mouse event in
26+ ` isStandardMouseEvent() ` .
27+ * Remove ` IntersectionObserver ` bindings now that they exist in dart: html .
28+
129## 0.9.0-alpha+10
230
331> NOTE: This code is considered production quality, but depends on angular:
You can’t perform that action at this time.
0 commit comments