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: 023c053
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7dd2417
Choose a head ref
  • 17 commits
  • 70 files changed
  • 9 contributors

Commits on May 26, 2023

  1. fix(material/slider): handle ngModel initial null value (#27149)

    * fix(material/slider): handle ngModel initial null value
    
    * fixes yaqs/6342072129453817856
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    * fixup! fix(material/slider): handle ngModel initial null value
    
    (cherry picked from commit 43c6fe3)
    wagnermaciel committed May 26, 2023
    Configuration menu
    Copy the full SHA
    12e4747 View commit details
    Browse the repository at this point in the history
  2. build: update angular shared dev-infra code (#27165)

    (cherry picked from commit 8c5b72e)
    angular-robot authored and crisbeto committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7f4b7c8 View commit details
    Browse the repository at this point in the history
  3. docs: html tags updated (#27164)

    (cherry picked from commit b7a466d)
    aanchal88 authored and crisbeto committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9f1dbfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dab3327 View commit details
    Browse the repository at this point in the history
  5. docs(material/table): fix description for MatHeaderRow (#27154)

    (cherry picked from commit 4533583)
    nishchay7pixels authored and crisbeto committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0f5ce20 View commit details
    Browse the repository at this point in the history
  6. build: update zone.js version (#27174)

    We were running a few versions behind on zone.js, compared to the framework.
    
    (cherry picked from commit e283350)
    crisbeto committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f04ad0f View commit details
    Browse the repository at this point in the history
  7. build: add missing progress bar token (#27173)

    Fixes the MDC snapshot check by adding an upcoming token that was missing.
    
    (cherry picked from commit 3cc8b3d)
    crisbeto committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b21fbf1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. build: allow type-only imports to be used

    The internal limitations around type-only imports have been removed so now we can start using them.
    
    (cherry picked from commit af369ea)
    crisbeto committed May 27, 2023
    Configuration menu
    Copy the full SHA
    197b16d View commit details
    Browse the repository at this point in the history
  2. refactor(cdk/drag-drop): remove circular dependencies

    Uses type-only imports to resolve the circular dependencies in the drag-drop module.
    
    (cherry picked from commit 81e6ead)
    crisbeto committed May 27, 2023
    Configuration menu
    Copy the full SHA
    d5f9792 View commit details
    Browse the repository at this point in the history
  3. refactor(cdk/scrolling): remove circular dependencies

    Uses type-only imports to resolve the circular dependencies in the scrolling module.
    
    (cherry picked from commit 87dd8fd)
    crisbeto committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6a6d126 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix(cdk/overlay): remove circular dependency workarounds (#27190)

    Removes the `OverlayReference` interface which was introduced as a workaround to avoid circular dependencies.
    
    Fixes #25650.
    
    (cherry picked from commit 4656c24)
    crisbeto committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3d4a9d1 View commit details
    Browse the repository at this point in the history
  2. Import path shortened in form-field (#27158)

    * import path shortend
    
    * refactor: use improved relative import path in form-field
    
    (cherry picked from commit fb331b9)
    aanchal88 authored and devversion committed May 30, 2023
    Configuration menu
    Copy the full SHA
    87d84cf View commit details
    Browse the repository at this point in the history
  3. build: update angular shared dev-infra code (#27181)

    (cherry picked from commit 1e5f885)
    angular-robot authored and devversion committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f35141a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. refactor(material/typography): Move define-typography-config under _t…

    …ypography.scss (#27195)
    
    * refactor(material/typography): Move define-typography-config under _typography.scss
    
    This never should have been under _all-typography.scss to begin with.
    _all-typography.scss depends on all of the component themes, which
    prevents any of the component themes from using this function as it
    would cause a circular dep. Instead, moving it under _typography.scss
    where the legacy version lives makes much more sense.
    
    * fixup! refactor(material/typography): Move define-typography-config under _typography.scss
    
    (cherry picked from commit 3749308)
    mmalerba committed May 31, 2023
    Configuration menu
    Copy the full SHA
    08206fc View commit details
    Browse the repository at this point in the history
  2. fix(material/chips): fix click target when stacked (#27129)

    Ensure that the click target of stacked chips is the entire width of the
    chip. Fix issue where applying .mat-mdc-chip-set-stacked causes chips to
    respond to clicks when clicking on the text; did not respond when
    clicking inside the chip but not over the text (#26590).
    
    Ensure the clickable elemen tof the chip takes up the whole visual area
    of the chip by overriding styles from MDC library. Angular Material
    supports vertically-stacked chips, which MDC does not.
    
    Fix #26590
    
    (cherry picked from commit 2c07867)
    zarend committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c8065d5 View commit details
    Browse the repository at this point in the history
  3. docs: Update contribution guidelines and issue template regarding iss…

    …ue (#27205)
    
    reproductions
    
    (cherry picked from commit cdf2935)
    mmalerba committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0c36f52 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    7dd2417 View commit details
    Browse the repository at this point in the history
Loading