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

First pass at MultiGrid; no tests written yet

6dd7bb452a136a16a8933a405af24a8b9f8dada3 authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #530 from nickclaw/fix/double-update

Avoid double forceUpdate

0f3c92cff3514070a69fa403eb51cc3dfa8be46c authored almost 8 years ago by Brian Vaughn <[email protected]>
Avoid double forceUpdate

93e6a5f93aab463c87f388e9cef5d0ccf77b10dd authored almost 8 years ago by Nicholas Clawson <[email protected]>
Merge pull request #528 from nickclaw/fix/cell-cache-invalidation

Fix invalid cells cached on infinite loaded grids

3b944e016787dc98049023476558cfa15742fa00 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fix test typos

2581ad7e18d698438cee784aa2ee3cac7e6d67a2 authored almost 8 years ago by Nicholas Clawson <[email protected]>
Merge pull request #527 from nickclaw/fix/style-cache-invalidation

Fix bad styles being cached in massive lists

8906f30436167b6a5ea3378e11b69d4862313b49 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fix invalid cells cached on infinite loaded grids

807380c5409e1227307daa4f7c8ad1c9092cb3a0 authored almost 8 years ago by Nicholas Clawson <[email protected]>
Fix bad styles being cached in massive lists

cd981602c8a2d0d73b8866de75b48869313d587f authored almost 8 years ago by Nicholas Clawson <[email protected]>
Fix invalid overflow style

It seems that after specifying an overflowX (or overflowY) style then subsequent overflow styles...

b5b8e29e1ffd086551c2f2b4718a08c780a0c73b authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #523 from chrisvasz/patch-1

Add loose-envify dep for Browserify users

2c92cb092c60729964bc6b3d12bc394b1962e25b authored almost 8 years ago by Brian Vaughn <[email protected]>
Add loose-envify dep for Browserify users

As per the discussion in #519.

4314fad79b35c664329354363cd202a472b22568 authored almost 8 years ago by Chris Vaszauskas <[email protected]>
Merge pull request #522 from danez/patch-1

Update dom-helpers

a15078d2cda31847c82d9c14d8624ed4f7d84d69 authored almost 8 years ago by Brian Vaughn <[email protected]>
Update package.json

905209c1649a6604b3c272627f39c910d0e14f49 authored almost 8 years ago by Daniel Tschinder <[email protected]>
Merge pull request #519 from chrisvasz/master

Add loose-envify transform to package.json

99766dd1a276fa14bfb9444dc8ab5db044094bb3 authored almost 8 years ago by Brian Vaughn <[email protected]>
Removed package dependency on loose-envify

Left the browserify transform in place for the loose-envify plugin.

578ce90c70e874f2d15c651d4c28a46aa997bcbe authored almost 8 years ago by Brian Vaughn <[email protected]>
Update dom-helpers

aba50ad33a43f22425dbb45787737d46dc60389b authored almost 8 years ago by Daniel Tschinder <[email protected]>
Added :rowData param to default Table row renderer

449717a334844c5331f134f2b546aa3cb1325bbb authored almost 8 years ago by Brian Vaughn <[email protected]>
Fixed README links to demo site RE issue #520

4eceeca6821a59c0b5937e617fff4cd8490fa5ef authored almost 8 years ago by Brian Vaughn <[email protected]>
Add loose-envify transform to package.json

5a21b77e86dce905c0ab958722b54949f36ab8a7 authored almost 8 years ago by Chris Vaszauskas <[email protected]>
Fixed a bug with style-cache that caused stale cell-sizes to be used when resized.

ae38b6f58478026e6f19d828cad85a05fefd4260 authored about 8 years ago by Brian Vaughn <[email protected]>
Preparing for 8.8.0 release

e4358d98d190066197a0cdee2dc72987e7d9a657 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #506 from bvaughn/style-equality-fork

Reduce unnecessary render() calls by ensuring ref equality with style objects

89de97e7b937275d546eb582a9606986908bbcd2 authored about 8 years ago by Brian Vaughn <[email protected]>
Changed style-cache key strategy

Also alpha-sorted, added some unit tests, fixed a small bug or two (eg reset style cache in r...

25293e18a0221afcf2fc6c072a3a8abdaa91eaab authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #507 from edulan/extract-detect-element-styles

Avoid duplicated style declarations for detectElementResize

03d9cc3687fbb4c54401b59acbbc9440891b2349 authored about 8 years ago by Brian Vaughn <[email protected]>
Reuse style tag for detectElementResize

1677ada2556b96afe8e4d75bad0818ea5a396945 authored about 8 years ago by Eduardo Lanchares <[email protected]>
Merge branch 'style-equality' of https://github.com/MalucoMarinero/react-virtualized into MalucoMarinero-style-equality

17d4a611cc4c3e198167b66c55e93441cae8580f authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #501 from morozow/patch-1

Fixed incorrect types for onScroll method description.

488b7eb0dc1c56d30b5007094745ee56a7d479da authored about 8 years ago by Brian Vaughn <[email protected]>
Removed additional space

44584bba84ff2e865915fa391776a0c01e031db9 authored about 8 years ago by Brian Vaughn <[email protected]>
Update Table.md

Fixed invalid type for onScroll scrollHeight param

496574dc2e60b9fcccac9945b8470a6be1eb9b2a authored about 8 years ago by Roman <[email protected]>
Reverted part of the change introduced in version 8.6.0 that changed the behavior regarding controlled/uncontrolled and props and in a way that was not backwards compatible. (See issue #490 for more.)

32454e0c85ce5bfea8b86154d1fa569022f2cb15 authored about 8 years ago by Brian Vaughn <[email protected]>
Added to to handle case when header items change or resize. also better handles window resize events.

2e91ec7ffb59f1aefbedf0143f2ed1b472a0099c authored about 8 years ago by Brian Vaughn <[email protected]>
Prepping for 8.6.1 release

d44dde177ef7d6fe99c74228d0fed2e00b202b5a authored about 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'arusakov-486_cell_size_cache_optimisation'

5c2b141f97a5ab90c50f2037a1aa456e2e84eb13 authored about 8 years ago by Brian Vaughn <[email protected]>
Update CellSizeCache interface for better perfomance (#486)

29cec611175e56e7e59f814ed89c342291078472 authored about 8 years ago by arusakov <[email protected]>
Prepping 8.6.0 release

2a721a74a1cd48bcfda7b2495578fa517d01239c authored about 8 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG for upcoming release

05570f853050c7095ffd71120ced821b8d6eb9d4 authored about 8 years ago by Brian Vaughn <[email protected]>
Minor formatting tweaks

643d8a2b5ab65134f60099042ae95cfe32e171e3 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #482 from lic-nz/fix-scroll-position-from-props

Prevent internal scroll position overwriting scroll position from props

cc83019e859f7e1e0d776917b25453791f63da45 authored about 8 years ago by Moshe Brevda <[email protected]>
Updated CHANGELOG in advance of upcoming release

c7bb0b7dc7f9ab81d5557892f5917fe2d393d3ee authored about 8 years ago by Brian Vaughn <[email protected]>
Removed outdated warning about using CellMeasurer with List now that it's supported by default

197a5c38a9fb11d12ed028792c80a4644fa124c3 authored about 8 years ago by Brian Vaughn <[email protected]>
Updated tests for new CellMeasurer render :index param

919e34260968096cffc41c27867f2f99c93c042b authored about 8 years ago by Brian Vaughn <[email protected]>
Fixed code-style issue

2ddaed2cc615a81725f236cc8d76244c1ef02f12 authored about 8 years ago by Rômulo Fernandes <[email protected]>
Update CellMeasurer documentation

42493ce906f32e4d946c905961bdfdc07a90e5f8 authored about 8 years ago by Rômulo Fernandes <[email protected]>
Updated cellRenderer callback parameters to also match List rowRenderer

a8f039fd1ca9b7a0f5b6f0f56b69c94b3de858c1 authored about 8 years ago by Rômulo Fernandes <[email protected]>
Reduce unnecessary render() calls by ensuring ref equality with style

objects.

Adds a style objects cache to the Grid Component, which is used by the
defaultCellRange...

7b30b168023b168d120f53683272d7494b85f21f authored about 8 years ago by James Rakich <[email protected]>
Prevent internal scroll position overwriting scroll position from props

* When the scroll position is updated internally (i.e. the inner
container is scrolled), it pr...

36e14b6ee73b5f02184b0a2fd636059eb4904550 authored about 8 years ago by Brad Christensen <[email protected]>
Alpha-sort docs props

0182729675709fdfe19c1d23ce294c9e26d48168 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #480 from jpollard-cs/patch-2

Update CellMeasurer.md

6391b026131061553781471a0756f30ba1201c3c authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #478 from bvaughn/overscan-predictive-shift

Changed predictive overscan cell shifting to improve perf

e1cc6bf73d46f01c46002d332fe530fa83ae6fc8 authored about 8 years ago by Brian Vaughn <[email protected]>
Update package.json

Removed `-beta` suffix.

bc1662d8a157be0e7d0435ec7c4b4d0ff9966a56 authored about 8 years ago by Brian Vaughn <[email protected]>
Tagged for beta

7ff1dae5db7659016b10d023be69a46090b39162 authored about 8 years ago by Brian Vaughn <[email protected]>
Update CellMeasurer.md

a88ab9e79327ad9c5012e44c9d1f8f2f7c929756 authored about 8 years ago by Jordan <[email protected]>
Update CellMeasurer.md

8e5ff3716ccd226c2b59a598bd1fd6c4b16d77e9 authored about 8 years ago by Jordan <[email protected]>
Update CellMeasurer.md

While it may be tempting to share the `List` props with the `CellMeasurer` I think it is best to...

414b46e2cf53043214ddb3ef612bdc1f6a7251a6 authored about 8 years ago by Jordan <[email protected]>
package and CHANGELOG

3816bbf9d0f8c3eddbc4041a9c37307705b8774e authored about 8 years ago by Brian Vaughn <[email protected]>
Changed predictive overscan cell shifting to improve perf

React reinstantiates components that have been unmounted and remounted. If components are expens...

7af0454cb80b1590af9818ecbfbf21b0d51a6734 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #475 from romulof/master

Updated AutoSizer documentation

007a939474923b97b0a3acc24c0b0410aab8e9f1 authored about 8 years ago by Brian Vaughn <[email protected]>
Updated AutoSizer documentation

javascript-detect-element-resize does some direct DOM manipulation and it was creating some spoo...

c8c38002d74369b10fd26a5739dfd30963a00a64 authored about 8 years ago by Rômulo Fernandes <[email protected]>
Merge branch 'romulof-master'

d14cfe6503ee5325a4be305e8dbc9024ab65e140 authored about 8 years ago by Brian Vaughn <[email protected]>
Removed unnecessary React import

1c90cd3676109fd310cf158039ef1d3dee7c8387 authored about 8 years ago by Brian Vaughn <[email protected]>
Remove unnecessary div wrapper in WindowScroller

eccdd26828f1d2baa7f145d07d47868fa6ef4fa3 authored about 8 years ago by Rômulo Fernandes <[email protected]>
Merge pull request #1 from bvaughn/master

Update fork

bd623bfaf8aea8ca73eeb23c4dc5e01e807c70a3 authored about 8 years ago by Rômulo Fernandes <[email protected]>
Prepping for 8.5.2

800ca3e3af39ce970a08ffb48bacf977e5afa7e1 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'neoziro-fix-getComputedStyle'

6a8bfc2cb71000f89537e7c94e8217b3278e93c2 authored about 8 years ago by Brian Vaughn <[email protected]>
Fix getComputedStyle can return null

902fe46fa5feb0cc054a6570e3711d1f86ff62a0 authored about 8 years ago by Greg Bergé <[email protected]>
Merge pull request #464 from jpollard-cs/patch-1

Update CellMeasurer.md

95a31c9f55dd8a5f2b9726bff673ea249f87c807 authored about 8 years ago by Brian Vaughn <[email protected]>
Update CellMeasurer.md

per documents `List` should be passed a prop named `rowRenderer` not `cellRenderer`

4993b75421ba8e48fea72a55f9c20be085d1fc46 authored about 8 years ago by Jordan <[email protected]>
Updated react-router to Alpha v5 to fix new-tab links

c768bf3b988e44dcd03103d996610a0bbfd3021a authored about 8 years ago by Brian Vaughn <[email protected]>
Reverted HashRouter basename change

21c8feeee77c81e35df09f3626c5c9bd37291b7d authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #462 from cesarandreu/fix-demo-links

Add basename to fix demo links

d1d404456bf062e21402e68a6f1164c3dd33c018 authored about 8 years ago by Brian Vaughn <[email protected]>
Add basename to fix demo links

93bae18a945cc939ebc0bdd0a621abf8af303b97 authored about 8 years ago by Cesar Andreu <[email protected]>
Prepping for 8.5.1

2390c02d7add01f622d5ccc30d463e9e5d1401f8 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #460 from Jakehp/issues/459

When table header is disabled, rows get all available height

e9c8154410f9c278127691ecfaeedf1a0026cb67 authored about 8 years ago by Brian Vaughn <[email protected]>
When header is disabled, rows get all available height

fed675543366181baa9e9305b7108dfaddcab487 authored about 8 years ago by jake <[email protected]>
Merge branch 'master' of github.com:bvaughn/react-virtualized

c44ef4ff4ea672325e13732cc56bdf040e9e944e authored about 8 years ago by Brian Vaughn <[email protected]>
Removed unnecessary ref from CellMeasurer example

90a415c0ab541d56c1c34e24a6d9b3369b49947d authored about 8 years ago by Brian Vaughn <[email protected]>
Added property to ; when this component ignores keyboard events.

1190c9cf79f75793ff1fd6d83a16778b880c9a84 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #456 from kennethtruong/patch-1

Update size to height in basic Collection Example

f6864781fbcc2192ff19b614c728712dade1f1c4 authored about 8 years ago by Brian Vaughn <[email protected]>
Update size to height in basic Collection Example

e8d49b4063ec83525b481c912959fd60c3297e05 authored about 8 years ago by Kenneth Truong <[email protected]>
and now set a default style property. Neither component gracefully handles RTL layout at the moment and so it is disabled by default. Cells within either component can be layed out RTL without any problem though. To do so, just add an additional style property via the cell renderer.

7595de7cf7dc8beef39b6383f8fbbeb0f5f9eddf authored about 8 years ago by Brian Vaughn <[email protected]>
incrementing behavior can now be further customized via new prop.

Default behavior will remain the same (eg ).
Use to prefer smaller increments.

320f3a57bc1b68ceed3b07d66691e7d7ddf13b18 authored about 8 years ago by Brian Vaughn <[email protected]>
Prepping for 8.3.1 release

2fb36eb4a16439793396a2fa76ba6837c234bf58 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #449 from coluccini/collection-scrolltopcell-scrolling-bug

scrollToAlignment should be pull from props and not from state

9a470bdda0b3e112eeaa8bfb5f33b0c0c1812091 authored about 8 years ago by Brian Vaughn <[email protected]>
Prepping for 8.3.0 release

df1a05e8a931142c298b8dc3f6af287241d957f8 authored about 8 years ago by Brian Vaughn <[email protected]>
Added isVisible property to List. Updated docs and added tests.

60ebda051233db051f32242fa525ff5c1f1ebe79 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'mbrevda-isVisable'

dc15d62c41a02f8d6d748c83d03817f02949594a authored about 8 years ago by Brian Vaughn <[email protected]>
Linting/formatting changes

e5d3f224cd6c29e221be18e36929e4b33d31cbfa authored about 8 years ago by Brian Vaughn <[email protected]>
Used correct variable

d6950e629151900df752a65fb1e3698bf2a89dcf authored about 8 years ago by Moshe Brevda <[email protected]>
Fix lint

deffdc4ff06f57278ae37de42f079c50771196ab authored about 8 years ago by Moshe Brevda <[email protected]>
removed unused props

fbd240c1a469243328837f4858e6b5e52e17cbb5 authored about 8 years ago by Moshe Brevda <[email protected]>
Determine visibility using precomputed properties

0d5ada0ac5c74a458126b31745f80329881dba0d authored about 8 years ago by Moshe Brevda <[email protected]>
scrollToAlignment should be pull from props and not from state

0ea83fcee30fe8e87b477e7ce036dda3e91f8b84 authored about 8 years ago by Felipe Saal <[email protected]>
Switched new param to bool isVisible

899576355aa923ceb1dc984691f7d4890a0e3417 authored about 8 years ago by Moshe Brevda <[email protected]>
Add visibility

2d846bf1c2640c09a6ae84a4016b434460814ad7 authored about 8 years ago by Moshe Brevda <[email protected]>
Filter Table-id from passing down to Grid. Prepping 8.2 release

6d8af381f4b689a9916b014b02e398c247e1e881 authored about 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'mnquintana-id-passthru-prop'

d4b328ce9595b8d05966deb8e3e88b0149a4c156 authored about 8 years ago by Brian Vaughn <[email protected]>
Tweaked tests slightly for new :id prop

4cb11a163ec0c0ecffd77f9b51cbaeeae2f19731 authored about 8 years ago by Brian Vaughn <[email protected]>
Removed unnecessary List :id prop

d88ae9975d803a7ac72b6c7c2b46addc5ffad3a2 authored about 8 years ago by Brian Vaughn <[email protected]>
Removed 'CSS' from 'CSS id' doc comments

c62f93a7737d92ed3a84f8f0dc0880b16f9c73df authored about 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'id-passthru-prop' of https://github.com/mnquintana/react-virtualized into mnquintana-id-passthru-prop

412ea3e0c5b236a3f14f17c47716040de9037572 authored about 8 years ago by Brian Vaughn <[email protected]>