|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -### 1.3.4 (Mar 5, 2015) |
| 3 | +### 1.3.4 (Mar 5, 2016) |
4 | 4 |
|
5 | 5 | - Bugfix: Scrolling while dragging caused items to move unpredictably. |
6 | 6 |
|
7 | | -### 1.3.3 (Feb 11, 2015) |
| 7 | +### 1.3.3 (Feb 11, 2016) |
8 | 8 |
|
9 | 9 | - Bugfix: #116: Android/Chrome are finicky; give up on canceling ghost clicks entirely. |
10 | 10 |
|
11 | | -### 1.3.2 (Feb 11, 2015) |
| 11 | +### 1.3.2 (Feb 11, 2016) |
12 | 12 |
|
13 | 13 | - Bugfix: #116: Child inputs not focusing on touch events. |
14 | 14 |
|
15 | | -### 1.3.1 (Feb 10, 2015) |
| 15 | +### 1.3.1 (Feb 10, 2016) |
16 | 16 |
|
17 | 17 | - Internal: Babel 6 and Flow definitions |
18 | 18 | - Bugfix: 1.3.0 broke string bounds ('parent', selectors, etc.). |
19 | 19 | - Bugfix: 1.3.0 wasn't updating deltaX and deltaY on a bounds hit. |
20 | 20 |
|
21 | | -### 1.3.0 (Feb 10, 2015) |
| 21 | +### 1.3.0 (Feb 10, 2016) |
22 | 22 |
|
23 | 23 | - Possibly breaking change: bounds are calculated before `<Draggable>` fires `drag` events, as they should have been. |
24 | 24 | - Added `'none'` axis type. This allows using `<Draggable>` somewhat like `<DraggableCore>` - state will be kept |
25 | 25 | internally (which makes bounds checks etc possible), but updates will not be flushed to the DOM. |
26 | 26 | - Performance tweaks. |
27 | 27 |
|
28 | | -### 1.2.0 (Feb 5, 2015) |
| 28 | +### 1.2.0 (Feb 5, 2016) |
29 | 29 |
|
30 | 30 | - Added arbitrary boundary selector. Now you don't have to just use `'parent'`, you can select any element |
31 | 31 | on the page, including `'body'`. |
|
0 commit comments