Releases: b-zurg/react-collapse-pane
Releases · b-zurg/react-collapse-pane
v3.0.1
3.0.1 (2022-05-21)
Bug Fixes
- docs: add warning about material ui styled engine change (73e14b1)
v3.0.0
3.0.0 (2022-05-21)
Features
- Upgrade MUI and remove zurg.dev domain from links (4b1ef3d)
BREAKING CHANGES
- This is a breaking change in terms of dependencies. You must have the latest material ui for now to enable transitions. All other dependencies have been upgraded. Otherwise nothing has changed.
v2.0.1
2.0.1 (2021-05-13)
Bug Fixes
- added note about polyfills to the docs (8846709)
v1.4.2
1.4.2 (2020-07-07)
Bug Fixes
- Simplified and fixed panel resize calculation (5a83d6f)
Performance Improvements
- Improved debounce function (b15ac88)
v1.4.1
1.4.1 (2020-07-05)
Bug Fixes
- Resizer grabbable size option now applied correctly (#33) (4a71c34)
v1.4.0
1.4.0 (2020-06-26)
Features
- Add option to always show collapse button (#31) (bc3dfe8)
v1.3.10
1.3.10 (2020-06-25)
Bug Fixes
- Utility type declaration not emitted to build (4fdbcaf)
v1.3.9
1.3.9 (2020-06-25)
Bug Fixes
- Removed "Nullable" global type in favour of type import (84745cf)
- Render successfully even with only one non-null child (2f9b149)
Performance Improvements
- Switched to emotion for styled components (71c9a0a)
v1.3.8
1.3.8 (2020-06-23)
Bug Fixes
- Added keys to fragments and other helper components (3ae06f0)
- Collapse overlay now shows no matter the z-index of the children (842db5b)
v1.3.7
1.3.7 (2020-06-22)
Bug Fixes
- user-select change now only applied when collapsed (dd1c4ff)