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.
207
207
208
208
### Autocomplete
209
209
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.
211
217
212
218
### Button
213
219
@@ -454,9 +460,15 @@ TODO(mmalerba): link to density docs once they exist.
454
460
455
461
### Select
456
462
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.
458
470
459
- * Long options now wrap by default instead of truncating .
471
+ * Option list animation has changed .
460
472
461
473
* Previously the dropdown menu width could be wider than the parent form-field, but now the dropdown
462
474
is the same width as the form-field
You can’t perform that action at this time.
0 commit comments