File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the library will be documented in this file.
44
5- ## vX.X.X (Month DD, YYYY )
5+ ## v0.23.0 (September 06, 2024 )
66
77- Add support for async validation with Zod (issue #233 )
88- Add ` validateOn ` and ` revalidateOn ` option to ` Field ` and ` FieldArray ` component (pull request #247 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @modular-forms/solid" ,
33 "description" : " The modular and type-safe form library for SolidJS" ,
4- "version" : " 0.22.1 " ,
4+ "version" : " 0.23.0 " ,
55 "license" : " MIT" ,
66 "author" : " Fabian Hiller" ,
77 "homepage" : " https://modularforms.dev" ,
5050 "build" : " rollup -c ./rollup.config.js" ,
5151 "format" : " prettier --write ." ,
5252 "format.check" : " prettier --check ." ,
53- "lint" : " eslint \" src/**/*.ts*\" && tsc --noEmit" ,
54- "publish" : " npm publish"
53+ "lint" : " eslint \" src/**/*.ts*\" && tsc --noEmit"
5554 },
5655 "dependencies" : {
5756 "valibot" : " >=0.33.0 <1"
You can’t perform that action at this time.
0 commit comments