UNPKG

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