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

Commits on Mar 26, 2026

  1. build: update @nginfra/angular-linking to latests (#32993) (#32994)

    This fixes an issue with linking `@angular/platform-server`
    alan-agius4 authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    abf30cb View commit details
    Browse the repository at this point in the history
  2. docs(material/tree): update examples to use modern childrenAccessor A…

    …PI (#32751)
    
    Removed deprecated FlatTreeControl, NestedTreeControl, MatTreeFlattener,
    and MatTreeFlatDataSource from all mat-tree examples. Updated to use
    the modern childrenAccessor pattern.
    
    Fixes #31524
    
    (cherry picked from commit 9055ac5)
    olagokemills authored and crisbeto committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    a91f283 View commit details
    Browse the repository at this point in the history
  3. refactor(multiple): remove declare global usages (#32991)

    Removes all our usages of `declare global`, because they appear to cause breakages with some recent tooling updates.
    
    (cherry picked from commit d6cc784)
    crisbeto committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    cdb184e View commit details
    Browse the repository at this point in the history
  4. build: test failure in example (#32996)

    Fixes that a test is failing after some recent changes.
    
    (cherry picked from commit a55b197)
    crisbeto committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    58397f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. build: update pnpm to v10.33.0 (#32999)

    See associated pull request for more information.
    angular-robot authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    2a4f207 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

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

    See associated pull request for more information.
    angular-robot authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    e444cc4 View commit details
    Browse the repository at this point in the history
  2. fix(cdk/stepper): linear updates not reflected in the DOM (#33007)

    In #31208 I converted a bunch of the shared stepper state to signals in order to resolve "changed after checked errors". I didn't do it for `linear` which ends up being used in a `computed` and results in the DOM sometimes being out of sync. These changes update `linear` to use signals under the hood.
    
    Fixes #32964.
    
    (cherry picked from commit a7fe128)
    crisbeto committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    42e1055 View commit details
    Browse the repository at this point in the history
  3. fix(material/slider): not picking up static direction (#33006)

    The slider was reading its direction once on init and one when it changes, however the initial read was too early which meant that the `dir` directive might not have received its value yet.
    
    Fixes #32970.
    
    (cherry picked from commit a7d5561)
    crisbeto committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    475a8aa View commit details
    Browse the repository at this point in the history
  4. fix(material/sidenav): not resetting margin if transition does not st…

    …art (#33001)
    
    Currently the sidenav sets its margin when the transition starts, however that might not happen if its interruped which can leave it in a broken state.
    
    These changes switch to always dispatching the event.
    
    Fixes #32992.
    
    (cherry picked from commit ac39110)
    crisbeto committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    895908a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. build: update bazel dependencies (#32989)

    See associated pull request for more information.
    angular-robot authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    ec90218 View commit details
    Browse the repository at this point in the history
  2. build: update github/codeql-action action to v4.35.1 (#32990)

    See associated pull request for more information.
    angular-robot authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7f04529 View commit details
    Browse the repository at this point in the history
  3. fix(material/tooltip): allow hover detection logic to be customized (#…

    …33018)
    
    Expands the type of `detectHoverCapability` to allow users to customize the logic.
    
    (cherry picked from commit 236762f)
    crisbeto committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    8a5ed09 View commit details
    Browse the repository at this point in the history
  4. build: lock file maintenance (#33015)

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

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