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

Commits on Mar 10, 2021

  1. fix(material/select): float label on focus if there's a placeholder (#…

    …19517)
    
    Historically we've only floated the `mat-select` label if a value is selected or
    the panel is open, because we wouldn't otherwise have anything to show.
    These changes make it so that we also float it on focus, if there's
    `placeholder` text that can be shown. This behavior is consistent with `MatInput`.
    
    Fixes #19514.
    
    (cherry picked from commit 7a972fb)
    crisbeto authored and mmalerba committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    77b6a6d View commit details
    Browse the repository at this point in the history
  2. docs: remove references to mdc-select placeholder (#22135)

    This was leftover from the legacy form-field appearance, which no longer
    exists in MDC. Selects don't have a "placeholder" their equivalent would
    be a null option
    
    (cherry picked from commit 2a158f7)
    mmalerba committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7222e4b View commit details
    Browse the repository at this point in the history
  3. docs: replace programatically by programmatically (#22171)

    * docs: replace programatically by programmatically
    
    Harmonize the use of the word programmatically like it is in dictionary.
    Also see https://en.wiktionary.org/wiki/programatically
    
    * fixup! docs: replace programatically by programmatically
    
    * fixup! docs: replace programatically by programmatically
    
    (cherry picked from commit bd43d78)
    jeripeierSBB authored and mmalerba committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    89e432c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. build: add exception for missing MDC test (#22188)

    Adds an exception for one missing test until #22187 is merged.
    crisbeto authored and mmalerba committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9e39eda View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. build: run commit message check after other lint checks (#22208)

    We recently had some lint failures slip into the main branch, because they had both
    commit message failures and other lint failures. The problem was that we sometimes
    ignore commit message failures since they can be fixed by the caretaker, but if the commit
    check fails, it prevents any other the other lint checks from running.
    
    These changes move the commit message check to be last in the `lint` job so that if it fails,
    we know that everything else is in a mergeable state.
    
    (cherry picked from commit 58118ec)
    crisbeto authored and mmalerba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    56851bf View commit details
    Browse the repository at this point in the history
  2. build: lay foundation for migrating to ng-dev release tooling (#22167)

    Configure the release tooling from ng-dev.
    
    (cherry picked from commit d66cb83)
    josephperrott authored and mmalerba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    97bad00 View commit details
    Browse the repository at this point in the history
  3. docs(material/button-toggle): add missing type on public API (#22224)

    Adds an explicit type to `MatButtonToggleGroup` so that it can show up in the docs.
    This change is merge safe, because the type is the same as the inferred type that was in
    place already.
    
    Fixes #22026.
    
    (cherry picked from commit 9f560f4)
    crisbeto authored and mmalerba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    fe10ed8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6182c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7dc77c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d027fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a144ce View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    23d8fab View commit details
    Browse the repository at this point in the history
  2. build: bump yaml from 1.10.0 to 1.10.2 (#22247)

    Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.0 to 1.10.2.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v1.10.0...v1.10.2)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 84d9a30)
    dependabot[bot] authored and mmalerba committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    297e70e View commit details
    Browse the repository at this point in the history
  3. ci: fix the warning on lock-closed gh-actions: Warning: Unexpected in…

    …put(s) 'lock-bot-key' (#21547)
    
    (cherry picked from commit af26fe5)
    bruno222 authored and mmalerba committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e54d6d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

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