Skip to content

v8.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 17:09
· 1166 commits to main since this release

Bug Fixes

  • computedAsync: keep evaluating true for concurrent changes (#1555) (23549c3)
  • core: circular reference (#1553) (df9dd89)
  • integrations: mark change-case as an optional peer dependacy (#1542) (aa6e593)
  • onClickOutside: fallback to pointerup event if click event not propagate (#1522) (89c9e53)
  • onLongPress: make directive work normal (#1550) (53ba3ba)
  • useAsyncState: isLoading not reset (#1518) (a8fd617)
  • useAxios: exception when args incorrect (#1534) (81f355d)
  • useAxios: rename aborted to isAborted (#1519) (e2a9ac3)
  • useElementBounding: call update on mounted (#626) (#1541) (dccd1f3)
  • useMutationObserver: isSupported misjudge (#1540) (a4238a8)

Features

  • rxjs: Correct useObservable type signature and provide means of creating a non-undefined Ref (#1551) (5f3d026)
  • useCurrentElement: new function (e24db79)
  • useNetwork: new onlineAt attribute (#1535) (4d5cf1c)
  • useScreenOrientation: new function (#1526) (e8c057c)
  • useToggle: new options (#1523) (7aaebb3)
  • useVModel: add option to define defaultValue (#1537) (66e82ec)