@@ -23,15 +23,38 @@ release, but this is unlikely until sometime in early 2018.
23
23
* Material Auto-Suggest Input:
24
24
* Wait for the popup to be visible before activating dropdown items.
25
25
* Stop escape keyboard events from propagating after they are handled.
26
- * Material Checkbox: Make focasable.
26
+ * Disallow deselection when clicked on a selected item with single selection
27
+ * models.
28
+ * Ensure input text is initialized correctly regardless of input order.
29
+ * Fix auto-scrolling issue on Firefox.
30
+ * Material Checkbox: Make focusable.
27
31
* Material Fab: Update shadow styles.
32
+ * Material Input: Don't override underline color when the input is invalid.
33
+ * Material Menu: Add button content customization.
34
+ * Material Radio: Update disabled color to match spec.
28
35
* Material Select:
29
36
* Wait for the popup to be visible before activating dropdown items.
30
37
* Stop escape keyboard events from propagating after they are handled.
31
- * Material Radio: Update disabled color to match spec.
38
+ * Fix ` MaterialSelectItem` displaying two times the label when
39
+ ` factoryRenderer` is used.
40
+ * Fix auto-scrolling issue on Firefox.
41
+ * Material Tab: Add two-way binding on fixed strip activeTabIndex.
42
+ * Material Tree: Autofocus the filter when `MaterialTreeDropdown` is opened,
43
+ but not when it closes.
44
+ * Better support for the zippy expansion case in selection model.
45
+ * Deprecate getBool, angular supports it now natively.
46
+ * Fix RTE when using item renderers as highlight renderers when there is a
47
+ custom factory renderer.
48
+ * Fix componentRenderer logic.
49
+ * Add option to disable select all in the table selection model.
50
+ * Add a feature detector for `position: sticky`.
32
51
* Migrate from Glyph to Material Icon.
52
+ * Remove unused table model.
53
+ * Remove the getDynamic method from properties helpers.
54
+ * Remove uses of .runtimeType.
55
+ * Fix uses_bottom_as_dynamic ("fuzzy arrow") errors.
33
56
* Cleanup unneeded `preserveWhitespace: false` and `preserveWhitespace: true`.
34
- * Cleanup type warnings.
57
+ * Cleanup type warnings and other Dart 2.0 fixes .
35
58
* Cleanup unused variables.
36
59
* Update documentation.
37
60
0 commit comments