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.4 to 2.2.5 #18

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade vuetify from 2.2.4 to 2.2.5.

ℹ️ 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-01-21.
Release notes
Package name: vuetify
  • 2.2.5 - 2020-01-21

    Notes from the Author

    Selection controls (v-checkbox, v-radio, v-switch) have had their default color changed from accent to primary; Specification reference. You can revert this by setting the color prop to accent.

    // Template
    

    <v-checkbox color="accent" />

    <v-radio-group>
    <v-radio color="accent" />
    </v-radio-group>

    <v-switch color="accent" />

    The v-navigation-drawer mini-variant has had it's default width changed from 80px -> 56px. This was to ensure icons were properly aligned when in mini mode; Reference issue. You can revert this by setting the mini-variant-width prop to 80.

    <v-navigation-drawer
      mini-variant
      mini-variant-width="80"
    >
      ...
    </v-navigation-drawer>

    If you have any additional questions, please reach out to me in the Release Migration channel of the community.

    🔧 Bug Fixes

  • 2.2.4 - 2020-01-14

    🔧 Bug Fixes

    • css-reset: add missing comma for style declaration (3a347a1), closes #9521
    • form-controls: fix disabled styles (#10191) (b4ad01a), closes #9488 #10154
    • presets: export interfaces (#10161) (843a875)
    • VAlert: fix transition irregularities (5f35eff), closes #9033
    • validatable: properly handle boolean false as fn return (2ac7392), closes #9976
    • validatable: validate on blur after value has persisted (33132a2), closes #10174
    • VCalendar: wait for animation frame before updating events (b9809d2), closes #10168
    • VCheckbox: properly style checkbox icon with fa iconfont (2af8c6d), closes #10157
    • VChip: prevent navigation on close icon click (c486693), closes #10166
    • VChip: scope close icon styles (4f151bb), closes #9451
    • VChipGroup: remove unnecessary color declaration for v-icon (2cbf929), closes #9604
    • VDataTable: fix default table header color (#10171) (7d5d5be)
    • VDatePicker: restore event border radius to 50% (9e4cfa9)
    • VDialog: prevent scroll on mobile devices (#10149) (183d79b), closes #10086
    • VItemGroup: update toggled item when the items array changes (85f963e), closes #9854
    • VItemGroup: update value when using mandatory and multiple (f4bc5bd), closes #10077
    • VListItemAvatar: apply correct margin according to spec (97fc2de), closes #9789
    • VRangeSlider: resolve infinite loop when using NaN values (35a654c), closes #9818
    • VRating: check if half-increments prop is used alongside rtl (ddf3aec), closes #10093
    • VSelect: disable menu when readonly (ba5cc58), closes #9960
    • VSkeletonLoader: don't call the default slot if not used (e0f3f08), closes #10201
    • VSkeletonLoader: properly animate incoming content after loading (9ac1158), closes #9459
    • VSpeedDial: apply a baseline z-index (1c42ed1), closes #10194
    • VStepper: adjust svg size to match icon font-size (bc55564), closes #8665
    • VStepper: allow numeric 0 value (996a37f), closes #10096
    • VTabs: correct width of v-tab's bar and content with vertical (df502ff), closes #10031
    • VTextarea: adjust height for smaller rows and dense (792f183), closes #9346
    • VTextField/VTextarea: change styles to match specification (8242e05), closes #4639
    • VWindow: apply correct transition when using the reverse prop (51d61d2), closes #10182

    🔄 Reverts

    • "fix(VSparkline): add label color for light/dark theme (fix #8557)" (827d525)
from vuetify GitHub release notes
Commit messages
Package name: vuetify
  • 974eaf5 chore(release): publish v2.2.5
  • bcb917e docs(VData): update group-by description
  • 19bdb4c fix(VFileInput): set value to undefined by default and on clear
  • 80b1568 fix(VSnackbar): a11y and appearance improvements (#10263)
  • 2a746f0 docs(Markup): fix dark mode styles
  • aefcdb9 docs(VDatePicker): remove full-width from menu examples
  • 103becb fix(framework): update colors to match spec
  • 879adcc fix(VStepper): fix styles in RTL (#10145)
  • a28d03e fix(VNavigationDrawer): hide navigation drawer labels visually (#10250)
  • 172724e fix(VListGroup): allow user to hide prepend-icon in subgroup
  • 6d001c7 fix(detachable): change detach target
  • 78aa42f fix(VCombobox): do not add search to list when selecting items with keyboard (#9866)
  • 7d2e162 fix(VSlider): prevent default when pressing slider dot
  • 974040a docs(transitions): update documentation on transition helper exports
  • ebdb4f6 fix(VFileInput): filter out values that are not instance of File
  • 55cbdbb fix(VTextfield): legend position with reverse and outlined prop (#10278)
  • d80e01f fix(VNavigationDrawer): apply a better default mini width
  • 9ca0519 fix(VDialog): remove unnecessary event.stopPropagation
  • 5af2cd1 fix(VMenu): remove unnecessary event.stopPropagation
  • be58395 fix(activatable): stop activator event listener propagation
  • 86133ea fix(VIcon): apply default tabindex if click listener present
  • 196bcdb fix(VResponsive): apply rtl margin styles (#10269)
  • 3365cac fix(VOverlay): enable touch interaction
  • 2a802d1 docs(supporters): update supporters

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 b55d5fa into develop Feb 20, 2020
@skyYaga skyYaga deleted the snyk-upgrade-54b1e92b1bfc553456e8042eec4d5cc1 branch February 20, 2020 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment