Skip to content

Commit

Permalink
docs(VSparkline): update labs page and upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 21, 2024
1 parent 8809f63 commit 42f1f90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
5 changes: 4 additions & 1 deletion packages/docs/src/pages/en/getting-started/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 `<v-card style="overflow: initial; z-index: initial">` ([#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
Expand Down
11 changes: 2 additions & 9 deletions packages/docs/src/pages/en/labs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42f1f90

Please sign in to comment.