Skip to content

Commit ca0b0ef

Browse files
committed
add note to migration guide
1 parent 8455c49 commit ca0b0ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MIGRATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The `Condition` type was renamed to `BaseCondition` and a new `Condition` type w
1010

1111
Both unions include their respective base type for backwards compatibility, but if you run into errors, replace `UISchemaElement` with `BaseUISchemaElement`/`Condition` with `BaseCondition` in your code to restore the old behaviour.
1212

13+
### Vuetify renderers now target vuetify `^3.8.0`
14+
15+
The supported Vuetify version was raised from `^3.6.6` to `^3.8.0` due to the promotion of `VNumberInput` from labs to core.
16+
1317
## Migrating to JSON Forms 3.5
1418

1519
### Angular support now targets Angular 18 and Angular 19

0 commit comments

Comments
 (0)