Skip to content

v9.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 05:44
· 954 commits to main since this release

   🚨 Breaking Changes

  • useInterval: Rename type IntervalOptions to UseIntervalOptions  -  by @okxiaoliang4 in #1945
  • useIntervalFn: Rename type IntervalFnOptions to UseIntervalFnOptions  -  by @okxiaoliang4 in #1943
  • useTimeoutFn,useTimeout: Rename type TimeoutOptions to UseTimeoutOptions and TimeoutFnOptions to UseTimeoutFnOptions  -  by @okxiaoliang4 in #1944

   🐞 Bug Fixes

  • nuxt: Support import submodules for @vueuse/integrations  -  by @antfu (18ba0)
  • onClickOutside: Fix handler type  -  by @sibbng in #1961
  • useOffsetPagination: Incorrectly currentPageSize value  -  by @webfansplz in #1949
  • useSpeechSynthesis: Remove duplicated onend, fix demo  -  by @sibbng in #1941
  • useWebSocket: Set initial status as CLOSED  -  by @chaii3 in #1960
    View changes on GitHub