Skip to content

Latest commit

 

History

History
80 lines (30 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

80 lines (30 loc) · 2.79 KB

0.2.1 (2020-08-24)

Bug Fixes

  • utils: Node.childNodes forEach compatibility (b5f1663)

0.2.0 (2020-07-02)

Bug Fixes

  • use-event-portal: abort when unmounted (446fc88)

Features

  • use-portal: initialAppend props (49fb4fa)
  • use-portal: value -> function, appendChild and removeChild (4cfeaab)

0.2.0-alpha (2020-06-03)

Features

  • useEventPortal: return type arr -> obj (409da5c)

0.1.0 (2020-03-11)

Bug Fixes

  • portal: hooks before rendering (7d2ae6c)
  • useEffect has missing deps (d50fe5d)

0.1.0-alpha.3 (2019-12-14)

Bug Fixes

0.1.0-alpha.2 (2019-11-12)

0.1.0-alpha.1 (2019-11-05)

Bug Fixes

  • remove: undefined when external change ref (364d73d)

Features

  • hooks: add useEventPortal (d9adf34)
  • use-portal: return container ref (fdc5969)

0.1.0-alpha (2019-10-27)

Features