Skip to content

Sync with @angular/material #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 130 commits into from
Mar 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
57aadc2
chore: add `yarn format` command and pre-commit hook to ensure code i…
mmalerba Feb 9, 2019
d0659eb
docs(radio): add aria labelling to examples (#15150)
crisbeto Feb 11, 2019
2b1de4b
chore: bump version to 7.3.2 w/ changelog (#15152)
jelbourn Feb 11, 2019
d410044
docs(theming) fix typo in code example comment (#15127)
Gi11i4m Feb 11, 2019
cb7d3b9
docs(button-toggle): add aria-labels to examples (#15114)
Suresh918 Feb 11, 2019
123976f
Button icons aria labels changes #14998 (#15112)
Suresh918 Feb 11, 2019
3787695
fix(bottom-sheet): focus trap not being attached when autoFocus is di…
crisbeto Feb 12, 2019
2652532
fix(input): no focus on click in IE if clicked outside native control…
macjohnny Feb 12, 2019
312cd9f
refactor(drag-drop): don't clone items array inside withItems (#15103)
crisbeto Feb 12, 2019
0d054db
fix(layout): breakpoint observer completing unrelated subscribers whe…
crisbeto Feb 12, 2019
c30fa9f
docs: update readme for Q1 2019 (#15154)
jelbourn Feb 12, 2019
7cd002d
build(release-script): npm logout after publishing (#15170)
jelbourn Feb 12, 2019
3163cc6
fix(dialog): don't assign aria-label to close button if button has te…
crisbeto Feb 13, 2019
35e89e5
fix: errors when building theme using CSS variables (#15140)
crisbeto Feb 13, 2019
e1d0024
docs(stepper): update non-default boolean for editable prop (#15161)
cbejensen Feb 13, 2019
0854189
chore(select): fix typo in unit test name (#15157)
dafo Feb 13, 2019
45e90a6
build: fix invalid npm "build" script (#15182)
devversion Feb 14, 2019
9ca5722
build: downgrade to sauce-connect v4.5.1 (#28659) (#15183)
devversion Feb 14, 2019
0db9044
fix(table): add missing rowgroup roles (#15131)
jelbourn Feb 14, 2019
e2c9873
feat(a11y): add injection token configure default politeness and dura…
crisbeto Feb 14, 2019
b98eb03
fix(list): disableRipple on selection list not affecting list options…
crisbeto Feb 14, 2019
6ea0e96
fix(bidi): handle uppercase values correctly (#14773)
crisbeto Feb 14, 2019
9acd7a7
docs(table): add aria-label to checkboxes in selection example (#15158)
ViktorSlavov Feb 14, 2019
aff565a
docs(toolbar): add aria-labels to icons in example (#15128)
Suresh918 Feb 14, 2019
3ae6eb2
docs(bidi): fix typo in overview code example (#15200)
mgalante Feb 15, 2019
5216d38
chore(typescript): uniformly access all index signature with index ac…
rkirov Feb 19, 2019
8fc97ac
fix: add peer dependency on @angular/forms (#15133)
crisbeto Feb 20, 2019
4021929
docs(select): update live examples to use labels (#15095)
crisbeto Feb 20, 2019
f2cb837
fix(schematics): do not generate invalid stylesheet files (#15235)
devversion Feb 20, 2019
bb69483
build: publish script should should note where to paste changelog (#1…
devversion Feb 20, 2019
140c4e0
chore: bump version to 7.3.3 w/ changelog (#15253) (#15269)
jelbourn Feb 21, 2019
1b1a569
test(table): remove redundant test (#15273)
andrewseguin Feb 21, 2019
35982a5
test(focus-monitor): fix test name typo (#15244)
swseverance Feb 22, 2019
fe2881d
docs: normalize keyboard interaction headers and add escape key (#15241)
lazarljubenovic Feb 22, 2019
5d3f515
docs: clarify docs on creating a custom material module (#15229)
ahasall Feb 22, 2019
bcf2781
feat(drag-drop): allow for dragging sequence to be delayed (#14732)
crisbeto Feb 22, 2019
677db8c
fix(radio): underlying label not expanding to width of radio button (…
crisbeto Feb 22, 2019
0185dd1
fix(menu): support focus first/last item via home/end keys (#14896)
crisbeto Feb 22, 2019
78f55ea
fix(select): update panel width if the viewport size changes (#14932)
crisbeto Feb 22, 2019
6e52023
fix(overlay): flexible position strategy throwing error for empty str…
crisbeto Feb 22, 2019
a88d053
fix(progress-bar): clear aria-valuenow in indeterminate or query mode…
crisbeto Feb 22, 2019
dd4257e
fix(progress-spinner): clear aria-valuenow in indeterminate mode (#15…
crisbeto Feb 22, 2019
629460f
feat(drag-drop): add the ability to disable sorting in a list (#15064)
crisbeto Feb 22, 2019
1aafdbe
fix(drag-drop): disabled value not being synced to drop list ref (#15…
crisbeto Feb 22, 2019
f1e1528
fix(drag-drop): preview not being rendered inside fullscreen element …
crisbeto Feb 22, 2019
751fe8a
fix(drag-drop): clear duplicate ids from descendants (#15135)
crisbeto Feb 22, 2019
b67837f
build: avoid 404 warnings in Karma tests (#15136)
crisbeto Feb 22, 2019
a115b3a
fix(select): error when navigating via keyboard to reset option on a …
crisbeto Feb 22, 2019
413fe33
fix(autocomplete): remove old classes when classlist has changed (#15…
crisbeto Feb 22, 2019
dfa40fc
feat(menu): allow focus restoration to be disabled (#15205)
crisbeto Feb 22, 2019
0673574
fix(typography): move header letter spacing into typography config (#…
crisbeto Feb 22, 2019
48d17af
fix(slide-toggle): thumb animation not working on mobile (#15236)
devversion Feb 22, 2019
66d38fc
feat(selection-list): support specifying theme color (#15237)
devversion Feb 22, 2019
1bc8bc4
fix(a11y): don't set aria description if it's the same as the node's …
crisbeto Feb 22, 2019
0bf7ccb
docs(chips): add aria-labels to examples (#15167)
Suresh918 Feb 22, 2019
83135e1
fix(examples): fix form-field-custom-control (#15147)
swseverance Feb 22, 2019
edb7835
docs(menu): add aria-label to example (#15146)
Suresh918 Feb 22, 2019
484a96c
docs(icon): add aria-labels to examples (#15145)
Suresh918 Feb 22, 2019
2a086ce
docs(form-field): improve a11y of password visibility toggle (#15129)
Suresh918 Feb 22, 2019
6f3c2de
docs(form-field): add aria-labels to form examples (#15130)
Suresh918 Feb 25, 2019
53b01bc
test(grid-list): make error expectation less brittle (#15303)
jelbourn Feb 25, 2019
740a2ee
test(slide-toggle): adding missing detectChanges() and tick() (#15309)
jelbourn Feb 26, 2019
ae41a0a
chore: don't run CI on the ivy-2019 branch (#15302)
jelbourn Feb 27, 2019
da8987b
fix(schematics): incorrectly throws if NgModule uses namespaced decor…
devversion Mar 4, 2019
4cffc20
fix: correct example title (#15325)
Sebring Mar 4, 2019
4dab2f6
test(expansion): rework tests that depend on static queries (#15333)
crisbeto Mar 4, 2019
0747228
test(list-key-manager): fix test description (#15352)
swseverance Mar 4, 2019
db44907
docs(chips): remove comment regarding disabled style (#15360)
andrewseguin Mar 4, 2019
4f64b52
docs: adjust element spacing within examples (#15369)
swseverance Mar 4, 2019
b00790a
build: anchors not working correctly in markdown (#15379)
crisbeto Mar 4, 2019
2470a42
fix(virtual-scroll): move views that are already attached instead of …
kara Mar 4, 2019
3f8d02c
fix(list): action list missing focus and hover styling (#14147)
crisbeto Mar 4, 2019
e130c5c
Fix typo in datepicker example (#15327)
dtslvr Mar 4, 2019
14b4581
refactor(selection-list): avoid deprecated method (#15371)
swseverance Mar 5, 2019
3607677
fix(form-field): allow user to click through arrow on native select (…
crisbeto Mar 5, 2019
4ff1c95
fix(scrolling): virtual scroll viewport error during server-side rend…
crisbeto Mar 5, 2019
1c503ff
fix(datepicker): toggle throwing an error if datepicker is not define…
crisbeto Mar 5, 2019
bc6b5fb
fix(select): Fixes width-issue of select option panel in IE (#11801)
macjohnny Mar 5, 2019
63cec8f
fix(form-field): infinite loop with zone-patch-rxjs (#15335)
crisbeto Mar 5, 2019
1f7ce05
chore(select): fix api golden failure (#15384)
crisbeto Mar 5, 2019
ce632b0
fix(radio): unable to distinguish disabled radio button in high contr…
crisbeto Mar 5, 2019
4614fb8
fix(badge): disable animations when using NoopAnimationsModule (#11408)
crisbeto Mar 5, 2019
679bdb6
fix(calendar): should markForCheck when properties are changed (#15102)
andrewseguin Mar 5, 2019
9a77164
fix(stepper): unable to tab to step content (#14892)
crisbeto Mar 5, 2019
f4a59f0
refactor(stepper): remove dependency on @angular/forms (#15134)
crisbeto Mar 5, 2019
76c2a3c
fix(radio): only show focus ripple for keyboard focus (#13565)
crisbeto Mar 5, 2019
28b33aa
build: fix missing badge dependency (#15390)
crisbeto Mar 5, 2019
d232d7c
chore: add vscode settings to format on save w/ correct settings (#15…
mmalerba Mar 5, 2019
9d60a5d
fix(sort): remove arrow when sort header is disabled (#15212)
crisbeto Mar 6, 2019
4704653
feat(drag-drop): add the ability to customize how the position is con…
crisbeto Mar 6, 2019
5fb022f
chore: update master to angular version 8 beta (#15392)
jelbourn Mar 6, 2019
fbae483
chore: disable vscode autoformat settings (#15406)
crisbeto Mar 7, 2019
c59f273
docs(chips): add drag and drop sample (#15276)
Aleksandyr Mar 7, 2019
2f61607
fix(radio): ng-touched incorrectly being set on click (#12560)
devversion Mar 7, 2019
ba8d14b
chore(ivy): add static flag to tab-related static queries
kara Feb 20, 2019
971ab53
chore(ivy): add static flag to dialog-related static queries (#15239)
kara Feb 20, 2019
6977f18
chore(ivy): add static flag to more queries (#15252)
kara Feb 20, 2019
cb3d5b8
chore(ivy): add static flag to tree-related static queries (#15255)
kara Feb 20, 2019
660431b
chore(ivy): add static flag to table-related static queries (#15257)
kara Feb 21, 2019
f851246
chore(ivy): fix static query stragglers that were not marked static q…
kara Feb 21, 2019
04b1706
test(menu): refactor test that depends on static queries (#15289)
crisbeto Feb 25, 2019
c9210b8
test(sidenav): fix sidenav failures under Ivy (#15300)
crisbeto Feb 25, 2019
c1452af
test(overlay): use static queries w/ overlay containers (#15301)
jelbourn Feb 26, 2019
b811cbe
test(select): update static query tests (#15320)
crisbeto Feb 26, 2019
33ced72
test(accordion): update static query test (#15357)
marclaval Mar 1, 2019
e739e61
fix: mark virtual scroll viewport queries as static (#15346)
kara Mar 1, 2019
a7f1981
refactor(button): use [attr.disabled] host binding in MatButton (#15308)
jelbourn Mar 8, 2019
ddeeb18
fix(list): override native button text align in action list (#15404)
mitchellwills Mar 8, 2019
c5a32c2
fix(badge): duplicate leftover badge after server-side render (#15417)
crisbeto Mar 8, 2019
10968cd
chore: bump version to 7.3.4 w/ changelog (#15439)
josephperrott Mar 11, 2019
d0cd9c0
fix(schematics): do not run migrations multiple times (#15424)
devversion Mar 11, 2019
7a2565d
docs(drag-drop): add docs and live example for disabled sorting (#15426)
crisbeto Mar 11, 2019
ac7b3cd
test(chip-list): rework tests to work under Ivy (#15428)
crisbeto Mar 11, 2019
c2f3d48
build: throw error if example is missing a title (#15430)
crisbeto Mar 11, 2019
4895443
refactor(selection-list): avoid deprecated method (#15393)
swseverance Mar 11, 2019
f1b13a2
test(table): update static query test (#15452)
marclaval Mar 12, 2019
decddb5
refactor(stepper): rework buttons to handle Ivy (#15429)
crisbeto Mar 12, 2019
f82259b
fix(table): use default change detection strategy on table (#15440)
andrewseguin Mar 12, 2019
aa95d6b
test(input): make the type validation test to pass in Ivy (#15460)
marclaval Mar 13, 2019
a146499
fix(stepper): avoid breaking change in stepControl type (#15464)
crisbeto Mar 13, 2019
59818d1
fix(tooltip): render style values in ngOnInit instead of the construc…
matsko Mar 14, 2019
5f88cac
chore: update tooltip golden file (#15479)
crisbeto Mar 14, 2019
db4e2e2
refactor(datepicker): adapt custom header demo for Ivy (#15458)
marclaval Mar 14, 2019
747e455
refactor(focus-monitor): adapt demo examples for Ivy (#15475)
marclaval Mar 14, 2019
d525f9c
fix(table): use static queries for examples (#15483)
andrewseguin Mar 15, 2019
876727d
fix(stepper): content not being rendered out initially with ivy (#15485)
crisbeto Mar 15, 2019
3b0f7fc
chore: create separate modules for each demo page (#15498)
mmalerba Mar 15, 2019
c8ddaa8
docs(dialog): add doc for align attribute (#15500)
crisbeto Mar 15, 2019
1421184
refactor(tree): rework to account for ivy changes (#15503)
crisbeto Mar 18, 2019
eb5eed1
chore: bump version to 7.3.5 w/ changelog (#15519)
mmalerba Mar 18, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions .circleci/base-rbe-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build:remote --host_javabase=@bazel_toolchains//configs/ubuntu16_04_clang/1.1:jd
build:remote --javabase=@bazel_toolchains//configs/ubuntu16_04_clang/1.1:jdk8
build:remote --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build:remote --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8
build:remote --crosstool_top=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.18.0/default:toolchain
build:remote --crosstool_top=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.22.0/default:toolchain
build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
# Platform flags:
# The toolchain container used for execution is defined in the target indicated
Expand All @@ -44,7 +44,7 @@ build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
# "extra_toolchains" to be selected (given constraints defined in
# "exec_compatible_with").
# More about platforms: https://docs.bazel.build/versions/master/platforms.html
build:remote --extra_toolchains=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.18.0/cpp:cc-toolchain-clang-x86_64-default
build:remote --extra_toolchains=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.22.0/cpp:cc-toolchain-clang-x86_64-default
build:remote --extra_execution_platforms=@bazel_toolchains//configs/ubuntu16_04_clang/1.1:rbe_ubuntu1604
build:remote --host_platform=@bazel_toolchains//configs/ubuntu16_04_clang/1.1:rbe_ubuntu1604
build:remote --platforms=@bazel_toolchains//configs/ubuntu16_04_clang/1.1:rbe_ubuntu1604
Expand Down Expand Up @@ -104,7 +104,7 @@ build:results-local --bes_results_url="https://source.cloud.google.com/results/i
# with the rbe-ubuntu16-04 container. Use of these flags is still experimental.
build:docker-sandbox --host_javabase=@bazel_toolchains//configs/ubuntu16_04_clang/1.1:jdk8
build:docker-sandbox --javabase=@bazel_toolchains//configs/ubuntu16_04_clang/1.1:jdk8
build:docker-sandbox --crosstool_top=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.18.0/default:toolchain
build:docker-sandbox --crosstool_top=@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.22.0/default:toolchain
build:docker-sandbox --experimental_docker_image=gcr.io/cloud-marketplace/google/rbe-ubuntu16-04@sha256:9bd8ba020af33edb5f11eff0af2f63b3bcb168cd6566d7b27c6685e717787928
build:docker-sandbox --spawn_strategy=docker
build:docker-sandbox --strategy=Javac=docker
Expand All @@ -118,7 +118,6 @@ build:docker-sandbox --experimental_enable_docker_sandbox
# across machines, developers, and workspaces.
build:remote-cache --remote_cache=remotebuildexecution.googleapis.com
build:remote-cache --tls_enabled=true
build:remote-cache --experimental_strict_action_env=true
build:remote-cache --remote_timeout=3600
build:remote-cache --auth_enabled=true
build:remote-cache --spawn_strategy=standalone
Expand Down
2 changes: 1 addition & 1 deletion .circleci/bazel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Save downloaded repositories in a location that can be cached by CircleCI. This helps us
# speeding up the analysis time significantly with Bazel managed node dependencies on the CI.
build --experimental_repository_cache=/home/circleci/bazel_repository_cache
build --repository_cache=/home/circleci/bazel_repository_cache

########################################
# Remote Build Execution support on CI #
Expand Down
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To validate changes, use an online parser, eg.
# http://yaml-online-parser.appspot.com/

var_1: &docker_image angular/ngcontainer:0.7.0
var_1: &docker_image angular/ngcontainer:0.10.0
var_2: &cache_key v2-ng-mat-{{ checksum "WORKSPACE" }}-{{ checksum "yarn.lock" }}-0.7.0

# Settings common to each job
Expand Down Expand Up @@ -89,6 +89,7 @@ var_13: &ignore_presubmit_branch_filter
branches:
ignore:
- "_presubmit"
- "ivy-2019"

# Runs a script that sets up the Bazel remote execution. This will be used by jobs that run
# Bazel primarily and should benefit from remote caching and execution.
Expand Down Expand Up @@ -366,8 +367,10 @@ workflows:

integration_tests:
jobs:
- e2e_tests:
filters: *ignore_presubmit_branch_filter
# Temporarily disable e2e tests until https://github.com/angular/angular/issues/29123
# is resolved.
# - e2e_tests:
# filters: *ignore_presubmit_branch_filter
- prerender_build:
filters: *ignore_presubmit_branch_filter

Expand Down
4 changes: 3 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ ColumnLimit: 100

TabWidth: 2
ContinuationIndentWidth: 4
MaxEmptyLinesToKeep : 2
MaxEmptyLinesToKeep: 2

AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
JavaScriptWrapImports: true

6 changes: 4 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@
/src/dev-app/connected-overlay/** @jelbourn @crisbeto
/src/dev-app/dataset/** @andrewseguin
/src/dev-app/datepicker/** @mmalerba
/src/dev-app/dev-app-layout/** @mmalerba
/src/dev-app/dialog/** @jelbourn @crisbeto
/src/dev-app/drawer/** @mmalerba
/src/dev-app/drag-drop/** @crisbeto
/src/dev-app/drawer/** @mmalerba
/src/dev-app/example/** @andrewseguin
/src/dev-app/examples-page/** @andrewseguin
/src/dev-app/expansion/** @josephperrott
Expand All @@ -123,8 +124,8 @@
/src/dev-app/icon/** @jelbourn
/src/dev-app/input/** @mmalerba
/src/dev-app/list/** @jelbourn @crisbeto @devversion
/src/dev-app/menu/** @crisbeto
/src/dev-app/live-announcer/** @jelbourn
/src/dev-app/menu/** @crisbeto
/src/dev-app/overlay/** @jelbourn @crisbeto
/src/dev-app/paginator/** @andrewseguin
/src/dev-app/platform/** @jelbourn @devversion
Expand Down Expand Up @@ -257,4 +258,5 @@
# Misc
/* @jelbourn
/.github/** @jelbourn
/.vscode/** @mmalerba
/src/* @jelbourn
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ node_modules

# IDEs
/.idea
/.vscode
/.vscode/launch.json
/*.iml

# misc
Expand Down
5 changes: 5 additions & 0 deletions .huskyrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "check-clang-format \"\\`yarn format\\`\""
}
}
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-vscode.vscode-typescript-tslint-plugin",
"xaver.clang-format",
],
}
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Please install https://marketplace.visualstudio.com/items?itemName=xaver.clang-format to take advantage of `clang-format` in VSCode.
// (See https://clang.llvm.org/docs/ClangFormat.html for more info `clang-format`.)
"clang-format.executable": "${workspaceRoot}/node_modules/.bin/clang-format",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/bazel-out/**": true,
"**/dist/**": true,
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/bazel-out": true,
"**/dist": true,
},
"git.ignoreLimitWarning": true,
}
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,68 @@
## 7.3.5 "asphalt-lightning" (2019-03-18)


### Bug Fixes

* **schematics:** do not run migrations multiple times ([#15424](https://github.com/angular/material2/issues/15424)) ([7b77740](https://github.com/angular/material2/commit/7b77740))
* **stepper:** avoid breaking change in stepControl type ([#15464](https://github.com/angular/material2/issues/15464)) ([f02ebe1](https://github.com/angular/material2/commit/f02ebe1)), closes [#15134](https://github.com/angular/material2/issues/15134) [#15462](https://github.com/angular/material2/issues/15462)



## 7.3.4 "tapioca-turtle" (2019-03-11)


### Bug Fixes

* **badge:** duplicate leftover badge after server-side render ([#15417](https://github.com/angular/material2/issues/15417)) ([815a729](https://github.com/angular/material2/commit/815a729))
* **calendar:** should markForCheck when properties are changed ([#15102](https://github.com/angular/material2/issues/15102)) ([4aa5535](https://github.com/angular/material2/commit/4aa5535))
* **datepicker:** toggle throwing an error if datepicker is not defined on init ([#15256](https://github.com/angular/material2/issues/15256)) ([3c5e671](https://github.com/angular/material2/commit/3c5e671))
* **form-field:** allow user to click through arrow on native select ([#15328](https://github.com/angular/material2/issues/15328)) ([cb057d2](https://github.com/angular/material2/commit/cb057d2)), closes [#15318](https://github.com/angular/material2/issues/15318)
* **form-field:** infinite loop with zone-patch-rxjs ([#15335](https://github.com/angular/material2/issues/15335)) ([8581556](https://github.com/angular/material2/commit/8581556)), closes [#15331](https://github.com/angular/material2/issues/15331)
* **list:** action list missing focus and hover styling ([#14147](https://github.com/angular/material2/issues/14147)) ([3f876e2](https://github.com/angular/material2/commit/3f876e2))
* **list:** override native button text align in action list ([#15404](https://github.com/angular/material2/issues/15404)) ([aaec2d5](https://github.com/angular/material2/commit/aaec2d5))
* **radio:** ng-touched incorrectly being set on click ([#12560](https://github.com/angular/material2/issues/12560)) ([5b04ec3](https://github.com/angular/material2/commit/5b04ec3))
* **radio:** only show focus ripple for keyboard focus ([#13565](https://github.com/angular/material2/issues/13565)) ([87477c3](https://github.com/angular/material2/commit/87477c3)), closes [#13544](https://github.com/angular/material2/issues/13544)
* **radio:** unable to distinguish disabled radio button in high contrast mode ([#15375](https://github.com/angular/material2/issues/15375)) ([230b1ed](https://github.com/angular/material2/commit/230b1ed))
* **schematics:** incorrectly throws if NgModule uses namespaced decorator ([#15298](https://github.com/angular/material2/issues/15298)) ([89c48f4](https://github.com/angular/material2/commit/89c48f4))
* **scrolling:** virtual scroll viewport error during server-side rendering ([#15299](https://github.com/angular/material2/issues/15299)) ([78e7207](https://github.com/angular/material2/commit/78e7207)), closes [#15291](https://github.com/angular/material2/issues/15291)
* **select:** Fixes width-issue of select option panel in IE ([#11801](https://github.com/angular/material2/issues/11801)) ([81a73c6](https://github.com/angular/material2/commit/81a73c6)), closes [#11609](https://github.com/angular/material2/issues/11609)
* **sort:** remove arrow when sort header is disabled ([#15212](https://github.com/angular/material2/issues/15212)) ([4a7fdfe](https://github.com/angular/material2/commit/4a7fdfe)), closes [#14986](https://github.com/angular/material2/issues/14986)
* **stepper:** unable to tab to step content ([#14892](https://github.com/angular/material2/issues/14892)) ([824aad2](https://github.com/angular/material2/commit/824aad2))
* **tabs:** correct example title ([#15325](https://github.com/angular/material2/issues/15325)) ([f1ca6ff](https://github.com/angular/material2/commit/f1ca6ff))
* **virtual-scroll:** move views that are already attached instead of inserting ([#15348](https://github.com/angular/material2/issues/15348)) ([8dc572d](https://github.com/angular/material2/commit/8dc572d))



## 7.3.3 "cashmere-armor" (2019-02-20)


### Bug Fixes

* **theming**: fix errors when building theme using CSS variables ([#15140](https://github.com/angular/material2/issues/15140)) ([96f6e06](https://github.com/angular/material2/commit/96f6e06)), closes [#15107](https://github.com/angular/material2/issues/15107)
* **bidi:** handle uppercase values correctly ([#14773](https://github.com/angular/material2/issues/14773)) ([0029cde](https://github.com/angular/material2/commit/0029cde))
* **dialog:** don't assign aria-label to close button if button has text ([#11093](https://github.com/angular/material2/issues/11093)) ([9bf368d](https://github.com/angular/material2/commit/9bf368d)), closes [#11084](https://github.com/angular/material2/issues/11084)
* **list:** disableRipple on selection list not affecting list options after init ([#14858](https://github.com/angular/material2/issues/14858)) ([edf4541](https://github.com/angular/material2/commit/edf4541))
* **schematics:** do not generate invalid stylesheet files ([#15235](https://github.com/angular/material2/issues/15235)) ([e7422e4](https://github.com/angular/material2/commit/e7422e4)), closes [#15164](https://github.com/angular/material2/issues/15164)
* **table:** add missing rowgroup roles ([#15131](https://github.com/angular/material2/issues/15131)) ([2c7bc1c](https://github.com/angular/material2/commit/2c7bc1c))



## 7.3.2 "jute-box" (2019-02-11)


### Bug Fixes

* **autocomplete:** set aria-haspopup ([#15079](https://github.com/angular/material2/issues/15079)) ([45bd5d4](https://github.com/angular/material2/commit/45bd5d4))
* **checkbox:** unable to click to select if text is marked ([#15062](https://github.com/angular/material2/issues/15062)) ([4819c5b](https://github.com/angular/material2/commit/4819c5b)), closes [#14967](https://github.com/angular/material2/issues/14967)
* **drag-drop:** set class when item or list is disabled ([#14769](https://github.com/angular/material2/issues/14769)) ([c543cf6](https://github.com/angular/material2/commit/c543cf6)), closes [#14760](https://github.com/angular/material2/issues/14760)
* **drag-drop:** standalone draggable drag class not being applied with OnPush change detection ([#14727](https://github.com/angular/material2/issues/14727)) ([2f63195](https://github.com/angular/material2/commit/2f63195))
* **icon:** add notranslate class ([#14889](https://github.com/angular/material2/issues/14889)) ([39fa928](https://github.com/angular/material2/commit/39fa928))
* **menu:** prevent removal of mat-elevation class ([#15035](https://github.com/angular/material2/issues/15035)) ([8069641](https://github.com/angular/material2/commit/8069641))
* **slide-toggle:** input element should use switch role ([#15073](https://github.com/angular/material2/issues/15073)) ([3af7748](https://github.com/angular/material2/commit/3af7748)), closes [#14949](https://github.com/angular/material2/issues/14949)
* **tree:** opposite direction padding not being reset on change ([#14816](https://github.com/angular/material2/issues/14816)) ([ae4a5ae](https://github.com/angular/material2/commit/ae4a5ae))



## 7.3.1 "liquidcrystal-sandwich" (2019-02-04)


Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ and which pieces are blocked) and make a comment.
Also see our [`help wanted`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
label.

High level stuff planned for Q4 2018 (October - Dec):
* Improve our own build and automation tooling
* Fix bugs and reduce some technical debt inside Google
* Working on long-term plans on how to collaborate with the MDC Web team
* Designs for advanced table improvements (column resize, selection directives, inline-edit)
#### High level stuff planned for Q1 → Q2 2019 (January - June):
* Most of the Angular Material team is on loan to the framework team
helping with [Ivy](https://blog.angular.io/a-plan-for-version-8-0-and-ivy-b3318dfc19f7).
We've been using the Angular CDK and Angular Material tests to validate code paths as well
as helping debug issues in switching Google applications to the new rendering pipeline.
* We're also working with the Material Design team on a strategy to collaborate more deeply.
We'll have more to share on this once our plans are further along.
* Assorted bugfixes and minor feature improvements.
* Design for API enhancements to the tree component to improve ergonomics.


#### Available features
Expand Down
Loading