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: 17.3.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: 17.3.6
Choose a head ref
  • 13 commits
  • 22 files changed
  • 6 contributors

Commits on Apr 18, 2024

  1. docs(material/sidenav): drawer width in documenation example has cont…

    …ent squeezed (#28893)
    
    Fixes the documentation example in the Angular Material 'sidenav' component.
    The drawer width in the example does not adequately contain the content
    
    Fixes #28885
    
    (cherry picked from commit 865895e)
    lsamboretrorabbit authored and crisbeto committed Apr 18, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    IvanGoncharov Ivan Goncharov
    Copy the full SHA
    3075266 View commit details
  2. docs(material/slide-toggle): add examples with labelPosition="before" (

    …#28899)
    
    Add examples of using the slide toggle with labelPosition="before". This
    renders the label before the toggle button.
    
    Allow testing of issues when label is before the toggle button (#26880).
    
    Relates to #26880
    
    (cherry picked from commit fca6d7a)
    zarend committed Apr 18, 2024
    Copy the full SHA
    b87e2e8 View commit details
  3. fix(cdk/a11y): handle signal based items in list key manager (#28854)

    (cherry picked from commit d9c8813)
    twittwer authored and crisbeto committed Apr 18, 2024
    Copy the full SHA
    c2dc2da View commit details
  4. build: fix lint error (#28907)

    (cherry picked from commit b5c68e9)
    zarend committed Apr 18, 2024
    Copy the full SHA
    0c017a2 View commit details

Commits on Apr 22, 2024

  1. build: fix webdriver tests (#28915)

    Reworks the Webdriver tests to avoid the frequent timouts that we've been seeing. Working theory is that refreshing the page on each test and then waiting for Angular to stabizilize causes Webdriver to eventually time out. These changes switch to only loading the page once and resetting its state within the same session.
    
    (cherry picked from commit 971f83f)
    crisbeto committed Apr 22, 2024
    Copy the full SHA
    6df1268 View commit details

Commits on Apr 24, 2024

  1. fix(material/progress-bar): avoid CSP issues for apps not using buffe…

    …r mode (#28946)
    
    The `buffer` mode requires an element that uses a `data:` URI in its styles. This can be problematic for CSP.
    
    Fixes #28938.
    
    (cherry picked from commit cf3506a)
    crisbeto committed Apr 24, 2024
    Copy the full SHA
    d78c770 View commit details
  2. fix(multiple): remove label for attribute on non-native elements (#28948

    )
    
    Adds an option to remove the `for` attribute from the `<label>` inside the form field from elements that can't be labeled. Also applies the new option to `mat-select` and `mat-date-range-picker`. This isn't an accessibility regression, because those elements were already being labeled using `aria-labelledby`.
    
    Fixes #27241.
    
    (cherry picked from commit 94a0834)
    crisbeto committed Apr 24, 2024
    Copy the full SHA
    73d1e2e View commit details
  3. refactor(cdk/drag-drop): move preview-related logic into a separate c…

    …lass
    
    Moves the logic for creating and managing the preview into a separate class to make it a bit easier to manage. This new class is internal only.
    
    (cherry picked from commit ebab924)
    crisbeto committed Apr 24, 2024
    Copy the full SHA
    4826a14 View commit details
  4. fix(cdk/drag-drop): use native popover to avoid stacking issues with …

    …preview
    
    Wraps the preview element in a native popover which allows it to always be rendered on top of everything and to avoid issues when the parent element has a `transform`.
    
    Fixes #28889.
    
    (cherry picked from commit 7cd3f02)
    crisbeto committed Apr 24, 2024
    Copy the full SHA
    e33c436 View commit details
  5. build: fix patch deployment (#28959)

    Updates the patch deployment scripts to avoid a ts-node error.
    crisbeto authored Apr 24, 2024
    Copy the full SHA
    c69ec27 View commit details
  6. release: cut the v17.3.6 release

    mmalerba committed Apr 24, 2024
    Copy the full SHA
    493703a View commit details
  7. Revert "release: cut the v17.3.6 release"

    This reverts commit 493703a.
    mmalerba committed Apr 24, 2024
    Copy the full SHA
    105db5f View commit details
  8. release: cut the v17.3.6 release

    mmalerba committed Apr 24, 2024
    Copy the full SHA
    5cdf38b View commit details
Loading