react-sortable-tree-theme-file-explorer
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.1.2"></a> | ||
## [1.1.2](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/compare/v1.1.1...v1.1.2) (2017-11-28) | ||
### Bug Fixes | ||
* silence warning on latest react-sortable-tree ([7c81d55](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/commit/7c81d55)) | ||
<a name="1.1.1"></a> | ||
@@ -7,0 +17,0 @@ ## [1.1.1](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/compare/v1.1.0...v1.1.1) (2017-11-01) |
@@ -440,4 +440,4 @@ !function(root, factory) { | ||
value: function() { | ||
var _props = this.props, scaffoldBlockPxWidth = _props.scaffoldBlockPxWidth, toggleChildrenVisibility = _props.toggleChildrenVisibility, connectDragPreview = _props.connectDragPreview, connectDragSource = _props.connectDragSource, isDragging = _props.isDragging, canDrop = _props.canDrop, canDrag = _props.canDrag, node = _props.node, title = _props.title, draggedNode = _props.draggedNode, path = _props.path, treeIndex = _props.treeIndex, isSearchMatch = _props.isSearchMatch, isSearchFocus = _props.isSearchFocus, icons = _props.icons, buttons = _props.buttons, className = _props.className, style = _props.style, didDrop = _props.didDrop, lowerSiblingCounts = _props.lowerSiblingCounts, listIndex = _props.listIndex, swapFrom = _props.swapFrom, swapLength = _props.swapLength, swapDepth = _props.swapDepth, otherProps = (_props.isOver, | ||
_props.parentNode, _objectWithoutProperties(_props, [ "scaffoldBlockPxWidth", "toggleChildrenVisibility", "connectDragPreview", "connectDragSource", "isDragging", "canDrop", "canDrag", "node", "title", "draggedNode", "path", "treeIndex", "isSearchMatch", "isSearchFocus", "icons", "buttons", "className", "style", "didDrop", "lowerSiblingCounts", "listIndex", "swapFrom", "swapLength", "swapDepth", "isOver", "parentNode" ])), nodeTitle = title || node.title, isDraggedDescendant = draggedNode && isDescendant(draggedNode, node), isLandingPadActive = !didDrop && isDragging, scaffold = []; | ||
var _props = this.props, scaffoldBlockPxWidth = _props.scaffoldBlockPxWidth, toggleChildrenVisibility = _props.toggleChildrenVisibility, connectDragPreview = _props.connectDragPreview, connectDragSource = _props.connectDragSource, isDragging = _props.isDragging, canDrop = _props.canDrop, canDrag = _props.canDrag, node = _props.node, title = _props.title, draggedNode = _props.draggedNode, path = _props.path, treeIndex = _props.treeIndex, isSearchMatch = _props.isSearchMatch, isSearchFocus = _props.isSearchFocus, icons = _props.icons, buttons = _props.buttons, className = _props.className, style = _props.style, didDrop = _props.didDrop, lowerSiblingCounts = _props.lowerSiblingCounts, listIndex = _props.listIndex, swapFrom = _props.swapFrom, swapLength = _props.swapLength, swapDepth = _props.swapDepth, otherProps = (_props.treeId, | ||
_props.isOver, _props.parentNode, _objectWithoutProperties(_props, [ "scaffoldBlockPxWidth", "toggleChildrenVisibility", "connectDragPreview", "connectDragSource", "isDragging", "canDrop", "canDrag", "node", "title", "draggedNode", "path", "treeIndex", "isSearchMatch", "isSearchFocus", "icons", "buttons", "className", "style", "didDrop", "lowerSiblingCounts", "listIndex", "swapFrom", "swapLength", "swapDepth", "treeId", "isOver", "parentNode" ])), nodeTitle = title || node.title, isDraggedDescendant = draggedNode && isDescendant(draggedNode, node), isLandingPadActive = !didDrop && isDragging, scaffold = []; | ||
lowerSiblingCounts.forEach(function(lowerSiblingCount, i) { | ||
@@ -562,2 +562,3 @@ if (scaffold.push(_react2.default.createElement("div", { | ||
treeIndex: _propTypes2.default.number.isRequired, | ||
treeId: _propTypes2.default.string.isRequired, | ||
// Drag and drop API functions | ||
@@ -723,3 +724,3 @@ // Drag source | ||
_props.lowerSiblingCounts), connectDropTarget = _props.connectDropTarget, isOver = _props.isOver, draggedNode = _props.draggedNode, canDrop = _props.canDrop, otherProps = (_props.treeIndex, | ||
_props.getPrevRow, _props.node, _props.path, _objectWithoutProperties(_props, [ "children", "listIndex", "swapFrom", "swapLength", "swapDepth", "scaffoldBlockPxWidth", "lowerSiblingCounts", "connectDropTarget", "isOver", "draggedNode", "canDrop", "treeIndex", "getPrevRow", "node", "path" ])); | ||
_props.treeId, _props.getPrevRow, _props.node, _props.path, _objectWithoutProperties(_props, [ "children", "listIndex", "swapFrom", "swapLength", "swapDepth", "scaffoldBlockPxWidth", "lowerSiblingCounts", "connectDropTarget", "isOver", "draggedNode", "canDrop", "treeIndex", "treeId", "getPrevRow", "node", "path" ])); | ||
return connectDropTarget(_react2.default.createElement("div", _extends({}, otherProps, { | ||
@@ -750,2 +751,3 @@ className: _treeNodeRenderer2.default.node | ||
treeIndex: _propTypes2.default.number.isRequired, | ||
treeId: _propTypes2.default.string.isRequired, | ||
swapFrom: _propTypes2.default.number, | ||
@@ -752,0 +754,0 @@ swapDepth: _propTypes2.default.number, |
{ | ||
"name": "react-sortable-tree-theme-file-explorer", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "File explorer theme for react-sortable-tree", | ||
@@ -50,3 +50,3 @@ "scripts": { | ||
"react-dnd-scrollzone": "^4.0.0", | ||
"react-virtualized": "^9.12.0" | ||
"react-virtualized": "^9.13.0" | ||
}, | ||
@@ -69,11 +69,11 @@ "peerDependencies": { | ||
"css-loader": "^0.28.7", | ||
"enzyme": "^3.1.0", | ||
"enzyme-adapter-react-16": "^1.0.1", | ||
"eslint": "^4.10.0", | ||
"enzyme": "^3.2.0", | ||
"enzyme-adapter-react-16": "^1.1.0", | ||
"eslint": "^4.12.0", | ||
"eslint-config-airbnb": "^16.0.0", | ||
"eslint-config-prettier": "^2.7.0", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-loader": "^1.9.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.2", | ||
"eslint-plugin-react": "^7.4.0", | ||
"eslint-plugin-react": "^7.5.1", | ||
"file-loader": "^1.1.5", | ||
@@ -85,13 +85,13 @@ "html-webpack-plugin": "^2.30.1", | ||
"json-loader": "^0.5.4", | ||
"node-sass": "^4.0.0", | ||
"postcss-loader": "^2.0.7", | ||
"prettier": "^1.7.4", | ||
"react": "^16.0.0", | ||
"node-sass": "^4.7.2", | ||
"postcss-loader": "^2.0.9", | ||
"prettier": "^1.8.2", | ||
"react": "^16.1.1", | ||
"react-addons-shallow-compare": "^15.6.2", | ||
"react-dnd-test-backend": "^2.5.4", | ||
"react-dnd-touch-backend": "^0.3.15", | ||
"react-dom": "^16.0.0", | ||
"react-hot-loader": "^3.0.0", | ||
"react-sortable-tree": "^1.5.0", | ||
"react-test-renderer": "^16.0.0", | ||
"react-dnd-touch-backend": "^0.3.17", | ||
"react-dom": "^16.1.1", | ||
"react-hot-loader": "^3.1.3", | ||
"react-sortable-tree": "^1.5.2", | ||
"react-test-renderer": "^16.1.1", | ||
"rimraf": "^2.6.2", | ||
@@ -101,3 +101,3 @@ "sass-loader": "^6.0.6", | ||
"webpack": "^3.7.1", | ||
"webpack-dev-server": "^2.9.3", | ||
"webpack-dev-server": "^2.9.5", | ||
"webpack-node-externals": "^1.6.0" | ||
@@ -104,0 +104,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56842
825
Updatedreact-virtualized@^9.13.0