🚀 Features
- createReusableTemplate: Explicit props - by @antfu in #4535 (18031)
- onClickOutside: Add
controls
- by @sibbng and @antfu in #4537 (ab116) - useDateFormat: Add
z...zzzz
for timezone information - by @OrbisK in #4553 (cd6d7) - useElementVisibility: Add
once
options - by @ilyaliao in #4577 (f2f94) - useTimtoutFn,useTimeoutPoll: Align behavior - by @ilyaliao in #4543 (64c53)
- watchPausable: Add
options.initialState
to control the initial active value - by @OrbisK in #4533 (ceb56)
🐞 Bug Fixes
- createEventHook: Type check for multiple arguments - by @isimehmeti and @ilyaliao in #4555 (636b8)
- nuxt: Check if packages exist in any layer - by @dgrayvold in #4571 (45e5c)
- reactiveComputed: Computed fn should be
ComputedGetter
- by @OrbisK in #4528 (bea31) - useAnimate: Clear animate when element is gone - by @babu-ch in #4579 (1a934)
- useCountdown:
start()
should accept a custom initial value - by @ralacerda in #4554 (93591) - useCssVar: New Behavior - by @ilyaliao and OrbisK in #4500 (d5dd8)
- useMouse: Check for
MouseEvent
instead ofTouch
to work with FF - by @OrbisK and @antfu in #4457 (ce9e5) - useSpeechRecognition: Improve start and stop method behavior - by @ilyaliao in #4565 (4f104)