Skip to content

Releases: damusnet/react-swipeable-drawer

v3.1.0

12 Apr 03:33
3d85e67
Compare
Choose a tag to compare

3.1.0 (2018-04-12)

Features

v3.0.0

01 Apr 22:31
1303467
Compare
Choose a tag to compare

3.0.0 (2018-04-01)

Features

  • core: add top/right/bottom position support (#36) (1303467)

BREAKING CHANGES

  • core: <Drawer />, <DrawerContainer />,
    <DrawerContentContainer /> and <DrawerOverlay /> now expect a
    position, the width prop becomes size, and the translateX prop
    becomes translation

v2.0.1

05 Sep 00:38
Compare
Choose a tag to compare

2.0.1 (2017-09-05)

Bug Fixes

  • update package.json exports (13cc60d)

v2.0.0

05 Sep 00:16
Compare
Choose a tag to compare

2.0.0 (2017-09-05)

Features

  • new API with Function as Child Components (ba9437b)

BREAKING CHANGES

  • <Drawer /> now expects a function as its child. This
    makes the library much more flexible.

v1.1.0

04 Sep 21:54
Compare
Choose a tag to compare

1.1.0 (2017-09-04)

Bug Fixes

  • <Drawer />: remove unnecessary div wrapper (0df484c)
  • <DrawerContent />: remove background color and scroll overflow (cee6b99)
  • <DrawerOverlay />: remove role and tab-index (1a0c408)

v1.0.0

02 Sep 07:27
Compare
Choose a tag to compare

1.0.0 (2017-09-02)

Features