Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-virtualized

We are on a mission to Make React applications more efficient on web and mobile by not rendering unnecessary data.
Collective - Host: opensource - https://opencollective.com/react-virtualized - Code: https://github.com/bvaughn/react-virtualized

Copied Flow+Lint+Prettier config from reactjs.org repo; pre-commit hook was super annoying

github.com/bvaughn/react-virtualized - de54f93c9c338b014a5c541daca700230bb57175 authored about 7 years ago by Brian Vaughn <[email protected]>
Added 9.11.0 CHANGELOG

github.com/bvaughn/react-virtualized - b6443a9698b409332adbfe5472e6b16008052fb2 authored about 7 years ago by Brian Vaughn <[email protected]>
Updated packgae.json for 9.11.0

github.com/bvaughn/react-virtualized - d44cf30c2563e88de41d3010f258fb05bac8b4e8 authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed lint error

github.com/bvaughn/react-virtualized - 3d1f9683fa17ba9213d2a9edf2f53076b5358ff3 authored about 7 years ago by Brian Vaughn <[email protected]>
Updated demo site to use react@16

github.com/bvaughn/react-virtualized - c40b7592b61064bbb3e8bd175f17072444041e9e authored about 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #820 from mcordova47/multigrid-scroll-to-nan

MultiGrid crashes when decreasing rowCount or columnCount

github.com/bvaughn/react-virtualized - 20da77d7b822e1025614d09fe482e7e74960c73e authored about 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #824 from silvenon/patch-1

InfiniteLoader is not a HOC

github.com/bvaughn/react-virtualized - 06faa30f8bfba0b739ca2ac69d1b71f5aecfd36d authored about 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #825 from bvaughn/scrollToFix

Fix scrollTo issue

github.com/bvaughn/react-virtualized - b892b5c1c190fac44bac632172593145828b9763 authored about 7 years ago by Brian Vaughn <[email protected]>
Column defaultSortDirection prop rename/fix

github.com/bvaughn/react-virtualized - 6cac6be834b65a8aa689798a404e2387e4aaf69e authored about 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #833 from naytev/master

Adding in the defaultSortOrder for the column. Currently only SortDirection.ASC is the uneditabl...

github.com/bvaughn/react-virtualized - 0cd66fef9a801429cdc4594f4e8d3fa919ba6481 authored about 7 years ago by Brian Vaughn <[email protected]>
Adding in the defaultSortOrder for the column. This will allow users to specify which order the column will be on their first click of the column. The sort order will be reverse normally after that.

github.com/bvaughn/react-virtualized - 81e2edf547b3c97f85bf3d7d5ab1a2c7cc683dd7 authored about 7 years ago by Michael Seid <[email protected]>
Fix scrollTo issue

github.com/bvaughn/react-virtualized - 7344c9077b25e1a5b1d3ff1f69d78f1ae493d5ed authored about 7 years ago by Bogdan Chadkin <[email protected]>
InfiniteLoader is not a HOC

github.com/bvaughn/react-virtualized - 7df26c10cd8f0e7d40e05f345105dc3e0904cf90 authored about 7 years ago by Matija Marohnić <[email protected]>
Fix formatting

github.com/bvaughn/react-virtualized - bfc758a32c4b59ed73d0d2158c16dcc0d67b1051 authored about 7 years ago by mcordova47 <[email protected]>
Add default values for scrollToRow/scrollToColumn

github.com/bvaughn/react-virtualized - ed817b975d845e8f19574b934c8257ed887232bb authored about 7 years ago by Marc Cordova <[email protected]>
Add failing test cases

github.com/bvaughn/react-virtualized - 881b98105da0102ecf2b8d0d9def0f25c77add97 authored about 7 years ago by Marc Cordova <[email protected]>
Merge pull request #818 from kalley/fix-tabindex

Make Grid.props.tabIndex: ?number

github.com/bvaughn/react-virtualized - 838b5b541116d1be3cf66cfb6b38a76bfe6c7759 authored about 7 years ago by Brian Vaughn <[email protected]>
Fix formatting...oof

github.com/bvaughn/react-virtualized - 019e908121b939202263523dfb4c41b366ef8857 authored about 7 years ago by Kalley Powell <[email protected]>
Use a maybe number instead of number or null

github.com/bvaughn/react-virtualized - d6704d685dce133449516516b4ff12cd52b75953 authored about 7 years ago by Kalley Powell <[email protected]>
Merge pull request #814 from athomann/containerProps

Add containerProps to Grid docs table

github.com/bvaughn/react-virtualized - 03f3f1fdedc2b838851796f0ef966ab28652684d authored over 7 years ago by Brian Vaughn <[email protected]>
Fixed typo in CHANGELOG

github.com/bvaughn/react-virtualized - 8acf096c345774b3bf7146e243cef63ef9bad664 authored over 7 years ago by Brian Vaughn <[email protected]>
Make Grid.props.tabIndex number | null

github.com/bvaughn/react-virtualized - 9e5bb1a4a77a9ae8720b4f475744ec7ba8a8313a authored over 7 years ago by Kalley Powell <[email protected]>
Add containerProps to Grid docs table

github.com/bvaughn/react-virtualized - 92e32323d95653a8212dca81e164ff73edb7eb7e authored over 7 years ago by Adam Thomann <[email protected]>
Fix requestAnimationFrame case for SSR

github.com/bvaughn/react-virtualized - 9c780c9c65e37f611572c2675ba2be07100d0a1a authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #813 from bvaughn/grid-default-props

Fix Grid.defaultProps

github.com/bvaughn/react-virtualized - 003400dc464cc2a9a1befa685ae0b10a51d7644b authored over 7 years ago by Brian Vaughn <[email protected]>
Fix Grid.defaultProps

github.com/bvaughn/react-virtualized - fc9f2b2914c48d20e05f71c5d55427dabfd6276d authored over 7 years ago by Bogdan Chadkin <[email protected]>
Bumping version to 9.10.0

github.com/bvaughn/react-virtualized - 7e4623c278e936dd3c24501e95e3bdfbcc8b3f0d authored over 7 years ago by Brian Vaughn <[email protected]>
Download badges link to npmcharts.com

github.com/bvaughn/react-virtualized - a3953ab87295d686e988710e2dfe3915a82849f8 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #798 from ReinAkane/fix-items-all-disappear-in-list-780

Scroll when container contracted to hide current scroll

github.com/bvaughn/react-virtualized - b7ae226bc56fc5dfa68dccab527de067c45e6cd9 authored over 7 years ago by Brian Vaughn <[email protected]>
Scroll when container contracted to hide current scroll

github.com/bvaughn/react-virtualized - 5d6b9eab8285c785a0526acf751e0ae4b38eba36 authored over 7 years ago by ReinAkane <[email protected]>
Merge pull request #796 from tcosentino/clear-all-counts

Clear row/column counts with CMC.ClearAll

github.com/bvaughn/react-virtualized - 6cf3e44a8aa024bce0c804b1baecfb70e494631c authored over 7 years ago by Brian Vaughn <[email protected]>
Add test for clearing row/column counts

github.com/bvaughn/react-virtualized - 8eac8634572de4f00177699b338e96f5d22c4aff authored over 7 years ago by Troy Cosentino <[email protected]>
Update CONTRIBUTING.md to mention Yarn

github.com/bvaughn/react-virtualized - ad6837f40df687f54fa7dd1c913b74498f3950a8 authored over 7 years ago by Brian Vaughn <[email protected]>
Clear row/column counts with CMC.ClearAll

github.com/bvaughn/react-virtualized - 05fdecfd299cd8c215c26800ec81372fc2720bd3 authored over 7 years ago by Troy Cosentino <[email protected]>
Ran prettier

github.com/bvaughn/react-virtualized - e93b3dcdcdbe78b19d7f6b7646fdd9624ee8e4ee authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #784 from cvpcasada/fix-wizard-not-working

Wizard demo: Add a key prop to CodeMirror that increments on state change

github.com/bvaughn/react-virtualized - 6e58496257f9603daf3f066763c8a3af2489937b authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #785 from tihuan/cell-measurer-cache-clear-add-default

cellMeasurerCache.clear() add 0 as default columnIndex

github.com/bvaughn/react-virtualized - 31af01ff34839ccc7a2aa1bd5166b8f7bacf6057 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #792 from ayc92/clarify_get_total_size_return_val

Make CellSizeAndPositionManager.getTotalSize() more explicit so it's easier to understand.

github.com/bvaughn/react-virtualized - b7db75dc9c4ec4886996a0634024551fa402319a authored over 7 years ago by Brian Vaughn <[email protected]>
Formatting nits

github.com/bvaughn/react-virtualized - 4d6555e1d2848dee7e14deb7342f016b3caec691 authored over 7 years ago by Brian Vaughn <[email protected]>
Make CellSizeAndPositionManager.getTotalSize() more explicit so it's easier to understand.

- The underlying logic is untouched.
- Adds intermediate variables so it's clear as to what the ...

github.com/bvaughn/react-virtualized - 8c092e4b754a58933817340ac7edc73fa7a94c46 authored over 7 years ago by Andrew Chen <[email protected]>
Merge pull request #788 from thevtm/master

Document ArrowKeyStepper's disabled property

github.com/bvaughn/react-virtualized - a961a0c8d360fb0d465780666939c0c5e26a9bb8 authored over 7 years ago by Brian Vaughn <[email protected]>
Document ArrowKeyStepper's disabled property

github.com/bvaughn/react-virtualized - c10bd006b3065619be590ee8cb4fb2ba961e5150 authored over 7 years ago by Vinícius Tabille Manjabosco <[email protected]>
cellMeasurerCache.clear() add 0 as default columnIndex

github.com/bvaughn/react-virtualized - 7d42d6893266aedc5ce7c5fa55faf927420b128a authored over 7 years ago by Timmy Huang <[email protected]>
State assignment not needed on setState()

github.com/bvaughn/react-virtualized - 1f61ba96567ad451c19b1e2999ec71f58dc015d7 authored over 7 years ago by Cyrus Venn Casada <[email protected]>
Added key to CodeMirror that increments on state change

github.com/bvaughn/react-virtualized - 0e2666b9ede5ed034a283c94c88c099b931cfc9e authored over 7 years ago by Cyrus Venn Casada <[email protected]>
Merge pull request #778 from implausible/feature/enable-on-wheel

add onWheel prop

github.com/bvaughn/react-virtualized - 9f3e81d84136fc5f05d397ac7506e9b489d4ee62 authored over 7 years ago by Brian Vaughn <[email protected]>
Newly-added raf-based timeouts now fall back to setTimeout for older browsers (eg IE9)

github.com/bvaughn/react-virtualized - f3beee04ff010c699bbcf6b857984652a173182c authored over 7 years ago by Brian Vaughn <[email protected]>
Merge remote-tracking branch 'guilhermefloriani/master'

github.com/bvaughn/react-virtualized - 741b156193b7ed0b1fc151fda307735b523ec1ba authored over 7 years ago by Brian Vaughn <[email protected]>
Expose unfiltered rest prop for grid

github.com/bvaughn/react-virtualized - 437bd5fa2486902377a516ae3ab95e1594b9ec2d authored over 7 years ago by Tyler Wanek <[email protected]>
add onWheel prop

github.com/bvaughn/react-virtualized - 86f1d570ebfed92bc9db0505a99fa3a07bdc6ab9 authored over 7 years ago by Tyler Wanek <[email protected]>
Merge pull request #777 from jhhayashi/multigrid-classname

Add ability to pass classNames to MultiGrid Grids

github.com/bvaughn/react-virtualized - b5f442379d7cd9de33ed09f9f8cf50dad4baeb3d authored over 7 years ago by Brian Vaughn <[email protected]>
Add ability to pass classNames to MultiGrid Grids

github.com/bvaughn/react-virtualized - a138d7f701d512a9acc7262cdb78621734e1a4ab authored over 7 years ago by Jordan Hayashi <[email protected]>
Merge pull request #775 from mattmilburn/cellmeasurer-docs

Update CellMeasurer docs

github.com/bvaughn/react-virtualized - e0496d63ea0fd3d4b34e8d231c078fd722bc096e authored over 7 years ago by Brian Vaughn <[email protected]>
Wordsmithing nits

github.com/bvaughn/react-virtualized - a9fb3de3dc920bb831eb6ac4554e62e89e193256 authored over 7 years ago by Brian Vaughn <[email protected]>
Update CellMeasurer docs

github.com/bvaughn/react-virtualized - 123ec0ebe84cd49a369369ce0a5c3613be3fe0ea authored over 7 years ago by Matt Milburn <[email protected]>
Merge pull request #774 from Flamefork/patch-1

Update Grid documentation

github.com/bvaughn/react-virtualized - 032f548af3c36ea1df75ca6614d889da5310461f authored over 7 years ago by Brian Vaughn <[email protected]>
Update Grid documentation

Suggest specifying estimated[Column|Row]Size when using function as columnWidth|rowHeight

github.com/bvaughn/react-virtualized - e4225161a4fd1a82b6388b37a8294a1bab5a01af authored over 7 years ago by Ilia Ablamonov <[email protected]>
Merge branch 'master' of https://github.com/bvaughn/react-virtualized

github.com/bvaughn/react-virtualized - c2e1d93ad95666fca7caf23866d18f636c6c3609 authored over 7 years ago by guilhermefloriani <[email protected]>
Fixing pretty warnings and use just named imports for requestAnimationTimeout.

github.com/bvaughn/react-virtualized - cf2f8d09b440442b09691478169e4b4389f7f9b7 authored over 7 years ago by guilhermefloriani <[email protected]>
Encapsulates scroll end debouncing into a timeout function relying on requestAnimationFrame

This update also replaces setTimeout/clearTimeout in the WindowScroller component with the reque...

github.com/bvaughn/react-virtualized - 477ac94c6a6d3ad5fe3ff363ddde3a0904cd5cca authored over 7 years ago by Jared Lunde <[email protected]>
Improve Table sort demo by storing sorted list in state. (This is a better example than sorting in the render function.)

github.com/bvaughn/react-virtualized - b0fb959cf2614a5f70e031551076514e45287ae9 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' of https://github.com/bvaughn/react-virtualized

github.com/bvaughn/react-virtualized - a67e150896b8a1c519d150ec894a5adaf537e1db authored over 7 years ago by guilhermefloriani <[email protected]>
Use cancelAnimationFrame instead of clearTimeOut on componentWillUnmount.

github.com/bvaughn/react-virtualized - d782956d20c6151a2e2f277076a5f17d38340659 authored over 7 years ago by guilhermefloriani <[email protected]>
Merge pull request #768 from jondubin/patch-1

Update WindowScroller documentation

github.com/bvaughn/react-virtualized - d459cef40e774f611afeba1dad0e3fc1bfae6d66 authored over 7 years ago by Brian Vaughn <[email protected]>
Update WindowScroller documentation

The function WindowScroller takes in as a function will also pass `width` as a prop, but the doc...

github.com/bvaughn/react-virtualized - 497e2a1942529560681d65a9ef9f5e9c9c9a49ba authored over 7 years ago by Jonathan Dubin <[email protected]>
Merge pull request #765 from bvaughn/CellMeasurer-fix-for-List-and-Table

Fixed compat with CellMeasurer and List/Table

github.com/bvaughn/react-virtualized - 284b06712e7085c87e05c09cc6d3b8f460c46c8a authored over 7 years ago by Brian Vaughn <[email protected]>
Fixed compat with CellMeasurer and List/Table

github.com/bvaughn/react-virtualized - 28b9d3192cff7909d8f545a17af6b579f92b7807 authored over 7 years ago by Brian Vaughn <[email protected]>
Updating demo site to React 16 beta

github.com/bvaughn/react-virtualized - 0195c825bbcb0150f6b38db01be51a06d7aef557 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #758 from bvaughn/type-composition

Prefer type composition and reusing over common types

github.com/bvaughn/react-virtualized - 44fa6994f60479baacdb89fcb418184c1feb093a authored over 7 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #760 from bvaughn/deps

Add and bump deps

github.com/bvaughn/react-virtualized - 179862c06ae915799369dd1193101472af40459c authored over 7 years ago by Brian Vaughn <[email protected]>
Updated redbox-react to ^1.4.3 to include React.PropTypes fix. Also added pre-commit package to dev deps since it was missing.

github.com/bvaughn/react-virtualized - 40d8f6741d96b04e72c6208c17576599cb3bf91b authored over 7 years ago by Brian Vaughn <[email protected]>
Prefer type composition and reusing over common types

github.com/bvaughn/react-virtualized - 405dc3d28d6aeabfb3805045091299e711b140b3 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #757 from bvaughn/arrow-key-stepper-types

Cover ArrowKeyStepper hoc with types

github.com/bvaughn/react-virtualized - c880477cb9ad82fd7e30fd8edf4453cde98d7300 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Cover ArrowKeyStepper hoc with types

github.com/bvaughn/react-virtualized - d1d3e28d78573737e2c19ecc3342505c4437f59b authored over 7 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #754 from bvaughn/auto-sizer-types

Cover AutoSizer component and its example with types

github.com/bvaughn/react-virtualized - 26e25442094cb484c134ce2201636407e81906aa authored over 7 years ago by Bogdan Chadkin <[email protected]>
Add lint-staged and husky

github.com/bvaughn/react-virtualized - fce3cc7ecad0536f54de066b446197b7b4d58097 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Cover AutoSizer component and its example with types

github.com/bvaughn/react-virtualized - d2060f1419e09eb567054623a5edf67a1b4e0833 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Cover List component with types (#753)

Cover List component with types

github.com/bvaughn/react-virtualized - 47fd3fa9e67bf00ae93ec37914cdf8c28ba3c95a authored over 7 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #752 from bvaughn/remove-babel-typecheck

Remove babel-plugin-typecheck to fix flow bindings error

github.com/bvaughn/react-virtualized - bbb180eb1fe6ca16153b8b81a448f7617d09ab81 authored over 7 years ago by Brian Vaughn <[email protected]>
Remove babel-plugin-typecheck to fix flow bindings error

github.com/bvaughn/react-virtualized - f0ac5f1155f1516ff4e81483329df6734f022e24 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #751 from Sunyang730/patch-1

Update Column.js

github.com/bvaughn/react-virtualized - 927811d666183bf6eb92b8b12a7768ad07ed5673 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Update Column.js

Typo

github.com/bvaughn/react-virtualized - bc26da9ac9bd33f3d2b0fabd582745f7d670e7e1 authored over 7 years ago by Dennis Yang <[email protected]>
Merge pull request #749 from bvaughn/fix-build

Upgrade babel dependencies and fix build

github.com/bvaughn/react-virtualized - afdb65aaeaa87bf2d2aa179a91fe09a568933e9e authored over 7 years ago by Brian Vaughn <[email protected]>
Upgrade babel dependencies and fix build

github.com/bvaughn/react-virtualized - 7a857d35a204455451b3b750098646b135ab3f55 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Avoid allocating one function for each scroll ended callback.

github.com/bvaughn/react-virtualized - 3264b83688b75a56b94c10de700448255178b23b authored over 7 years ago by guilhermefloriani <[email protected]>
Merge pull request #748 from CptLemming/support-column-subclasses

Add support to Table to allow components that extend Column

github.com/bvaughn/react-virtualized - 8bc2fa49445618ac95c86140a3951c57f5d4a0d7 authored over 7 years ago by Brian Vaughn <[email protected]>
Added containerRole to Grid docs

github.com/bvaughn/react-virtualized - 00f39036fe312ede4b49467c3ca49893b259db69 authored over 7 years ago by Brian Vaughn <[email protected]>
Merged master, resolved conflicts

github.com/bvaughn/react-virtualized - 4f6f3d1be911551e4f15e076cc6d40835feef069 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #743 from TrySound/grid-types

Cover Grid component with types

github.com/bvaughn/react-virtualized - ec0bd805700d36b763275793554f30c015659c54 authored over 7 years ago by Bogdan Chadkin <[email protected]>
Add support to Table to allow components that extend Column

github.com/bvaughn/react-virtualized - f8e2a88bf33f91b2f8932c10a10e335f762e945e authored over 7 years ago by Ashley Wilson <[email protected]>
Add containerRole and aria-readonly props

github.com/bvaughn/react-virtualized - c36da4bc415de6eda4d51a1b55f76ec44752ad04 authored over 7 years ago by Clay Miller <[email protected]>
Cover Grid component with types

github.com/bvaughn/react-virtualized - 3f2540ea1b696cdeb30ab86406b49e1374994a4e authored over 7 years ago by Bogdan Chadkin <[email protected]>
Avoid use a chain lookup

github.com/bvaughn/react-virtualized - 089af39b4e664f874e22d822bf08f2a94fd31537 authored over 7 years ago by guilhermefloriani <[email protected]>
Merge branch 'master' of https://github.com/guilhermefloriani/react-virtualized

github.com/bvaughn/react-virtualized - 14678f889e2cda198536faf8c2daf185928e4790 authored over 7 years ago by guilhermefloriani <[email protected]>
Fixing tests after start to using requestAnimationFrame and cancelAnimationFrame.

setTimout with zero delay was used in Masonry test to wait tasks of requestAnimationFrame finish ...

github.com/bvaughn/react-virtualized - a706712e27ca053b4c76839c355babf944a4f9b5 authored over 7 years ago by guilhermefloriani <[email protected]>
Using requestAnimationFrame instead of setTimeout to ensure that the debounce scroll callback will be executed in the expected time.

github.com/bvaughn/react-virtualized - aa4bcfdcd06ab8e69735acd1af268e81428b3fd1 authored over 7 years ago by guilhermefloriani <[email protected]>