2.0.0
·
107 commits
to production
since this release
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