UNPKG

5.29 kBMarkdownView Raw
10.3.12 / 2017-06-29
2===================
3
4 * Fallback to ms prefixed elementsFromPoint
5
60.3.11 / 2017-05-28
7===================
8
9 * Merge pull request [#70]
10 (https://github.com/yahoo/react-dnd-touch-backend/issues/70) from egorvoronov/patch-1
11 document is not defined fix for server side rendering
12 * [FIXED] single quotes instead
13 * [FIXED] undefined in quotes
14 * [FIXED] document is not defined fix for server side rendering
15 * Add CHANGELOG and version tags
16 * Allows usage without global gulp install ([#66](https://github.com/yahoo/react-dnd-touch-backend/issues/66))
17
180.3.10 / 2017-05-11
19===================
20
21 * Check document variable with typeof
22 fixes [#62](https://github.com/yahoo/react-dnd-touch-backend/issues/62)#
23
240.3.9 / 2017-04-25
25==================
26
27 * v++
28 * Check if document is defined before checking if there is a elementsFromPoint method ([#61](https://github.com/yahoo/react-dnd-touch-backend/issues/61))
29
300.3.8 / 2017-04-18
31==================
32
33 * v++
34 * Add polyfill for elementsFromPoint ([#59](https://github.com/yahoo/react-dnd-touch-backend/issues/59))
35 - remove Object.assign from dropTarget example to prevent older IEs incompatibility
36
370.3.7 / 2017-04-13
38==================
39
40 * add yarnl lock file
41 * v++
42 * Add gzip size ([#53](https://github.com/yahoo/react-dnd-touch-backend/issues/53))
43 * gulp-connect Integration ([#55](https://github.com/yahoo/react-dnd-touch-backend/issues/55))
44 * Updated instructions
45 * Can now serve examples via local server
46 * Updated with gulp-connect
47 * Ensure correct order on DropTarget drop method calling ([#57](https://github.com/yahoo/react-dnd-touch-backend/issues/57))
48 * Add example for dynamic nested DropTargets
49 * Ensure correct order on DropTarget drop method calling
50
510.3.6 / 2017-03-15
52==================
53
54 * v++
55 * Stop drag from starting if context menu is opened during right click ([#52](https://github.com/yahoo/react-dnd-touch-backend/issues/52))
56
570.3.5 / 2016-12-21
58==================
59
60 * v++
61 * Cancel drag by hitting Escape if enableKeyboardEvents option is set to true ([#48](https://github.com/yahoo/react-dnd-touch-backend/issues/48))
62
630.3.4 / 2016-12-18
64==================
65
66 * v++
67 * fix examples ([#46](https://github.com/yahoo/react-dnd-touch-backend/issues/46))
68 * fix examples
69 * update readme
70 * Fixes [#44](https://github.com/yahoo/react-dnd-touch-backend/issues/44) ([#45](https://github.com/yahoo/react-dnd-touch-backend/issues/45))
71
720.3.3 / 2016-09-16
73==================
74
75 * upgrade deps & fix lint errors
76 * v++
77 * (fix) drop on nested dom element will fail ([#42](https://github.com/yahoo/react-dnd-touch-backend/issues/42))
78
790.3.2 / 2016-08-16
80==================
81
82 * v++
83 * Improving connectDropTarget ([#38](https://github.com/yahoo/react-dnd-touch-backend/issues/38))
84 * Fixing issues caused by touchmove when connecting up the drop target
85 * Adding return function back in
86 * Adding example for drop targets and updating connectDropTarget to handle nested elements
87
880.3.1 / 2016-08-08
89==================
90
91 * v++
92 * Fix issues surrounding 'touchmove' event listener ([#37](https://github.com/yahoo/react-dnd-touch-backend/issues/37))
93 * Fixing issues caused by touchmove when connecting up the drop target
94 * Adding return function back in
95
960.3.0 / 2016-06-30
97==================
98
99 * v0.3.0
100 * the sortable list demo now correctly reorders a list when a item is moved in the same list ([#33](https://github.com/yahoo/react-dnd-touch-backend/issues/33))
101 * monitor.isOver({ shallow: true }) now works according to the documentation. ([#32](https://github.com/yahoo/react-dnd-touch-backend/issues/32))
102
1030.2.7 / 2016-04-26
104==================
105
106 * v++
107 * Separated touch and mouse delay options
108 Re-adding support for delay option.
109 * upgrade react, remove decorator usage, add caveat to mouse event.
110
1110.2.5 / 2016-03-21
112==================
113
114 * upgrade dev tool, v++
115 * Merge pull request [#20](https://github.com/yahoo/react-dnd-touch-backend/issues/20) from cedmax/master
116 added delay option
117 * added delay option to enable holding the dragSource before enabling the dragging
118 * Fix examples gulp task
119
1200.2.4 / 2015-12-03
121==================
122
123 * v++
124 * browserified dist
125
1260.2.3 / 2015-12-01
127==================
128
129 * v++
130 * fix lint
131
1320.2.2 / 2015-12-01
133==================
134
135 * v++
136 * Fixes crash when trying to observe null node
137 * Fix mouse support example in README
138
1390.2.1 / 2015-11-20
140==================
141
142 * v++
143 * minor fixes
144 * Enchance example in readme
145 * Less is more
146 * Update README to reflect new configuration option
147 * Add support for mouse events
148 * Add lodash.defaults dependency
149 * fix reordering logic
150 * update examples to multi list
151 * update README for [#3](https://github.com/yahoo/react-dnd-touch-backend/issues/3)
152
1530.2.0 / 2015-10-15
154==================
155
156 * react-dnd 2.0, react 0.14
157
1580.1.1 / 2015-10-15
159==================
160
161 * fix spaces
162 * v++
163 * Don't use internal React DnD functions
164 * add travis config
165 * try config travis
166 * fix viewport change
167 * rm build badges
168 * badges
169 * fix [#1](https://github.com/yahoo/react-dnd-touch-backend/issues/1)
170
1710.1.0 / 2015-10-05
172==================
173
174 * add prepublish step
175 * add source
176 * Initial commit
\No newline at end of file