UNPKG

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