chore: release form@0.6.0
This commit is contained in:
parent
33e421fffb
commit
c28b117fd1
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
## v0.6.0
|
||||
- deprecate `labelPosition` prop
|
||||
- implement TextArea control
|
||||
- add method `setValidators` to FormControl
|
||||
- implement `readOnly` flag
|
||||
- implement Dropdown control
|
||||
|
||||
### v0.5.1 - v0.5.2
|
||||
- use @astro-reactive/common
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.5.4",
|
||||
"version": "0.6.0",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue