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

Commits on Mar 21, 2024

  1. fix(cdk/listbox): improve SSR compatibility by adding an _isBrowser c…

    …heck before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur (#28746)
    
    * Add _isBrowser check before calling _setPreviousActiveOptionAsActiveOptionOnWindowBlur
    
    * add basic example for cdk listbox
    
    (cherry picked from commit 9c4e451)
    james-albanese authored and crisbeto committed Mar 21, 2024
    Copy the full SHA
    38a12a9 View commit details
  2. fix(material/chips): use concrete value for remove icon size (#28751)

    Currently the remove icon is a bit brittle, because the size is set to `inherit` which only works if there's a `button` around it. These changes set the specific width instead.
    
    Fixes #28467.
    
    (cherry picked from commit b9d4048)
    crisbeto committed Mar 21, 2024
    Copy the full SHA
    aee721e View commit details
  3. docs(material-experimental/theming): fix customizing typography (#28671)

    (cherry picked from commit ba32b9f)
    voi99 authored and mmalerba committed Mar 21, 2024
    Copy the full SHA
    edddab0 View commit details
  4. fix(cdk/a11y): support signals in ListKeyManager (#28757)

    Updates the `ListKeyManager` to support passing in a signal. Also expands the type to allow readonly arrays.
    
    Fixes #28710.
    
    (cherry picked from commit da980a8)
    crisbeto committed Mar 21, 2024
    Copy the full SHA
    de23881 View commit details

Commits on Mar 22, 2024

  1. build: update scorecard config (#28763)

    Updates the scorecard config
    
    (cherry picked from commit 99677b7)
    josephperrott committed Mar 22, 2024
    Copy the full SHA
    dd7eb2c View commit details
  2. ci: move saucelabs and browserstack to regular CI jobs (#28765)

    Move the saucelabs and browserstack jobs to regular CI instead of the priviledged CI to prevent cache poisoning/overload
    
    (cherry picked from commit f71fe20)
    josephperrott committed Mar 22, 2024
    Copy the full SHA
    7ef32f5 View commit details

Commits on Mar 25, 2024

  1. refactor(cdk/a11y): un-deprecate focus trap (#28768)

    The `FocusTrap` and `FocusTrapFactory` symbols were marked as deprecated a while ago, but the only way to provide the `ConfigurableFocusTrap` is to reference the deprecated symbols. These changes un-deprecate the former to avoid confusion.
    
    (cherry picked from commit 70d416f)
    crisbeto committed Mar 25, 2024
    Copy the full SHA
    4e32a4f View commit details

Commits on Mar 26, 2024

  1. fix(material/datepicker): datepicker row count inaccurate for screen …

    …reader (#28760)
    
    Fixes a bug in the Angular Material datepicker component where the divider
    row is being counted as a row. This is because the 'aria-hidden=true' was
    placed on its child th tag as opposed to the divider tr tag.
    
    Fixes #28476
    
    (cherry picked from commit 457ce69)
    essjay05 authored and zarend committed Mar 26, 2024
    Copy the full SHA
    4ca9ac5 View commit details

Commits on Mar 28, 2024

  1. build: match Node version with main (#28796)

    Updates the required Node version in the patch branch to match the main branch.
    crisbeto authored Mar 28, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a8ab193 View commit details
  2. release: cut the v17.3.2 release

    wagnermaciel committed Mar 28, 2024
    Copy the full SHA
    58faa94 View commit details
Loading