diff --git a/packages/docs/src/pages/en/getting-started/upgrade-guide.md b/packages/docs/src/pages/en/getting-started/upgrade-guide.md index bf9c1b714bb..cf4cae76caa 100644 --- a/packages/docs/src/pages/en/getting-started/upgrade-guide.md +++ b/packages/docs/src/pages/en/getting-started/upgrade-guide.md @@ -34,7 +34,6 @@ Before upgrading, make sure to consult the Official [Vue 3 Migration Guide](http - [calendar](https://github.com/vuetifyjs/vuetify/issues/13469) - [overflow-btn](https://github.com/vuetifyjs/vuetify/issues/13493) -- [sparkline](https://github.com/vuetifyjs/vuetify/issues/13507) - [speed-dial](https://github.com/vuetifyjs/vuetify/issues/13508) - [time-picker](https://github.com/vuetifyjs/vuetify/issues/13516) - [treeview](https://github.com/vuetifyjs/vuetify/issues/13518) @@ -288,6 +287,10 @@ app.use(vuetify) - `v-card` does not allow content to overflow or use higher `z-index` values to display on top of elements outside it. To disable this behavior, use `` ([#17593](https://github.com/vuetifyjs/vuetify/issues/17593), [#17628](https://github.com/vuetifyjs/vuetify/issues/17628)) +### v-sparkline + +- `value` is now `model-value` + ## Directives ### v-intersect diff --git a/packages/docs/src/pages/en/labs/introduction.md b/packages/docs/src/pages/en/labs/introduction.md index 4c82e9bcd33..057c56eb3fa 100644 --- a/packages/docs/src/pages/en/labs/introduction.md +++ b/packages/docs/src/pages/en/labs/introduction.md @@ -76,15 +76,8 @@ The following is a list of available and up-and-coming components for use with L | Component | Description | Min Version | | - | - | - | - -### Up Next - -| Component | Release Target | -| - | - | -| v-calendar | ~~Q1~~ ~~Q2~~ Soon™️ 2023 | -| v-fab | Q1 2024 | -| v-split-btn | Q1 2024 | -| v-speed-dial | Q1 2024 | +| [v-calendar](/components/calendars/) | A calendar component | [v3.4.9](/getting-started/release-notes/?version=v3.4.9) | +| [v-sparkline](/components/sparklines/) | A basic data display component | [v3.5.5](/getting-started/release-notes/?version=v3.5.5) | ::: warning Lab component APIs are **NOT** finalized and can and will change. You should **EXPECT** for things to break during the course of development.