tag:github.com,2008:https://github.com/tkh44/react-virtualized/releasesTags from react-virtualized2016-09-21T16:44:31Ztag:github.com,2008:Repository/69029575/8.0.72016-09-21T16:44:31Z8.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>bvaughntag:github.com,2008:Repository/69029575/8.0.52016-09-19T23:39:34Z8.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>bvaughntag:github.com,2008:Repository/69029575/8.0.42016-09-19T18:21:07Z8.0.4<p>Fixed a small regression in the `Table` component that caused a horiz…</p>
<p>…ontal scrollbar to appear.</p>bvaughntag:github.com,2008:Repository/69029575/8.0.32016-09-19T15:13:18Z8.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>bvaughntag:github.com,2008:Repository/69029575/8.0.22016-09-18T22:16:56Z8.0.2<p>Improved fix for regression with scaled `Grid`s that caused position …</p>
<p>…offsets to be incorrect while scrolling.</p>bvaughntag:github.com,2008:Repository/69029575/8.0.12016-09-18T21:54:30Z8.0.1<p>Fixed regression with scaled `Grid`s that caused position offsets to …</p>
<p>…be incorrect while scrolling.</p>bvaughntag:github.com,2008:Repository/69029575/8.0.02016-09-18T19:40:43Z8.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>bvaughntag:github.com,2008:Repository/69029575/7.24.32016-09-15T02:27:29Z7.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>bvaughntag:github.com,2008:Repository/69029575/7.24.22016-09-15T01:15:55Z7.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>bvaughntag:github.com,2008:Repository/69029575/7.24.12016-09-14T03:29:37Z7.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