react-virtual-kanban
Advanced tools
Comparing version 0.0.8 to 0.0.9
Changelog | ||
--------- | ||
### 0.0.9 | ||
Updated PropTypes for List decorator. Also pass `rows` prop. | ||
### 0.0.8 | ||
@@ -5,0 +8,0 @@ Pass `containerWidth` for preview components |
@@ -39,2 +39,4 @@ 'use strict'; | ||
var _propTypes = require('../../propTypes'); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -74,3 +76,4 @@ | ||
listId = _props.listId, | ||
style = _props.style, | ||
rows = _props.rows, | ||
listStyle = _props.listStyle, | ||
connectDragSource = _props.connectDragSource, | ||
@@ -89,3 +92,3 @@ connectDropTarget = _props.connectDropTarget, | ||
'div', | ||
{ className: 'ListWrapper', style: style }, | ||
{ className: 'ListWrapper', style: listStyle }, | ||
_react2.default.createElement( | ||
@@ -101,3 +104,6 @@ 'div', | ||
'List ', | ||
listId | ||
listId, | ||
' (', | ||
rows.length, | ||
')' | ||
) | ||
@@ -104,0 +110,0 @@ )), |
@@ -183,2 +183,3 @@ 'use strict'; | ||
listIndex = _props.listIndex, | ||
rows = _props.rows, | ||
DecoratedList = _props.listComponent, | ||
@@ -196,3 +197,4 @@ isDragging = _props.isDragging, | ||
listIndex: listIndex, | ||
style: listStyle, | ||
rows: rows, | ||
listStyle: listStyle, | ||
isDragging: isDragging, | ||
@@ -199,0 +201,0 @@ connectDragSource: connectDragSource, |
{ | ||
"name": "react-virtual-kanban", | ||
"description": "A Kanban component in React", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "Eduardo Lanchares <eduardo@elanchares.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://edulan.github.io/react-virtual-kanban/", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2273176
13376