UNPKG

929 BMarkdownView Raw
1# History
2
3# 1.3.8
4
5- fixed: only one hand can be swiped if left or right is null.
6
7# ~1.3.7
8
9- fixed `removeEventListener` bug;
10- fixed binding and unbinding event bug;
11- support es module;
12- update deps;
13
14# 1.3.1
15
16- update react-native-swipeout version
17
18# 1.2.7
19
20- new: role="button"
21
22# 1.2.6
23
24- new: support `className` for button;
25
26# 1.2.5
27
28- fix: onCloseSwipe prefixCls bug;
29
30## 1.2.3
31
32- add cover `div`, for body touchstart
33- fix: buttons cannot be hidden when pan short distance
34
35## 1.2.2
36
37- prevent default of event;
38
39## 1.2.1
40
41- support `onClose` for rn;
42
43## 1.2.0
44
45- click body to close swipe buttons; #19, #10
46- support event arg for onPress; #18
47- swipe to close for web;
48
49## 1.1.5
50
51- fix issue/9
52
53## 1.1.4
54
55- use babel-runtime
56
57## 1.1.3
58
59- update deps
60
61## 1.1.0
62
63- [`new`] react-native support
64
65## 1.0.2
66
67- [`fix`] error if this.refs.left/right is []
68
69## 1.0.1
70- [`fix`] npm package empty
71
72## 1.0.0
73init project