Skip to content

Commit 20b8b77

Browse files
committed
v0.6.0
1 parent a24c33e commit 20b8b77

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

dist/react-infinite-tree.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! react-infinite-tree v0.5.2 | (c) 2017 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
1+
/*! react-infinite-tree v0.6.0 | (c) 2017 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
22
exports["InfiniteTree"] =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache
@@ -102,6 +102,8 @@ exports["InfiniteTree"] =
102102
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_Object$getPrototypeO = Object.getPrototypeOf(_class2)).call.apply(_Object$getPrototypeO, [this].concat(args))), _this), _this.tree = null, _this.eventHandlers = {
103103
onClick: null,
104104
onDoubleClick: null,
105+
onKeyDown: null,
106+
onKeyUp: null,
105107
onClusterWillChange: null,
106108
onClusterDidChange: null,
107109
onContentWillUpdate: null,

dist/react-infinite-tree.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/bundle.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21356,6 +21356,8 @@
2135621356
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_Object$getPrototypeO = Object.getPrototypeOf(_class2)).call.apply(_Object$getPrototypeO, [this].concat(args))), _this), _this.tree = null, _this.eventHandlers = {
2135721357
onClick: null,
2135821358
onDoubleClick: null,
21359+
onKeyDown: null,
21360+
onKeyUp: null,
2135921361
onClusterWillChange: null,
2136021362
onClusterDidChange: null,
2136121363
onContentWillUpdate: null,

examples/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)