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.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: 17.3.4
Choose a head ref
  • 8 commits
  • 12 files changed
  • 6 contributors

Commits on Apr 4, 2024

  1. docs: fix typo in M3 themeing docs (#28820)

    (cherry picked from commit 2b49d8c)
    mmalerba committed Apr 4, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b71e42e View commit details

Commits on Apr 6, 2024

  1. fix(cdk/drag-drop): make sure event is cancelable before calling "pre…

    …ventDefault" (#28825)
    
    If you set a value for `dragStartThreshold` greater than 0, it will throw console errors saying: "[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted."
    
    (cherry picked from commit da302d2)
    rosostolato authored and crisbeto committed Apr 6, 2024
    Copy the full SHA
    09dcbd2 View commit details
  2. fix(material/menu): invert arrow in RTL (#28830)

    Fixes a regression from #28470 where the nested menu icon isn't being inverted in RTL anymore.
    
    Fixes #28813.
    
    (cherry picked from commit 752f560)
    crisbeto committed Apr 6, 2024
    Copy the full SHA
    317327d View commit details

Commits on Apr 10, 2024

  1. build: remove engines field from package.json (#28853)

    As discussed, these changes remove the `engines` enforcement since it can be annoying given that our project isn't sensitive to Node version changes.
    
    (cherry picked from commit 8340e62)
    crisbeto committed Apr 10, 2024
    Copy the full SHA
    6d26f56 View commit details
  2. fix(material/list): nav list item border-radius (#28789)

    * fix(material/list): nav list item border-radius
    
    * https://m2.material.io/components/navigation-drawer#states
    * https://m3.material.io/components/navigation-drawer/specs
    
    * fixup! fix(material/list): nav list item border-radius
    
    * fixup! fix(material/list): nav list item border-radius
    
    (cherry picked from commit 7165a45)
    wagnermaciel committed Apr 10, 2024
    Copy the full SHA
    36a1d45 View commit details

Commits on Apr 11, 2024

  1. Add autosize virtual-scroll and popover edit to universal test app (#…

    …28857)
    
    * build: add google-maps & youtube-player paths to tsconfig
    
    * test: add popover-edit to universal-app
    
    * test: add autosize virtual-scroll to universal-app
    
    (cherry picked from commit 4b7bbbe)
    mmalerba committed Apr 11, 2024
    Copy the full SHA
    008b94a View commit details
  2. docs(material/chips): added an example that corresponds to the title …

    …of static chips (#28863)
    
    Fixes the documentation example in the Angular Material `chips` component.
    Previously the text description of static chips did not match code example
    
    Fixes #28845
    
    (cherry picked from commit 1eb0da7)
    lsamboretrorabbit authored and andrewseguin committed Apr 11, 2024
    Copy the full SHA
    b6a9bf1 View commit details
  3. release: cut the v17.3.4 release

    amysorto committed Apr 11, 2024
    Copy the full SHA
    c34bde9 View commit details
Loading