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

Commits on Jun 2, 2023

  1. refactor: use improved relative import path in button (#27210)

    (cherry picked from commit b8f8dca)
    aanchal88 authored and andrewseguin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5571a55 View commit details
    Browse the repository at this point in the history
  2. fix(material/tabs): default stretchTabs value not picked up by nav bar (

    #27212)
    
    Fixes that the tab nav bar wasn't picking up the default value for `stretchTabs` from the config.
    
    Fixes #27211.
    
    (cherry picked from commit 88d3906)
    crisbeto committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    52a80fe View commit details
    Browse the repository at this point in the history
  3. fix(material/slider): fix track getting out of sync (#27218)

    * fix(material/slider): fix track getting out of sync
    
    * fixup! fix(material/slider): fix track getting out of sync
    
    * fixup! fix(material/slider): fix track getting out of sync
    
    (cherry picked from commit 7108734)
    wagnermaciel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8fafa88 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. docs: removed the obsolete Tag and updated the files (#27237)

    (cherry picked from commit aa81267)
    alkavats1 authored and crisbeto committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    461c57e View commit details
    Browse the repository at this point in the history
  2. docs: updated the deprecated tags in the html (#27236)

    (cherry picked from commit bc7b038)
    alkavats1 authored and crisbeto committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0297e98 View commit details
    Browse the repository at this point in the history
  3. fix(material/tabs): tab header is clickable if its disable (#27091)

    Prior this commit disabled tab header content is clickable and causing event when it shouldn't
    
    Fixes #27071
    
    (cherry picked from commit 06aa8e5)
    naaajii authored and crisbeto committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b6a9895 View commit details
    Browse the repository at this point in the history
  4. fix(material/slider): handle contextmenu events (#27227)

    * fix(material/slider): handle contextmenu events
    
    fixes issue #27225
    
    * fixup! fix(material/slider): handle contextmenu events
    
    * fixup! fix(material/slider): handle contextmenu events
    
    (cherry picked from commit 6a85c29)
    wagnermaciel committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c19bd4c View commit details
    Browse the repository at this point in the history
  5. docs: replaced the map with the forEach (#27244)

    (cherry picked from commit 5c3cbb6)
    alkavats1 authored and crisbeto committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2c660bb View commit details
    Browse the repository at this point in the history
  6. fix(material/core): Fix MacOS Hover feature compatibility with optgro…

    …up (#27239)
    
    Corrects ARIA semantics for the mat-optgroup component. Add
    role="presentation" to the label and remove aria-hidden="true" from the
    label.
    
    Fix compatibility issue with MAC Hover text a11y feature #27080. The
    label of the option group does not need to be aria-hidden, and the Mac
    Hover text feature seems to rely on it.
    
    Previous PR#27081 fixed this issue for legacy component. This PR fixes it for
    the non-legacy optgroup component.
    
    Fix #27080
    
    (cherry picked from commit 91fbe76)
    zarend committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f595c78 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. docs: improved code smells (#27185)

    * docs: improved code smells
    
    * alt description updated
    
    (cherry picked from commit fee78c5)
    aanchal88 authored and crisbeto committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5b6d0bd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. build: resolve browserslist errors in patch branch (#27258)

    Fixes that the integration tests were failing because of a browserslist error on the patch branch.
    crisbeto authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e9a8894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c403769 View commit details
    Browse the repository at this point in the history
Loading