astro-reactive-form/packages/common/CHANGELOG.md
github-actions[bot] c0f3ca1fa3
chore: Update version for release (#295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-25 16:29:43 +02:00

59 lines
893 B
Markdown

# @astro-reactive/common
## 0.2.0
### Minor Changes
- 4d2a577: Support Astro 3
## 0.1.9
### Patch Changes
- fb11b73: Initial `create-astro-reactive` package
Update packages' meta information (author, homepage)
Upadte LICENSE owner info to `astro-reactive` organization
## 0.1.8
### Patch Changes
- 414a0bd: Fix dependencies for Astro v2+ support
## v0.1.6
- updates on how packages share files
## v0.1.5
- fix form method type to accept: 'get', 'post', 'dialog'
## v0.1.4
- form validation hook property `triggerValidationOn`
- form properties `action` and `method`
## v0.1.2
- make `Checkbox.checked` optional
## v0.1.1
- fix broken `ControlConfig`
## 0.1.0
- deprecate `labelPosition` prop
- TextArea and Dropdown types
## 0.0.3
- update package exports and files
## 0.0.2
- expose types on top-level index
## 0.0.1
- initialize @astro-reactive/common package