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

Detect browser for real max element size (#936)

github.com/bvaughn/react-virtualized - a0d5d591c8b8d29bea82f7ca73af2e24fae39f51 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Improved null-checks inside of AutoSizer

github.com/bvaughn/react-virtualized - dc3c7ceab42bc30887ed9faefce518c7895f589f authored almost 7 years ago by Brian Vaughn <[email protected]>
Udpated CHANGELOG

github.com/bvaughn/react-virtualized - aa8b9359b976d0827bfe16d7fe95ca33227c7d5b authored almost 7 years ago by Brian Vaughn <[email protected]>
Fixed a11y / lint warning in ArrowKeyStepper example

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

github.com/bvaughn/react-virtualized - 2906498c957d90d9f8766a312b0bfb61f204a6fa authored almost 7 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG

github.com/bvaughn/react-virtualized - 735838a6d220560cc9a88db2f269b7db90b319fc authored almost 7 years ago by Brian Vaughn <[email protected]>
Table multi column sort functionality (#966)

* Table passes mouse 'event' and Column 'defaultSortDirection' values to 'sort' prop handler

...

github.com/bvaughn/react-virtualized - 0f6cac85813a40bf862d54555eea3e3374d68478 authored almost 7 years ago by Brian Vaughn <[email protected]>
Fixed missing AutoSizer defaultProps value

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

github.com/bvaughn/react-virtualized - 2587b162901f172cefbed44d32b2747e7b023824 authored almost 7 years ago by Brian Vaughn <[email protected]>
Added optional :className and :style props to AutoSizer

github.com/bvaughn/react-virtualized - 94cd6785b86d08bc6ccfdb09afd352b59de3c5f1 authored almost 7 years ago by Brian Vaughn <[email protected]>
Add "react-vtree" link to "Friends" section (#956)

github.com/bvaughn/react-virtualized - d72ebf460e6a772a90d41d8befcaf7eb65a7c806 authored almost 7 years ago by Vlad Rindevich <[email protected]>
Updated CHANGELOG with upcoming release details

github.com/bvaughn/react-virtualized - 8f841102105a3045f7f03de5f1fba0024f68848a authored almost 7 years ago by Brian Vaughn <[email protected]>
Fix List with CellMeasurer on first paint (#959)

* List no longer masks parent value for CellMeasurer

github.com/bvaughn/react-virtualized - fff130ab797c84f2b0b6ffb0c055aa74f10fee75 authored almost 7 years ago by Ori Riner <[email protected]>
Bumped Node version in .nvmrc

github.com/bvaughn/react-virtualized - 7013709e1284090da37d4d429853c8d9c93f57e0 authored almost 7 years ago by Brian Vaughn <[email protected]>
[Masonry] estimate at least one column (#961)

* [Masonry] estimate at least one column

* Replaced "|| 1" with more explicit Math.max

github.com/bvaughn/react-virtualized - bc1065f55f8f47929b701899164ab218b133e28c authored almost 7 years ago by djeeg <[email protected]>
rename variables as requested from styleguide

github.com/bvaughn/react-virtualized - 7e961d1e50c16581e8a49bedcb9548c3d915f4b7 authored almost 7 years ago by Giuseppe Annunziata <[email protected]>
rename colHeaderProps in headerProps

github.com/bvaughn/react-virtualized - 720588c9bf145f141e089f204c6127fdd6ee6175 authored almost 7 years ago by Giuseppe Annunziata <[email protected]>
add comments explain optimization

github.com/bvaughn/react-virtualized - 85296206cf2a0c6c0ad2eea240d13ceb6a5d450e authored almost 7 years ago by Giuseppe Annunziata <[email protected]>
cleanup imports

github.com/bvaughn/react-virtualized - 76b17ae7189bc59f87f143fe9a7555de00409d66 authored almost 7 years ago by Giuseppe Annunziata <[email protected]>
cleanup trailing space

github.com/bvaughn/react-virtualized - c707db6ebc7cd6d2c9cae056dcdb17be42acb46a authored almost 7 years ago by Giuseppe Annunziata <[email protected]>
micro optimization to Table, on create header and column

github.com/bvaughn/react-virtualized - f5e598b8990b09759a285cc43dccd0baf484267b authored almost 7 years ago by Giuseppe Annunziata <[email protected]>
Upgrade flow (#954)

github.com/bvaughn/react-virtualized - 76d4fed2f9fb60706d84b85ddbb364fd9938f629 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
9.16.1 release

github.com/bvaughn/react-virtualized - d5229be2969958350fa38de9d776d5a55397de5e authored almost 7 years ago by Bogdan Chadkin <[email protected]>
9.16.1 release (#952)

9.16.1 release

github.com/bvaughn/react-virtualized - 76665191c40395cada26f1fb1552c6580b23c77a authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Update detectElementResize to support rendering into iframes and child windows (#900)

* Update AutoSizer to support using a remote window as portal render target

* Create detectEl...

github.com/bvaughn/react-virtualized - 1fb6308859d98b61989d470f4f08096e1a26d937 authored almost 7 years ago by Andrew Hutchings <[email protected]>
Fix lint

github.com/bvaughn/react-virtualized - d1e7a3e10f1957633cad46775980c5c74c706a34 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Simplify eslint config and remove unused variables (#951)

github.com/bvaughn/react-virtualized - 959d550dc3ff52981b7921ceb71b3fef7d388acd authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Run server-side rendering tests under pure node (#953)

github.com/bvaughn/react-virtualized - 0be33a3ea3a5218aae52360a6e2f4020ff3b036c authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Warn on bad value passed to registerChild in WindowScroller (#949)

github.com/bvaughn/react-virtualized - 8a73141075e79fed92816f4e1c5a6340be910b13 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Fix WindowScroller scrollElement prop types for window (#948)

Fix WindowScroller scrollElement prop types for window

github.com/bvaughn/react-virtualized - 1bb0ec72e2a9e7a0601637bb0cea5ef980c9a6e3 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
9.16.0 release

github.com/bvaughn/react-virtualized - 4496687b1098514093edbb62c7abd411934c7ec0 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Update changelog (#944)

Update changelog

github.com/bvaughn/react-virtualized - 075b701882ef3dabfb39c5da2e87d15e79be4c68 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Rename childRef to registerChild and add some docs (#947)

Rename childRef to registerChild and add some docs

github.com/bvaughn/react-virtualized - 56d55daca1e368f09c0d376b138742c49c87046c authored almost 7 years ago by Bogdan Chadkin <[email protected]>
vendor/detectElementResize: fix window check for SSR (#945)

'this' is undefined at this point, so you will get errors like `Cannot read
property 'requestAn...

github.com/bvaughn/react-virtualized - 2a4c52d1f00a310f75a6d3a4628d1d6c92ea460f authored almost 7 years ago by Ruben Maher <[email protected]>
Allow custom WindowScroller child with childRef in children function (#940)

github.com/bvaughn/react-virtualized - 6aacced12ed068ac99e8d7e2b7a387531eff22e8 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
improved performance on Table with a lot of columns (> 150)

github.com/bvaughn/react-virtualized - 2c2c17b3c2c8fca63ac440350578051b311ff42c authored almost 7 years ago by Giuseppe Annunziata <[email protected]>
Fix WindowScroller scrollElement prop types for window (#939)

github.com/bvaughn/react-virtualized - bb05a521eb94f32f5b7c6c18871dc0148b326ad3 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
9.15.0 release

github.com/bvaughn/react-virtualized - 06f3654529046a6fc2cf07d5ef39acc2ca416627 authored almost 7 years ago by Brian Vaughn <[email protected]>
Add New Year changelog (#935)

github.com/bvaughn/react-virtualized - 774c95202b8901e963d367cbedda865478311e83 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Publish AutoSizer types (#934)

github.com/bvaughn/react-virtualized - b3ffc3bf88d967d86590cd5f7980ffb9cd32cc44 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Detect non-window element resize (#918)

Detect non-window element resize

github.com/bvaughn/react-virtualized - 8849d0bd4043e1959698bb923e822c86e9d26226 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Fix position offset computing for window (#920)

Fix position offset computing for window

github.com/bvaughn/react-virtualized - 1936f5b1e601f315f8728a4f1cbf369a3ff94fa7 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Upgrade prettier (#924)

github.com/bvaughn/react-virtualized - f275a57bf44e081f3077fb524dd07436b977f93b authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Upgrade babel (#923)

Upgrade babel

github.com/bvaughn/react-virtualized - 7af671d82ad5fba0c1a7e8acfb15d75bbd454e99 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Upgrade webpack (#922)

github.com/bvaughn/react-virtualized - 088917d51d8ac32458053889867de81ea9d5fc69 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Upgrade jest (#921)

Upgrade jest

github.com/bvaughn/react-virtualized - dfb486ee3b99703f5b57cea436c492142938227a authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Window scroller types (#915)

Add WindowScroller types

github.com/bvaughn/react-virtualized - d17af857b5e4eb90ec5ea32c1f032ea2e79820dc authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Upgrade flow and component types (#905)

Upgrade flow and component types

github.com/bvaughn/react-virtualized - 5e79f4e27179dbf5cffdd955398db9f51903560a authored almost 7 years ago by Bogdan Chadkin <[email protected]>
Ignore tests on build (#906)

github.com/bvaughn/react-virtualized - e6de0925bc8c97869d3a799bc9de1d7e7f164c34 authored almost 7 years ago by Bogdan Chadkin <[email protected]>
WindowScroller undefined var fix

github.com/bvaughn/react-virtualized - 6364d5dd50e25da28090f86ba2be79e092acc79b authored about 7 years ago by Brian Vaughn <[email protected]>
Merge branch 'WindowScroller-ServerRendering'

github.com/bvaughn/react-virtualized - 29dbb810b490359b39345c4f2364c25e323d1026 authored about 7 years ago by Brian Vaughn <[email protected]>
Renamed WindowScroller default(Width|Height) to server(Width|Height)

github.com/bvaughn/react-virtualized - 681f82f20f12a8932d5b3745344735f2ea84b42b authored about 7 years ago by Brian Vaughn <[email protected]>
Changed turnery for default width/height

github.com/bvaughn/react-virtualized - c79a929a4d37666046d9990720f08649e6cc78fd authored about 7 years ago by Brian Vaughn <[email protected]>
Add key and style props to Wizard for List/Grid

github.com/bvaughn/react-virtualized - 43b84762ccb242c2048703463df570ff884ff167 authored about 7 years ago by Brian Vaughn <[email protected]>
add defaultHeight, defaultWidth props on WindowScroller

github.com/bvaughn/react-virtualized - 2a387c5e98b6f929380c95b0d5f69b039176fcc5 authored about 7 years ago by landvibe <[email protected]>
Markdown syntax highlight

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

github.com/bvaughn/react-virtualized - 5c4fb7e3a952e36c19d46049755b9a129348ac57 authored about 7 years ago by Brian Vaughn <[email protected]>
Updated README with Webpack alias example

github.com/bvaughn/react-virtualized - 41518788a4a8e8e9ae99fb7a7aaad647d34325d2 authored about 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #887 from rickhanlonii/rh-really-fix-coverage

Really fix coverage 😳

github.com/bvaughn/react-virtualized - fd4b0110aa1a8c0097450be2702be3cdc5077c75 authored about 7 years ago by Brian Vaughn <[email protected]>
Really fix coverage

github.com/bvaughn/react-virtualized - 8d600f733468edc3f03d9b91be38f20c93f540ea authored about 7 years ago by rickhanlonii <[email protected]>
Merge pull request #886 from rickhanlonii/rh-fix-coverage

Add back coverage reporting, update coverage denominator

github.com/bvaughn/react-virtualized - b446761b13cbf142e71de106cf799c0962bc0397 authored about 7 years ago by Brian Vaughn <[email protected]>
Set maxWorkers to 2 in Circle

github.com/bvaughn/react-virtualized - 9dadb16c0f41c99f18837bab53dc48df27b94f18 authored about 7 years ago by rickhanlonii <[email protected]>
Add back coverage reporting, use correct denominator

github.com/bvaughn/react-virtualized - 7cf0afd3505a36b1a443285918439e50d8cdfe5f authored about 7 years ago by rickhanlonii <[email protected]>
Bumped for 9.13.0 release

github.com/bvaughn/react-virtualized - 2b5396f6f0f09c22fb15ff258179e2bf62783bfb authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed bug with Masonry re-creating cells unnecessarily

github.com/bvaughn/react-virtualized - d561d9c1851411fe95459c4f402d132a972278e2 authored about 7 years ago by Brian Vaughn <[email protected]>
Added no-op .watchman config

github.com/bvaughn/react-virtualized - df552fbc31ff4f7081dc5677e143ed3b714ec623 authored about 7 years ago by Brian Vaughn <[email protected]>
Removed outdated AutoSizer header doc

github.com/bvaughn/react-virtualized - 34a5f25818a0dadfad7f0a57654fd3cc0330b260 authored about 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #877 from mucsi96/master

Introduce Column headerStyle

github.com/bvaughn/react-virtualized - 946ef69ccbec9556aafde8a5d69e49a610aa15f4 authored about 7 years ago by Brian Vaughn <[email protected]>
Added example to Masonry for resetting

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

github.com/bvaughn/react-virtualized - 795fa1584609040c7ca8d085b2e2e21515ffe0ed authored about 7 years ago by Igor Muchychka <[email protected]>
Introduce Column headerStyle

github.com/bvaughn/react-virtualized - 6db327938512433ea7c0a5863b8f1ae8c3e7ebf1 authored about 7 years ago by Igor Muchychka <[email protected]>
Merge pull request #869 from dan-f/cellmeasurer-example-typos

Fix typos in CellMeasurer example modules

github.com/bvaughn/react-virtualized - eab760fed26def7c902d5c9c328e6fb37e639291 authored about 7 years ago by Bogdan Chadkin <[email protected]>
Fix typos in CellMeasurer example modules

github.com/bvaughn/react-virtualized - 26cc51a46003f175ba212f0c32d738097ef461a6 authored about 7 years ago by Daniel Friedman <[email protected]>
Merge pull request #854 from kraenhansen/patch-1

Updating CONTRIBUTING.md: Project uses Slack instead of Gitter now

github.com/bvaughn/react-virtualized - 04d1221133a1c59be24c8af90ae09e46000372b5 authored about 7 years ago by Brian Vaughn <[email protected]>
Version 9.12.0 - Added defaultHeight and defaultWidth properties to AutoSizer for SSR

github.com/bvaughn/react-virtualized - fb9ead1824a34b32ac1e16abdca4efa5f11478d5 authored about 7 years ago by Brian Vaughn <[email protected]>
Added CodeSandbox to new issue template

github.com/bvaughn/react-virtualized - 0dc23b0d7fce628ad31c1804c9133f3837d4514b authored about 7 years ago by Brian Vaughn <[email protected]>
Project uses Slack over Gitter now

github.com/bvaughn/react-virtualized - 1650d8a2d740ea4e2541599d3f3dc1fad5dbd245 authored about 7 years ago by Kræn Hansen <[email protected]>
Merge pull request #852 from petetnt/patch-1

Remove another mention about being a HOC from InfiniteLoader.md

github.com/bvaughn/react-virtualized - e6b9afb79e5cd6083d4e6319e90d000bfc13b42a authored about 7 years ago by Bogdan Chadkin <[email protected]>
Remove another mention about being a HOC from InfiniteLoader.md

github.com/bvaughn/react-virtualized - 07f7e3557c02ae0f21d34fc0d17368c01fbc05f6 authored about 7 years ago by Pete Nykänen <[email protected]>
Merge pull request #847 from maxnowack/patch-1

fix typo in changelog

github.com/bvaughn/react-virtualized - 21c017eb5bd6a2b6e55f6780f1bc3217475f1218 authored about 7 years ago by Bogdan Chadkin <[email protected]>
fix typo in changelog

github.com/bvaughn/react-virtualized - 7edd5bb2a7a4a4e00a0f7bbf77dad9828cb14697 authored about 7 years ago by Max Nowack <[email protected]>
Fixed changelog issue link

github.com/bvaughn/react-virtualized - 10e04f597a5c1b7e5c18bc4f392ffc736c3694fc authored about 7 years ago by Brian Vaughn <[email protected]>
Removed predeploy step that didn't seem necessary anymore

github.com/bvaughn/react-virtualized - 623a78a471d04c87a3db55c6c7a292b32baeea13 authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed Masonry overscanByPixels bug

github.com/bvaughn/react-virtualized - 8e202aae5ab2edf6fe340b32a8cc6ad033b556c7 authored about 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #844 from bvaughn/update-prettier-and-lint

Update Flow/Prettier/ESlint

github.com/bvaughn/react-virtualized - 656033edec3e33c89a468643ca861625fc5ade6f authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed CircleCI test step maybe

github.com/bvaughn/react-virtualized - 4d379e0897df9e63d3862502b26cd341d9a7016e authored about 7 years ago by Brian Vaughn <[email protected]>
Added test and gh-pages filter to CircleCI

github.com/bvaughn/react-virtualized - 026c20ec8f872a197476ec12f5bf26c86efd25c3 authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed bad import in WindowScroller/index

github.com/bvaughn/react-virtualized - 12983e52e66e75ea86406107ae3a4128d320f29c authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed bad import in CellMeasurer/index

github.com/bvaughn/react-virtualized - 0251ed9123671b44dc5de7c57b4a660058b7ca0f authored about 7 years ago by Brian Vaughn <[email protected]>
Added lint ignore files

github.com/bvaughn/react-virtualized - 2165184bd7baf985cdcdabfe107cc31ab7265f29 authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed some minor lint issues

github.com/bvaughn/react-virtualized - 1f3dd7675579434aeabc0ed12d1f21898dd50aa3 authored about 7 years ago by Brian Vaughn <[email protected]>
Ran Prettier over playground files

github.com/bvaughn/react-virtualized - 8a9b1043e37bffe4ffba1e0787de97ee97300eee authored about 7 years ago by Brian Vaughn <[email protected]>
Ran Prettier over source

github.com/bvaughn/react-virtualized - b46a47a62be05acedf1117d31747e2269b10e18b authored about 7 years ago by Brian Vaughn <[email protected]>
Fixed export-from syntax in index files

github.com/bvaughn/react-virtualized - f87b205c631c6dc87b20a5eef3645aed67858082 authored about 7 years ago by Brian Vaughn <[email protected]>
Updated CircleCI config from version 1 to 2

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