Skip to content

Releases: jaredLunde/masonic

v4.0.0

26 Apr 19:17
Compare
Choose a tag to compare

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.

v3.7.0

16 Sep 01:34
Compare
Choose a tag to compare

3.7.0 (2022-09-16)

Features

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

v3.6.5

28 Apr 02:00
Compare
Choose a tag to compare

3.6.5 (2022-04-28)

Bug Fixes

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

v3.6.4

26 Feb 16:47
Compare
Choose a tag to compare

3.6.4 (2022-02-26)

Bug Fixes

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

v3.6.3

26 Feb 16:41
Compare
Choose a tag to compare

3.6.3 (2022-02-26)

Bug Fixes

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

v3.6.2

17 Feb 02:39
Compare
Choose a tag to compare

3.6.2 (2022-02-17)

Bug Fixes

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

v3.6.1

23 Oct 16:11
Compare
Choose a tag to compare

3.6.1 (2021-10-23)

Bug Fixes

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