From ccd8ae1322479d9ac07404409e75e3094591147f Mon Sep 17 00:00:00 2001 From: Wei-Wei Wu Date: Sun, 24 Jun 2018 19:26:47 -0700 Subject: [PATCH] update changelog for 9.20.0 release --- CHANGELOG.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 955ad9c20..5cccc001e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,35 @@ Changelog ------------ +##### 9.20.0 + +* 🎉 Code of Conduct and updated Issue/PR templates. ([aem](https://github.com/aem) - [#1052](https://github.com/bvaughn/react-virtualized/pull/1052)) +* 🐛 Make scrollTo{Column,Row} take precedence over scroll{Left,Top}. ([wuweiweiwu](https://github.com/wuweiweiwu) - [#1130](https://github.com/bvaughn/react-virtualized/pull/1130)) +* 🐛 No `setState(null)`. ([wuweiweiwu](https://github.com/wuweiweiwu) - [#1129](https://github.com/bvaughn/react-virtualized/pull/1129)) +* 🎉 New `isScrollingOptOut` prop for `Grid` that prevents re-rendering on scroll-end. ([wuweiweiwu](https://github.com/wuweiweiwu) - [#1131](https://github.com/bvaughn/react-virtualized/pull/1131)) +* 🐛 Updated npm badge link. ([SpainTrain](https://github.com/SpainTrain) - [#1146](https://github.com/bvaughn/react-virtualized/pull/1146)) + ##### 9.19.1 -* Updated [react-lifecycles-compat](https://github.com/reactjs/react-lifecycles-compat) to 3.0.4. ([pigcan](https://github.com/pigcan)) - [#1114](https://github.com/bvaughn/react-virtualized/pull/1114) +* Updated [react-lifecycles-compat](https://github.com/reactjs/react-lifecycles-compat) to 3.0.4. ([pigcan](https://github.com/pigcan) - [#1114](https://github.com/bvaughn/react-virtualized/pull/1114)) ##### 9.19.0 * Replaced `componentWillMount`, `componentWillReceiveProps`, and `componentWillUpdate` with async-safe lifecycles in advance of React 16.x deprecation warnings. Added [react-lifecycles-compat](https://github.com/reactjs/react-lifecycles-compat) as a dependency, to ensure backwards compatibility. -* Public flow interface for `CellMeasurer`. ([diogofcunha](https://github.com/diogofcunha)) - [#1058](https://github.com/bvaughn/react-virtualized/pull/1058) -* Improved build by setting `sideEffects` to `false`. ([0xR](https://github.com/0xR)) - [#1064](https://github.com/bvaughn/react-virtualized/pull/1064) -* 🐛 Fix flow type checks. ([RyanLiu0235](https://github.com/RyanLiu0235)) - [#1066](https://github.com/bvaughn/react-virtualized/pull/1066) -* Rollup for UMD build. ([TrySound](https://github.com/TrySound)) - [#994](https://github.com/bvaughn/react-virtualized/pull/994) -* Row direction support for `Masonry` ([bardiarastin](https://github.com/bardiarastin)) - [#1071](https://github.com/bvaughn/react-virtualized/pull/1071) -* Add lint-staged and precommit hooks ([TrySound](https://github.com/TrySound)) - [#1082](https://github.com/bvaughn/react-virtualized/pull/1082) -* Add `scrollToRow` and `scrollToColumn` support for ssr. ([microcood](https://github.com/microcood)) - [#1072](https://github.com/bvaughn/react-virtualized/pull/1072) -* Add `getTotalRowsHeight` and `getTotalColumnsWidth` to `Grid`. ([nihgwu](https://github.com/nihgwu)) - [#1022](https://github.com/bvaughn/react-virtualized/pull/1022) -* Allow top-right and bottom-left scrollbars in `MultiGrid` be hidden. ([RaviDasari](https://github.com/RaviDasari)) - [#1040](https://github.com/bvaughn/react-virtualized/pull/1040) +* Public flow interface for `CellMeasurer`. ([diogofcunha](https://github.com/diogofcunha) - [#1058](https://github.com/bvaughn/react-virtualized/pull/1058)) +* Improved build by setting `sideEffects` to `false`. ([0xR](https://github.com/0xR) - [#1064](https://github.com/bvaughn/react-virtualized/pull/1064)) +* 🐛 Fix flow type checks. ([RyanLiu0235](https://github.com/RyanLiu0235) - [#1066](https://github.com/bvaughn/react-virtualized/pull/1066)) +* Rollup for UMD build. ([TrySound](https://github.com/TrySound) - [#994](https://github.com/bvaughn/react-virtualized/pull/994)) +* Row direction support for `Masonry` ([bardiarastin](https://github.com/bardiarastin) - [#1071](https://github.com/bvaughn/react-virtualized/pull/1071)) +* Add lint-staged and precommit hooks ([TrySound](https://github.com/TrySound) - [#1082](https://github.com/bvaughn/react-virtualized/pull/1082)) +* Add `scrollToRow` and `scrollToColumn` support for ssr. ([microcood](https://github.com/microcood) - [#1072](https://github.com/bvaughn/react-virtualized/pull/1072)) +* Add `getTotalRowsHeight` and `getTotalColumnsWidth` to `Grid`. ([nihgwu](https://github.com/nihgwu) - [#1022](https://github.com/bvaughn/react-virtualized/pull/1022)) +* Allow top-right and bottom-left scrollbars in `MultiGrid` be hidden. ([RaviDasari](https://github.com/RaviDasari) - [#1040](https://github.com/bvaughn/react-virtualized/pull/1040)) * Documentation changes - * Added `forceUpdateGrid` documentation for `MultiGrid`. ([kartikluke](https://github.com/kartikluke)) - [#1079](https://github.com/bvaughn/react-virtualized/pull/1079) - * 🐛 Fixed typo in `Grid` docs. ([r-kot](https://github.com/r-kot)) - [#1092](https://github.com/bvaughn/react-virtualized/pull/1092) - * 🐛 Fixed typo in `Collection` docs. ([skipjack](https://github.com/skipjack)) - [#1050](https://github.com/bvaughn/react-virtualized/pull/1050) - * Added dynamically measured images example for `Masonry`. ([kirill-konshin](https://github.com/kirill-konshin)) - [#1081](https://github.com/bvaughn/react-virtualized/pull/1081) + * Added `forceUpdateGrid` documentation for `MultiGrid`. ([kartikluke](https://github.com/kartikluke) - [#1079](https://github.com/bvaughn/react-virtualized/pull/1079)) + * 🐛 Fixed typo in `Grid` docs. ([r-kot](https://github.com/r-kot) - [#1092](https://github.com/bvaughn/react-virtualized/pull/1092)) + * 🐛 Fixed typo in `Collection` docs. ([skipjack](https://github.com/skipjack) - [#1050](https://github.com/bvaughn/react-virtualized/pull/1050)) + * Added dynamically measured images example for `Masonry`. ([kirill-konshin](https://github.com/kirill-konshin) - [#1081](https://github.com/bvaughn/react-virtualized/pull/1081)) ##### 9.18.5