Releases: kevinkosterr/vue3-form-generator
Releases · kevinkosterr/vue3-form-generator
2.6.0
2.6.0 (2025-06-09)
Bug Fixes
- FieldButton: isVisible, hints and disabled state (09e11d3)
- FieldCheckbox, FieldChecklist, FieldMask, FieldNumber, FieldPassword, FieldRadio, FieldSubmit, FieldTextarea: isVisible not working (41d623d)
- FieldReset: isVisible and isDisabled (d485693)
- FieldText: isVisible and isReadonly not working (cac67a7)
- FormGroup: isVisible not working (43e98be)
- TypeScript for fields (866551a)
Features
2.5.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
2.0.0 (2024-12-17)
Bug Fixes
- field-button: fix unstyled look (0ac1b51)
- field-color: computed properties not working (89475dc)
- field-color: useValidate call (82f28ec)
- field-number: fix errors.value reset (c832bb8)
- field-select: fix weird icon styling and z-index fault (56d4fbb)
- fields: placeholder styling (c6917e7)
- form-generator: idPrefix undefined (f51bcc4)
- reset button style and input background (ed3f505)
- validate: fix validation composition api (8171e8c)
- validation: fix formErrors updates (092c290)
- validation: onValidated call (fd8366e)
- validation: required validator, min and max (9bfc5d0)
Features
- composition: completely move away from mixins (0cf6a2a)
- field-button: class passthrough (ae549e6)
- field: add noLabel property to disable label (de7b5b3)
- FieldButton, FieldReset, FieldSubmit: pass buttonClasses (d112f6d)
- field: create composables, add TS (8da5f28)
BREAKING CHANGES
- composition: removed abstractField mixin
- validation: renames the validator functions thus breaks schema's relying on these names