Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @angular/google-maps from 17.1.2 to 17.2.0 #61

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2024

Bumps @angular/google-maps from 17.1.2 to 17.2.0.

Release notes

Sourced from @​angular/google-maps's releases.

v17.2.0

17.2.0 "polymer-prism" (2024-02-14)

material-experimental

Commit Description
feat - d16e8ac5de theming: add M3 tokens for pseudo checkbox (#28407)
fix - 4742a175ab theming: Add more tests for M3 theme tokens (#28561)
fix - 1f1dac5e57 theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#28457)
fix - 08c97ab648 theming: Add support for color variants in option, checkbox, and fab (#28412)
fix - 715877a13d theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#28451)
fix - 29a1e5d8a1 theming: Add support for color variants in slide-toggle, select, and radio (#28445)
fix - e45e210055 theming: Add support for color variants in tabs and slider (#28417)
fix - 9ab104b804 theming: align dialog with M3
fix - 957bc487bf theming: align fab with M3 spec
fix - ba3680ed48 theming: align M3 icon buttons with spec
fix - 601a745fc8 theming: cap icon button size
fix - 339905c5af theming: disabled radio button incorrect label color (#28415)
fix - b6e0b20e1f theming: Fix chip trailing icon opacity in M3 (#28530)
fix - fdd16e6675 theming: fix filled text field
fix - 06c81e38c7 theming: fix paginator in M3
fix - 59b93b44ab theming: Fix token causing test failure on CI (#28569)
fix - 1e48cd431f theming: fix up M3 checkbox
fix - 056e2221ec theming: implement M3 badge (#28460)
fix - 93f3421538 theming: incorrect track color for alternate progress bar palettes (#28484)
fix - 935eda0872 theming: incorrect validation for density scale
fix - 8fab89229d theming: Make color API back-cmpat styles available (#28526)
fix - f1deb30a17 theming: Make M3 work with typography-hierarchy (#28540)
fix - 5f1a7ea1ee theming: resolve M3 issues in mat-option (#28482)
fix - dabb96765a theming: set up core theme and app tokens (#28431)
fix - d26a51e3a5 theming: set up internal form field in M3 (#28414)
fix - 42f2cc9ad8 theming: set up padding tokens
fix - 0da585f730 theming: Update color palettes (#28472)

material

Commit Description
fix - 99a4e2a10f button-toggle: Add remaining typography tokens needed for M3 (#28578)
fix - e05795dde0 button: calculate icon button padding based on tokens
fix - a496855f30 button: generate separate tokens for mini fab
fix - cbeeb3ae17 checkbox: use token for disabled label color
fix - 0a1c8eedb4 chips: Tokenize chip outline and disabled opacity (#28488)
fix - 58764afec2 chips: Tokenize the hover & focus overlays (#28497)
fix - 32f86e48e1 chips: Tokenize the selected state (#28498)
fix - 1dcc195853 core: ensure that option inherits container background
fix - 873c8e97dc datepicker: fix M3 styles (#28556)
fix - 8ac58ff328 datepicker: fix touchui shadow and border-radius (#28577)
fix - 92ab097987 datepicker: use direction-agnostic text-align
fix - 0edc47673f form-field: container height in lower densities (#28546)
fix - b1f281cab5 list: ensure leading icon scales with token
fix - 306c2424f7 list: indexOf usage incorreect for active focus reset (#28531)

... (truncated)

Changelog

Sourced from @​angular/google-maps's changelog.

17.2.0 "polymer-prism" (2024-02-14)

cdk

Commit Type Description
55eeee3516 fix listbox: unable to tab in if active option is removed (#28583)
2f7aaaa220 fix table: error if outlets are assigned too early (#28551)

material

Commit Type Description
99a4e2a10f fix button-toggle: Add remaining typography tokens needed for M3 (#28578)
e05795dde0 fix button: calculate icon button padding based on tokens
a496855f30 fix button: generate separate tokens for mini fab
cbeeb3ae17 fix checkbox: use token for disabled label color
0a1c8eedb4 fix chips: Tokenize chip outline and disabled opacity (#28488)
58764afec2 fix chips: Tokenize the hover & focus overlays (#28497)
32f86e48e1 fix chips: Tokenize the selected state (#28498)
1dcc195853 fix core: ensure that option inherits container background
873c8e97dc fix datepicker: fix M3 styles (#28556)
8ac58ff328 fix datepicker: fix touchui shadow and border-radius (#28577)
92ab097987 fix datepicker: use direction-agnostic text-align
0edc47673f fix form-field: container height in lower densities (#28546)
b1f281cab5 fix list: ensure leading icon scales with token
306c2424f7 fix list: indexOf usage incorreect for active focus reset (#28531)
75955eb9b4 fix list: match leading icon size in M3 to spec
b8327cd92c fix list: tokenize active-indicator (#28586)
ba05521005 fix list: tokenize space around leading icon
0d88889452 fix list: use direction-agnostic text-align
46fe83f21f fix list: use transparent background for M3 (#28504)
044c9ba648 fix menu: prevent icon from collapsing when text is long (#28541)
47c55925c0 fix menu: Update token values and styles for M3 (#28470)
a656164255 fix progress-bar: incorrect alignment if direction is set on element
f6d3f1bc21 fix schematics: import async animations and remove deprecated function usages (#28424)
fbf2ef3fcb fix select: fix m3 arrow alignment (#28545)
fca43aa49b fix select: styles for m3 (#28492)
d799c044a7 fix slide-toggle: fix m3 slide-toggle handle (#28503)
130afedf1c fix slide-toggle: m3 slide-toggle track (#28539)
63c6b841b4 fix slide-toggle: m3 track outline and handle opacity (#28565)
2455a42d3c fix stepper: Update token values for M3 and add color variant support (#28430)
f9621a7c8c fix tabs: prevent page scroll on space press (#28532)

material-experimental

Commit Type Description
d16e8ac5de feat theming: add M3 tokens for pseudo checkbox (#28407)
4742a175ab fix theming: Add more tests for M3 theme tokens (#28561)
1f1dac5e57 fix theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#28457)
08c97ab648 fix theming: Add support for color variants in option, checkbox, and fab (#28412)
715877a13d fix theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#28451)
29a1e5d8a1 fix theming: Add support for color variants in slide-toggle, select, and radio (#28445)
e45e210055 fix theming: Add support for color variants in tabs and slider (#28417)
9ab104b804 fix theming: align dialog with M3

... (truncated)

Commits
  • 9fa7c6e release: cut the v17.2.0 release
  • b8327cd fix(material/list): tokenize active-indicator (#28586)
  • af972c1 build: Update Angular to 17.2.0 (#28594)
  • da9680c docs: Add better documentation and errors regarding including theme mixins at...
  • 73cbb47 docs: add blurb of M2 support (#28592)
  • 99a4e2a fix(material/button-toggle): Add remaining typography tokens needed for M3 (#...
  • 743dd37 build: reduce implicit timeouts in webdriver test (#28589)
  • d4870a1 build: Update angular versions (#28587)
  • 8ac58ff fix(material/datepicker): fix touchui shadow and border-radius (#28577)
  • 55eeee3 fix(cdk/listbox): unable to tab in if active option is removed (#28583)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/google-maps](https://github.com/angular/components) from 17.1.2 to 17.2.0.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@17.1.2...17.2.0)

---
updated-dependencies:
- dependency-name: "@angular/google-maps"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 15, 2024
@remscodes remscodes merged commit 44c27c9 into main Feb 16, 2024
2 checks passed
@remscodes remscodes deleted the dependabot/npm_and_yarn/angular/google-maps-17.2.0 branch February 16, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant