Skip to content

Latest commit

 

History

History
143 lines (73 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

143 lines (73 loc) · 6.94 KB

4.0.1 (2024-07-30)

Bug Fixes

4.0.0 (2024-04-26)

Bug Fixes

Features

BREAKING CHANGES

  • removes the resize observer ponyfill.

Moving forward people will have to include their own global polyfill if they need one.

3.7.0 (2022-09-16)

Features

  • use-positioner: add maxColumnCount property (#132) (dbec4ff)

3.6.5 (2022-04-28)

Bug Fixes

  • use-masonry: should update when positioner changes (#113) (55cc606)

3.6.4 (2022-02-26)

Bug Fixes

  • use-positioner: column count calculation (#108) (8d5343b)

3.6.3 (2022-02-26)

Bug Fixes

  • use-resize-observer: resolve type conflict (#100) (38b80bc)

3.6.2 (2022-02-17)

Bug Fixes

  • should update elements' position's height after resized in a short duration (#106) (4384dfb)

3.6.1 (2021-10-23)

Bug Fixes

  • use-scroller: unsubscribe from updates when hook has unmounted (#97) (2117625)

Changelog

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

3.6.0 (2021-10-23)

Features

3.5.0 (2021-10-14)

Features

  • positioner exposes all API (7529eea), closes #88

3.4.1 (2021-02-26)

Bug Fixes

  • use-masonry: rename griditem to gridcell (45a1e6b)

3.4.0 (2020-12-29)

Features

  • expose createIntervalTree (e0c0a20)

3.3.10 (2020-09-11)

Bug Fixes

  • use-masonry: fix onRender type (1f0af01), closes #43

3.3.9 (2020-09-11)

Bug Fixes

  • use-positioner: re-initialization in StrictMode (ebe6b9c)

3.3.8 (2020-09-09)

Bug Fixes

  • use-resize-observer: fix ResizeObserver loop limit exceeded (140883d), closes #39

3.3.7 (2020-09-09)

Bug Fixes

  • use-positioner: re-initialize positioner instance before render (fbaff55), closes #12

3.3.6 (2020-09-09)

3.3.3 (2020-07-21)

Bug Fixes

  • use-masonry: fix "Cannot assign to readonly property" error (49aad2f), closes #31

3.3.2 (2020-07-17)

Bug Fixes

  • use-resize-observer: fix height measurement in Chrome 84 (ae40ece), closes #28

3.3.1 (2020-07-04)

Bug Fixes

  • masonry: fix loop in scrollToIndex effect (dae9984)

3.3.0 (2020-07-04)

Features

  • masonry: add scrollToIndex (8847c07), closes #19
  • add generic typing to masonry components/hooks (45e0380)

Bug Fixes

  • use-masonry: add a descriptive error message when data is undefined (b69f52f)
  • use-positioner: fix positioner not clearing before DOM updates (d599e62)

3.2.0 (2020-06-17)