-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 933d17c
head repository: angular/components
compare: 6a7dbed
- 15 commits
- 19 files changed
- 6 contributors
Commits on Mar 10, 2021
-
fix(material/select): float label on focus if there's a placeholder (#…
…19517) Historically we've only floated the `mat-select` label if a value is selected or the panel is open, because we wouldn't otherwise have anything to show. These changes make it so that we also float it on focus, if there's `placeholder` text that can be shown. This behavior is consistent with `MatInput`. Fixes #19514. (cherry picked from commit 7a972fb)
Configuration menu - View commit details
-
Copy full SHA for 77b6a6d - Browse repository at this point
Copy the full SHA 77b6a6dView commit details -
docs: remove references to mdc-select placeholder (#22135)
This was leftover from the legacy form-field appearance, which no longer exists in MDC. Selects don't have a "placeholder" their equivalent would be a null option (cherry picked from commit 2a158f7)
Configuration menu - View commit details
-
Copy full SHA for 7222e4b - Browse repository at this point
Copy the full SHA 7222e4bView commit details -
docs: replace programatically by programmatically (#22171)
* docs: replace programatically by programmatically Harmonize the use of the word programmatically like it is in dictionary. Also see https://en.wiktionary.org/wiki/programatically * fixup! docs: replace programatically by programmatically * fixup! docs: replace programatically by programmatically (cherry picked from commit bd43d78)
Configuration menu - View commit details
-
Copy full SHA for 89e432c - Browse repository at this point
Copy the full SHA 89e432cView commit details
Commits on Mar 11, 2021
-
build: add exception for missing MDC test (#22188)
Adds an exception for one missing test until #22187 is merged.
Configuration menu - View commit details
-
Copy full SHA for 9e39eda - Browse repository at this point
Copy the full SHA 9e39edaView commit details
Commits on Mar 15, 2021
-
build: run commit message check after other lint checks (#22208)
We recently had some lint failures slip into the main branch, because they had both commit message failures and other lint failures. The problem was that we sometimes ignore commit message failures since they can be fixed by the caretaker, but if the commit check fails, it prevents any other the other lint checks from running. These changes move the commit message check to be last in the `lint` job so that if it fails, we know that everything else is in a mergeable state. (cherry picked from commit 58118ec)
Configuration menu - View commit details
-
Copy full SHA for 56851bf - Browse repository at this point
Copy the full SHA 56851bfView commit details -
build: lay foundation for migrating to ng-dev release tooling (#22167)
Configure the release tooling from ng-dev. (cherry picked from commit d66cb83)
Configuration menu - View commit details
-
Copy full SHA for 97bad00 - Browse repository at this point
Copy the full SHA 97bad00View commit details -
docs(material/button-toggle): add missing type on public API (#22224)
Configuration menu - View commit details
-
Copy full SHA for fe10ed8 - Browse repository at this point
Copy the full SHA fe10ed8View commit details -
build: bump madge from 4.0.0 to 4.0.2 (#22205)
Bumps [madge](https://github.com/pahen/madge) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/pahen/madge/releases) - [Changelog](https://github.com/pahen/madge/blob/master/CHANGELOG.md) - [Commits](pahen/madge@v4.0.0...v4.0.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 615c6f9)
Configuration menu - View commit details
-
Copy full SHA for 8c6182c - Browse repository at this point
Copy the full SHA 8c6182cView commit details -
build: bump @types/jasmine from 3.6.4 to 3.6.6 (#22226)
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.4 to 3.6.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 1f72418)
Configuration menu - View commit details
-
Copy full SHA for d7dc77c - Browse repository at this point
Copy the full SHA d7dc77cView commit details -
build: bump tsutils from 3.20.0 to 3.21.0 (#22233)
Bumps [tsutils](https://github.com/ajafff/tsutils) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/ajafff/tsutils/releases) - [Changelog](https://github.com/ajafff/tsutils/blob/master/CHANGELOG.md) - [Commits](ajafff/tsutils@v3.20.0...v3.21.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 3ab4a93)
Configuration menu - View commit details
-
Copy full SHA for 9d027fc - Browse repository at this point
Copy the full SHA 9d027fcView commit details -
build: bump stylelint from 13.11.0 to 13.12.0 (#22206)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.11.0 to 13.12.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](stylelint/stylelint@13.11.0...13.12.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit b376c2f)
Configuration menu - View commit details
-
Copy full SHA for 6a144ce - Browse repository at this point
Copy the full SHA 6a144ceView commit details
Commits on Mar 16, 2021
-
build: bump @types/node from 14.14.31 to 14.14.35 (#22245)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.31 to 14.14.35. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit db14cb0)
Configuration menu - View commit details
-
Copy full SHA for 23d8fab - Browse repository at this point
Copy the full SHA 23d8fabView commit details -
build: bump yaml from 1.10.0 to 1.10.2 (#22247)
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.0 to 1.10.2. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v1.10.0...v1.10.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 84d9a30)
Configuration menu - View commit details
-
Copy full SHA for 297e70e - Browse repository at this point
Copy the full SHA 297e70eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e54d6d8 - Browse repository at this point
Copy the full SHA e54d6d8View commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6a7dbed - Browse repository at this point
Copy the full SHA 6a7dbedView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 933d17c...6a7dbed