rc-swipeout
Version:
swipe out ui component for react(web and react-native)
63 lines (34 loc) • 729 B
Markdown
# History
# 1.3.1
- update react-native-swipeout version
# 1.2.7
- new: role="button"
# 1.2.6
- new: support `className` for button;
# 1.2.5
- fix: onCloseSwipe prefixCls bug;
## 1.2.3
- add cover `div`, for body touchstart
- fix: buttons cannot be hidden when pan short distance
## 1.2.2
- prevent default of event;
## 1.2.1
- support `onClose` for rn;
## 1.2.0
- click body to close swipe buttons; #19, #10
- support event arg for onPress; #18
- swipe to close for web;
## 1.1.5
- fix issue/9
## 1.1.4
- use babel-runtime
## 1.1.3
- update deps
## 1.1.0
- [`new`] react-native support
## 1.0.2
- [`fix`] error if this.refs.left/right is []
## 1.0.1
- [`fix`] npm package empty
## 1.0.0
init project