v9.4.0
版本发布时间: 2022-10-25 20:09:06
vueuse/vueuse最新发布版本:v11.1.0(2024-09-16 17:09:03)
🚀 Features
- refDebounced: Use MaybeComputedRef for ms - by @dominikklein in https://github.com/vueuse/vueuse/issues/2337
- useClipboard: Support legacy copy - by @lumdzeehol in https://github.com/vueuse/vueuse/issues/2336
- useVirtualList: Horizontal list - by @Surof1n in https://github.com/vueuse/vueuse/issues/2310
- useWebWorker: Support overloads - by @GODLiangCY in https://github.com/vueuse/vueuse/issues/2259
🐞 Bug Fixes
- useCounter: Set and reset should also be limited - by @iChengbo in https://github.com/vueuse/vueuse/issues/2179
- useRouteHash, useRouteParams, useRouteQuery: Override only selected route param - by @dvh91 in https://github.com/vueuse/vueuse/issues/2350
-
useWebSocket: Don't reconnect WebSocket if
close
issued between retries - by @rotu in https://github.com/vueuse/vueuse/issues/2330 - watchThrottled: Wait incorrect remaining time - by @sun0day in https://github.com/vueuse/vueuse/issues/2267