Skip to content

Commit

Permalink
publish 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchch6 committed Aug 21, 2019
1 parent 6dce8cc commit 11ecf04
Show file tree
Hide file tree
Showing 8 changed files with 11,081 additions and 10,273 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.1.4"></a>
## [1.1.4](https://github.com/tinper-bee/bee-dnd/compare/v1.1.3...v1.1.4) (2019-08-21)



<a name="1.1.3"></a>
## [1.1.3](https://github.com/tinper-bee/bee-dnd/compare/v1.1.2...v1.1.3) (2019-07-26)

Expand Down
2 changes: 1 addition & 1 deletion build/SortList.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var Vertical = function (_Component) {
_this2.state.items.map(function (item, index) {
return _react2["default"].createElement(
_reactBeautifulDnd.Draggable,
{ key: index, draggableId: index, index: index },
{ key: index, draggableId: '' + index, index: index },
function (provided, snapshot) {
return _react2["default"].createElement(
'div',
Expand Down
2 changes: 1 addition & 1 deletion dist/demo.css.map

Large diffs are not rendered by default.

20,951 changes: 10,824 additions & 10,127 deletions dist/demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/demo.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 11ecf04

Please sign in to comment.