Skip to content

Latest commit

 

History

History
130 lines (57 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

130 lines (57 loc) · 4.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2019-09-08)

Bug Fixes

2.0.1 (2019-09-08)

Bug Fixes

2.0.0 (2019-09-08)

⚠ BREAKING CHANGES

  • Hook now accepts arguments through an object, html elements must be provided through element key

  • document new API (b3e4a69)

Features

1.6.1 (2019-08-11)

1.6.0 (2019-08-11)

Features

1.5.1 (2019-08-10)

Bug Fixes

  • mjs declaration in package json (27ca997)

1.5.0 (2019-08-10)

Features

  • update deps and dont map (9d4b387)

1.4.0 (2019-06-28)

Features

  • swap to microbundle for buld step (bd8e78a)

1.3.1 (2019-06-09)

Bug Fixes

  • git ignore yarn error log (6f3a91d)

1.3.0 (2019-06-09)

Features

1.2.0 (2019-06-09)

Features

  • update deps, remove usecallback (74a17a4)

1.1.4 (2019-05-20)

Bug Fixes

1.1.2 (2019-05-20)

Bug Fixes

  • resize observer checks if window exists before creation (6479bbe)

1.1.1 (2019-05-09)

1.1.0 (2019-05-09)

Bug Fixes

  • initialize sizes as object (6ca9443)

Features

  • allow for optional function argument (7e03c8f)
  • if callback exists, dont utilize state (6415b23)
  • initial implementation (b8c10b3)
  • initial jest setup (a7a4cc7)
  • initialize (188c3d0)
  • memoize handleResize with useCallback (49ef600)