
* feat: initial validator component * chore: fix eslint for validator * chore: update package info for validator * chore: remove vscode settings for docs * chore: put docs and demo into apps * chore: move package scope @astro-reactive * test: update tests for validator * feat: validator functions, hooks * feat: validator sets haserrors attribute * feat: use data-validator attributes * feat: showValidationHints * feature: add logic for all validators * refactor: remove Validator component usage * docs(validator): initial readme * chore: comment out unsupported validator * docs(validator): update installation * chore: package docs and publish * chore: update deps * docs: update npm info on docs * docs(validator): update docs for validator * fix(form): handle undefined form * test(validator): update tests * chore: organize files; update deps * chore: fix build scripts
28 lines
806 B
Markdown
28 lines
806 B
Markdown
# v0.4.1
|
|
- set `showValidationHints` to true to show validation hints
|
|
|
|
# v0.3.0
|
|
- new control configuration type `ControlConfig`
|
|
|
|
## v0.2.7
|
|
- updated project logo
|
|
|
|
## v0.2.6
|
|
- support single `FormGroup` as input to the `Form` component
|
|
- implement `Form` component input prop `theme`
|
|
- add initial implementation of `FormControl` `isPristine` and `isValid` states
|
|
- filter out control with type 'submit' from the FormGroup.controls
|
|
- implement the submitControl Form input prop
|
|
- implement the FormControl placeholder attribute
|
|
|
|
## v0.2.4 to v0.2.5
|
|
- update package README
|
|
- update dependencies
|
|
|
|
## v0.2.2
|
|
- initial light and dark mode scaffold
|
|
- update package README
|
|
|
|
## v0.2.1
|
|
- FormGroup.get(name) - returns the FormControl with matching name
|
|
- FormControl.setValue(value) - sets the FormControl value
|