Releases: unplugin/unplugin-auto-import
Releases · unplugin/unplugin-auto-import
v0.11.4
🚀 Features
- Add vue
resolveDirective
to preset - by @WalkAlone0325 in #272 - Add astro support - by @Soya-xy and @antfu in #258
View changes on GitHub
v0.11.3
🚀 Features
- Add preact/compat preset - by @GoodbyeNJN in #266
- Update vue-router preset - by @WalkAlone0325 in #271
View changes on GitHub
v0.11.2
v0.11.1
🐞 Bug Fixes
View changes on GitHub
v0.11.0
v0.10.3
v0.10.2
v0.10.1
No significant changes
View changes on GitHub
v0.10.0
Breaking Changes
dirs
option only scan for one-level modules now. To support nested modules, configure it like:
dirs: [
'./composables/**' // all nested modules,
// or
'./composables/*/index.{js,ts,jsx,tsx}', // one-level nested index file (previous behaviour)
]
Refer to:
View changes on GitHub
v0.9.4
No significant changes