Releases: Mini-ghost/vorms
Releases Β· Mini-ghost/vorms
v1.2.0-beta.5
π Enhancements
- core: Add setFieldTouched method (#50)
- core: Upgrade yup to above v1.0 (#54)
- core: validateField supports returning validation results (#55)
π©Ή Fixes
- resolvers: Ensure resolvers can perform asynchronous validation (#38)
- core: Resolve 'Excessive stack depth comparing types' error (#52)
- resolvers: Solve valibot resolver type error (#53)
π Documentation
- Added traditional Chinese documents (#39)
π‘ Chore
β Tests
- Add test for value returned by validateField (#56)
β€οΈ Contributors
- Alex Liu (@Mini-ghost)
- Reslear (@reslear)
- Uhiko Chen (@UhikoChen)
v1.2.0-beta.4
π©Ή Fixes
- resolvers: Add resolver types exports (#36)
π‘ Chore
- Ensure valibot is external (4cbf91d)
β€οΈ Contributors
- Alex Liu (@Mini-ghost )
- Simon Wesp (@smonist )
v1.2.0-beta.3
π©Ή Fixes
- resolvers: Ensure the npm package contains valibot (1df8a83)
β€οΈ Contributors
- Alex Liu (@Mini-ghost)
v1.2.0-beta.2
π Enhancements
- resolvers: Support valibot resolvers (#30)
β€οΈ Contributors
- Alex Liu (@Mini-ghost)
v1.2.0-beta.1
v1.2.0-beta.0
π Enhancements
- core: Allow passing getter as field name (#25)
- core: Add setErrors and setFieldError (#24)
- core: Support for generics to define validated values (#27)
π Refactors
- core: Reduce useField code (#22)
π‘ Chore
- Make feature request template description correct (96ed3d7)
- Bump pnpm version (d3fb14b)
- Update deps (f475cb3)
- Remove unnecessary import statements (bd0cf37)
π€ CI
- Update ci setting (1e09211)
β€οΈ Contributors
- Alex Liu (@Mini-ghost)
v1.1.0
π Enhancements
- core: Add
initialValues
for submit helper (#18)
π©Ή Fixes
- Resolve typo in package.json (c679668)
π Refactors
- core: Reduce core code (#15)
π Documentation
- Enhance the description of
onSubmit()
(4d2fc81) - Describe the parameters of
onSubmit
in more detail. (6bb7f52)
π‘ Chore
- Update readme (0095b6c)
- Update readme (674f0a3)
- Setup compressed-size (#14)
- Add feature request template (ac80a47)
- Update deps (2ae9027)
β€οΈ Contributors
- Alex Liu (@Mini-ghost)
- Rock070 (@Rock070)
View changes on GitHub
v1.0.0
β οΈ Breaking Changes
- core: Remove deprecated api (#13)
π Refactors
- core:
β οΈ Remove deprecated api (#13)
π Documentation
- Adjust wording and fix some errors (#12)
π‘ Chore
β€οΈ Contributors
- Alex Liu [email protected]
- Sp0033212000 (@sp0033212000)
View changes on GitHub
v1.0.0-rc.2
v1.0.0-rc.1
π Changelog
β οΈ Breaking Changes
- core: Change the implementation of
validationMode
(#6)
π Enhancements
- core:
β οΈ Change the implementation ofvalidationMode
(#6)
π©Ή Fixes
- core: Respect initial state when form reset (c5f7234)
- core: Fix type that about form touched (c03f232)
- core: Ensure the field touched state is boolean (0dcb296)
π Refactors
- core: Reduce duplicate code (b196c58)
π Documentation
- Create CODE_OF_CONDUCT.md (269dab0)
- Add contributing guide (860ef3a)
- New docs site using vitepress (#2)
π¦ Build
- Add package dependencies correctly (4c19b38)
π‘ Chore
- Add api deprecated doc comment (5e8e263)
- Cleanup package.json (916f009)
- Update package.json (7b09c2b)
- Update publish script (9871b77)
β Tests
- Add tests using vitest (#4)