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
|
### v0.1.2
|
||||||
- make `Checkbox.checked` optional
|
- make `Checkbox.checked` optional
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/common",
|
"name": "@astro-reactive/common",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "Common code for Astro Reactive Packages",
|
"description": "Common code for Astro Reactive Packages",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
"types": "./types/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
|
### v0.6.5
|
||||||
- fix deps
|
- fix deps
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/form",
|
"name": "@astro-reactive/form",
|
||||||
"description": "The Reactive Form component for Astro 🔥",
|
"description": "The Reactive Form component for Astro 🔥",
|
||||||
"version": "0.6.5",
|
"version": "0.6.6",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/",
|
"homepage": "https://docs.astro-reactive.dev/en/api/form/form-component/",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
### v0.2.6
|
||||||
|
- implement validation hooks with form's `triggerValidationOn` prop
|
||||||
|
- types and intellisense improvements
|
||||||
|
|
||||||
### v0.2.5
|
### v0.2.5
|
||||||
- fix deps
|
- fix deps
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astro-reactive/validator",
|
"name": "@astro-reactive/validator",
|
||||||
"description": "Form validation library for Astro 🔥",
|
"description": "Form validation library for Astro 🔥",
|
||||||
"version": "0.2.5",
|
"version": "0.2.6",
|
||||||
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
"repository": "https://github.com/ayoayco/astro-reactive-library",
|
||||||
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
"homepage": "https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
Loading…
Reference in a new issue