Skip to content

Releases: koumoul-dev/vuetify-jsonschema-form

v1.7.2

27 May 19:15
Compare
Choose a tag to compare

Fixes

  • missing slots for select properties
  • broken before x-slot
  • broken slots example in codepen

v1.7.0

26 May 21:16
Compare
Choose a tag to compare

Features

  • support numbers and integers in simple arrays
  • apply validation rules to array items in simple arrays

v1.6.0

19 May 10:38
Compare
Choose a tag to compare

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

05 May 21:07
Compare
Choose a tag to compare

Fixes

  • broken slots based on x-display attribute and missing documentation

v1.5.1

05 May 20:22
Compare
Choose a tag to compare

Fixes

  • accept null or undefined initial model
  • bug with tuples management where values disappeared instead of being emptied

v1.5.0

22 Apr 20:26
Compare
Choose a tag to compare

Features

  • replace ~$locale~ in json refs with current locale

Chores

  • a little bit of documentation about locale management

v1.4.0

15 Apr 20:28
Compare
Choose a tag to compare

Features

  • support pattern for regexp based custom validation
  • support x-rules for function based custom validation

v0.7.0

12 Oct 19:44
Compare
Choose a tag to compare

Add support for color picking using the vue-swatches component. This is based on the non-standard hexcolor format for JSON schema strings.