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: 13.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: 13.3.6
Choose a head ref
  • 11 commits
  • 41 files changed
  • 6 contributors

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    32bb18d View commit details
    Browse the repository at this point in the history
  2. docs(material/autocomplete): change documentation for the optionActiv…

    …ated event (#24844)
    
    Fixes #24799
    
    (cherry picked from commit 6266270)
    ddubrava authored and andrewseguin committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5956ef3 View commit details
    Browse the repository at this point in the history
  3. docs(material/theming): document typography-hierarchy (#24838)

    The `typography-hierarchy` mixin was missing from the documentation. This adds a couple of sentences mentioning that it exists.
    
    (cherry picked from commit 32d31c7)
    jelbourn authored and andrewseguin committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0f15e12 View commit details
    Browse the repository at this point in the history
  4. build: changes for renaming primary branch to main (#24828)

    Changes of the `DIRECT` phase for the "renaming master to
    main" migration/planning doc.
    
    (cherry picked from commit 090d40f)
    devversion authored and josephperrott committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2968213 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    090404a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. docs(material/button): fix button harness example test (#24736)

    We were declaring the harness being used as a variable unecessarily. These changes align the example closer with the other harness examples.
    
    Fixes #24732.
    
    (cherry picked from commit 2c64ae3)
    crisbeto authored and andrewseguin committed May 2, 2022
    Configuration menu
    Copy the full SHA
    884f760 View commit details
    Browse the repository at this point in the history
  2. fix(material/menu): add constructor overloads for non-deprecated sign…

    …atures (#24860)
    
    In #24116 I explored using constructor overload for deprecations, but I forgot to add an overload for the non-deprecated signatures.
    
    Fixes #24740.
    
    (cherry picked from commit 08851de)
    crisbeto authored and andrewseguin committed May 2, 2022
    Configuration menu
    Copy the full SHA
    6a0e6ba View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. build: cleanup remaining references to master branch

    We should clean up all references to `master` and use `main`
    where possible.
    devversion committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6da2485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f9db3 View commit details
    Browse the repository at this point in the history
  3. fix(material-experimental/mdc-snack-bar): avoid multiple snack bars o…

    …n the page if opened in quick succession (#24757)
    
    Fixes an issue where opening a snack bar while the previous one was being animated caused the former to remain in the DOM. The problem was that MDC always waits for an animation, even if it is interrupted.
    
    (cherry picked from commit 30f5181)
    crisbeto committed May 4, 2022
    Configuration menu
    Copy the full SHA
    8ca629d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f036680 View commit details
    Browse the repository at this point in the history
Loading