Skip to content

v8.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 03:57
· 1140 commits to main since this release

Bug Fixes

  • shared: correct to ignore undefined (#1601) (0aecfe6)
  • toRefs: keep class prototype, close #1530 (#1599) (356da7d)
  • useAxios: normalize isCanceled flag (#1585) (b833957)
  • useFetch: respect custom fetch option (#1603) (56eb358)
  • useFetch: return PromiseLike after setting method (#1571) (9b28628)
  • useFocus: focused should be false when element is undefined (#1580) (f0067ac)
  • useMediaQuery: normalize isSupported flag (#1575) (0222d48)
  • useUrlSearchParams: should return initialValue (#1583) (fe58f8a)
  • useVModel: unified value (#1568) (70d8092)
  • watchThrottled: duplicate callback invokation when leading and trailing edges coincide (#1593) (8ba3b9d)

Features