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: main
Choose a base ref
...
head repository: mmalerba/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 22 files changed
  • 8 contributors

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    56f2aa4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. fix(material-luxon-adapter): infer first day of week from locale (#30285

    )
    
    Fixes that the Luxon date adapter was hardcoding the first day of the week to Sunday, unless it's provided through DI.
    
    Fixes #30278.
    
    (cherry picked from commit 659e5d4)
    crisbeto committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    e52a369 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. build: update to Angular 19.1 RC (#30297)

    Updates us to the latest version of Angular so we can validate it.
    
    (cherry picked from commit c37f29e)
    crisbeto committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    0aa36f4 View commit details
    Browse the repository at this point in the history
  2. fix(material/menu): lazy content not detached after animation (#30301)

    Fixes a regression after #30148 where we no longer detached the lazy content panel, causing its items to be retained until the next open when they get destroyed and re-created.
    
    (cherry picked from commit 86a96c9)
    crisbeto committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    781e91e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. fix(material/select): remove color transition w/ no animations module (

    …#30304)
    
    * Related to PR #29870
    
    (cherry picked from commit d8d3987)
    wagnermaciel committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    027c3ad View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. fix(material/tooltip): deprecate matTooltipAnimations (#30310)

    The `matTooltipAnimations` haven't been used for a while. These changes deprecate it so we can remove it completely later.
    
    (cherry picked from commit 3bb9338)
    crisbeto committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    884740d View commit details
    Browse the repository at this point in the history
  2. fix(material/tabs): tab nav bar animation not working when navigating…

    … forwards (#30313)
    
    Fixes a regression introduced in #30121. It looks like we were depending on the incorrect internal state to animate correctly.
    
    These changes fix the issue by removing a call that was redundant in the first place.
    
    Fixes #30303.
    
    (cherry picked from commit 59a7985)
    crisbeto committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    6ca21fd View commit details
    Browse the repository at this point in the history
  3. fix(material/select): match disabled placeholder color with label (#2…

    …9870)
    
    this commit ensures select with disabled placeholder matches the color with label
    
    fixes #29807
    
    (cherry picked from commit 306e437)
    naaajii authored and wagnermaciel committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    a3d9e4b View commit details
    Browse the repository at this point in the history
  4. test(material/slider): Ensure tick marks are rendered correctly (#30317)

    * test(material/slider): Ensure tick marks are rendered correctly
    
    * This is just some prep work for a set of incoming
      changes to the slider tick marks
    
    * fixup! test(material/slider): Ensure tick marks are rendered correctly
    
    * fixup! test(material/slider): Ensure tick marks are rendered correctly
    
    (cherry picked from commit da8b1f9)
    wagnermaciel committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    6c8c976 View commit details
    Browse the repository at this point in the history
  5. perf(material/table): Optimize expensive css selector (#30305)

    (cherry picked from commit 5142268)
    kseamon authored and andrewseguin committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    ab44d45 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. refactor: move material.aio GHA to the root (#30288)

    * refactor: move material.aio GHA to the root
    
    This makes them functional again. To keep this change simple, we just update the working directory but run the same things
    
    * refactor: upload testlogs when test step fails
    
    * refactor: pin chromium test to same Ubuntu as before
    
    See last passing job in old repo: https://github.com/angular/material.angular.io/actions/runs/12390917032/job/34586949768
    
    * refactor: only trigger material.aio workflows when files touched in that folder
    
    (cherry picked from commit f9a9db6)
    alexeagle authored and devversion committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    9490f1a View commit details
    Browse the repository at this point in the history
  2. fix(material/slider): active vs inactive tick mark count (#30319)

    (cherry picked from commit 5f238ab)
    wagnermaciel committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    4f676d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. perf(material/button): Remove unused inject. (#30320)

    (cherry picked from commit ff8cffc)
    kseamon authored and Andrew Seguin committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    ab497c4 View commit details
    Browse the repository at this point in the history
  2. test(material/timepicker): updates timepicker.spec.ts (#30335)

    Updates timepicker test to account for recent changes to adding
    a default aria-label to the timepicker toggle.
    
    (cherry picked from commit b5f3d42)
    essjay05 authored and Andrew Seguin committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    0df6e03 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. fix(material/slider): tick mark positioning (#30329)

    (cherry picked from commit b5076f7)
    wagnermaciel committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    eae0730 View commit details
    Browse the repository at this point in the history
  2. fix(material/checkbox): ensure focus indicator has the correct shape (#…

    …30332)
    
    The specificity for the checkbox's focus indicator was very low which means that if the ripple styles are loaded later, it can be overwritten.
    
    Fixes #30326.
    
    (cherry picked from commit 28aa37a)
    crisbeto committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    5138fe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e2a05 View commit details
    Browse the repository at this point in the history
Loading