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

Remove index from items in example

309cf464106ce1f5cfdec6b73b92e13f5454ca58 authored almost 8 years ago by Leonardo Andres Garcia Crespo <[email protected]>
Add scrollToIndex support in WindowScroller

274048a131645fe7db6697289d9fa514e0ad85cf authored almost 8 years ago by Leonardo Andres Garcia Crespo <[email protected]>
Added Masonry link to docs in README

0268325b59708040379c083ad1338a0d692249a0 authored almost 8 years ago by Brian Vaughn <[email protected]>
Attempted fix to CircleCI Jest crash

9c24ae52344c18f30231b1a90237f71fa1f99255 authored almost 8 years ago by Brian Vaughn <[email protected]>
Removed lingering React.PropTypes reference in InfiniteLoader.

7ea5fc5ddd54cc0cd40139852439f86531b335d8 authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated demo site to use react-router 4.0.0 instead of 4.0.0-alpha.5

da79c04752edc4d3e396c0ea2a0a22a02545b806 authored almost 8 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+.

5ef244538fdcf47fda8529d659f9001b81aafc16 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.7.0 prep

a24c3efae7fb444491414f2a3f82870f4f697a83 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added new scroll-to methods to Table as well

ca20a0a56b4109ea5613ac566361163ee942e2e2 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added some docs, tweaked a few things, expanded tests, etc for scrollToPosition / getOffsetForCell

3ab4597d6d13f4269c8430249d305266e33600b3 authored almost 8 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

26882f23ebe6ca423cb55d8f9d64d8132333dbce authored almost 8 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...

21e791ececbe9d89bea0bd35db9ad10f93db8350 authored almost 8 years ago by imadha <[email protected]>
Fixed an invalid import in a vendored file

84bac5958e79ab52c1b9258a62ccdcec712af8c0 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.6.0 release prep

10679d6648671cc7121246df4c5c15d8060a2565 authored almost 8 years ago by Brian Vaughn <[email protected]>
CHANGELOG update

47329a771d502f9ff3763782931dd9f62aca9841 authored almost 8 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(...)' ...

e7337fb0116bdc3fae3d87662c0bf3fbc91963d1 authored almost 8 years ago by Brian Vaughn <[email protected]>
CHANGELOG update

327be9fa8268cadb58360d149585a3e2240e692e authored almost 8 years ago by Brian Vaughn <[email protected]>
WindowScroller adjustments based on my own PR feedback

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

9c4f8453d8f1b4c97211a01a6c8b022de2999721 authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG for upcoming release

19243b7eba328b97dae4e9b02424a76ef3faee10 authored almost 8 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).

2945807e997d7ae4b3e39caa323f03fc01fe4db6 authored almost 8 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.

e6656c148e32e3885b6d6e7f1e81bf9d6cae3b67 authored almost 8 years ago by Brian Vaughn <[email protected]>
Adds public method: `Grid.scrollToPosition`

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

4d73d97084a362de26aa19a9149049ddaa5214ba authored almost 8 years ago by imadha <[email protected]>
Adds public method: `Grid.getScrollLeft`

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

11c78ab4aa614902f9c66b2c0d54bda0b08e8d85 authored almost 8 years ago by imadha <[email protected]>
Adds public method: `Grid.getScrollTop`

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

47f10e405dbf97466f1fd7a776866913aeeb7ed5 authored almost 8 years ago by imadha <[email protected]>
implement autoWidth for Grid

627c45f4288e43a60ad50bcea5d7328e43e96187 authored almost 8 years ago by Max Nowack <[email protected]>
enable horizontal position measuring with WindowScroller

85f63403cd64ba898f406d8872e4212cec978510 authored almost 8 years ago by Max Nowack <[email protected]>
Tweaked docs

84064cd70e0bce541f06819d701f385ce5a7d774 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.5.0 prep

83148f17c6788e18e9cec21472cf7f7ef42e7263 authored almost 8 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

887ab0daaf74ea48f674a959269f184573df0885 authored almost 8 years ago by Brian Vaughn <[email protected]>
Allow Grid.props.isScrolling to override Grid.state.isScrolling in _calculateChildrenToRender

d44b8d647ea42edef5c3a57208165ea84a5cdbed authored almost 8 years ago by olavk <[email protected]>
Prep for 9.4.2 release

5984b6f6193e4f0df362b48588256fc15e03d3a4 authored almost 8 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.

6aec1f2ecfaf75656a1d81b009d901b3ed435df7 authored almost 8 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.

0dd8792d46f4396b40fd6e75aa4974104e2ce9e7 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fixed insecure URL in demo site

018978c42d4d93d91afea6caa7315a4c60534781 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.4.1 prep

11588141163f8ecd3b7b246495f49a94dda69774 authored almost 8 years ago by Brian Vaughn <[email protected]>
Revert 8857680 since it caused a regression (see note on PR #616)

5d6cea6971dfdc5140a80a6f9daa8a3d1e0b2a1c authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated InfiniteLoader tests slightly for better coverage

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

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

f77abc3436fbd6a7220e863e50a2b1f0c60d13ca authored almost 8 years ago by Brian Vaughn <[email protected]>
Renamed unused param in Table > Column > defaultCellRenderer

3dca89dac55ec24670c65d484efaecd86d6e3f27 authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #633 from David-Shibley/patch-1

I noticed a typo.

1819a417048f1e2e4e4f2030c910ecb7ea86746d authored almost 8 years ago by Brian Vaughn <[email protected]>
noticed a typo

ee6bc5d2619145d4bfed9712f8c01fa6862ee33a authored almost 8 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. ...

0e59d302c09b8100a6b070d9a239cf193f51090b authored almost 8 years ago by reVrost <[email protected]>
Prepping 9.4.0

ae913e3aa913828a82079126dbc20266e85dd593 authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #618 from bvaughn/masonry

Masonry component [WIP]

7e241ba45370a22e981891c8278767117a8c8523 authored almost 8 years ago by Brian Vaughn <[email protected]>
Masonry component now works with WindowScroller and external scrollTop prop

cba3b0b274f3aef11eaa11a37685401a7fcb45d6 authored almost 8 years ago by Brian Vaughn <[email protected]>
Initial commit of Masonry component

c6747784dc0958ff57de18d1c1719f4b43939dd9 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added default simple layout algorithm for Masonry (createCellPositioner)

f2bce88e32b393c0f9276076061899f6287e3951 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added a Masonry test for keyMapper

947f8062fcc62b0f1fa29407c34eb8149863cc85 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fixed CellMeasurer docs (added constraints, corrected an example

b78a5206bc107440e47616c54ec23c871a554c7d authored almost 8 years ago by Brian Vaughn <[email protected]>
Initial pass at Masonry docs

acadf525b56ff1242587d83f73786300e9031fff authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated CellMeasurer and cache to support :index for more intuitive API with Masonry

42d82ae5763b722f092980df6a5b8ba464ec69e8 authored almost 8 years ago by Brian Vaughn <[email protected]>
Removed the need for the columnCount param

418271f852fa4889bf7bd61c4087707d2490b476 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added basic Masonry unit tests

a7c954fbedd81def13c56986a4ca76796d763cbc authored almost 8 years ago by Brian Vaughn <[email protected]>
Address several TODOs in Masonry component

df20d0167629146e4db045a001662496d3016ceb authored almost 8 years ago by Brian Vaughn <[email protected]>
Docs tweak

a7d1886deeffa53bc113ecc5eebaa25855cfa873 authored almost 8 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).

049c039acb72e86a422ee31eb1321bed03890630 authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated CellMeasurer image example to use fillmurray.com

978ec146f6ad685048af4adb880a7c5420eefc53 authored almost 8 years ago by Brian Vaughn <[email protected]>
Replaced getBoundingClientRect() with slightly faster offsetWidth and offsetHeight inside of AutoSizer.

4f20b04d547226387e04160d7c8a46673bef73be authored almost 8 years ago by Brian Vaughn <[email protected]>
Updating CHANGELOG in advance of 9.4.0 release

d28aa137895c5dbb00008ad845bcf45c18f1ba01 authored almost 8 years ago by Brian Vaughn <[email protected]>
Fixed linting issue

5aed1a994e0b48b9bbbb928a51712faade7945f0 authored almost 8 years ago by Brian Vaughn <[email protected]>
Merge pull request #629 from offsky/issue627

Adding direction to overscanIndicesGetter

c77b523e31a73b812f0a230c27a98695282aa6b0 authored almost 8 years ago by Brian Vaughn <[email protected]>
Update to docs

0dd3f9946a34f96c3b0960ef44872b1b402180d3 authored almost 8 years ago by Jake Olefsky <[email protected]>
More doc updates

3b9e8b4a6eea35cb175f3c99d4ed42ee10d8b88d authored almost 8 years ago by Jake Olefsky <[email protected]>
Update defaultOverscanIndicesGetter so people have it for documentation purposes

28cd0485a714c71828f4806c54942bd63a3923b0 authored almost 8 years ago by Jake Olefsky <[email protected]>
Adding direction to overscanIndecesGetter

42e3a51125f54f429a506689708d2cd58f158dc5 authored almost 8 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

120cd3b6d0e3c89722831bba0cb7d4eebe0d30da authored almost 8 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...

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...

9aaf7f70d82669ddc0c7545e53922cf2ce2b3069 authored almost 8 years ago by Wong <[email protected]>
Adjusted Grid scroll boundaries checks to include left also

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

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

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.

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

8857680dc1ac2b4b8cba2018e5c07056eda6f981 authored almost 8 years ago by toddtarsi <[email protected]>
Lint fix

68a259ae6019dadf59fd7d66ce111da8960501af authored almost 8 years ago by Brian Vaughn <[email protected]>
Prep for 9.3.0

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).

6a2721ffbb756529a1b10b95a425be1796056e74 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.3 prep

24f9078d676fce9f969a83634559899cb6e5868e authored almost 8 years ago by Brian Vaughn <[email protected]>
CellMeasurerCache keyMapper should be compatible with rowHeight and columnWidth functions

ed887bb8e7141ac04081d50fa6b1f22fde429bf3 authored almost 8 years ago by Brian Vaughn <[email protected]>
CellMeasurer plays nicely with MultiGrid now

952ccc6f05500404892a7a3aa77c2d5956564554 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added warning about overscan usage

77cd7b78cf137a8a89bbc95d9d9d8ec2bebfcd37 authored almost 8 years ago by Brian Vaughn <[email protected]>
Hardened up style prop check

effc1159f4fa8b26b5d4cb967445584f805b8edd authored almost 8 years ago by Brian Vaughn <[email protected]>
Improved Grid cell missing style warning to better cover CellMeasurer

bc1fdeb4e92045ab14bb8d25aa90f460e9ba7554 authored almost 8 years ago by Brian Vaughn <[email protected]>
CellMeasurer docs examples now explicitly show style param usage

140382ae63bbfae41d8e7d725fa81a4a8a35fe3d authored almost 8 years ago by Brian Vaughn <[email protected]>
Docs improvements

90c39f51efc77f9b22c0d6202ca8f0daf511c089 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.2 release

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.

9f5e4964654611f9d1806d02707961b8c4627915 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.1 prep

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)

bcb3b3f1c354afc96f4f897b025d68f23e4260c5 authored almost 8 years ago by Brian Vaughn <[email protected]>
Typo fix

949a7267bfd4e57e412cf1fd564a5cb910034b02 authored almost 8 years ago by Brian Vaughn <[email protected]>
9.2.0 prep

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

7ad9b3d9eacb9226ed37c20dd0e5a968cdf80e06 authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG

eab6b24296f50708a62521982a94d67188fc3a8d authored almost 8 years ago by Brian Vaughn <[email protected]>
Changed Grid role within Table to 'rowgroup'

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

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.

c506d710f0356649d4d025cca5b0f7d83619fa7f authored almost 8 years ago by Jackie Chen <[email protected]>
CHANGELOG edit

2c50cec7ca2642fd9f6c37577c66d442024dc207 authored almost 8 years ago by Brian Vaughn <[email protected]>
Added new :event named param to Table event handlers

3fc7b9d271d067605985b7dc8038ab0ac2f7b78d authored almost 8 years ago by Brian Vaughn <[email protected]>
Updated Jest tests around on-click handlers for Table

d609a9caaaa53845930d74f8fa0429ae41af107b authored almost 8 years ago by Brian Vaughn <[email protected]>