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
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
initialValuesfor 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
onSubmitin 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)