File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,13 @@ TODO(mmalerba): link to density docs once they exist.
207207
208208### Autocomplete
209209
210- * Long options now wrap by default instead of truncating.
210+ * Long options now wrap instead of truncating.
211+
212+ * Option heights are no longer capped at ` 48px ` .
213+
214+ * Option list now has an ` 8px ` top and bottom padding.
215+
216+ * Options list now has an animation when opening and closing.
211217
212218### Button
213219
@@ -454,9 +460,15 @@ TODO(mmalerba): link to density docs once they exist.
454460
455461### Select
456462
457- * MatSelect no longer aligns the selected option in the dropdown menu with the trigger text.
463+ * `MatSelect` no longer aligns the selected option in the dropdown menu with the trigger text.
464+
465+ * Long options now wrap instead of truncating.
466+
467+ * Option heights are no longer capped at `48px`.
468+
469+ * Option list now has an `8px` top and bottom padding.
458470
459- * Long options now wrap by default instead of truncating .
471+ * Option list animation has changed .
460472
461473* Previously the dropdown menu width could be wider than the parent form-field, but now the dropdown
462474 is the same width as the form-field
You can’t perform that action at this time.
0 commit comments