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 vuetify from 2.1.15 to 2.2.9 in /client #348

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 5, 2020

Bumps vuetify from 2.1.15 to 2.2.9.

Release notes

Sourced from vuetify's releases.

v2.2.9

Notes from the Author

This patch resolves multiple a11y issues with <v-icon> that were introduced in 86133ea. This update added tabindex to <v-icon> when its being used as a interactive element (a bound click listener or using the link prop). While it resolved the issue, the icon wasn't responding to the enter key. This fix resolves those issues and consequently a few other ones. <v-treeview> now has keyboard support by using tab to cycle between branches and pressing enter to expand them:


As defined in the Material Specification, active icons should have an increased opacity when active and focused: In practice, it is not very easy to follow. While we have maintained the originally intended opacity of an active/focused icon, a circular outline (very similar to <v-btn> with the icon prop) was added to better emphasize the change. Reference: https://material.io/design/iconography/system-icons.html#color

a11y

If you have any questions, feel free to reach out to me in Discord —John

🔧 Bug Fixes

  • bootable: don't generate lazy content until it's rendered (#8823) (2b975f5), closes #8712 #8712
  • SelectionControls: adjust focus and hover styles (1e66229)
  • SelectionControls: remove color from transition-property (2f499d2)
  • SelectionControls: remove duplicate import (2beb81b)
  • VCheckbox: spacing issue with dense (#10407) (7aa8aa0), closes #10336
  • VDateTable: events alignment on current date (#10367) (fc2eaa5), closes #8182
  • VIcon: use a button element for clickable icons (#10439) (1596e55), closes #10265 #10391 #10398
  • VListGroup: remove empty div child selector (60844a3), closes #8823
  • VMenu: remove events from old element when activator changes (0a6946a), closes #10430
  • VMessages/VCounter: resolve layout jump caused by incorrect line-height (5c8be69)
  • VPicker: content position in landscape / rtl mode (#10371) (92e77a2), closes #9258
  • VRadioGroup: apply legend style changes only when using row (f0ceca0), closes #10403
  • VRating: remove tabindex from icons (6e6d6b8), closes #10379
  • VSelect: get menu content when needed (bd2278f), closes #8823
  • VTextField: apply different color logic for solo-inverted fields (afa2647), closes #8827
  • VTextField: remove inherit border-color and scope styles (47c986a), closes #10388
  • VTimePicker: AM/PM farsi translation and margins in RTL mode (#10399) (a6761a9)
  • VTimePicker: increase clock click accuracy (#10400) (50ed3ef), closes #7299
  • VTimePicker: missing end circle in clock hand (#10415) (755c5b8)
  • VTimePicker: missing update:period event when ampm clicked in title (3a510e8), closes #7027
  • VTreeview: do not set indeterminate on new leafs (adbb374), closes #8256

v2.2.8

🔧 Bug Fixes

  • VTextField: properly focus field when calling public "focus" method (e783162), closes #10369

v2.2.7

🔧 Bug Fixes

... (truncated)
Commits
  • 7eab247 chore(release): publish v2.2.9
  • 50ed3ef fix(VTimePicker): increase clock click accuracy (#10400)
  • 1596e55 fix(VIcon): use a button element for clickable icons (#10439)
  • 5c8be69 fix(VMessages/VCounter): resolve layout jump caused by incorrect line-height
  • 0a6946a fix(VMenu): remove events from old element when activator changes
  • 6e6d6b8 fix(VRating): remove tabindex from icons
  • 1e66229 fix(SelectionControls): adjust focus and hover styles
  • 2f499d2 fix(SelectionControls): remove color from transition-property
  • 2beb81b fix(SelectionControls): remove duplicate import
  • afa2647 fix(VTextField): apply different color logic for solo-inverted fields
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/client/vuetify-2.2.9 branch from 3ad2a53 to 87c54ea Compare February 5, 2020 09:38
@code-dog-auto-merge code-dog-auto-merge bot merged commit 1d9e53f into master Feb 5, 2020
@code-dog-auto-merge code-dog-auto-merge bot deleted the dependabot/npm_and_yarn/client/vuetify-2.2.9 branch February 5, 2020 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant