Releases: damusnet/react-swipeable-drawer
Releases · damusnet/react-swipeable-drawer
v3.1.0
3.1.0 (2018-04-12)
Features
v3.0.0
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
2.0.1 (2017-09-05)
Bug Fixes
- update package.json exports (13cc60d)
v2.0.0
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
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
1.0.0 (2017-09-02)
Features