Releases: koumoul-dev/vuetify-jsonschema-form
Releases · koumoul-dev/vuetify-jsonschema-form
v1.16.0
Features
- add fieldColProps for better control of the form layout
Fixes
- repair the broken "Classes and styles" example in doc
v1.15.0
Features
- nullable properties using "null" type
v1.14.0
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
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
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
Fixes
- bug with propagation of default values
v1.11.0
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
Features
- selection control groups (radio, checkbox, switch)
Fixes
- bug with select items filling with existing values
v1.9.0
Features
- slightly denser editable array card
- markdownit options and HTML tags example
Fixes
- do not create empty object for select field
v1.8.0
Features
- add timePickerProps and datePickerProps options