Skip to content

Releases: b-zurg/react-collapse-pane

v3.0.1

21 May 12:54
Compare
Choose a tag to compare

3.0.1 (2022-05-21)

Bug Fixes

  • docs: add warning about material ui styled engine change (73e14b1)

v3.0.0

21 May 12:33
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

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

13 May 09:25
Compare
Choose a tag to compare

2.0.1 (2021-05-13)

Bug Fixes

  • added note about polyfills to the docs (8846709)

v1.4.2

07 Jul 09:00
Compare
Choose a tag to compare

1.4.2 (2020-07-07)

Bug Fixes

  • Simplified and fixed panel resize calculation (5a83d6f)

Performance Improvements

  • Improved debounce function (b15ac88)

v1.4.1

05 Jul 08:47
4a71c34
Compare
Choose a tag to compare

1.4.1 (2020-07-05)

Bug Fixes

  • Resizer grabbable size option now applied correctly (#33) (4a71c34)

v1.4.0

26 Jun 15:30
bc3dfe8
Compare
Choose a tag to compare

1.4.0 (2020-06-26)

Features

  • Add option to always show collapse button (#31) (bc3dfe8)

v1.3.10

25 Jun 18:38
Compare
Choose a tag to compare

1.3.10 (2020-06-25)

Bug Fixes

  • Utility type declaration not emitted to build (4fdbcaf)

v1.3.9

25 Jun 07:38
Compare
Choose a tag to compare

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

23 Jun 13:50
Compare
Choose a tag to compare

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

22 Jun 08:15
Compare
Choose a tag to compare

1.3.7 (2020-06-22)

Bug Fixes

  • user-select change now only applied when collapsed (dd1c4ff)