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

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 - d534319503f826d956f72b9a84f528939cce0afb 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 - c20bf15025cd511eef64702ac5b2ae89a117194e authored over 7 years ago by guilhermefloriani <[email protected]>
Alpha sort nits

github.com/bvaughn/react-virtualized - 9ddd23706ca34d88c6dbb22b9f6bf6ac3d64d918 authored over 7 years ago by Brian Vaughn <[email protected]>
Added right-click event handler.

- test added
- docs modified

github.com/bvaughn/react-virtualized - c8c81b872da3eb29e36147385df4f7db8a1cb221 authored over 7 years ago by Damian Osipiuk <[email protected]>
Eslint checks for unused vars. (Also removed many of them.)

github.com/bvaughn/react-virtualized - 7fe58ca07c77c9a0cec83461ad8746e08fd4c605 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #740 from bvaughn/prettier

Replace standard with prettier+eslint

github.com/bvaughn/react-virtualized - c1594ff31307bf27890dbde97b0b48ba8d951665 authored over 7 years ago by Brian Vaughn <[email protected]>
Kicking off a new CI build

github.com/bvaughn/react-virtualized - f0379a3c49df241a8f678f58754efd9d473a7006 authored over 7 years ago by Brian Vaughn <[email protected]>
Trying to fix CircleCI+Yarn

github.com/bvaughn/react-virtualized - 03df5c30f9f14855922a07b40d824ccbd0a020d3 authored over 7 years ago by Brian Vaughn <[email protected]>
Trying to fix CircleCI+Yarn

github.com/bvaughn/react-virtualized - 508c9d033213a094836e9fd7cf9521561af03042 authored over 7 years ago by Brian Vaughn <[email protected]>
Trying to fix CircleCI+Yarn

github.com/bvaughn/react-virtualized - 0d9510aca24603f1eb8585198718dcecedcc7262 authored over 7 years ago by Brian Vaughn <[email protected]>
Stepped postcss down a bit to avoid a break from previous update

github.com/bvaughn/react-virtualized - f08cec1941993a10b0eaeda0f2bc72f7f735ef86 authored over 7 years ago by Brian Vaughn <[email protected]>
Added pre-commit hook for Flow+Prettier+Eslint

github.com/bvaughn/react-virtualized - 30c2aeb72db017aa2d5a5c490752e9aea41cebd2 authored over 7 years ago by Brian Vaughn <[email protected]>
Replace standard with Prettier and eslint

github.com/bvaughn/react-virtualized - 244781d9f4f1839cf56063f6efc4860b4e955539 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #737 from TrySound/cell-measurer-types

Cover CellMeasurer with types

github.com/bvaughn/react-virtualized - 14299b271ee3c52cdfe51df5140ae432766260ee authored over 7 years ago by Brian Vaughn <[email protected]>
Fix lint and flow errors

github.com/bvaughn/react-virtualized - ba05708fc73e841ad0d7a68b1aed56525825132a authored over 7 years ago by Bogdan Chadkin <[email protected]>
Prefer React.Element type

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

github.com/bvaughn/react-virtualized - acf0ec5b6e2574a2d0c09f2caf9c6b7b570ffa3a authored over 7 years ago by Bogdan Chadkin <[email protected]>
Merge pull request #731 from TrySound/typecheck

Add typecheking to test script

github.com/bvaughn/react-virtualized - 4eed12dc45d70e6897d2ae2aaba6c4cbcb57a7ac authored over 7 years ago by Brian Vaughn <[email protected]>
Add typecheking to test script

github.com/bvaughn/react-virtualized - 3add55f17237bd2db323a0284c20102c03045ead authored over 7 years ago by Bogdan Chadkin <[email protected]>
CHANGELOG/package bump

github.com/bvaughn/react-virtualized - c828cf2ab0cf35ff2cc7462af02c5269e352df1c authored over 7 years ago by Brian Vaughn <[email protected]>
fixed failing tests

github.com/bvaughn/react-virtualized - d8918705a1f217c751db25e0ff53616e27796a31 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge branch 'fix-wheel-sync' of https://github.com/nathanpower/react-virtualized into nathanpower-fix-wheel-sync

github.com/bvaughn/react-virtualized - 398edf9cabbf8efbd382a2394a6851de4838f940 authored over 7 years ago by Brian Vaughn <[email protected]>
Slight tidying up

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

github.com/bvaughn/react-virtualized - 86b11cec8157fb5f74c340c1ce470744cde983ca authored over 7 years ago by Brian Vaughn <[email protected]>
Enable fixed-row/col scrolling in demo

github.com/bvaughn/react-virtualized - 9fef07fe9251a66b3a8c879e390091149b62c96e authored over 7 years ago by Brian Vaughn <[email protected]>
MultiGrid fixed-column/row scroll action now takes scrollbar presence in the main Grid into account

github.com/bvaughn/react-virtualized - ccba272b6d8b163db38db1ca7bc2e2e45e2da5e9 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge branch 'scroll-fixed-sections' of https://github.com/danalloway/react-virtualized into danalloway-scroll-fixed-sections

github.com/bvaughn/react-virtualized - 55f23b9b801bddc106cba9852ad2845d1bf1b3a2 authored over 7 years ago by Brian Vaughn <[email protected]>
InfiniteLoader re-calculates the range of rows to load after its cache has been flushed based on the most recently-rendered indices

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

github.com/bvaughn/react-virtualized - b7e7cf7e0c7947a7cfd345d5e54451aed0fdfac6 authored over 7 years ago by Brian Vaughn <[email protected]>
Add scrollingResetTimeInterval to WindowScroller

github.com/bvaughn/react-virtualized - 1a6a8351f72bdef830062cd92e2e9bdeb4277a6f authored over 7 years ago by code <[email protected]>
Only cache styles if not scrolling AND offsets are not adjusted

github.com/bvaughn/react-virtualized - fe3a3cbf4a539222ac254fa0a32e87def5e7be5e authored over 7 years ago by nathan power <[email protected]>
Fix some typos in comments and test descriptions

github.com/bvaughn/react-virtualized - 8136a16cda37ac6e6ee86eab204dd05102e1e247 authored over 7 years ago by nathan power <[email protected]>
Add .vscode to .gitignore

github.com/bvaughn/react-virtualized - 2268b61190a8551ca93fd57ed45de178bb5539f3 authored over 7 years ago by nathan power <[email protected]>
Make CircleCI use Yarn

github.com/bvaughn/react-virtualized - 0e4837083f00bdb0e322ed492bfcf029414fc52a authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #716 from lagun4ik/fix-masonry-lexical-scope

Fixed the lexical scope in Masonry component

github.com/bvaughn/react-virtualized - 096321cb78153eda74a987adc5ec00ce86611494 authored over 7 years ago by Brian Vaughn <[email protected]>
Fixed the lexical scope in Masonry component

github.com/bvaughn/react-virtualized - d4452f34d849cce098c9d9ffd46879130f6bc20c authored over 7 years ago by lagun4ik <[email protected]>
clean up everything before PR

github.com/bvaughn/react-virtualized - 8af9e57ee59065a25335ca62d30c2ff8211b2754 authored over 7 years ago by Dan Alloway <[email protected]>
adjust tests for visibility tweak

github.com/bvaughn/react-virtualized - b3a086a9377ec70014fe0fa68a6f81c0ac9739a7 authored over 7 years ago by Dan Alloway <[email protected]>
fix overflow visibilities

github.com/bvaughn/react-virtualized - 1d90e71657ff0a7d637827db5bd702085768a3b6 authored over 7 years ago by Dan Alloway <[email protected]>
allow fixed section scrolling

github.com/bvaughn/react-virtualized - 5f2241ff9fe1a37831ba8a2dc22bebab6d0362ae authored over 7 years ago by Dan Alloway <[email protected]>
InfiniteLoader resetLoadMoreRowsCache: reload last batch feature added

github.com/bvaughn/react-virtualized - 6939a085b53e59512b3ce7cfe2a7384c39b49fe6 authored over 7 years ago by tyupaev <[email protected]>
Merge pull request #699 from Andarist/patch-1

Update CHANGELOG.md

github.com/bvaughn/react-virtualized - 881c22e61c71654abb63ad7fb217cfab1945355b authored over 7 years ago by Brian Vaughn <[email protected]>
Update CHANGELOG.md

Remove `next` annotation about `v9.8.0`. It's already published as latest.

github.com/bvaughn/react-virtualized - f24f4b32a755a9ffefdfd79b5ff6199e903d9497 authored over 7 years ago by Mateusz Burzyński <[email protected]>
Update package.json for 9.8.0 release

github.com/bvaughn/react-virtualized - 35dd96cf540a8aa9d99f909f65500b49925090cf authored over 7 years ago by Brian Vaughn <[email protected]>
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.

github.com/bvaughn/react-virtualized - 67f9dc5922e1efbb5089db7cbcd79f2419315e9d authored over 7 years ago by Brian Vaughn <[email protected]>
Added upcoming 9.8.0 release notes

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

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

github.com/bvaughn/react-virtualized - 96872d554fa728ea10e943aa48ed0669cfce79fc authored over 7 years ago by Brian Vaughn <[email protected]>
Tweaked ArrowKeyStepper

github.com/bvaughn/react-virtualized - a93ce5b4c6e9e68dbbc9cab66e8c6b38cf02fb4d authored over 7 years ago by Brian Vaughn <[email protected]>
Merge branch 'stepper-controlled-component' of https://github.com/clari/react-virtualized into clari-stepper-controlled-component

github.com/bvaughn/react-virtualized - 87994e143642deed95b4221bc0c412f15b1174b2 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #689 from liorbrauer/prevent-unmounted-setstate

Prevent calling setState on an unmounted WindowScroller component

github.com/bvaughn/react-virtualized - 727af3365dd1b7f754f6a484f83b454aeb659ec9 authored over 7 years ago by Brian Vaughn <[email protected]>
Review update

github.com/bvaughn/react-virtualized - bc745228ff07ac92088f630af0dfbf85d0bb6d17 authored over 7 years ago by Matthew King <[email protected]>
Merge branch 'master' of github.com:bvaughn/react-virtualized

github.com/bvaughn/react-virtualized - efa07933f4e2c0ad9160848b4a2e1c5f535f0c6e authored over 7 years ago by Brian Vaughn <[email protected]>
Tweaked names and reorganized a bit, added a test for handleScrollEvent

github.com/bvaughn/react-virtualized - b219196d8c1adaeebae6447794a598b06b464658 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #694 from EnrikoLabriko/column-prop-type

Change Column label propType to node

github.com/bvaughn/react-virtualized - e764432004203a2cb66024b75dbd7ff6c0ffc374 authored over 7 years ago by Brian Vaughn <[email protected]>
Change Column label propType to node

github.com/bvaughn/react-virtualized - 9c4daa1f400600aa5afe2ca1c0439e4e00c840ea authored over 7 years ago by Alexander Telyatnikov <[email protected]>
fix lint

github.com/bvaughn/react-virtualized - 6bd27e27d7b16bb8092a6b73b629e65d056a39ca authored over 7 years ago by Vladislav Kozulya <[email protected]>
Add handleScroll for handling external scroll events

github.com/bvaughn/react-virtualized - c60456abb177c216b362453282c1c1428de03ded authored over 7 years ago by Vladislav Kozulya <[email protected]>
fix code style

github.com/bvaughn/react-virtualized - cbbacc24de6e3df2acaec909f4e81862b4b9febe authored over 7 years ago by Lior Brauer <[email protected]>
Prevent calling setState on unmounted WindowScroller component

This a bit of an edge case, when rendering several WindowScroller components on the same page in...

github.com/bvaughn/react-virtualized - e725d302c28d012fcd69f2b1564543039a47af08 authored over 7 years ago by Lior Brauer <[email protected]>
Allow stepper to be used as a controlled component

github.com/bvaughn/react-virtualized - c7b5530f520955c137b1928210c3863df3dc1006 authored over 7 years ago by Matthew King <[email protected]>
Prep for 9.7.6

github.com/bvaughn/react-virtualized - 628ed853f4df16390ff665734082b14646026227 authored over 7 years ago by Brian Vaughn <[email protected]>
Initial CHANGELOG entry for upcoming 9.7.6 release

github.com/bvaughn/react-virtualized - ed15e89189657a6d544277b09406c20697dc4114 authored over 7 years ago by Brian Vaughn <[email protected]>
DRYed up CellMeasurer changes a bit

github.com/bvaughn/react-virtualized - d5ae55e1c973e513fb748b1dc4d7cb6a36ef5ca5 authored over 7 years ago by Brian Vaughn <[email protected]>
Added resize cache-clearing to CellMeasurer+Table demo

github.com/bvaughn/react-virtualized - cf5407d152cfc0139b8448886d9fc57d4a81ae5a authored over 7 years ago by Brian Vaughn <[email protected]>
Fixed lint issues

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

github.com/bvaughn/react-virtualized - fe7d749cd33bb37b8801f1f2da3f0b8346799534 authored over 7 years ago by Brian Vaughn <[email protected]>
Moved role into a11yProps object

github.com/bvaughn/react-virtualized - be626739df30be19bf903bb4a7871cc012666d23 authored over 7 years ago by Brian Vaughn <[email protected]>
Tweaked Column id docs description

github.com/bvaughn/react-virtualized - b6c467405ec5863b64fd245e085bb447f4194e99 authored over 7 years ago by Brian Vaughn <[email protected]>
Fix aria roles for table headers and cells

Fixes #680.
- Add id, aria role, and aria sort to table column headers
- Add aria describedby an...

github.com/bvaughn/react-virtualized - 3801ce3f174e520ae07d69307b73f6198e56fd9e authored over 7 years ago by Jackie Chen <[email protected]>
Merge pull request #678 from maxnowack/patch-1

fix link to defaultOverscanIndicesGetter in Grid docs

github.com/bvaughn/react-virtualized - 77ddcbee490ee8c67ae2913f325d854c20d288c0 authored over 7 years ago by Brian Vaughn <[email protected]>
fix link to defaultOverscanIndicesGetter

github.com/bvaughn/react-virtualized - 4bf40d368270ee474382dae1e69278f5cd0aad73 authored over 7 years ago by Max Nowack <[email protected]>
Changelog update

github.com/bvaughn/react-virtualized - 22ded2465d00c5d9a45bf87c147f61731418b369 authored over 7 years ago by Brian Vaughn <[email protected]>
MultiGrid ensures correct row/column indices are passed to ellMeasurerCache for top-right and bottom Grids. (Resolves #670)

github.com/bvaughn/react-virtualized - d88ad4cd62dc25e812bc0dc44e8c1b003dfba0ab authored over 7 years ago by Brian Vaughn <[email protected]>
Updated changelog

github.com/bvaughn/react-virtualized - 726b81e6fb0d93e8b40a969c825f22a0b98700a0 authored over 7 years ago by Brian Vaughn <[email protected]>
Removed unnecessary branch of work from CellMeasurerCache and updated tests

github.com/bvaughn/react-virtualized - 770e29430b5997b64bb26503ba1ff2ae172c8f33 authored over 7 years ago by Brian Vaughn <[email protected]>
fixing code formatting for lint

github.com/bvaughn/react-virtualized - a031f986524275ca9b228ec38c3ca34ac4588a14 authored over 7 years ago by ravidasari <[email protected]>
Optimizing column/row cache update mechanism. Has huge performance improvement when CellMeasurer is used

github.com/bvaughn/react-virtualized - 2ff2e6eb8de611c96113bbaaa2aa7f4654a3984f authored over 7 years ago by ravidasari <[email protected]>
#660 MultiGrid with fixedRowCount is rendering incorrect width

github.com/bvaughn/react-virtualized - eafd9469188b00edbf831a28630eaa75590b6b4c authored over 7 years ago by Marcel Mokos <[email protected]>
Merge pull request #673 from maxnowack/patch-1

fix typo in overscan hints

github.com/bvaughn/react-virtualized - 939bfe6973d511ef4b2fee4de42b96b8c94411dc authored over 7 years ago by Brian Vaughn <[email protected]>
fix typo in overscan hints

github.com/bvaughn/react-virtualized - 849bda1c0d07581213b811ab46d116f489af854b authored over 7 years ago by Max Nowack <[email protected]>
Merge branch 'master' of https://github.com/kagucho/react-virtualized into kagucho-master

github.com/bvaughn/react-virtualized - 7b75bd0757040cec095f620d11965adb6f5a7b1e authored over 7 years ago by Brian Vaughn <[email protected]>
Addressing test and deprecation warnings

github.com/bvaughn/react-virtualized - e38b47d9a4faf60575713bf59da7261080c326c8 authored over 7 years ago by Brian Vaughn <[email protected]>
Tidied up (ordering tweaks, etc)

github.com/bvaughn/react-virtualized - 0490dbe959f247ff0fb0290550374d4e9a0c9579 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge branch 'table-cellRenderer-update' of https://github.com/BamaBoy/react-virtualized into BamaBoy-table-cellRenderer-update

github.com/bvaughn/react-virtualized - 301cd5b24c2437ba24c1a4a1b0ba57f39b1d385e authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #666 from joecritch/rrv4-exactly-to-exact

Changed exactly prop on Route component to exact for RRV4 final

github.com/bvaughn/react-virtualized - 2d213c98a5da4e87a5c15f314b8926665b53c1de authored over 7 years ago by Brian Vaughn <[email protected]>
Changed exactly prop on Route component to exact for RRV4 final

github.com/bvaughn/react-virtualized - 83678257fd5a3ebde544d5def99958469d01f48b authored over 7 years ago by Joe Critchley <[email protected]>
Add nonce to style element for Content Security Policy

github.com/bvaughn/react-virtualized - 7c192cb076ee79351c38a643a37d41d486011bfc authored over 7 years ago by Akihiko Odaki <[email protected]>
columnIndex added to table column's cellRenderer function

github.com/bvaughn/react-virtualized - 379b737684805488e0647b79f44cf1e535cf511e authored over 7 years ago by tyupaev <[email protected]>
Added no-click-resize variant of chat demo

github.com/bvaughn/react-virtualized - fa833fc31091b068d7d5868f434f5cc62e31e70e authored over 7 years ago by Brian Vaughn <[email protected]>
Renamed a playground variable to avoid a S/FF bug

github.com/bvaughn/react-virtualized - 24799275c479de51758a1444b276633a7c677120 authored over 7 years ago by Brian Vaughn <[email protected]>
Prep for 9.7.3

github.com/bvaughn/react-virtualized - 2462beacc7c1c405004f18dbde2e8ed3db597d05 authored over 7 years ago by Brian Vaughn <[email protected]>
Adjustments to Grid autoHeight style/cell cache reset

github.com/bvaughn/react-virtualized - 9100eb1694f939d110524f237494aa9ed11fdbbc authored over 7 years ago by Brian Vaughn <[email protected]>
Clear cell cache when external scrolling ends

github.com/bvaughn/react-virtualized - 956122167f49c6f1a9d733913729c8fe60c835fb authored over 7 years ago by Leonardo Andres Garcia Crespo <[email protected]>
Fix linting in tests

github.com/bvaughn/react-virtualized - 92057f8c608530cdb11af42a349f5c2e8c053a60 authored over 7 years ago by Leonardo Andres Garcia Crespo <[email protected]>
Remove index from items in example

github.com/bvaughn/react-virtualized - 309cf464106ce1f5cfdec6b73b92e13f5454ca58 authored over 7 years ago by Leonardo Andres Garcia Crespo <[email protected]>