Skip to content

feat(vue3): bump to vuetify 4.0.5#34

Open
bourdaisj wants to merge 1 commit into
masterfrom
bump-to-vuetify-4.0.5
Open

feat(vue3): bump to vuetify 4.0.5#34
bourdaisj wants to merge 1 commit into
masterfrom
bump-to-vuetify-4.0.5

Conversation

@bourdaisj

Copy link
Copy Markdown

first time doing this - did I miss something?

@bourdaisj bourdaisj force-pushed the bump-to-vuetify-4.0.5 branch from a3ac90f to 5cbbf13 Compare April 16, 2026 21:04
@bourdaisj

Copy link
Copy Markdown
Author

mmh does not seem to work with enable_lab

@jourdain

jourdain commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

We need to keep serving vuetify3 and add vuetify4 and maybe mark it as a breaking change. They are heavy differences between 3 and 4.

@bourdaisj

Copy link
Copy Markdown
Author

Makes sense my app style changes alot between the two versions

@jourdain

Copy link
Copy Markdown
Collaborator

Should we close that one or do you want to keep it via a force push and some other changes?

@bourdaisj

Copy link
Copy Markdown
Author

@jourdain if someone else is going to tackle this in the next two weeks, this can be closed. otherwise I want to keep this open and finish the job

@jourdain

Copy link
Copy Markdown
Collaborator

No plan on our end so far. Go for it

@@ -91,8 +91,8 @@ jobs:
run: |
mkdir -p trame_vuetify/module/vue3-serve/{fonts,css}
cd trame_vuetify/module/vue3-serve

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be vuetify4-serve or something. Someone should still be able to choose between vuetify2, vuetify3, vuetify4 and at some point vuetify0...

cd trame_vuetify/module/vue3-serve
curl https://cdn.jsdelivr.net/npm/vuetify@3.11.2/dist/vuetify.min.css -Lo vuetify3.css
curl https://cdn.jsdelivr.net/npm/vuetify@3.11.2/dist/vuetify.min.js -Lo vuetify3.js
curl https://cdn.jsdelivr.net/npm/vuetify@4.0.5/dist/vuetify.min.css -Lo vuetify3.css

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should copy it to vuetify4 not 3.

@@ -232,32 +232,42 @@ def dataframe_to_grid(dataframe, options={}):
"image",
"increment",
"input",
"input.append-inner",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vuetify4 should not affect vuetify3

@bourdaisj

Copy link
Copy Markdown
Author

@jourdain

jourdain commented May 7, 2026

Copy link
Copy Markdown
Collaborator

Are you going to refactor the following and add a new entry for v4?

vue2 => js-v2
vue3 => js-v3
vue3-lab => js-v3-lab 
new => js-v4
new => js-v0

@jourdain

jourdain commented May 7, 2026

Copy link
Copy Markdown
Collaborator

That probably mean a generator for widget for trame.widgets.vuetify4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants