chore: release form@0.6.6, validator@0.2.6, common@0.1.4
This commit is contained in:
parent
8ed98ad1f1
commit
814692d9c9
6 changed files with 17 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
### v0.1.4
|
||||
- form validation hook property `triggerValidationOn`
|
||||
- form properties `action` and `method`
|
||||
|
||||
### v0.1.2
|
||||
- make `Checkbox.checked` optional
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Common code for Astro Reactive Packages",
|
||||
"main": "index.ts",
|
||||
"types": "./types/index.ts",
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
### v0.6.6
|
||||
- implement validation hooks with form's `triggerValidationOn` prop
|
||||
- types and intellisense improvements
|
||||
- validation support for RadioGroup
|
||||
- form's `action` and `method` props
|
||||
|
||||
### v0.6.5
|
||||
- fix deps
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/form",
|
||||
"description": "The Reactive Form component for Astro 🔥",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/",
|
||||
"author": {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
### v0.2.6
|
||||
- implement validation hooks with form's `triggerValidationOn` prop
|
||||
- types and intellisense improvements
|
||||
|
||||
### v0.2.5
|
||||
- fix deps
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astro-reactive/validator",
|
||||
"description": "Form validation library for Astro 🔥",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue