Skip to content

Commit dcc744f

Browse files
committed
Merge pull request #148 from latentflip/patch-1
Fix year in changelog
2 parents 2c75bc8 + 2960ff1 commit dcc744f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
# Changelog
22

3-
### 1.3.4 (Mar 5, 2015)
3+
### 1.3.4 (Mar 5, 2016)
44

55
- Bugfix: Scrolling while dragging caused items to move unpredictably.
66

7-
### 1.3.3 (Feb 11, 2015)
7+
### 1.3.3 (Feb 11, 2016)
88

99
- Bugfix: #116: Android/Chrome are finicky; give up on canceling ghost clicks entirely.
1010

11-
### 1.3.2 (Feb 11, 2015)
11+
### 1.3.2 (Feb 11, 2016)
1212

1313
- Bugfix: #116: Child inputs not focusing on touch events.
1414

15-
### 1.3.1 (Feb 10, 2015)
15+
### 1.3.1 (Feb 10, 2016)
1616

1717
- Internal: Babel 6 and Flow definitions
1818
- Bugfix: 1.3.0 broke string bounds ('parent', selectors, etc.).
1919
- Bugfix: 1.3.0 wasn't updating deltaX and deltaY on a bounds hit.
2020

21-
### 1.3.0 (Feb 10, 2015)
21+
### 1.3.0 (Feb 10, 2016)
2222

2323
- Possibly breaking change: bounds are calculated before `<Draggable>` fires `drag` events, as they should have been.
2424
- Added `'none'` axis type. This allows using `<Draggable>` somewhat like `<DraggableCore>` - state will be kept
2525
internally (which makes bounds checks etc possible), but updates will not be flushed to the DOM.
2626
- Performance tweaks.
2727

28-
### 1.2.0 (Feb 5, 2015)
28+
### 1.2.0 (Feb 5, 2016)
2929

3030
- Added arbitrary boundary selector. Now you don't have to just use `'parent'`, you can select any element
3131
on the page, including `'body'`.

0 commit comments

Comments
 (0)