Vuetify Jsonschema Form Versions Save

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.

v1.16.0

3 years ago

Features

  • add fieldColProps for better control of the form layout

Fixes

  • repair the broken "Classes and styles" example in doc

v1.15.0

3 years ago

Features

  • nullable properties using "null" type

v1.14.0

3 years ago

Features

  • controle initial validation of the form (all, none, or only previously defined values)
  • many new options to pass props to underlying vuetify components

v1.13.0

3 years ago

Features

  • arabic and turkish localization
  • x-tag annotation to customize tag used by simple or select properties

Documentation

  • Work on getting started and contribution docs

Fixes

  • apply disabled class to selection
  • fix: broken select from http or data in specific cases

v1.12.0

3 years ago

Features

  • arrayItemCardProps and arrayItemColProps to customize arrays of objects
  • validation rules applied to arrays of objects
  • support for mdiSvg iconset

Fixes

  • file.lastModifiedDate not always present
  • tooltip not shown for boolean properties

v1.11.1

3 years ago

Fixes

  • bug with propagation of default values

v1.11.0

3 years ago

Features

  • disableSorting option
  • hideTooltips option
  • debounce of 250ms on http requests in autocomplete
  • display boolean properties as switches

Fixes

  • active tooltips on readonly properties
  • do not create empty object for select field
  • bug with oneOfs in editable array

v1.10.0

3 years ago

Features

  • selection control groups (radio, checkbox, switch)

Fixes

  • bug with select items filling with existing values

v1.9.0

3 years ago

Features

  • slightly denser editable array card
  • markdownit options and HTML tags example

Fixes

  • do not create empty object for select field

v1.8.0

3 years ago

Features

  • add timePickerProps and datePickerProps options