Skip to content

Bump vuetify from 2.2.25 to 2.3.1#573

Closed
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/vuetify-2.3.1
Closed

Bump vuetify from 2.2.25 to 2.3.1#573
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/vuetify-2.3.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps vuetify from 2.2.25 to 2.3.1.

Release notes

Sourced from vuetify's releases.

v2.3.1

🔧 Bug Fixes

  • _reset.scss: hide clear icon for search inputs (eeb7492)
  • typography: partially revert changes made in e83a203 (8c650e4), closes #11629
  • VAutocomplete: select last item when pressing backspace without a prior selection (524c1e8), closes #11639
  • VSlideGroup: revert deprecation of show-arrows true (1085c02), closes #11620
  • VVirtualScroll: provide correct item index to default slot (#11643) (4dbaec1), closes #11622

v2.3.0 Liberator

👀 Pre-amble

Before continuing, please take a moment read the following:

Short and sweet, Vuetify has grown too big for one developer and Vuetify want's to hire Andrew Henry (Core Team), and I need your help. If Vuetify has ever helped you in any way, this is me phoning a friend to help us bring Andrew on as a full-time OSS developer. You can help by sponsoring Vuetify on Open Collective. Our goal is 60k a year, or ~5k per month. This is less than an entry level developer position in the United States and I know that we can do it. Sponsors also receive unique rewards such as chat and email support, priority GitHub issues, and more.

🏆 TLDR: Help Vuetify hire Andrew Henry


📖 Table of Contents

#Release Introduction #Important Links #New Components & Features #Documentation Updates #Upgrade Guide #Release Notes #Known Issues #I need help! 🆘

💥 Release Introduction

Welcome to the official v2.3.0 release! After over 6 months and 30 patches for v2.2.x, the Vuetify team is proud to bring the next version of the framework. Liberator contains with over 40 new features, quality of life changes, a11y improvements, and more. These updates focus on preparing v2.x.x for Long-term Support (LTS). As the team transitions into full v3 development and the completion of a built from the ground up documentation experience, we look forward to your continued support. The community is what makes Vuetify and we love you all 💖 Without any further ado, the highlights of the next release! 🎉

A new challenger has appeared 💪—The new v-virtual-scroll component is designed for scrolling large amounts of uniform data without the performance cost of rendering every available item. v-snackbar and v-sheet now have access to new props for outlined, shaped, and text variants.

The v-calendar component recieved massive updates including a new calendar type, category. The event slot received an big overhaul and month-view calendars can now show week numbers. Scale your headings and other text with the new responsive typography classes. New offerings for screen-reader, border-radius, and text-decoration are also available.

We've normalized how readonly inputs interact with focus and it is now possible to tab through all readonly components. Natively, <input> elements for checkbox and radio do not support the readonly attribute as part of the HTML5 specification. However, this behavior is present by default in text inputs and created a weird user experience when tabbing through readonly content.

<v-form> now propagates disabled and readonly states to its registered children inputs. This reduced the amount of code needed to accomplish simple tasks like disabling multiple inputs

From everyone on the team, we hope that you enjoy the 🎊 v2.3 release and thank you for using Vuetify!

🎉 Join the conversation in our Discord community and connect with thousands of developers across the world.

—John Leider

Have questions? Check out our Frequently Asked Questions or join our Discord community.

... (truncated)
Commits
  • 3de4525 chore(release): publish v2.3.1
  • 524c1e8 fix(VAutocomplete): select last item when pressing backspace with no index
  • 8c650e4 fix: partially revert changes made in e83a203
  • 4dbaec1 fix(VVirtualScroll): provide correct item index to default slot (#11643)
  • eeb7492 fix(_reset.scss): hide clear icon for search inputs
  • 1085c02 fix(VSlideGroup): revert deprecation of show-arrows true
  • 78b0ae2 chore(release): publish v2.3.0
  • 675d529 fix(VCalendar): apply explicit line-height to the .v-event div
  • e0d0296 feat(types): add DataItemProps and DataTableItemProps interfaces (#11593)
  • 4283774 refactor: fix eslint no-undefined-argument
  • 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 added the dependencies Pull requests that update a dependency file label Jun 17, 2020
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #583.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/vuetify-2.3.1 branch June 24, 2020 08:35
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants