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: ccbdb6d
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef9cff3
Choose a head ref
  • 6 commits
  • 13 files changed
  • 6 contributors

Commits on Nov 7, 2024

  1. fix(cdk/listbox): make tabindex zoneless compatible (#29970)

    (cherry picked from commit 17ff5be)
    mmalerba committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1ea3ba3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. fix(cdk/table): set explicit role on all cells (#29987)

    We were omitting `role="cell"` on native `td` elements, because the browser should be setting it implicitly, but based on the discussion in #29784, it seems like Safari doesn't do it. These changes switch to always setting the `role`.
    
    Fixes #29784.
    
    (cherry picked from commit 80fdf19)
    crisbeto committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8900360 View commit details
    Browse the repository at this point in the history
  2. fix(material/core): incorrect validation in get-theme-color (#29994)

    Fixes that the `get-theme-color` function was incorrectly validating its number of arguments. We were always checking if the arguments are between 2 and 4, whereas it actually accepts either 2 or 3 for M3 themes and between 2 and 4 for M2 themes.
    
    Fixes #29819.
    
    (cherry picked from commit fe631c5)
    crisbeto committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c643f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fix(material/snack-bar): prevent override of snack bar action button …

    …color (#27511)
    
    Co-authored-by: Daniel Kimmich <json-derulo@users.noreply.github.com>
    (cherry picked from commit d0cf8bf)
    2 people authored and mmalerba committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    aed9094 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix(cdk/testing): allow use of plaintext-only for contenteditable (

    …#29999)
    
    (cherry picked from commit b3c93c5)
    tatp22 authored and mmalerba committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3c7de84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef9cff3 View commit details
    Browse the repository at this point in the history
Loading