Skip to content

Commit 1bd98de

Browse files
authored
bump version to 7.3.6 w/ changelog (#15601)
1 parent cb0b025 commit 1bd98de

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
## 7.3.5 "asphalt-lightning" (2019-03-18)
216

317

@@ -572,7 +586,7 @@ Toolbar
572586
- `$mat-toolbar-height-mobile-portrait` has been deprecated and will be removed without replacement.
573587
- `$mat-toolbar-height-mobile-landscape` has been deprecated and will be removed without replacement.
574588

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
576590
optional parameters which are expected to become required in v8.
577591

578592

@@ -837,12 +851,12 @@ and then invoke `angular-material-theme` with the `$myTheme` variable.
837851
### Highlights
838852
* Support for drag and drop in `@angular/cdk/drag-drop`!
839853
* 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>`
841855
* Updated visuals for 2018 Material Design update (in-progress, not all components are done)
842856

843857
_Note that schematics for v7 are still in-progress._
844858

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.
846860

847861
### Bug Fixes
848862

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"preinstall": "node ./tools/npm/check-npm.js",
2828
"format": "git-clang-format HEAD $(git diff HEAD --name-only | grep -v \"\\.d\\.ts\")"
2929
},
30-
"version": "7.3.5",
30+
"version": "7.3.6",
3131
"requiredAngularVersion": ">=7.0.0",
3232
"dependencies": {
3333
"@angular/animations": "^7.2.1",

0 commit comments

Comments
 (0)