-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Vuetify 3 #42
Comments
v2 to v3Updates / Breaking ChangesComponentsAlert
Badge
Styles/SCSS
Might be in WIP
|
Published 2.0.0-beta.0. Still need to add events and slots, and make sure I didn't miss anything. |
This comment was marked as resolved.
This comment was marked as resolved.
v-form: |
Not really the same. |
What about |
I added a small PR #47 VSimpleTable -> VTable |
Hi since i came across this error while configuring eslint for a new project
I found no hints whatsoever (since vuetify and eslint-plugin-vuetify is installed) so i wonder if it has to do with vuetify 3.0 and the latest version forgot the grid components? |
@chgad you have an old version of eslint-plugin-vuetify installed |
I could have sworn i quadruple checked that one, please excuse the inconvenience. |
v-snackbar: |
Do you have any progress documentation for that? |
How can I exclude only v-data-table judgment with the As long as it's in labs, I understand that the API will change eventually. |
Hi, Do you have a list (like your first comment) of the changes that must be implemented? I'm ready to help. |
Components
VTabsItems
->VWindow
VTabItem
->VWindowItem
VTabsSlider
removed - onlysliderColor
allowedProps
primary darken-1
->primary-darken-1
light
->theme="light"
dark
->theme="dark"
App Bar
bottom
->position="bottom"
dense
->density="compact"
**double-check thissrc
->image
value
->model-value
Avatar
tile
->rounded="0"
Badge
value
->model-value
tile
->rounded="0"
top
->location="top"
bottom
->location="bottom"
left
->location="left"
right
->location="right"
Banner
single-line
->lines="one"
tile
->rounded="0"
Bottom Navigation
background-color
->bg-color
shift
->mode="shift"
horizontal
->mode="horizontal"
value
->model-value
Btn
outlined
->variant="outlined"
plain
->variant="plain"
text
->variant="text"
x-small
->size="x-small"
small
->size="small"
large
->size="large"
x-large
->size="x-large"
absolute
->position="absolute"
fixed
->position="fixed"
depressed
->elevation="0"
ripple
- needs to be updated to accept an objectCard
img
->image
Chip
x-small
->size="x-small"
small
->size="small"
large
->size="large"
x-large
->size="x-large"
outlined
->variant="outline"
Expansion Panel
active-class
->selected-class
Expansion Panels
accordion
->variant="accordion"
inset
->variant="inset"
popout
->variant="popout"
File Input
background-color
->bg-color
filled
->variant="filled"
outlined
->variant="outlined"
Footer
absolute
->position="absolute"
fixed
->position="fixed"
Icon
x-small
->size="x-small"
small
->size="small"
large
->size="large"
x-large
->size="x-large"
Input
dense
->density="compact"
value
->model-value
Item Group
value
->model-value
Item
active-class
->selected-class
List
three-line
->lines="three"
two-line
->lines="two"
color
->bg-color
Radio/checkbox
onIcon
->trueIcon
offIcon
->falseIcon
RadioGroup
row
->inline
Slider
vertical
->direction="vertical"
ticks
->show-ticks
tick-labels
->ticks
Text Field
filled
->variant="filled"
filled
is the new default variantoutlined
->variant="outlined"
plain
->variant="plain"
solo
->variant="contained"
variant="underlined"
-> was the v2 default variantTabs
backgroundColor
->bgColor
Slots
Classes
.primary .darken-1
->.primary-darken-1
.text--primary
->.text-high-emphasis
.text--secondary
->.text-medium-emphasis
.text--disabled
->.text-disabled
The text was updated successfully, but these errors were encountered: