Skip to content

Releases: b-zurg/react-collapse-pane

v1.3.6

20 Jun 02:54
Compare
Choose a tag to compare

1.3.6 (2020-06-20)

Bug Fixes

  • Dependency list was not correct (ec84d38)

v1.3.5

19 Jun 21:41
Compare
Choose a tag to compare

1.3.5 (2020-06-19)

Bug Fixes

  • Collapsed panel no longer grows when not pushed by a sibling panel (8f85b7f)

v1.3.4

19 Jun 19:11
Compare
Choose a tag to compare

1.3.4 (2020-06-19)

Bug Fixes

  • potential memory link on window event listener (62a1e3a)

Performance Improvements

  • batch updates to prevent re-renders (1ae48d0)

v1.3.3

19 Jun 15:13
Compare
Choose a tag to compare

1.3.3 (2020-06-19)

Bug Fixes

  • abort useEventListener.ts if component has not finished mounting (073a790)
  • Multiple pane collapse initial size calculation incorrect (5e20411)
  • only animate flex-basis transition after first mount (860dd44)

v1.3.2

19 Jun 14:02
29079d4
Compare
Choose a tag to compare

1.3.2 (2020-06-19)

Bug Fixes

  • Initial sizes should be able to be set to a ratio (29079d4)

v1.3.1

19 Jun 12:17
Compare
Choose a tag to compare

1.3.1 (2020-06-19)

Bug Fixes

  • Regression with RTL direction identification (4e7d1dc)

v1.3.0

19 Jun 09:29
Compare
Choose a tag to compare

1.3.0 (2020-06-19)

Bug Fixes

  • Prevent styled component props from propagating to DOM (37103e8)

Features

  • Collapse button position now configurable with an offset option (fc714ab)

v1.2.0

18 Jun 18:18
Compare
Choose a tag to compare

1.2.0 (2020-06-18)

Features

  • Updated docs for collapse options (30af701)

v1.1.1

18 Jun 15:21
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

1.1.1 (2020-06-18)

Bug Fixes

  • Document events sometimes not firing for mouseup (4539f24)
  • unnecessary div for min-width causing display issues (4e2c54c)

v1.1.0

18 Jun 13:38
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

1.1.0 (2020-06-18)

Bug Fixes

  • collapse now cascades correctly to all siblings (8cd08a3)
  • Min sizes now applied correctly on resize and initial size calculation (03cea10)

Features

  • collapsed panes now retain minimum width and the overflow is hidden (e93ab85)