-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 18.1.2
head repository: angular/components
compare: 18.1.3
- 12 commits
- 200 files changed
- 5 contributors
Commits on Jul 25, 2024
-
fix(material/slide-toggle): remove divs from button (#29485)
Configuration menu - View commit details
-
Copy full SHA for d237e7d - Browse repository at this point
Copy the full SHA d237e7dView commit details
Commits on Jul 29, 2024
-
refactor(material/core): use util to build token vars (#29497)
* refactor(material/core): use util to build token vars * remove todo (cherry picked from commit b5bbda4)
Configuration menu - View commit details
-
Copy full SHA for 614c5d4 - Browse repository at this point
Copy the full SHA 614c5d4View commit details -
refactor(material/core): split token utils (#29498)
* refactor(material/core): use util to build token vars * rename to just token-definition (cherry picked from commit 0a6b3ea)
Configuration menu - View commit details
-
Copy full SHA for d78a66d - Browse repository at this point
Copy the full SHA d78a66dView commit details -
build: switch dev app to inject (#29499)
Changes the dev app to use `inject` instead of constructor-based injection. (cherry picked from commit 97749b1)
Configuration menu - View commit details
-
Copy full SHA for caa4bc5 - Browse repository at this point
Copy the full SHA caa4bc5View commit details -
fix(cdk/coercion): Return undefined when the fallback value is undefi…
Configuration menu - View commit details
-
Copy full SHA for 2c76917 - Browse repository at this point
Copy the full SHA 2c76917View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85409f5 - Browse repository at this point
Copy the full SHA 85409f5View commit details -
fix(material/slide-toggle): don't trigger active state for entire con…
Configuration menu - View commit details
-
Copy full SHA for d7d82e1 - Browse repository at this point
Copy the full SHA d7d82e1View commit details -
fix(material/core): custom system-level variable prefix not used in s…
…ome mixins (#29513) Fixes that the `system-level-colors` and `system-level-typography` mixins weren't using the `system-variables-prefix` passed in by the user. Note: a bit of a gotcha here is that we need to store two separate prefixes, because in theory the user can pass different prefixes into `color` and `typography`. Fixes #29504. (cherry picked from commit 6d70114)
Configuration menu - View commit details
-
Copy full SHA for 913267c - Browse repository at this point
Copy the full SHA 913267cView commit details -
fix(material/dialog): invalid font-family declaration (#29516)
We were emitting a font family value like `var(--mat-dialog-font, Roboto, sans-serif)` which is invalid. These changes remove the fallback since it was primarily there to make it easier to land the MDC changes. (cherry picked from commit 95d1354)
Configuration menu - View commit details
-
Copy full SHA for 70048ef - Browse repository at this point
Copy the full SHA 70048efView commit details
Commits on Jul 31, 2024
-
build: update to Angular 18.2 next (#29521)
Updates the repo to the latest version of Angular to make it easier to test some of the new features. (cherry picked from commit 570ed08)
Configuration menu - View commit details
-
Copy full SHA for 4d6aa2e - Browse repository at this point
Copy the full SHA 4d6aa2eView commit details -
fix(material/chips): remove tab-index attribute from mat-chip host (#…
…29436) * fix(material/chips): added role presentation to mat-chip host added role presentation to mat-chip host so that mobile SR users do not have to double swipe to traverse chip fixes b/286286473 * fix(material/chips): add aria-hidden add aria-hidden to host mat-chip so Talkback ignores element fixes b/286286473 * fix(material/chips): remove tabindex remove tabindex fixes b/286286473 * fix(material/chips): update api signature update api signature fixes b/286286473 * fix(material/chips): fix lint issue fix lint issue fixes b/286286473 * fix(material/chips): remove aria hidden remove aria hidden fixes b/286286473 (cherry picked from commit 5403b2b)
Configuration menu - View commit details
-
Copy full SHA for caf4b61 - Browse repository at this point
Copy the full SHA caf4b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1bf7c - Browse repository at this point
Copy the full SHA 0e1bf7cView 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 18.1.2...18.1.3