[PR #573] [CLOSED] Bump vuetify from 2.2.25 to 2.3.1 #1639

Closed
opened 2026-02-25 23:30:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/573
Author: @dependabot-preview[bot]
Created: 6/17/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vuetify-2.3.1


📝 Commits (1)

  • 921004e Bump vuetify from 2.2.25 to 2.3.1

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/573 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/17/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vuetify-2.3.1` --- ### 📝 Commits (1) - [`921004e`](https://github.com/floccusaddon/floccus/commit/921004e40c12b12afe3e44c6b0961830473efd9e) Bump vuetify from 2.2.25 to 2.3.1 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.2.25 to 2.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuetifyjs/vuetify/releases">vuetify's releases</a>.</em></p> <blockquote> <h2>v2.3.1</h2> <h3>🔧 Bug Fixes</h3> <ul> <li><strong>_reset.scss:</strong> hide clear icon for search inputs (<a href="https://github.com/vuetifyjs/vuetify/commit/eeb7492cf292e993de65080e5c482d82b1e643f7">eeb7492</a>)</li> <li><strong>typography:</strong> partially revert changes made in e83a203 (<a href="https://github.com/vuetifyjs/vuetify/commit/8c650e48a53ac32ba44bd16d3f853a8b07810ff3">8c650e4</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11629">#11629</a></li> <li><strong>VAutocomplete:</strong> select last item when pressing backspace without a prior selection (<a href="https://github.com/vuetifyjs/vuetify/commit/524c1e85d55618ef52e8b117ae75fa9829270525">524c1e8</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11639">#11639</a></li> <li><strong>VSlideGroup:</strong> revert deprecation of show-arrows true (<a href="https://github.com/vuetifyjs/vuetify/commit/1085c02f0caac82a604d9e4b0433961efd653cfe">1085c02</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11620">#11620</a></li> <li><strong>VVirtualScroll:</strong> provide correct item index to default slot (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11643">#11643</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/4dbaec19f1a4b1ca19d6fa861a8176669aefd393">4dbaec1</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11622">#11622</a></li> </ul> <h1>v2.3.0 Liberator</h1> <h2>👀 Pre-amble</h2> <p>Before continuing, <strong>please</strong> take a moment read the following:</p> <p>Short and sweet, Vuetify has grown too big for one developer and Vuetify want's to hire <strong>Andrew Henry</strong> (Core Team), and <em>I need</em> your help. If Vuetify has ever helped you in any way, this is me phoning a <strong>friend</strong> to help us bring Andrew on as a full-time OSS developer. You can help by sponsoring Vuetify <a href="https://opencollective.com/vuetify/">on Open Collective</a>. <strong><code>Our goal is 60k a year, or ~5k per month</code></strong>. 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.</p> <h2>🏆 TLDR: Help Vuetify hire <a href="https://opencollective.com/vuetify/"><strong>Andrew Henry</strong></a></h2> <hr /> <h2>📖 Table of Contents</h2> <p><a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-release-introduction">#Release Introduction</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-important-links">#Important Links</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-new-components-and-features">#New Components &amp; Features</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-documentation-updates">#Documentation Updates</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-upgrade-guide">#Upgrade Guide</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-release-notes">#Release Notes</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-known-issues">#Known Issues</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-i-need-help"><strong>#I need help! 🆘</strong></a></p> <h2 id="release-introduction">💥 Release Introduction</h2> <p>Welcome to the official v2.3.0 release! After over <strong>6 months</strong> and <strong>30 patches</strong> 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 <strong>Long-term Support</strong> (LTS). As the team transitions into full v3 development and the completion of a <em>built from the ground up</em> 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! 🎉</p> <p>A new challenger has appeared 💪—The new <code>v-virtual-scroll</code> component is designed for scrolling large amounts of uniform data without the performance cost of rendering every available item. <code>v-snackbar</code> and <code>v-sheet</code> now have access to new props for <strong>outlined</strong>, <strong>shaped</strong>, and <strong>text</strong> variants.</p> <p>The <code>v-calendar</code> component recieved massive updates including a new calendar type, <strong>category</strong>. The <em>event</em> slot received an big overhaul and <strong>month-view</strong> calendars can now show <em>week</em> numbers. Scale your headings and other text with the new responsive <code>typography</code> classes. New offerings for <code>screen-reader</code>, <code>border-radius</code>, and <code>text-decoration</code> are also available.</p> <p>We've normalized how <em>readonly</em> inputs interact with <em>focus</em> and it is now possible to <kbd>tab</kbd> through all <em>readonly</em> components. Natively, <code>&lt;input&gt;</code> elements for checkbox and radio do not support the <em>readonly</em> 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.</p> <p><code>&lt;v-form&gt;</code> now propagates <strong>disabled</strong> and <strong>readonly</strong> states to its registered children inputs. This reduced the amount of code needed to accomplish simple tasks like disabling multiple inputs</p> <p>From everyone on the team, we hope that you enjoy the 🎊 v2.3 release and thank you for using Vuetify!</p> <p>🎉 Join the conversation in our <a href="https://community.vuetifyjs.com/">Discord community</a> and connect with thousands of developers across the world.</p> <p><em>—John Leider</em></p> <p>Have questions? Check out our <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-frequently-asked-questions">Frequently Asked Questions</a> or join our <a href="https://community.vuetifyjs.com/">Discord community</a>.</p> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/3de45255c51473fde1ffe247bf948edf145688a0"><code>3de4525</code></a> chore(release): publish v2.3.1</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/524c1e85d55618ef52e8b117ae75fa9829270525"><code>524c1e8</code></a> fix(VAutocomplete): select last item when pressing backspace with no index</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/8c650e48a53ac32ba44bd16d3f853a8b07810ff3"><code>8c650e4</code></a> fix: partially revert changes made in e83a203</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/4dbaec19f1a4b1ca19d6fa861a8176669aefd393"><code>4dbaec1</code></a> fix(VVirtualScroll): provide correct item index to default slot (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11643">#11643</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/eeb7492cf292e993de65080e5c482d82b1e643f7"><code>eeb7492</code></a> fix(_reset.scss): hide clear icon for search inputs</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/1085c02f0caac82a604d9e4b0433961efd653cfe"><code>1085c02</code></a> fix(VSlideGroup): revert deprecation of show-arrows true</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/78b0ae2bd2d8b843417250f0cd3bcecf99604112"><code>78b0ae2</code></a> chore(release): publish v2.3.0</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/675d529aee1432116c28eb1903c4a63f25d7ece4"><code>675d529</code></a> fix(VCalendar): apply explicit line-height to the .v-event div</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e0d0296a7a6b4cd2d2fb4332ef66adf2f63a58ab"><code>e0d0296</code></a> feat(types): add DataItemProps and DataTableItemProps interfaces (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11593">#11593</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/42837745cacff2f588151aacfb62142e1034cbb8"><code>4283774</code></a> refactor: fix eslint no-undefined-argument</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.3.1/packages/vuetify">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=2.2.25&new-version=2.3.1)](https://dependabot.com/compatibility-score/?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=2.2.25&new-version=2.3.1) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://app.dependabot.com): - 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1639
No description provided.