v2.6.0
Dynamic options
This release includes the dynamicOptions feature. This feature provides a powerful way to conditionally apply or modify any of a field's properties by using a JSON Schema. This provides for example the ability to update a field and change, such as css classes, conditionally using only JSON Schema
Example using Vue Composition API
Another example has been added, this time using Vue's composition API