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

Commits on Jun 23, 2022

  1. fix(multiple): touch targets not excluded in densities lower than -2 (#…

    …25108)
    
    Fixes that touch targets were being removed only on `-2` or `minimum` densities, but not anything lower.
    
    Also moves the check into a common mixin so we only have one place where it needs to be changed.
    
    (cherry picked from commit 6369204)
    crisbeto committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    301f6b0 View commit details
    Browse the repository at this point in the history
  2. fix(material/stepper): isErrorState accepts AbstractControl instead o…

    …f UntypedFormControl to avoid compiler errors when strict typing is enabled (#25105)
    
    (cherry picked from commit 79fc046)
    amysorto committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c970ff9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. build: dependencies duplicated when deploying snapshots (#25152)

    We were adding a `resolutions` field to the package.json of the docs site when deploying it from the main repo to try and control the version that is installed. This appears to be causing an issue where Yarn duplicates the dependencies which in turn causes Webpack to bundle them once for the main site and another for the lazy-loaded chunks with the examples. These changes resolve the issue by not adding the `resolutions` field.
    
    For reference, currently the docs package depends on `@angular/[email protected]+sha-7d87068-with-local-changes` whereas the docs site depends on `@angular/cdk@file://path/to/repo/dist/releases/cdk`.
    
    Fixes #24992.
    
    (cherry picked from commit 4cedd6b)
    crisbeto committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    8bca5e1 View commit details
    Browse the repository at this point in the history
  2. docs(material/chips): fix image stretching in examples (#25116)

    Fix image stretch issue raised here:
    #19822
    
    (cherry picked from commit 272a358)
    JamesJansson authored and crisbeto committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    9ee1b7d View commit details
    Browse the repository at this point in the history
  3. fix(docs): rename master to something else (#25151)

    Rename master to something else in misc docs examples and code comments.
    
    (cherry picked from commit 323359c)
    zarend committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c4ae88f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. build: load Google Maps and YouTube APIs on demand in dev app (#25162)

    Only loads the Google Maps and YouTube APIs when they are necessary in the dev app. This will make the app load quicker and reduce the amount of logs in the console.
    
    (cherry picked from commit 8347129)
    crisbeto committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e9aaa76 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. docs(material/autocomplete): use single map instead of two maps in a …

    …row (#25167)
    
    * docs(material/autocomplete): use single map instead of two maps in a row
    
    The example code is highly trusted and sometimes
    taken as is (copy-paste), so it is important to
    have it optimized if possible.
    Each map means an iteration over the array items.
    By using single map, an iteration is saved, and
    an approximate performance of about 38% is won.
    
    * docs(material/autocomplete): add trailing comma
    
    (cherry picked from commit 8ca012f)
    ammarnajjar authored and crisbeto committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    b057f49 View commit details
    Browse the repository at this point in the history
  2. fix(material-experimental/mdc-chips): missing role for trailing actio…

    …ns container (#25160)
    
    Fixes that we didn't have a `role="gridcell"` around the trailing action of a `mat-chip-row`.
    
    (cherry picked from commit 8cf2e99)
    crisbeto committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1b50a07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a0e9c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. build: update angular shared dev-infra code to f9ae512 (#25175)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and devversion committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6f38cb1 View commit details
    Browse the repository at this point in the history
  2. build: configure renovate to update bazel dependencies (#25176)

    (cherry picked from commit 76f5111)
    devversion committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a825bec View commit details
    Browse the repository at this point in the history
  3. build: update bazel setup (#25177)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    (cherry picked from commit 3f32722)
    renovate[bot] authored and devversion committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6461147 View commit details
    Browse the repository at this point in the history
  4. build: fix loose yarn engine range (#25183)

    Renovate incorrectly is fine using Yarn 2+ for the components
    repo because our enignes field is too loose.
    
    (cherry picked from commit 64ce3b9)
    devversion committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    fbb6d7d View commit details
    Browse the repository at this point in the history
  5. build: update angular shared dev-infra code to 67631cd (#25180)

    (cherry picked from commit e3f1585)
    angular-robot authored and devversion committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0d3716b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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