tag:github.com,2008:https://github.com/kidjp85/react-virtualized/releases Tags from react-virtualized 2017-06-13T03:52:33Z tag:github.com,2008:Repository/95754070/9.8.0 2017-06-13T03:52:33Z 9.8.0 <p>* 🎉 WindowScroller supports scrollToIndex prop. (<a class="user-mention notranslate" href="https://github.com/leoasis">@leoasis</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/643">bvaughn#643</a>)</p> <p>* 🎉 Allow ArrowKeyStepper to be used as a controlled component. (<a class="user-mention notranslate" href="https://github.com/mking-clari">@mking-clari</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/688">bvaughn#688</a>) <br />* 🎉New handleScroll method on Grid to better support custom scrollbars. (<a class="user-mention notranslate" href="https://github.com/5angel">@5angel</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/693">bvaughn#693</a>) <br />* 🐛 Added edge-case gaurd to WindowScroller to prevent calling setState when unmounted. (<a class="user-mention notranslate" href="https://github.com/liorbrauer">@liorbrauer</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/689">bvaughn#689</a>) <br />* 🐛 Fixed edge-case in Grid where setting an initial scroll-to offset with a height or width of 0 caused the scroll-to prop to be ignored when size later changed. (<a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/issues/691">bvaughn#691</a>)</p> tag:github.com,2008:Repository/95754070/9.7.6 2017-05-20T08:02:58Z 9.7.6 <p>✨ Better aria roles set for `Table` column cells and headers. (<a class="user-mention notranslate" href="https://github.com/jchen527">@jchen527</a></p> <p><a class="user-mention notranslate" href="https://github.com/jchen527"></a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/681">bvaughn#681</a>)</p> <p>🐛 `CellMeasurer` restores `width` and `height` `style` values after measuring to avoid edge-case layout bugs. (<a class="user-mention notranslate" href="https://github.com/marcelmokos">@marcelmokos</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/675">bvaughn#675</a>)</p> tag:github.com,2008:Repository/95754070/9.7.5 2017-05-08T05:23:35Z 9.7.5 <p>* ✨ Improved performance for CellMeasurerCache by removing some unnec…</p> <p>…essary computations for fixed-width/fixed-height use cases. (<a class="user-mention notranslate" href="https://github.com/RaviDasari">@RaviDasari</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/676">bvaughn#676</a>)</p> <p>* 🐛 MultiGrid ensures correct row/column indices are passed to CellMeasurerCache for top-right and bottom Grids. (<a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/issues/670">bvaughn#670</a>)</p> tag:github.com,2008:Repository/95754070/9.7.4 2017-04-29T18:03:53Z 9.7.4 <p>🎉 Add 'nonce' attribute to 'AutoSizer' for better Content Security Po…</p> <p>…licy compliance (<a href="https://www.w3.org/TR/2016/REC-CSP2-20161215/#script-src-the-nonce-attribute">https://www.w3.org/TR/2016/REC-CSP2-20161215/#script-src-the-nonce-attribute</a>). (<a class="user-mention notranslate" href="https://github.com/akihikodaki">@akihikodaki</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/663">bvaughn#663</a>)</p> <p>✨ 'Column' renderers now accept a 'columnIndex' parameter as well. This allows multiple 'Table' columns to more easily use 'CellMeasurer' to compute the min row height. (<a class="user-mention notranslate" href="https://github.com/bamaboy">@bamaboy</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/662">bvaughn#662</a>)</p> tag:github.com,2008:Repository/95754070/9.7.3 2017-04-12T05:49:07Z 9.7.3 <p>Clear cell and style cache when controlled-scroll mode Grid stops scr…</p> <p>…olling. <a class="user-mention notranslate" href="https://github.com/leoasis">@leoasis</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/649">bvaughn#649</a>)</p> tag:github.com,2008:Repository/95754070/9.7.2 2017-04-09T17:39:22Z 9.7.2 tag:github.com,2008:Repository/95754070/9.7.1 2017-04-09T05:34:25Z 9.7.1 <p>Added prop-types dependency to avoid deprecation warnings for React 1…</p> <p>…5.5+.</p> tag:github.com,2008:Repository/95754070/9.7.0 2017-04-06T03:22:20Z 9.7.0 <p>Added public animation-friendly API methods to Grid/List/Table for an…</p> <p>… alternative to props-based animating. (<a class="user-mention notranslate" href="https://github.com/imadha">@imadha</a> - <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/641">bvaughn#641</a>)</p> tag:github.com,2008:Repository/95754070/9.6.1 2017-04-05T19:54:20Z 9.6.1 tag:github.com,2008:Repository/95754070/9.6.0 2017-04-05T17:12:21Z 9.6.0 <p>* 🎉 WindowScroller and Grid now support horizontal window-scrolling v…</p> <p>…ia new autoWidth property. (<a class="user-mention notranslate" href="https://github.com/maxnowack">@maxnowack</a> - PR <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/pull/644">bvaughn#644</a>)</p> <p>* 🐛 Fixed a Content Security Policy (CSP) issue in an upstream dependency that impacted users of the Masonry component. For more information see issue <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/issues/640">bvaughn#640</a>. <br />* ✨ List and Table always overscan 1 row in the direction _not_ being scrolled to better support keyboard nativigation (via TAB and SHIFT+TAB). For more information see issue <a class="issue-link js-issue-link" href="https://github.com/bvaughn/react-virtualized/issues/625">bvaughn#625</a>. <br />* ✨ Grid no longer alters scroll direction for one axis (eg vertical) if a scroll event occurs for another axis (eg horizontal).</p>