|
| 1 | +## 7.3.6 "tar-trebuchet" (2019-03-25) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* add disabled styling for unchecked pseudo checkbox ([#15405](https://github.com/angular/material2/issues/15405)) ([bd1c973](https://github.com/angular/material2/commit/bd1c973)) |
| 7 | +* **autofill:** use static queries to read values used in ngOnInit ([#15516](https://github.com/angular/material2/issues/15516)) ([cb0b025](https://github.com/angular/material2/commit/cb0b025)) |
| 8 | +* **form-field:** select value text blending in with the background in high contrast mode ([#15286](https://github.com/angular/material2/issues/15286)) ([bbd30fb](https://github.com/angular/material2/commit/bbd30fb)) |
| 9 | +* **icon:** clear user content when svgIcon is bound to falsy value ([#15290](https://github.com/angular/material2/issues/15290)) ([f2f1232](https://github.com/angular/material2/commit/f2f1232)) |
| 10 | +* **slide-toggle:** be able to receive focus while disabled on click ([#15501](https://github.com/angular/material2/issues/15501)) ([479618e](https://github.com/angular/material2/commit/479618e)) |
| 11 | +* **tooltip:** tooltip sample not working with keyboard navigation. ([#15111](https://github.com/angular/material2/issues/15111)) ([3987b9b](https://github.com/angular/material2/commit/3987b9b)) |
| 12 | + |
| 13 | + |
| 14 | + |
1 | 15 | ## 7.3.5 "asphalt-lightning" (2019-03-18)
|
2 | 16 |
|
3 | 17 |
|
@@ -572,7 +586,7 @@ Toolbar
|
572 | 586 | - `$mat-toolbar-height-mobile-portrait` has been deprecated and will be removed without replacement.
|
573 | 587 | - `$mat-toolbar-height-mobile-landscape` has been deprecated and will be removed without replacement.
|
574 | 588 |
|
575 |
| -**NOTE:** In addition to the specific deprecations listed above, many component constructor methods contain |
| 589 | +**NOTE:** In addition to the specific deprecations listed above, many component constructor methods contain |
576 | 590 | optional parameters which are expected to become required in v8.
|
577 | 591 |
|
578 | 592 |
|
@@ -837,12 +851,12 @@ and then invoke `angular-material-theme` with the `$myTheme` variable.
|
837 | 851 | ### Highlights
|
838 | 852 | * Support for drag and drop in `@angular/cdk/drag-drop`!
|
839 | 853 | * Support for virtual scrolling in `@angular/cdk/scrolling`!
|
840 |
| -* You can now use a native `<select>` element in `<mat-form-field>` |
| 854 | +* You can now use a native `<select>` element in `<mat-form-field>` |
841 | 855 | * Updated visuals for 2018 Material Design update (in-progress, not all components are done)
|
842 | 856 |
|
843 | 857 | _Note that schematics for v7 are still in-progress._
|
844 | 858 |
|
845 |
| -You can view a beta version of the docs at https://beta-angular-material-io.firebaseapp.com. |
| 859 | +You can view a beta version of the docs at https://beta-angular-material-io.firebaseapp.com. |
846 | 860 |
|
847 | 861 | ### Bug Fixes
|
848 | 862 |
|
|
0 commit comments