Skip to content

Releases: dbssman/vue-form-handler

v1.0.0

22 Jun 22:06
e8cba74
Compare
Choose a tag to compare

What's Changed

  • fix Ensure useFormContext always returns a valid context by @minai621 in #74
  • Feature/54 loading states validating submitting by @dbssman in #75
  • Feature/v1-release by @dbssman in #76

New Contributors

Full Changelog: v0.5.0-beta...v1.0.0

v0.5.0-beta

14 Sep 19:49
9acff4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0-beta...v0.5.0-beta

v0.4.0-beta

25 Jul 15:27
d429d44
Compare
Choose a tag to compare

What's Changed

  • 🚀 Update vitepress and move to native local search by @dbssman in #64
  • ✅ Improve type support by @dbssman in #65
  • 🚨 Create error message component by @dbssman in #68
  • 🔀 Add field dependency capabilities by @dbssman in #69

Full Changelog: https://github.com/dbssman/vue-form-handler/commits/v0.4.0-beta

v0.3.0-beta

01 May 12:25
5455ecb
Compare
Choose a tag to compare

What's Changed

  • ♻️ Trigger native element patch by @dbssman in #49
  • 🚀 Add search and make Components SSR Friendly by @dbssman in #51
  • 🔧 Fix submit issue & add prettier by @dbssman in #58
  • 🧱 Add build function and documentation by @dbssman in #62
  • 💉 Add context provider and tests by @dbssman in #63

Full Changelog: v0.2.5-beta...v0.3.0-beta

v0.2.5-beta

07 Feb 18:03
6f05898
Compare
Choose a tag to compare

🔨 Fix native handler issue
🚀 Better dx using material libraries

v0.2.4-beta

03 Feb 22:49
949b635
Compare
Choose a tag to compare

🔧 Recover reactivity
🚀 Optimise package size

v0.2.2-beta

03 Feb 21:48
e6914c5
Compare
Choose a tag to compare

Vue set as a dependency, in order to keep reactivity

v0.2.1-beta

03 Feb 21:33
08ca417
Compare
Choose a tag to compare

Fix for reactivity bug in 0.2

v0.2.0-beta

03 Feb 19:45
7cd45e1
Compare
Choose a tag to compare

🚀 Reduce import cost
📈 Bump to 0.2-beta due to npm versioning conflicts
📄 Added source maps

v0.0.4-beta

27 Jan 16:18
9cae605
Compare
Choose a tag to compare
v0.0.4-beta Pre-release
Pre-release
Merge pull request #26 from dbssman/feature/25-fix-typescript-warning…