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

Commits on Jul 10, 2024

  1. refactor(material/progress-spinner): simplify structural styles (#29408)

    Reworks the structural styles of the progress spinner to be smaller and easier to maintain.
    
    (cherry picked from commit e022ec0)
    crisbeto committed Jul 10, 2024
    Copy the full SHA
    d7afffc View commit details
  2. refactor(material/slide-toggle): simplify structural styles (#29407)

    Reworks the structural styles for the slide toggle to be smaller and easier to maintain.
    
    (cherry picked from commit fb86562)
    crisbeto committed Jul 10, 2024
    Copy the full SHA
    9e871a9 View commit details
  3. refactor(material/form-field): simplify structural styles (#29400)

    Reworks the form field styles to make them smaller and easier to mainta.
    
    (cherry picked from commit d3a95ab)
    crisbeto committed Jul 10, 2024
    Copy the full SHA
    eb093eb View commit details

Commits on Jul 11, 2024

  1. docs(material/datepicker): display datepicker inside a dialog example (

    …#29404)
    
    Adds an example that demonstrates how to display a
    datepicker inside a matDialog component.
    
    (cherry picked from commit e57c6aa)
    GiftLanga authored and crisbeto committed Jul 11, 2024
    Copy the full SHA
    243f8e5 View commit details
  2. docs(material/table): describe how to properly update MatTableDataSou…

    …rce #27708 (#29406)
    
    * docs(material/table): describe how to properly update MatTableDataSource
    
    Added a description of how to update MatTableDataSource without breaking sorting
    
    Fixes #27708
    
    * Updated copy from reinstanciate to recreating
    
    (cherry picked from commit ae83977)
    HermanWKeuris authored and crisbeto committed Jul 11, 2024
    Copy the full SHA
    3724923 View commit details
  3. refactor(material/slider): simplify structural styles (#29417)

    Reworks the slider styles to be smaller and easier to maintain.
    
    (cherry picked from commit 3f52e41)
    crisbeto committed Jul 11, 2024
    Copy the full SHA
    09f99fd View commit details
  4. fix(material/core): require theme for option typography (#29416)

    Removes the fallback for generating typography tokens for `mat-option` and `mat-optgroup` even if there's no theme. This isn't a supported configuration and the previous setup was temporary.
    
    (cherry picked from commit b116643)
    crisbeto committed Jul 11, 2024
    Copy the full SHA
    57cc0b0 View commit details
  5. docs: update getting started (#29423)

    (cherry picked from commit f509e53)
    andrewseguin committed Jul 11, 2024
    Copy the full SHA
    2124ce6 View commit details

Commits on Jul 12, 2024

  1. fix(material/chips): fix focus issue (#29427)

    fix focus issue
    
    fixes b/290959510
    
    (cherry picked from commit e69b2b0)
    DBowen33 authored and andrewseguin committed Jul 12, 2024
    Copy the full SHA
    ffe1c35 View commit details

Commits on Jul 13, 2024

  1. build: update to Angular 18.1 stable (#29429)

    Updates us to depend on the stable version of Angular 18.1.
    
    (cherry picked from commit f411903)
    crisbeto committed Jul 13, 2024
    Copy the full SHA
    f9cc120 View commit details

Commits on Jul 16, 2024

  1. fix(material/tabs): prevent tab header from collapsing when empty ins…

    …ide a drop list (#29418)
    
    Adds a `min-height` to the tab header when it is placed inside a drop list. This is useful when dragging between connected lists since the header may collapse when it has no tabs.
    
    (cherry picked from commit 92ab713)
    crisbeto committed Jul 16, 2024
    Copy the full SHA
    2e5e415 View commit details
  2. build: remove token validation tests (#29438)

    Deletes the token validation tests since we're no longer looking to comply with the current token set.
    
    (cherry picked from commit 23461b9)
    crisbeto committed Jul 16, 2024
    Copy the full SHA
    d57e6a5 View commit details
  3. fix(cdk/drag-drop): remove preview after animate to placeholder anima…

    …tion completes (#29439)
    
    * fix(cdk/drag-drop): remove preview after animate to placeholder animation completes
    
    The comparison between the event target element and this._preview never returned true because this._preview is a class, and we need to compare its element instead. This regression was introduced in commit ebab924#diff-65b82ba5c290701d792881e9e389e8f1961848abb740bb20940d4383dfae4eacL121-R117.
    
    * fixup! fix(cdk/drag-drop): remove preview after animate to placeholder animation completes
    
    Fix linting error
    
    (cherry picked from commit 5655661)
    skrtheboss authored and crisbeto committed Jul 16, 2024
    Copy the full SHA
    ca634cb View commit details
  4. refactor(material/core): simplify token utils (#29430)

    Reworks the logic for generating tokens so it doesn't have external dependencies.
    
    (cherry picked from commit f9cc932)
    crisbeto committed Jul 16, 2024
    Copy the full SHA
    58efa28 View commit details
  5. fix(material/button): support palettes for icon button in M3 (#29433)

    Fixes that palettes weren't implemented for the icon button in M3. This was done initially, because M3 doesn't explicitly support palettes, but it can make it harder for users to migrate.
    
    Fixes #29307.
    
    (cherry picked from commit 095947c)
    crisbeto committed Jul 16, 2024
    Copy the full SHA
    b7959c2 View commit details

Commits on Jul 17, 2024

  1. Copy the full SHA
    cae52de View commit details
Loading