@@ -23,15 +23,38 @@ release, but this is unlikely until sometime in early 2018.
2323 * Material Auto-Suggest Input:
2424 * Wait for the popup to be visible before activating dropdown items.
2525 * 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.
2731 * 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.
2835 * Material Select:
2936 * Wait for the popup to be visible before activating dropdown items.
3037 * 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`.
3251 * 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.
3356 * Cleanup unneeded `preserveWhitespace: false` and `preserveWhitespace: true`.
34- * Cleanup type warnings.
57+ * Cleanup type warnings and other Dart 2.0 fixes .
3558 * Cleanup unused variables.
3659 * Update documentation.
3760
0 commit comments