Skip to content

Commit

Permalink
docs(website): Add roadmap and v2-3 mention
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 12, 2023
1 parent 97f6476 commit 10ad9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/trame_v2-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Trame v3 is right around the corner. The main driver for the version 3 is to sup

On top of making vue3 the new default, we want to shrink the default dependency list by only bundling by default the client and the server. And if the user needs vuetify and/or vtk they will need to list them as dependency of their project (trame-vtk, trame-vuetify). This will allow a leaner core package while still offering the same capabilities as before.

So far we don't have a release date, but while vuetify, vtk and more are already vue2 and 3 compatible. Not everything is available (router, plotly) or will be ported. So until we fill we have a great offering in vue3, we will hold off for the V3 release.
So far we don't have a release date, but while vuetify, vtk and more are already vue2 and 3 compatible. Not everything is available (router, plotly) or will be ported. So until we feel we have a great offering in vue3, we will hold off for the V3 release.

## New defaults

Expand All @@ -17,4 +17,4 @@ server.client_type = "vue3" # instead of 'vue2'

## API change

Trame in itself won't have API change but it is possible that vue3 widget will have a different API than in V2. See vuetify2 vs vuetify3. But ideally the rest will remain the same.
Trame in itself won't have API change but it is possible that vue3 widget will have a different API like you can see between vuetify2 and vuetify3, but in general we'll try to maintain full API compatibility.

0 comments on commit 10ad9a3

Please sign in to comment.