tag:github.com,2008:https://github.com/tkh44/react-virtualized/releases Tags from react-virtualized 2016-09-21T16:44:31Z tag:github.com,2008:Repository/69029575/8.0.7 2016-09-21T16:44:31Z 8.0.7 <p>Fixed a small `Table` alignment issue due to conflicting `padding-rig…</p> <p>…ht` and `width: 100%` value.</p> <p>Also fixed an edge-case horiztonal scrollbar that was appearing for some tables.</p> bvaughn tag:github.com,2008:Repository/69029575/8.0.5 2016-09-19T23:39:34Z 8.0.5 <p>`Grid` notifies `onScroll` callback if `scrollLeft` or `scrollTop` ha…</p> <p>…ve changed in response to prop changes (including `scrollToColumn` or `scrollToRow`).</p> bvaughn tag:github.com,2008:Repository/69029575/8.0.4 2016-09-19T18:21:07Z 8.0.4 <p>Fixed a small regression in the `Table` component that caused a horiz…</p> <p>…ontal scrollbar to appear.</p> bvaughn tag:github.com,2008:Repository/69029575/8.0.3 2016-09-19T15:13:18Z 8.0.3: Removed unnecessary `react-router` dependency. <p>Removed unnecessary `react-router` dependency.</p> <p>(This was accidentally added as to `dependencies` when it should have been in `devDependencies`).</p> bvaughn tag:github.com,2008:Repository/69029575/8.0.2 2016-09-18T22:16:56Z 8.0.2 <p>Improved fix for regression with scaled `Grid`s that caused position …</p> <p>…offsets to be incorrect while scrolling.</p> bvaughn tag:github.com,2008:Repository/69029575/8.0.1 2016-09-18T21:54:30Z 8.0.1 <p>Fixed regression with scaled `Grid`s that caused position offsets to …</p> <p>…be incorrect while scrolling.</p> bvaughn tag:github.com,2008:Repository/69029575/8.0.0 2016-09-18T19:40:43Z 8.0.0 <p>Version 8 changes are described in detail on the Version 8 Roadmap he…</p> <p>…re: <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/issues/386">bvaughn#386</a></p> <p>Upgrade instructions and jscodeshift mods can be found here: <a href="https://github.com/bvaughn/react-virtualized/blob/master/docs/upgrades/Version8.md">https://github.com/bvaughn/react-virtualized/blob/master/docs/upgrades/Version8.md</a></p> bvaughn tag:github.com,2008:Repository/69029575/7.24.3 2016-09-15T02:27:29Z 7.24.3 <p>ES module build (_jsnext:main_ target) updated to depend on Babel's `…</p> <p>…transform-runtime` rather than referencing global `babelHelpers`.</p> <p>This should fix support within projects like `react-boilerplate`.</p> bvaughn tag:github.com,2008:Repository/69029575/7.24.2 2016-09-15T01:15:55Z 7.24.2 <p>`Grid` and `Collection` now set `pointer-events: ''` (instead of _aut…</p> <p>…o_) after scrolling has stopped to avoid overriding parents who may have specified `pointer-events: 'none'`.</p> bvaughn tag:github.com,2008:Repository/69029575/7.24.1 2016-09-14T03:29:37Z 7.24.1: Refactored `AutoSizer` slightly to add support for `react-lite`. <p>Refactored `AutoSizer` slightly to add support for `react-lite`.</p> <p>Note that if you intend to use the UMD build of `react-lite` the following lines are required before `react-virtualized` is loaded: <br />```js <br />React.addons = { <br /> shallowCompare (context, nextProps, nextState) { <br /> return React.PureComponent.prototype.shouldComponentUpdate(nextProps, nextState) <br /> } <br />}; <br />ReactDOM = React; <br />```</p> bvaughn