Skip to content

v9.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 00:21
· 712 commits to main since this release

   🚀 Features

  • onClickOutside: Support options in component  -  by @fiadone and @sibbng in #2391
  • useEventListener: Accept multiple events or listeners  -  by @vaakian and @antfu in #2180
  • useFetch: Allow configure lifecycle handler behavior  -  by @climba03003 in #2333
  • useFetch: Support sending the custom request to an absolute URL regardless baseURL  -  by @sun0day in #2210
  • useGeolocation: Pause and resume controls  -  by @benax-se in #2376
  • useIDBKeyval: New integration - Idb-keyval wrapper  -  by @Harmony222 in #2335
  • useWebsocket: Url to be ref/computed  -  by @rotu in #2367

   🐞 Bug Fixes

  • onClickOutside: Access correct document  -  by @sibbng in #2404
  • usePointerSwipe: Handle secondary clicks properly  -  by @curtgrimes in #2379
  • useScroll: The expected result cannot be returned after setting the throttle parameter  -  by @LittleSound in #2390
  • useWebSocket: Don't hide pong setTimeout reference  -  by @kellerza and @antfu in #2206
    View changes on GitHub