Releases: b-zurg/react-collapse-pane
Releases · b-zurg/react-collapse-pane
v1.3.6
1.3.6 (2020-06-20)
Bug Fixes
- Dependency list was not correct (ec84d38)
v1.3.5
1.3.5 (2020-06-19)
Bug Fixes
- Collapsed panel no longer grows when not pushed by a sibling panel (8f85b7f)
v1.3.4
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
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
1.3.2 (2020-06-19)
Bug Fixes
- Initial sizes should be able to be set to a ratio (29079d4)
v1.3.1
1.3.1 (2020-06-19)
Bug Fixes
- Regression with RTL direction identification (4e7d1dc)
v1.3.0
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
1.2.0 (2020-06-18)
Features
- Updated docs for collapse options (30af701)
v1.1.1
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
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)