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.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: 17.3.3
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 28, 2024

  1. fix(material/button-toggle): standard button toggle strong focus bord… (

    #28790)
    
    * fix(material/button-toggle): standard button toggle strong focus border-radius
    
    * fixup! fix(material/button-toggle): standard button toggle strong focus border-radius
    
    * fixup! fix(material/button-toggle): standard button toggle strong focus border-radius
    
    * fixup! fix(material/button-toggle): standard button toggle strong focus border-radius
    
    * fixup! fix(material/button-toggle): standard button toggle strong focus border-radius
    
    (cherry picked from commit 46db6a6)
    wagnermaciel committed Mar 28, 2024
    Copy the full SHA
    7ccc392 View commit details

Commits on Apr 1, 2024

  1. fix(multiple): set nonce using setAttribute (#28800)

    Uses `setAttribute` to set the nonce, instead of DOM property in order to work properly in SSR.
    
    Fixes #28780.
    
    (cherry picked from commit 452cde2)
    crisbeto committed Apr 1, 2024
    Copy the full SHA
    6b5b0c5 View commit details

Commits on Apr 2, 2024

  1. fix(material/sort): clear aria description on destroy (#28801)

    Fixes that the sort header wasn't clearing its ARIA description when it gets destroyed, causing a memory leak.
    
    (cherry picked from commit ced93a9)
    crisbeto committed Apr 2, 2024
    Copy the full SHA
    8b92fda View commit details

Commits on Apr 3, 2024

  1. release: cut the v17.3.3 release

    andrewseguin committed Apr 3, 2024
    Copy the full SHA
    797d97d View commit details
Loading