Ecosyste.ms: OpenCollective

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

github.com/bvaughn/react-virtualized

React components for efficiently rendering large lists and tabular data
https://github.com/bvaughn/react-virtualized

Prepping for 7.24.2

c45e1bacef1030a148dfc66264b41417e69150cf authored over 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #389 from chris-vaszauskas/patch-1

Remove pointer-events: auto while not scrolling

199cc532f784ab6683ee7f74786ed8775856c2b0 authored over 8 years ago by Brian Vaughn <[email protected]>
Utilize babel-plugin-transform-runtime to utilize `babelHelpers` without them being required in application code.

- add dev dependency on babel-plugin-transform-runtime
- add dependency on babel-runtime

3a3ef5edee50793a4dca28f66a38513d94b8762a authored over 8 years ago by Chris McNabb <[email protected]>
Remove pointer-events: auto while not scrolling

dcef7fd42945d058d4492dc1a75cc1a6c2bf40db authored over 8 years ago by Chris Vaszauskas <[email protected]>
Updated docs to reflect new class names

5274e7b9aab2dfbc36bd104a78132b820e4abae4 authored over 8 years ago by Brian Vaughn <[email protected]>
Prefix global styles with .ReactVirtualized__

73876f1a8ba80db873a6cdc513bb81d1e6b90dd2 authored over 8 years ago by Brian Vaughn <[email protected]>
Added first codemod (for renamed components)

5e7f11fd87557f1acf008b21ff854bbbea182296 authored over 8 years ago by Brian Vaughn <[email protected]>
Alpha-sort demo app menu

a0fa88710f0c9bed4d561914688b548518d70cd9 authored over 8 years ago by Brian Vaughn <[email protected]>
Renamed FlexTable->Table and FlexColumn->Column

040e5c29a50bcdd449f4563d814bff1b81e30bcf authored over 8 years ago by Brian Vaughn <[email protected]>
Renamed VirtualScroll (and references) to List

06275b0069b09b4d46fa3d86c061fccb65939bb9 authored over 8 years ago by Brian Vaughn <[email protected]>
Refactored slightly to add support for .

9211e3657e5cfb8d5827d539f2a9a452401449fc authored over 8 years ago by Brian Vaughn <[email protected]>
Added prop to so that it can more easily be used with .

9798fc567d7fb6e54a63d0728ed28591c401af93 authored over 8 years ago by Brian Vaughn <[email protected]>
Cleaned up Grid test cruft

33a2f3bd5ca8f0f7c398263f5f2058e1ce6a997a authored over 8 years ago by Brian Vaughn <[email protected]>
Removed unnecessary babel transform-decorators-legacy plugin

2b33fb8e3261f362bf2bc283888f7bb5545e6b35 authored over 8 years ago by Brian Vaughn <[email protected]>
Removed single stage-0 feature (in demo site) and switched Babel to stage-1

b02e422c866ce2ef986be2f8ebbbd2f6b7c3feb9 authored over 8 years ago by Brian Vaughn <[email protected]>
Relaxed previous test a bit to hopefully help a slower Circle CI environment

d81f96bca9578296615dcea7fe143817a25d4de5 authored over 8 years ago by Brian Vaughn <[email protected]>
Improved tests around Grid's new :scrollingResetTimeInterval prop

907bde1adc6286f3b0fd4439aece7995f45a1217 authored over 8 years ago by Brian Vaughn <[email protected]>
Small changelog tweak

c72536c73224bba68d94bda27e4f9b7eed5466fc authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' of github.com:bvaughn/react-virtualizedt status

c2a1e850a775531400f2d0dacc6c11b15a6a06ce authored over 8 years ago by Brian Vaughn <[email protected]>
Fixed bad import in WindowScroller

11a957eba2d3331de0e6507ed74f24381f4606d0 authored over 8 years ago by Brian Vaughn <[email protected]>
Prepping CHANGELOG for 7.23.0

5118454276e7c181728795f5bd25a28dac09c252 authored over 8 years ago by Brian Vaughn <[email protected]>
Prepping CHANGELOG for 7.23.0

f00e1aed09c63cf78504a694b1647cebee1cd68d authored over 8 years ago by Brian Vaughn <[email protected]>
scrolling timeout for pointer events can be customized now via a prop; same default value is preserved as before (150ms).

fedbea7ec42da49ae844715131090fe62ac0e1d7 authored over 8 years ago by Brian Vaughn <[email protected]>
Calling on (or any of its wrapping HOCs) will clear any pending cell cache to avoid edge-case issue where a scrolling has invalid cached cells due to a change in the underlying collection data.

fd79712f6b13cb573dd5ee991b61eaede8eac644 authored over 8 years ago by Brian Vaughn <[email protected]>
Moved WindowScroller's onScroll util into utils folder

e5fece633c369dd7252d7bfca675f5722b373dfa authored over 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #380 from karleberts/issues/379

Use shared scroll listener for WindowScroller components.

de3f35b4acb6bd2474e6e69613a5d0adb51a0bf1 authored over 8 years ago by Brian Vaughn <[email protected]>
Use shared scroll listener for WindowScroller components.

79f025004efcc0a4524bda65fb87e55ed6c42cbb authored over 8 years ago by Karl <[email protected]>
Updated hover demo to remove overscan rows override

9963bd304b61131df64b42a696afa29bc267db99 authored over 8 years ago by Brian Vaughn <[email protected]>
Added more scroll-direction tests to Grid

43c8b3ef8e819facbc90c48f39152e3f2a6c3ec8 authored over 8 years ago by Brian Vaughn <[email protected]>
Re-enabled commented out scroll+overscan test

b5ddb4149ac1b2be7edbc39a07ebb6b714905f78 authored over 8 years ago by Brian Vaughn <[email protected]>
Focus overscan in the direction being scrolled to reduce empty space

While a scroll is in progress, focuses overscan on the direction being scrolled- doubling up th...

f087a590a1d3942417042be2efa9e6e3f1e4475a authored over 8 years ago by Brian Vaughn <[email protected]>
In the event that size or cell count decreases for a , remaining cells are no longer remeasured in order to verify the current scroll offset.

Instead the most recent measurements are used.
This change should positively impact performance b...

08a27f6b1de2976b08cbce72850d721147473f9e authored over 8 years ago by Brian Vaughn <[email protected]>
Updated Wizard to not show CellMeasurer and FlexTable/Collection as valid combos

1ed936f500b8a86760a6a3a49f48d195161aff56 authored over 8 years ago by Brian Vaughn <[email protected]>
Updated CellMeasurer docs to warn about stateful cells

07d8ce5ddc88a6845cc2449c5849884fa78c724b authored over 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #371 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg

Replace npmcdn.com with unpkg.com

d04662e39e67f34c3836e6bba7df228c41b0031b authored over 8 years ago by Brian Vaughn <[email protected]>
Replace npmcdn.com with unpkg.com

0c507f69d1584f2106e54aeda8f13d60e5df139f authored over 8 years ago by npmcdn-to-unpkg-bot <[email protected]>
Merge pull request #367 from leesiongchan/patch-1

Fix a documentation typo

6108db685c5ae5b2c56746d0ec5cfa14763275e4 authored over 8 years ago by Brian Vaughn <[email protected]>
Fix a documentation typo

354e2a31e3d8d7d832127ec57921e493f7035d0d authored over 8 years ago by Lee Siong Chan <[email protected]>
InfiniteLoader now checks for :forceUpdateGrid and calls it instead of forceUpdate

This works around some cases where newly-loaded rows would not trigger a visual refresh of FlexT...

4bb8a33e9583593f14e48e4d60f70fdd7d86e1d4 authored over 8 years ago by Brian Vaughn <[email protected]>
Updated the exported to support configured uniform column widths and/or row heights.

This allows greater customization and flexibility than the version released in 7.21.0.
For backwa...

7e4d6c7e1f2756c9eb0e3e92fd3d0ddb06fff5a5 authored over 8 years ago by Brian Vaughn <[email protected]>
Lowered the maximum scroll threshold from 10M to 1.5M pixels to accommodate Edge's lower-than-expected maximum.

b205784a1fe26e7585d39282dba8c7c4aec297f3 authored over 8 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG for 7.21.0

2383f240b9cc52ea2987ff8238c82c60fe855f1c authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'guigrpa-extraCellSizeCaches't push origin master

370e3f8d360d753bb6810b0ce70b5cd9ba516be7 authored over 8 years ago by Brian Vaughn <[email protected]>
Renamed uniformHeightCellSizeCache to uniformSizeCellSizeCache

e4e4da2e5ed696ec75077303034aa9291db28bbc authored over 8 years ago by Brian Vaughn <[email protected]>
Slight renaming for consistency

c006373f8d91f3101012acbb5cba467e7a6e5b76 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'extraCellSizeCaches' of https://github.com/guigrpa/react-virtualized into guigrpa-extraCellSizeCaches

5e773229c31d3550ac630a9c4a183139dbe0b003 authored over 8 years ago by Brian Vaughn <[email protected]>
Updated InfiniteLoader docs

3bdb403ba11228fad41428ac093fe02e10097fec authored over 8 years ago by Brian Vaughn <[email protected]>
Add unit test for CellSizeCacheUniformHeight

bf30f36bc54b2cdb2c5e1730485615970ddaa531 authored over 8 years ago by G. Grau <[email protected]>
Add docs for the new CellMeasurer size caching strategy

59de12ab1978b40e3a08de78efa0ca7ef6d11cc3 authored over 8 years ago by G. Grau <[email protected]>
Add alternative CellSizeCache for lists with uniform-yet-unknown heights

3e595d8b6e3db913613fb0fdba6a17691ba5db9f authored over 8 years ago by G. Grau <[email protected]>
Added a perf warning to CellMeasurer docs

279697e8b07392c666b08e245bf0d156ef393f0c authored over 8 years ago by Brian Vaughn <[email protected]>
Prepping 7.20.0 release

10199e1b0bf6f521e0180a469ae601dff1c8ca61 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'coluccini-master'

19d49cdc37e8af57b97fc894a6d4e14ad98aa0fe authored over 8 years ago by Brian Vaughn <[email protected]>
Fixed tests, added tests, clear cache after scrolling, etc

5b7446d197f03aac7d2a8bd68b5595fb18cdd469 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' of https://github.com/coluccini/react-virtualized into coluccini-master

e2e9df6b5469d674e385278ac00b0c1c9af291e6 authored over 8 years ago by Brian Vaughn <[email protected]>
Removed 2 unused Karma plugins

97cc5ba0fe466ffb8f6c02e7a20e390ea96d4a64 authored over 8 years ago by Brian Vaughn <[email protected]>
extra new line removed

eb238eed94f2dae62456a1f57a4ea934e232559f authored over 8 years ago by Felipe Saal <[email protected]>
Collection component: cell position information is now cached while scrolling to avoid unnecesary rendering

aed4560d72b11a24b78b96960a38c7cdcf020aab authored over 8 years ago by Felipe Saal <[email protected]>
Fixed mis-named default prop in FlexColumn

075d5c05730a5b8d97f7b900f8628ee10fb33787 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #356 from vichu1988/patch-1

Update CONTRIBUTING.md

93e92af77b731cd9214a3cf8e4eb859c4522a497 authored over 8 years ago by Brian Vaughn <[email protected]>
Update CONTRIBUTING.md

Update on Contribution.md to realign to the project.

2a698a0ef69c5e905f048c4f83c5e597194c7a41 authored over 8 years ago by Visweshwaran Suryanarayanan <[email protected]>
Updated dev version of React to 15.3.1 for performance gains

49000784b77c868f39f8e4ce1884c860e92be7d7 authored over 8 years ago by Brian Vaughn <[email protected]>
Added webpack-dashboard for local dev-mode

a6a9dac95cd8a2d325d791b9d82627eb1f38e808 authored over 8 years ago by Brian Vaughn <[email protected]>
Updated CellMeasurer docs

9839c52d96b6cec72a58cbf550bc78c57728a97b authored over 8 years ago by Brian Vaughn <[email protected]>
Prepping release 7.19.4

77dc4613c0ca98e764b8bbfc312882c822257e97 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'igorbt-fix-windowscroller-initial-height't push origin master

a56623a2469a979d95c1fd896561552b3ec63b47 authored over 8 years ago by Brian Vaughn <[email protected]>
Wrapped window reference with is-defined check for server side rendering

Also avoid unnecessary state update if height is correct (because component was mounted in the b...

52915dc9485cdac06b2d2bf74fc9b6613ab324a5 authored over 8 years ago by Brian Vaughn <[email protected]>
initializing height from window.innerHeight

66c57dc55540746f0943b0d3111dcdbc20d1e421 authored over 8 years ago by igorbt <[email protected]>
Improved memoization in to reduce repeated calls to .

a4ac8a5b84ec9b5c097bcc42a9d8197ee7e2480a authored over 8 years ago by Brian Vaughn <[email protected]>
Prepping for 7.19.2

e7fb505e051a1c90e0d882f35bd7ff3a414d1aba authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'igorbt-positionfromtop-fix't push origin master

ca20933c73e6ed8bb2f510e6f601b80cf3fb4704 authored over 8 years ago by Brian Vaughn <[email protected]>
Added some inline comments and test for WindowScroller documentElement top fix

976b761838f5ea01dd6f3d23bf63810f4b673374 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'positionfromtop-fix' of https://github.com/igorbt/react-virtualized into igorbt-positionfromtop-fix

efce9858270f00418bdd44d37e8c6f46dd139dbe authored over 8 years ago by Brian Vaughn <[email protected]>
Added sanity-check test for PR #348

1bc73fddeb0e9a1f926fdde50a42debad107211a authored over 8 years ago by Brian Vaughn <[email protected]>
Prepping 7.19.1 release

5ae99f79c585eb8ae55bef733ee3e455a33235d1 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'igorbt-fix-notmounted-warning'

14644107e10fe93605d67e3c5f82215fe8b90763 authored over 8 years ago by Brian Vaughn <[email protected]>
Minor formatting tweaks to PR #347

4c24d0fe8d1d8aeb542a183a7709116c28c5977a authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'fix-notmounted-warning' of https://github.com/igorbt/react-virtualized into igorbt-fix-notmounted-warning

178591fbcf348a83c9569881febc627dfe9588f5 authored over 8 years ago by Brian Vaughn <[email protected]>
Fixed some missing curly braces in Wizard

e16ddf8c6f85d768d5c39722c04e938200a1656a authored over 8 years ago by Brian Vaughn <[email protected]>
restore pointerEvents on body on unmount

Doing it right away on unmount, without a timeout, will also prevent react warning about setStat...

15d44acec5dbff0e4f5aacc961b561aa1740242a authored over 8 years ago by igorbt <[email protected]>
[WindowScroller] correct initial _positionFromTop if page scrolled

In the case when page already have a scrolling on component mount, _positionFromTop should take ...

d0496937cb52d5e26317f2e66ed65018df0ace55 authored over 8 years ago by igorbt <[email protected]>
Added some clarification around Grid.onSectionRendered memoization.

425942327b16d36a132aef40d6a51b622fc7a82e authored over 8 years ago by Brian Vaughn <[email protected]>
supports 2 new properties: and .

These properties enable the to overscan its content similar to how does.
This can reduce flicke...

1b8f0190db7c93ffe2849210ff5f27bde01c74b0 authored over 8 years ago by Brian Vaughn <[email protected]>
Fixed default :tabIndex doc

46065c261702f33026db564feb72625bae65d9d5 authored over 8 years ago by Brian Vaughn <[email protected]>
Added new :cellSizeCache property to CellMeasurer. Also updated CellMeasurer to use shallowCompare.

0678d20a8d47c5fda2cabdc21dfe40e10c369e45 authored over 8 years ago by Brian Vaughn <[email protected]>
Disabled sub-nav links unless Component tab selected

6409d1fbc252166e24bf4865d867c87d997c2981 authored over 8 years ago by Brian Vaughn <[email protected]>
Fixed edge-case scroll-to-cell bug in when row or column count increases from 0 after a scroll-offset was previous assigned.

For more info see issue #218.

c41b8ccee65fc3c503ae2130c9e072f23938e472 authored over 8 years ago by Brian Vaughn <[email protected]>
Added named exports for , , and due to user request.

a5a400b0c6d63f5a5ee08b271e182be50a14661b authored over 8 years ago by Brian Vaughn <[email protected]>
Beefed up chat playground test harness. Fixed an edge-case CellMeasurer bug. And updated the docs for CellMeasurer to call out this edge case for others.

a27144dc63c81fad74bdae170ad5f67c2202c689 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #337 from oyeanuj/typo-fix

Fixed typo in the docs

b6cb475c98a8b4cd961c236f13ff28e988d6b913 authored over 8 years ago by Brian Vaughn <[email protected]>
Removed {...props} from demo

791347f578c82a45861d3b3f3eece96bcdedab71 authored over 8 years ago by Brian Vaughn <[email protected]>
typo. checkberboard -> checkerboard

dedccf8160d68785b864fe2d9c406a914c452b6c authored over 8 years ago by Anuj <[email protected]>
Merge pull request #1 from bvaughn/master

Bringing fork up to date

bb5cbaefe5636e47a8c603ad121f2b5c52613d15 authored over 8 years ago by Anuj <[email protected]>
Updated sponsor links and added Treasure Data

86931b982ac4b18c269ec6c9f15a477860cb9e8d authored over 8 years ago by Brian Vaughn <[email protected]>
Fixed a bug that could cause the to be shown when a collection happened to contain no visible children (due to a sparse layout).

7fba44a0377ac32589f965b9c3026cc22548d481 authored over 8 years ago by Brian Vaughn <[email protected]>
Updated for 7.17.0

91263c07d59eb5a0237935676edfa8f9e216e8af authored over 8 years ago by Brian Vaughn <[email protected]>
Merget push origin master branch 'rhysd-reset-row-column'

059a9cdb93f81844ed835aaf9a23f42eff54c830 authored over 8 years ago by Brian Vaughn <[email protected]>
Slightly-refactored and added tests for CellMeasurer reset methods

Also added tests for default caching in CellMeasurer as that didn't have tests prior.

fe388d355d7be98842f6145f11bcf0f4ded3f172 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'reset-row-column' of https://github.com/rhysd/react-virtualized into rhysd-reset-row-column

5b1615f38010ec78b2d89f63662ab9ffa035e6e9 authored over 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #333 from cesarandreu/patch-2

Typo

b709c5da9e235c1ddc7a16a55c75ebf783d3862c authored over 8 years ago by Brian Vaughn <[email protected]>