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

Remove index from items in example

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

github.com/bvaughn/react-virtualized - 274048a131645fe7db6697289d9fa514e0ad85cf authored over 7 years ago by Leonardo Andres Garcia Crespo <[email protected]>
Added Masonry link to docs in README

github.com/bvaughn/react-virtualized - 0268325b59708040379c083ad1338a0d692249a0 authored over 7 years ago by Brian Vaughn <[email protected]>
Attempted fix to CircleCI Jest crash

github.com/bvaughn/react-virtualized - 9c24ae52344c18f30231b1a90237f71fa1f99255 authored over 7 years ago by Brian Vaughn <[email protected]>
Removed lingering React.PropTypes reference in InfiniteLoader.

github.com/bvaughn/react-virtualized - 7ea5fc5ddd54cc0cd40139852439f86531b335d8 authored over 7 years ago by Brian Vaughn <[email protected]>
Updated demo site to use react-router 4.0.0 instead of 4.0.0-alpha.5

github.com/bvaughn/react-virtualized - da79c04752edc4d3e396c0ea2a0a22a02545b806 authored over 7 years ago by Brian Vaughn <[email protected]>
Updated PropTypes to come from prop-types. Added prop-types dependency to avoid deprecation warnings for React 15.5+.

github.com/bvaughn/react-virtualized - 5ef244538fdcf47fda8529d659f9001b81aafc16 authored over 7 years ago by Brian Vaughn <[email protected]>
Added new scroll-to methods to Table as well

github.com/bvaughn/react-virtualized - ca20a0a56b4109ea5613ac566361163ee942e2e2 authored over 7 years ago by Brian Vaughn <[email protected]>
Added some docs, tweaked a few things, expanded tests, etc for scrollToPosition / getOffsetForCell

github.com/bvaughn/react-virtualized - 3ab4597d6d13f4269c8430249d305266e33600b3 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge branch 'add-public-methods-for-animation' of https://github.com/imadha/react-virtualized into imadha-add-public-methods-for-animation

github.com/bvaughn/react-virtualized - 26882f23ebe6ca423cb55d8f9d64d8132333dbce authored over 7 years ago by Brian Vaughn <[email protected]>
Work in changes requested in PR #641

- Remove unneeded function bindings
- Do not default `Grid.scrollToPosition` params to 0
- Ad...

github.com/bvaughn/react-virtualized - 21e791ececbe9d89bea0bd35db9ad10f93db8350 authored over 7 years ago by imadha <[email protected]>
Fixed an invalid import in a vendored file

github.com/bvaughn/react-virtualized - 84bac5958e79ab52c1b9258a62ccdcec712af8c0 authored over 7 years ago by Brian Vaughn <[email protected]>
9.6.0 release prep

github.com/bvaughn/react-virtualized - 10679d6648671cc7121246df4c5c15d8060a2565 authored over 7 years ago by Brian Vaughn <[email protected]>
CHANGELOG update

github.com/bvaughn/react-virtualized - 47329a771d502f9ff3763782931dd9f62aca9841 authored over 7 years ago by Brian Vaughn <[email protected]>
Replaced external interval-tree-1d/binary-search-bounds deps

This was done to avoid a CSP violation caused by binary-search-bounds use of 'new Function(...)' ...

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

github.com/bvaughn/react-virtualized - 327be9fa8268cadb58360d149585a3e2240e692e authored over 7 years ago by Brian Vaughn <[email protected]>
WindowScroller adjustments based on my own PR feedback

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

github.com/bvaughn/react-virtualized - 9c4f8453d8f1b4c97211a01a6c8b022de2999721 authored over 7 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG for upcoming release

github.com/bvaughn/react-virtualized - 19243b7eba328b97dae4e9b02424a76ef3faee10 authored over 7 years ago by Brian Vaughn <[email protected]>
Grid no longer alters scroll direction for one axis (eg vertical) if a scroll event occurs for another axis (eg horizontal).

github.com/bvaughn/react-virtualized - 2945807e997d7ae4b3e39caa323f03fc01fe4db6 authored over 7 years ago by Brian Vaughn <[email protected]>
Changed default overscan behavior for List and Table to ensure there's always at least 1 row overscanned in a given direction. This helps with a keyboard accessibility (TAB / TAB+SHIFT) problem reported in issue #625. Grid overscan behavior is not adjusted by default because I didn't want to impact performance too much.

github.com/bvaughn/react-virtualized - e6656c148e32e3885b6d6e7f1e81bf9d6cae3b67 authored over 7 years ago by Brian Vaughn <[email protected]>
Adds public method: `Grid.scrollToPosition`

- Calls `Grid._setScrollPosition`, falls back to 0 pixels
- Also adds `List.scrollToPosition`

github.com/bvaughn/react-virtualized - 4d73d97084a362de26aa19a9149049ddaa5214ba authored over 7 years ago by imadha <[email protected]>
Adds public method: `Grid.getScrollLeft`

- Abstracts calculation of `scrollLeft` in `Grid._updateScrollLeftForScrollToColumn` to new method

github.com/bvaughn/react-virtualized - 11c78ab4aa614902f9c66b2c0d54bda0b08e8d85 authored over 7 years ago by imadha <[email protected]>
Adds public method: `Grid.getScrollTop`

- Abstracts calculation of `scrollTop` in `Grid._updateScrollTopForScrollToRow` to new method
...

github.com/bvaughn/react-virtualized - 47f10e405dbf97466f1fd7a776866913aeeb7ed5 authored over 7 years ago by imadha <[email protected]>
implement autoWidth for Grid

github.com/bvaughn/react-virtualized - 627c45f4288e43a60ad50bcea5d7328e43e96187 authored over 7 years ago by Max Nowack <[email protected]>
enable horizontal position measuring with WindowScroller

github.com/bvaughn/react-virtualized - 85f63403cd64ba898f406d8872e4212cec978510 authored over 7 years ago by Max Nowack <[email protected]>
Tweaked docs

github.com/bvaughn/react-virtualized - 84064cd70e0bce541f06819d701f385ce5a7d774 authored over 7 years ago by Brian Vaughn <[email protected]>
Pass proper :isScrolling value to various places in Grid that require it. Added unit test coverage. Updated docs

github.com/bvaughn/react-virtualized - 887ab0daaf74ea48f674a959269f184573df0885 authored over 7 years ago by Brian Vaughn <[email protected]>
Allow Grid.props.isScrolling to override Grid.state.isScrolling in _calculateChildrenToRender

github.com/bvaughn/react-virtualized - d44b8d647ea42edef5c3a57208165ea84a5cdbed authored over 7 years ago by olavk <[email protected]>
Prep for 9.4.2 release

github.com/bvaughn/react-virtualized - 5984b6f6193e4f0df362b48588256fc15e03d3a4 authored over 7 years ago by Brian Vaughn <[email protected]>
Added columnWidth parameter to ColumnSizer and deprecated getColumnWidth callback. The callback was not necessary since columnWidth doesn't change without a re-render and fixed number values perform better in Grid due to some internal optimizations anyway.

github.com/bvaughn/react-virtualized - 6aec1f2ecfaf75656a1d81b009d901b3ed435df7 authored over 7 years ago by Brian Vaughn <[email protected]>
Small a11y tweaks for MultiGrid to prevent focus-outline from being clipped. Also disabled tab-focus for non-scrollable Grids.

github.com/bvaughn/react-virtualized - 0dd8792d46f4396b40fd6e75aa4974104e2ce9e7 authored over 7 years ago by Brian Vaughn <[email protected]>
Fixed insecure URL in demo site

github.com/bvaughn/react-virtualized - 018978c42d4d93d91afea6caa7315a4c60534781 authored over 7 years ago by Brian Vaughn <[email protected]>
Revert 8857680 since it caused a regression (see note on PR #616)

github.com/bvaughn/react-virtualized - 5d6cea6971dfdc5140a80a6f9daa8a3d1e0b2a1c authored over 7 years ago by Brian Vaughn <[email protected]>
Updated InfiniteLoader tests slightly for better coverage

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

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

github.com/bvaughn/react-virtualized - f77abc3436fbd6a7220e863e50a2b1f0c60d13ca authored over 7 years ago by Brian Vaughn <[email protected]>
Renamed unused param in Table > Column > defaultCellRenderer

github.com/bvaughn/react-virtualized - 3dca89dac55ec24670c65d484efaecd86d6e3f27 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #633 from David-Shibley/patch-1

I noticed a typo.

github.com/bvaughn/react-virtualized - 1819a417048f1e2e4e4f2030c910ecb7ea86746d authored over 7 years ago by Brian Vaughn <[email protected]>
noticed a typo

github.com/bvaughn/react-virtualized - ee6bc5d2619145d4bfed9712f8c01fa6862ee33a authored over 7 years ago by David Shibley <[email protected]>
Fixed infinite loader jumping to the top row when scrolling fast

forceUpdateReactVirtualizedComponent is called when refreshing visible
rows after loading data. ...

github.com/bvaughn/react-virtualized - 0e59d302c09b8100a6b070d9a239cf193f51090b authored over 7 years ago by reVrost <[email protected]>
Prepping 9.4.0

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

Masonry component [WIP]

github.com/bvaughn/react-virtualized - 7e241ba45370a22e981891c8278767117a8c8523 authored over 7 years ago by Brian Vaughn <[email protected]>
Masonry component now works with WindowScroller and external scrollTop prop

github.com/bvaughn/react-virtualized - cba3b0b274f3aef11eaa11a37685401a7fcb45d6 authored over 7 years ago by Brian Vaughn <[email protected]>
Initial commit of Masonry component

github.com/bvaughn/react-virtualized - c6747784dc0958ff57de18d1c1719f4b43939dd9 authored over 7 years ago by Brian Vaughn <[email protected]>
Added default simple layout algorithm for Masonry (createCellPositioner)

github.com/bvaughn/react-virtualized - f2bce88e32b393c0f9276076061899f6287e3951 authored over 7 years ago by Brian Vaughn <[email protected]>
Added a Masonry test for keyMapper

github.com/bvaughn/react-virtualized - 947f8062fcc62b0f1fa29407c34eb8149863cc85 authored over 7 years ago by Brian Vaughn <[email protected]>
Fixed CellMeasurer docs (added constraints, corrected an example

github.com/bvaughn/react-virtualized - b78a5206bc107440e47616c54ec23c871a554c7d authored over 7 years ago by Brian Vaughn <[email protected]>
Initial pass at Masonry docs

github.com/bvaughn/react-virtualized - acadf525b56ff1242587d83f73786300e9031fff authored over 7 years ago by Brian Vaughn <[email protected]>
Updated CellMeasurer and cache to support :index for more intuitive API with Masonry

github.com/bvaughn/react-virtualized - 42d82ae5763b722f092980df6a5b8ba464ec69e8 authored over 7 years ago by Brian Vaughn <[email protected]>
Removed the need for the columnCount param

github.com/bvaughn/react-virtualized - 418271f852fa4889bf7bd61c4087707d2490b476 authored over 7 years ago by Brian Vaughn <[email protected]>
Added basic Masonry unit tests

github.com/bvaughn/react-virtualized - a7c954fbedd81def13c56986a4ca76796d763cbc authored over 7 years ago by Brian Vaughn <[email protected]>
Address several TODOs in Masonry component

github.com/bvaughn/react-virtualized - df20d0167629146e4db045a001662496d3016ceb authored over 7 years ago by Brian Vaughn <[email protected]>
AutoSizer no longer re-renders nor calls onResize callback unless width and/or height have changed (depending on which properties are being watched).

github.com/bvaughn/react-virtualized - 049c039acb72e86a422ee31eb1321bed03890630 authored over 7 years ago by Brian Vaughn <[email protected]>
Updated CellMeasurer image example to use fillmurray.com

github.com/bvaughn/react-virtualized - 978ec146f6ad685048af4adb880a7c5420eefc53 authored over 7 years ago by Brian Vaughn <[email protected]>
Replaced getBoundingClientRect() with slightly faster offsetWidth and offsetHeight inside of AutoSizer.

github.com/bvaughn/react-virtualized - 4f20b04d547226387e04160d7c8a46673bef73be authored over 7 years ago by Brian Vaughn <[email protected]>
Updating CHANGELOG in advance of 9.4.0 release

github.com/bvaughn/react-virtualized - d28aa137895c5dbb00008ad845bcf45c18f1ba01 authored over 7 years ago by Brian Vaughn <[email protected]>
Fixed linting issue

github.com/bvaughn/react-virtualized - 5aed1a994e0b48b9bbbb928a51712faade7945f0 authored over 7 years ago by Brian Vaughn <[email protected]>
Merge pull request #629 from offsky/issue627

Adding direction to overscanIndicesGetter

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

github.com/bvaughn/react-virtualized - 0dd3f9946a34f96c3b0960ef44872b1b402180d3 authored over 7 years ago by Jake Olefsky <[email protected]>
More doc updates

github.com/bvaughn/react-virtualized - 3b9e8b4a6eea35cb175f3c99d4ed42ee10d8b88d authored over 7 years ago by Jake Olefsky <[email protected]>
Update defaultOverscanIndicesGetter so people have it for documentation purposes

github.com/bvaughn/react-virtualized - 28cd0485a714c71828f4806c54942bd63a3923b0 authored over 7 years ago by Jake Olefsky <[email protected]>
Adding direction to overscanIndecesGetter

github.com/bvaughn/react-virtualized - 42e3a51125f54f429a506689708d2cd58f158dc5 authored over 7 years ago by Jake Olefsky <[email protected]>
Merge pull request #624 from julianwong94/sync-multigrid-scroll-props

Allow syncing of scrollLeft and scrollTop from props

github.com/bvaughn/react-virtualized - 120cd3b6d0e3c89722831bba0cb7d4eebe0d30da authored over 7 years ago by Brian Vaughn <[email protected]>
Change to compare nextProps with this.props instead of this.state

Fix to compare nextProps with this.props to not interfere with user scrolling. Modify comparison...

github.com/bvaughn/react-virtualized - 4dfd8650adacbca7f58ce27c1b77312b8d17e8a6 authored almost 8 years ago by Wong <[email protected]>
Allow syncing of scrollLeft and scrollTop from props

MultiGrid manages scrollLeft and scrollTop through state and ignored them through props. Now syn...

github.com/bvaughn/react-virtualized - 9aaf7f70d82669ddc0c7545e53922cf2ce2b3069 authored almost 8 years ago by Wong <[email protected]>
Adjusted Grid scroll boundaries checks to include left also

github.com/bvaughn/react-virtualized - 2ede7e5aff351f1f3f59389570e3e7fb79b23786 authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'patch-2' of https://github.com/toddtarsi/react-virtualized into toddtarsi-patch-2

github.com/bvaughn/react-virtualized - 085f8341b6a678b49e67af2c988688c248291069 authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #617 from odogono/require-fix

Remove require in favour of import

github.com/bvaughn/react-virtualized - 3e9ed36e109bac2d04a09b792939ee41b71c6502 authored almost 8 years ago by Brian Vaughn <[email protected]>
remove require in favour of an import, as this messed

up use with rollup.

github.com/bvaughn/react-virtualized - 4ea91611b2b54a1a586187619a3ae226fad9bc54 authored almost 8 years ago by Alex Veenendaal <[email protected]>
Allow for rubber band overscrolling on iOS

Untested Resolution for follow up by @maxsalven on #566

github.com/bvaughn/react-virtualized - 8857680dc1ac2b4b8cba2018e5c07056eda6f981 authored almost 8 years ago by toddtarsi <[email protected]>
Prep for 9.3.0

github.com/bvaughn/react-virtualized - 403d765a8b895e3096667012981e451b17d5b937 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added resetLoadMoreRowsCache method to InfiniteLoader to reset any cached data about loaded rows. This method should be called if any/all loaded data needs to be refetched (eg a filtered list where the search criteria changes).

github.com/bvaughn/react-virtualized - 6a2721ffbb756529a1b10b95a425be1796056e74 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.3 prep

github.com/bvaughn/react-virtualized - 24f9078d676fce9f969a83634559899cb6e5868e authored almost 8 years ago by Brian Vaughn <[email protected]>
CellMeasurerCache keyMapper should be compatible with rowHeight and columnWidth functions

github.com/bvaughn/react-virtualized - ed887bb8e7141ac04081d50fa6b1f22fde429bf3 authored almost 8 years ago by Brian Vaughn <[email protected]>
CellMeasurer plays nicely with MultiGrid now

github.com/bvaughn/react-virtualized - 952ccc6f05500404892a7a3aa77c2d5956564554 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added warning about overscan usage

github.com/bvaughn/react-virtualized - 77cd7b78cf137a8a89bbc95d9d9d8ec2bebfcd37 authored almost 8 years ago by Brian Vaughn <[email protected]>
Hardened up style prop check

github.com/bvaughn/react-virtualized - effc1159f4fa8b26b5d4cb967445584f805b8edd authored almost 8 years ago by Brian Vaughn <[email protected]>
Improved Grid cell missing style warning to better cover CellMeasurer

github.com/bvaughn/react-virtualized - bc1fdeb4e92045ab14bb8d25aa90f460e9ba7554 authored almost 8 years ago by Brian Vaughn <[email protected]>
CellMeasurer docs examples now explicitly show style param usage

github.com/bvaughn/react-virtualized - 140382ae63bbfae41d8e7d725fa81a4a8a35fe3d authored almost 8 years ago by Brian Vaughn <[email protected]>
Docs improvements

github.com/bvaughn/react-virtualized - 90c39f51efc77f9b22c0d6202ca8f0daf511c089 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.2 release

github.com/bvaughn/react-virtualized - 0a100afaf0715672b022f462de9f6e064857bd47 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fixed silly logic error in MultiGrid WRT scrollbar space cell.

This fix won't affect runtime behavior so it can go out with the next release. Just tidying up.

github.com/bvaughn/react-virtualized - 9f5e4964654611f9d1806d02707961b8c4627915 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.1 prep

github.com/bvaughn/react-virtualized - 9406adcb7830c23c181909ec56d2182ae7aa4514 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fixed potential scrollbar offset bug in MultiGrid by giving top and left Grids a little extra space to scroll into. (https://github.com/bvaughn/react-virtualized/pull/535)

github.com/bvaughn/react-virtualized - bcb3b3f1c354afc96f4f897b025d68f23e4260c5 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.0 prep

github.com/bvaughn/react-virtualized - 31ae601bffc179e4234c95376a3ad169c7224011 authored almost 8 years ago by Brian Vaughn <[email protected]>
Calling scrollToRow for List/Table no longer potentially interferes with scrollLeft offset

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

github.com/bvaughn/react-virtualized - eab6b24296f50708a62521982a94d67188fc3a8d authored almost 8 years ago by Brian Vaughn <[email protected]>
Changed Grid role within Table to 'rowgroup'

github.com/bvaughn/react-virtualized - 01df4240d84f571915874c40195af95ae0dc93c4 authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge branch 'update-table-aria-roles' of https://github.com/jchen527/react-virtualized into jchen527-update-table-aria-roles

github.com/bvaughn/react-virtualized - 0e8312d17151fd6ee7b67ad9b7f211eb35ba2fe2 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fix aria roles for the table component

Move role="grid" from the inner grid to the table and add
role="row" to all table rows. Fixes #606.

github.com/bvaughn/react-virtualized - c506d710f0356649d4d025cca5b0f7d83619fa7f authored almost 8 years ago by Jackie Chen <[email protected]>
CHANGELOG edit

github.com/bvaughn/react-virtualized - 2c50cec7ca2642fd9f6c37577c66d442024dc207 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added new :event named param to Table event handlers

github.com/bvaughn/react-virtualized - 3fc7b9d271d067605985b7dc8038ab0ac2f7b78d authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated Jest tests around on-click handlers for Table

github.com/bvaughn/react-virtualized - d609a9caaaa53845930d74f8fa0429ae41af107b authored almost 8 years ago by Brian Vaughn <[email protected]>