Skip to content

v1.0.0-rc.1

Compare
Choose a tag to compare
@Mini-ghost Mini-ghost released this 19 Nov 09:04
· 57 commits to main since this release

πŸ“ Changelog

⚠️ Breaking Changes

  • core: Change the implementation of validationMode (#6)

πŸš€ Enhancements

  • core: ⚠️ Change the implementation of validationMode (#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

βœ… Tests

  • Add tests using vitest (#4)