Skip to content

Releases: InhiblabCore/vue-hooks-plus

v1.8.9

09 Mar 14:45
f607ed0
Compare
Choose a tag to compare

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

14 Jan 04:35
Compare
Choose a tag to compare

Full Changelog: v1.8.7...v1.8.8

v1.8.7

14 Jan 04:02
Compare
Choose a tag to compare

What's Changed

  • fix: 修复在使用useRequest方法时,在onBefore配置项中手动抛出错误时会导致整个代码流程中断的问题(#177) by @XiaoDaiGua-Ray in #179

Full Changelog: v1.8.6...v1.8.7

v1.8.6

11 Nov 08:27
Compare
Choose a tag to compare

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

23 Sep 10:06
Compare
Choose a tag to compare

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

23 Sep 10:04
Compare
Choose a tag to compare

What's Changed

feat: ✨ useMutationObserver by the @NelsonYong

v1.8.2

29 Aug 14:31
Compare
Choose a tag to compare

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

19 Aug 15:51
Compare
Choose a tag to compare

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

13 Aug 15:06
Compare
Choose a tag to compare

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

v1.7.7-aplpha.4

11 Jul 14:58
Compare
Choose a tag to compare
v1.7.7-aplpha.4 Pre-release
Pre-release

What's Changed

feat: ✨ use-request support rollbackError (#156) by the @hongaah
refactor: 🚜 use-request mutate by the @hongaah
docs: 📚 use-request rollbackError by the @hongaah & @NelsonYong
test: ✅ use-request rollbackError by the @hongaah
style: 🎨 code line optimized by the @hongaah