UNPKG

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