astro-reactive-form/packages/validator/RELEASE.md

44 lines
863 B
Markdown

## v0.3.0
- project chores: updates on how the packages share common files, initial codecov set up
- documentation updates: Readme examples and API docs update
- support for Astro v2
### v0.2.7
- support form method type to accept: 'get', 'post', 'dialog'
### v0.2.6
- implement validation hooks with form's `triggerValidationOn` prop
- types and intellisense improvements
### v0.2.5
- fix deps
### v0.2.4
- Validation categories: Error, Warning, Info
### v0.2.3
- make `Checkbox.checked` optional
### v0.2.2
- fix broken `ControlConfig`
### v0.2.1
- fix wrong dependency version
## v0.2.0
- deprecate `labelPosition` prop
### v0.1.1
- use @astro-reactive/common
## v0.1.0
- support server-rendered validation for forms
### v0.0.4
- update project documentation
### v0.0.3
- update examples on the README
### v0.0.1
- Validators
- validator functions