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: v21.2.5
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.2.6
Choose a head ref
  • 8 commits
  • 30 files changed
  • 5 contributors

Commits on Apr 1, 2026

  1. docs(material/dialog): clarify that default options replace rather th…

    …an merge (#32819)
    
    Add a note to the dialog documentation explaining that providing
    MAT_DIALOG_DEFAULT_OPTIONS (or DEFAULT_DIALOG_CONFIG for CDK) replaces
    the entire built-in config rather than merging with it. Include the
    workaround of spreading the defaults for partial overrides.
    
    Also update the code examples to use bootstrapApplication and
    "app config" prose for consistency.
    
    Closes #20631
    
    (cherry picked from commit 1dc6b44)
    yogeshwaran-c authored and adolgachev committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    e433a66 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. build: update dependency aspect_rules_ts to v3.8.8 (#33025)

    See associated pull request for more information.
    angular-robot authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    424b282 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

  1. build: update cross-repo angular dependencies (#33030)

    See associated pull request for more information.
    angular-robot authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    97be64a View commit details
    Browse the repository at this point in the history
  2. Set generic on some InjectionToken. (#32753)

    * refactor(material/sidenav): set generic for the `MAT_DRAWER_CONTAINER` token
    
    cleanup related to angular/angular/pull/47461
    
    * refactor(material/chips): set generic for the `MAT_CHIP` token
    
    cleanup related to angular/angular/pull/47461
    
    * refactor(material/slider): set generic for the `MAT_SLIDER` token
    
    cleanup related to angular/angular/pull/47461
    
    * fixup! refactor(material/chips): set generic for the `MAT_CHIP` token
    
    * refactor(cdk/drag-drop): set generic for the `CDK_DROP_LIST_GROUP` token
    
    cleanup related to angular/angular/pull/47461
    
    (cherry picked from commit 8d5a896)
    JeanMeche authored and adolgachev committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    2c877d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. fix(material/select): wrong transform origin when opening upwards ins…

    …ide another overlay (#33032)
    
    `mat-select` had an overly-broad `:not` selector for the base case where the dropdown opens downwards that was being overwritten when opening upwards if the select is placed inside another overlay.
    
    Fixes #33028.
    
    (cherry picked from commit ab21f78)
    crisbeto committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    5b4bbe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. build: lock file maintenance (#33038)

    See associated pull request for more information.
    angular-robot authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    2909c3a View commit details
    Browse the repository at this point in the history
  2. build: update cross-repo angular dependencies (#33043)

    See associated pull request for more information.
    angular-robot authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    6b955a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a236a40 View commit details
    Browse the repository at this point in the history
Loading