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

[Snyk] Upgrade vuetify from 2.2.8 to 2.2.9 #22

Merged
merged 1 commit into from
Mar 8, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade vuetify from 2.2.8 to 2.2.9.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-02-05.
Release notes
Package name: vuetify
  • 2.2.9 - 2020-02-05

    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
  • 2.2.8 - 2020-01-29

    🔧 Bug Fixes

    • VTextField: properly focus field when calling public "focus" method (e783162), closes #10369
from vuetify GitHub release notes
Commit messages
Package name: vuetify
  • 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)
  • a84963e docs(QuickStart): remove duplicate section (#10454)
  • 9403384 docs(VSimpleCheckbox): document component (#10385)
  • 38beecb docs(VAppBar): add nav drawer toggle example
  • da7411a docs(VAppBar): add functional components
  • 7ebcf7c docs: move default slots to helper file
  • ec82ef6 docs: missing default slot for VTimePicker and VDatePicker
  • d4973d3 docs(VTabs): add v-tabs-items example
  • b6790b6 docs: typo in Autocompletes.json (#10448)
  • 4cc85ab docs(VCombobox): improve usage example
  • 5c8be69 fix(VMessages/VCounter): resolve layout jump caused by incorrect line-height
  • 42f62eb docs(Snippets) add faSvg to icon examples (#10432)
  • 0a6946a fix(VMenu): remove events from old element when activator changes
  • 2fbaf17 docs(VCard): fix typo and clarify example sentence (#10431)
  • 6e6d6b8 fix(VRating): remove tabindex from icons
  • b79ebed docs(VSelect): add information on the auto prop for menu-props
  • 7cf4695 docs: add new scheduling app
  • 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
  • d99bff7 docs(SASSVariables): update markup example

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@skyYaga skyYaga merged commit 81ad6dd into develop Mar 8, 2020
@skyYaga skyYaga deleted the snyk-upgrade-a702167446e1ce4d0bb6b329cfd01b3c branch March 8, 2020 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment