File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.3.0
5+
6+ [ compare changes] ( https://github.com/Norbiros/nuxt-auto-form/compare/v0.2.0...v0.3.0 )
7+
8+ ### 🚀 Enhancements
9+
10+ - Add ` homepage ` field to package.json ([ 60c7c85] ( https://github.com/Norbiros/nuxt-auto-form/commit/60c7c85 ) )
11+ - Add ` after-fields ` and ` before-fields ` slots ([ 78212c5] ( https://github.com/Norbiros/nuxt-auto-form/commit/78212c5 ) )
12+ - Bind props to submit button, add submit slot ([ #2 ] ( https://github.com/Norbiros/nuxt-auto-form/pull/2 ) )
13+
14+ ### 🩹 Fixes
15+
16+ - Use correct module name in README.md ([ c97ed13] ( https://github.com/Norbiros/nuxt-auto-form/commit/c97ed13 ) )
17+
18+ ### 💅 Refactors
19+
20+ - Simplify component mapping logic in AutoForm ([ 41252ac] ( https://github.com/Norbiros/nuxt-auto-form/commit/41252ac ) )
21+
22+ ### 📖 Documentation
23+
24+ - Add missing ` submit ` slot info in ` AutoForm ` docs ([ 05b9b30] ( https://github.com/Norbiros/nuxt-auto-form/commit/05b9b30 ) )
25+
26+ ### 🏡 Chore
27+
28+ - Improve default configuration in ` .vscode ` ([ be3a921] ( https://github.com/Norbiros/nuxt-auto-form/commit/be3a921 ) )
29+
30+ ### ❤️ Contributors
31+
32+ - Norbiros ([ @Norbiros ] ( https://github.com/Norbiros ) )
33+ - Daniele Nicosia ([ @zAlweNy26 ] ( https://github.com/zAlweNy26 ) )
34+
435## v0.2.0
536
637[ compare changes] ( https://github.com/Norbiros/nuxt-auto-form/compare/v0.1.0...v0.2.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @norbiros/nuxt-auto-form" ,
33 "type" : " module" ,
4- "version" : " 0.2 .0" ,
4+ "version" : " 0.3 .0" ,
55 "packageManager" :
" [email protected] " ,
66 "description" : " Auto-generate Nuxt UI forms from Zod 4 schemas" ,
77 "author" : {
You can’t perform that action at this time.
0 commit comments