Releases: InhiblabCore/vue-hooks-plus
Releases · InhiblabCore/vue-hooks-plus
v1.8.9
What's Changed
- chore: unpkg path by @beLazy-h in #180
- feat: 优化useResizeObserver,避免在非浏览器环境下isSupported不能正确检测;避免没意义的deep监听 by @XiaoDaiGua-Ray in #186
- perf: isSupport above deps watch by @NelsonYong in #187
New Contributors
Full Changelog: v1.8.8...v1.8.9
v1.8.8
Full Changelog: v1.8.7...v1.8.8
v1.8.7
What's Changed
- fix: 修复在使用useRequest方法时,在onBefore配置项中手动抛出错误时会导致整个代码流程中断的问题(#177) by @XiaoDaiGua-Ray in #179
Full Changelog: v1.8.6...v1.8.7
v1.8.6
What's Changed
- feat: ✨ useRequest add middleware by the @NelsonYong
- docs: 📚 middleware docs by the @NelsonYong
- docs: 📚 useRequest plugin insert name field by the @NelsonYong
- style: 🎨 optimized docs style by the @NelsonYong
- chore: 🧩 vitepress plugin to workspace by the @NelsonYong
v1.8.4
What's Changed
feat: ✨ useMutationObserver by the @NelsonYong
docs: 📚 add useMutationObserver docs by the @NelsonYong
test: ✅ add unit test by the @NelsonYong
workflow: 🐝 add node_modules cache
v1.8.3
What's Changed
feat: ✨ useMutationObserver by the @NelsonYong
v1.8.2
What's Changed
- feat: ✨ use-request auto push Image by the @NelsonYong
- feat: ✨
@vue-hooks-plus/use-request
1.5.0 package by the @NelsonYong - perf: 🚀 onScopeDispose instead onUnmounted from use-request by the @NelsonYong
- chore: 🔧 fix downgrading vite to 3.0.2 resolve SSR module error by the @NelsonYong
v1.8.1
What's Changed
- feat: ✨ useElementBounding and useResizeObserver by the @XiaoDaiGua-Ray
- docs: 📚 useElementBounding and useResizeObserver by the @XiaoDaiGua-Ray
- test: ✅ useElementBounding and useResizeObserver unit test by the @XiaoDaiGua-Ray
v1.8.0
What's Changed
🎉 stable version
Due to work reasons, the update frequency will be lower, but it is very stable
- chore: 👨💻 optimized flow
- fix: 🔧 some minor issue