Releases: Hebilicious/form-actions-nuxt
Releases · Hebilicious/form-actions-nuxt
v0.2.0-beta.2
🐞 Bug Fixes
- Add declaration files for composables - by @Hebilicious in #32 (c4fbd)
- Relative import in module server runtime - by @Hebilicious in #35 (f1e6a)
View changes on GitHub
v0.2.0-beta.1
v0.2.0-beta.0
🚀 Features
- Implement with official nitro - by @Hebilicious in #26 (27bf5)
🐞 Bug Fixes
- Add vueuse dependency - by @Hebilicious in #28 (49fda)
View changes on GitHub
Despite some small breaking changes, the upgrade should be very smooth:
Removed exports
- respondWithResponse: h3 now support returning a Response
- getRequestFromEvent: h3 now support
event.request
- getFormData: h3 now has
readFormData
You'll most likely have to search and replace getFormData
for readFormData
.
All utilites are now auto-imported, including the server ones.
Importing from #form-actions is no longer necessary, you can remove the import statements in your server code if you want.
Loaders in useFormActions
must always be specified
If you were using implicit loaders in useFormActions
, you must now specify them by name.
This was already necessary for proper typescript inference so this shouldn't affect many users.
v0.1.0
🚀 Features
- Add external loaders support - by @Hebilicious in #16 (f5929)
- Add handlers on build - by @Hebilicious in #17 (1b9d1)
View changes on GitHub
v0.0.10
🐞 Bug Fixes
- Public runtimeconfig types - by @Hebilicious and renovate[bot] in #11 (90719)
View changes on GitHub
v0.0.9
🚀 Features
- Improve types and return errors from loaders - by @Hebilicious (cf0b2)
- Safe body iteration - by @Hebilicious (ddadc)
- Add submitForm run callback - by @Hebilicious (2aa91)
🐞 Bug Fixes
- Update types after new server loader is added - by @Hebilicious (1fba7)
- Renamed file to here - by @Hebilicious (e5754)
View changes on GitHub
v0.0.8
No significant changes
View changes on GitHub
v0.0.7
No significant changes