Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18.1.2
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18.1.3
Choose a head ref
  • 12 commits
  • 200 files changed
  • 5 contributors

Commits on Jul 25, 2024

  1. fix(material/slide-toggle): remove divs from button (#29485)

    Replaces `div` nodes inside the `button` with `span` since the former trigger some automated checkers.
    
    Fixes #29484.
    
    (cherry picked from commit 1aa8512)
    crisbeto committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d237e7d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. 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)
    andrewseguin committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    614c5d4 View commit details
    Browse the repository at this point in the history
  2. 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)
    andrewseguin authored and crisbeto committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d78a66d View commit details
    Browse the repository at this point in the history
  3. build: switch dev app to inject (#29499)

    Changes the dev app to use `inject` instead of constructor-based injection.
    
    (cherry picked from commit 97749b1)
    crisbeto committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    caa4bc5 View commit details
    Browse the repository at this point in the history
  4. fix(cdk/coercion): Return undefined when the fallback value is undefi…

    …ned (#29491)
    
    Returns undefined when the fallback argument is undefined
    for cases where the value is not a number
    
    Fixes #29425
    
    (cherry picked from commit c9078d1)
    GiftLanga authored and crisbeto committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2c76917 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. docs(cdk/drag-drop): add tabs example (#29517)

    Adds an example that shows how to add drag&drop support to a `mat-tab-group`.
    
    Fixes #13572.
    
    (cherry picked from commit 67f9a29)
    crisbeto committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    85409f5 View commit details
    Browse the repository at this point in the history
  2. fix(material/slide-toggle): don't trigger active state for entire con…

    …tainer (#29514)
    
    Fixes that the slide toggle was triggering the `:active` styles for the entire container, even though only parts of it are interactive.
    
    Fixes #29483.
    
    (cherry picked from commit 5892acf)
    crisbeto committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d7d82e1 View commit details
    Browse the repository at this point in the history
  3. 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)
    crisbeto committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    913267c View commit details
    Browse the repository at this point in the history
  4. 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)
    crisbeto committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    70048ef View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. 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)
    crisbeto committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4d6aa2e View commit details
    Browse the repository at this point in the history
  2. 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)
    DBowen33 authored and amysorto committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    caf4b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1bf7c View commit details
    Browse the repository at this point in the history
Loading