Releases: koumoul-dev/vuetify-jsonschema-form
Releases · koumoul-dev/vuetify-jsonschema-form
v1.7.2
Fixes
- missing slots for select properties
- broken before x-slot
- broken slots example in codepen
v1.7.0
Features
- support numbers and integers in simple arrays
- apply validation rules to array items in simple arrays
v1.6.0
Features
- generate unique ids based on key in schema
Fixes
- missing title on top of section with only a allOf content
- broken validation display in allOf sections
v1.5.2
Fixes
- broken slots based on x-display attribute and missing documentation
v1.5.1
Fixes
- accept null or undefined initial model
- bug with tuples management where values disappeared instead of being emptied
v1.5.0
Features
- replace ~$locale~ in json refs with current locale
Chores
- a little bit of documentation about locale management
v1.4.0
Features
- support pattern for regexp based custom validation
- support x-rules for function based custom validation
v0.7.0
Add support for color picking using the vue-swatches component. This is based on the non-standard hexcolor format for JSON schema strings.