Ecosyste.ms: OpenCollective

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

react-window

React components for efficiently rendering large lists and tabular data
Collective - Host: opensource - https://opencollective.com/react-window - Website: https://react-window.vercel.app - Code: https://github.com/bvaughn/react-window

Relaxed 'children' validation checks. They were too strict and didn't support new React APIs like 'memo'.

github.com/bvaughn/react-window - 21d4a51a1619d9b6d2a6ddbbc0080d51c1c4f781 authored almost 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #77 from nicholas-l/fix-flow-type

Add test and fix for flowtype for children

github.com/bvaughn/react-window - 7960199befa7b2d3200252ab38bc65a632e8b4c1 authored almost 6 years ago by Brian Vaughn <[email protected]>
Update gridComponent to use ComponentType

github.com/bvaughn/react-window - e48ce2c4c60a27752f45f846a8847b41ebe94644 authored almost 6 years ago by Nicholas L <[email protected]>
Fix not using all props.

github.com/bvaughn/react-window - 97eefe0ff46d17faa6c54397d357c2853cc5452a authored almost 6 years ago by Nicholas L <[email protected]>
Dont use function with react$node

github.com/bvaughn/react-window - dc49468089d9a1f917df340285c9613090ce9dea authored almost 6 years ago by Nicholas L <[email protected]>
Add test and fix for flowtype for children

github.com/bvaughn/react-window - 784ba4cb70c21fb725fdb88b1aad4e07889ede52 authored almost 6 years ago by Nicholas L <[email protected]>
Updated sample code to better match demos on website

github.com/bvaughn/react-window - 70b66ae326edbde35f231a44fdbf20912b5a97b0 authored almost 6 years ago by Brian Vaughn <[email protected]>
Edited website/config/paths.js to fix error: react-dev-utils/workspaceUtils

github.com/bvaughn/react-window - a58b80891781b37411ba271a3719339b0b72c7ce authored about 6 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG

github.com/bvaughn/react-window - b63def718a2a461102fa45a46dabf5e92727da8b authored about 6 years ago by Brian Vaughn <[email protected]>
Variable size list and grid no longer call item size getters when count is 0

github.com/bvaughn/react-window - c560b18e813049026937f20ba081ccf87c6c05e9 authored about 6 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG

github.com/bvaughn/react-window - 9153d3bd70ecbb3e0b3ec2f16c2b0c87c0ff0112 authored about 6 years ago by Brian Vaughn <[email protected]>
Rename NPPM 'flow:check' script to 'flow'

github.com/bvaughn/react-window - b095cc4b7c5bc712ec09a54be3ad1e6f5289fd66 authored about 6 years ago by Brian Vaughn <[email protected]>
Rename test_flow.js to test.js.flow

github.com/bvaughn/react-window - 6584e55332c0dc29b20181057be7f02f57d36e37 authored about 6 years ago by Brian Vaughn <[email protected]>
Added another flow test for ItemData type

github.com/bvaughn/react-window - aaece8aff0514b3509638287e59c2420d29be690 authored about 6 years ago by Brian Vaughn <[email protected]>
Make itemData generic in grids and lists

In this PR I am trying to achieve more sound implementation of itemData
props in all grids and l...

github.com/bvaughn/react-window - 21d59ec2c7a146bbc07465718d611d1a19a9088c authored about 6 years ago by Bogdan Chadkin <[email protected]>
Updated CHANGELOG

github.com/bvaughn/react-window - 4cce96f5370133b53a11ef1e5f8bdbd3a63ebdb1 authored about 6 years ago by Brian Vaughn <[email protected]>
CHANGELOG update

github.com/bvaughn/react-window - b691fd76fb62fce51e1f347ba101268dab51d871 authored about 6 years ago by Brian Vaughn <[email protected]>
Fixed Flow-typing issue

github.com/bvaughn/react-window - 6634ef7a7fea7779627ceeca90db45d072aee62f authored about 6 years ago by Brian Vaughn <[email protected]>
Fixed accidental line in changelog

github.com/bvaughn/react-window - 5ce10b72f5bffe06eba265d14415a2d663fdc275 authored about 6 years ago by Brian Vaughn <[email protected]>
1.2.0 and CHANGELOG

github.com/bvaughn/react-window - 1e90150390ad8df0dc708af1df9ec2f840dca094 authored about 6 years ago by Brian Vaughn <[email protected]>
Tweaked package files

github.com/bvaughn/react-window - 394eecc8f5f9469c5a16122541dae6055303b0d9 authored about 6 years ago by Brian Vaughn <[email protected]>
Fixed invalid this pointer in VariableSizeGrid that broke the resetAfter* methods

github.com/bvaughn/react-window - 35f99db90232c8c6a0d515c2d60b2009f743e4bc authored about 6 years ago by Brian Vaughn <[email protected]>
CHANGELOG update

github.com/bvaughn/react-window - 096082b0b44afe6b57d72a4224d4ea2597c4f399 authored about 6 years ago by Brian Vaughn <[email protected]>
Make Grid scrollTo() params scrollLeft/scrollTop both optional

github.com/bvaughn/react-window - 7c481d6028fc791f35b7d4341f56a90d10edd92e authored about 6 years ago by Brian Vaughn <[email protected]>
Prettier format package.json

github.com/bvaughn/react-window - 9bd0e678217ed7bd8645cfb83e681810178dd566 authored about 6 years ago by Brian Vaughn <[email protected]>
Distribute flow types

This simple trick works similary to bundling. One file reexports all
sources with its types.

``...

github.com/bvaughn/react-window - 91b69091a020f4bfafd0bf1a884e9bfccdc47747 authored about 6 years ago by Bogdan Chadkin <[email protected]>
Fixed Webpack config

github.com/bvaughn/react-window - a1a268803bcc34d774b571ecfdc1ad40fa151a29 authored about 6 years ago by Brian Vaughn <[email protected]>
Udpated CHANGELOG

github.com/bvaughn/react-window - 27e8529e57b7be476824da4c66d6e293a542d7c9 authored about 6 years ago by Brian Vaughn <[email protected]>
Fixed deps

github.com/bvaughn/react-window - 0ac0aabca9c0fb3beee46291bb1933e34632a545 authored about 6 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' of github.com:bvaughn/react-window

github.com/bvaughn/react-window - 438d98916b58126a82107b9d70789d40173587b4 authored about 6 years ago by Brian Vaughn <[email protected]>
Prettier

github.com/bvaughn/react-window - 70f3ac3ef23033012dc32dceecc0cedb92eb5efd authored about 6 years ago by Brian Vaughn <[email protected]>
Updated example code to remove inline renderers

github.com/bvaughn/react-window - 28f121f06d06255131059337aaf930397eca9086 authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #56 from souporserious/remove-inner-wrapper-overflow

Remove overflow:hidden from inner container

github.com/bvaughn/react-window - 85031b2705462f7babf7235bc0b1c4cba9bd5c7f authored about 6 years ago by Brian Vaughn <[email protected]>
Remove overflow:hidden from inner container

github.com/bvaughn/react-window - 42f3fef67dbfe5230b0e590d33f3899cb948e5e2 authored about 6 years ago by Travis Arnold <[email protected]>
Merge pull request #54 from martynaskadisa/patch-1

Fix misplaced sentences in FixedSizeGrid API docs

github.com/bvaughn/react-window - 87a616cbda2582075c5e6406a5775abc819fe07c authored about 6 years ago by Brian Vaughn <[email protected]>
Swap two words to fix description

github.com/bvaughn/react-window - c69aaad1afc77e9ff5255b2e7c79202f5061aeb5 authored about 6 years ago by Martynas Kadiša <[email protected]>
Config Travis to run lint, flow, and tests

github.com/bvaughn/react-window - dbc4068286daee34ea7662ec959602fb14589594 authored about 6 years ago by Brian Vaughn <[email protected]>
Added memoized-list-items sandbox

github.com/bvaughn/react-window - dfccc1f596d35b2ea33ca66ce33b815efe087dc3 authored about 6 years ago by Brian Vaughn <[email protected]>
Added advanced memoization example

github.com/bvaughn/react-window - 8b53f066367b5c37328d733c2c40db2fae50d3d5 authored about 6 years ago by Brian Vaughn <[email protected]>
Prettier

github.com/bvaughn/react-window - fd172520361c88d33ac378eb942f2b8323793aed authored about 6 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' into upgrade-babel

github.com/bvaughn/react-window - 47a46b56f072facaae81c43703b5e5940121a34f authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #51 from bvaughn/issues/45

Fixed edge case scrollToItem bug

github.com/bvaughn/react-window - f27ada11333c889338375ddc1b55be34cf91f2e5 authored about 6 years ago by Brian Vaughn <[email protected]>
Upgrade to babel 7

In this diff I moved build to babel 7, removed unused packages and made
babel helpers importable...

github.com/bvaughn/react-window - 9f3470400c2caf0b090abe56819055f1ab1c124e authored about 6 years ago by Bogdan Chadkin <[email protected]>
Fixed edge case scrollToItem bug that caused lists/grids with very few items to have negative scroll offsets.

github.com/bvaughn/react-window - f65379aadb6dd7a62057d658f610bb63f0f6d685 authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #35 from ashtonsix/patch-1

Fix typo in documentation

github.com/bvaughn/react-window - 86c24c07ef7bde61b920692ee361d743e0efee60 authored about 6 years ago by Brian Vaughn <[email protected]>
Fix typo in documentation

github.com/bvaughn/react-window - 1c85705a39ce2122617fc2b412f412953bb0e74c authored about 6 years ago by Ashton <[email protected]>
FixedSizeGrid and FixedSizeList automatically clear style cache when item size props change.

github.com/bvaughn/react-window - 8c6ec401e17b396d993eee4d65e66a0096a94aeb authored about 6 years ago by Brian Vaughn <[email protected]>
Fixed mislabelled button in demo

github.com/bvaughn/react-window - 6660f8331f85217eded86cb4efe3cde95d92d5b1 authored about 6 years ago by Brian Vaughn <[email protected]>
Prettier

github.com/bvaughn/react-window - b47cebc50af5efe0b2871e0b9e346d7fdc14d4c6 authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #32 from nihgwu/neo/forceUpdate

add shouldForceUpdate to resetAfterIndex

github.com/bvaughn/react-window - 1aa9f8ca39e0e5570860a262964b3401b619f011 authored about 6 years ago by Brian Vaughn <[email protected]>
Tightened up Flow types for resetAfterIndices

github.com/bvaughn/react-window - dce5b6d8665b5da0b49da78d737f42e71ca6ee50 authored about 6 years ago by Brian Vaughn <[email protected]>
Fixed small mistake in documentation.

github.com/bvaughn/react-window - 3c83f13ffe9996eee4045540980670e6a01bdb0a authored about 6 years ago by Brian Vaughn <[email protected]>
add shouldForceUpdate to resetAfterIndex

github.com/bvaughn/react-window - b49bab680e1cd8d800e88ecc7d22ee077df57cd9 authored about 6 years ago by Neo <[email protected]>
Profiling enabled only by URL flag now for website

github.com/bvaughn/react-window - 4c2f39365bf85289f9a092b0f311976cdd1ed2df authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #28 from nihgwu/patch-3

typo

github.com/bvaughn/react-window - bee3a489d9004d61e57909c87a236c70d025660f authored about 6 years ago by Brian Vaughn <[email protected]>
Fix lint rule

github.com/bvaughn/react-window - 750f30e72da47eafa76474cf8e89b24e57fb07b1 authored about 6 years ago by Brian Vaughn <[email protected]>
CHANGELOG update

github.com/bvaughn/react-window - b520004781fb6be75bac732783327df923273e5b authored about 6 years ago by Brian Vaughn <[email protected]>
Merge branch 'explicit-constructor'

github.com/bvaughn/react-window - bce4150f8f991211baadbeba0f06c3adbde4c1b0 authored about 6 years ago by Brian Vaughn <[email protected]>
Moved _instanceProps back to class property

github.com/bvaughn/react-window - 0d8d351ec86e95de48541a17aa5d04f1c2662836 authored about 6 years ago by Brian Vaughn <[email protected]>
Fixed sidenav overflow style

github.com/bvaughn/react-window - 741492b7e376fd11af572767f4f7de4e618845ff authored about 6 years ago by Brian Vaughn <[email protected]>
Use explicit constructor in React components

github.com/bvaughn/react-window - 0f2897fc04429650518fb1c119d488b37b90070d authored about 6 years ago by Mateusz Burzyński <[email protected]>
Prevent unnecessary scrollbars for List

Resolves issue #22

github.com/bvaughn/react-window - 2f7b7f0203fc2b6fbd970555c5490b11065736ae authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #24 from istarkov/master

Remove key from codesanbox examples

github.com/bvaughn/react-window - 7093850a89dfe0e919fc1808598be1d2891b04ef authored about 6 years ago by Brian Vaughn <[email protected]>
Renamed props type

github.com/bvaughn/react-window - f76d121269a559e4bf5d9c38896c5ac25f8235ae authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #21 from Andarist/fix-typo

Fixed typo in type name

github.com/bvaughn/react-window - 26c25e58aa15431911fe983c685c965992a756b9 authored about 6 years ago by Brian Vaughn <[email protected]>
Update react-window version

github.com/bvaughn/react-window - 682a22e93b248b2adc79d1f26c0137f864ca5a2c authored about 6 years ago by Ivan Starkov <[email protected]>
Remove key from codesanbox examples

github.com/bvaughn/react-window - 746519a77713532b29d9d0e053798db6060724b5 authored about 6 years ago by Ivan Starkov <[email protected]>
Fixed typo in type name

github.com/bvaughn/react-window - 78549d0d4f1a83dcae17314c8920c523794fc872 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #18 from Andarist/loose

Use babel loose mode

github.com/bvaughn/react-window - 3db02c15a5b5da4ef1b3608b93ad635f909ce868 authored about 6 years ago by Brian Vaughn <[email protected]>
Added CHANGELOG

github.com/bvaughn/react-window - c04c301e8dc0a9e86282f6fbc9c953da383e898f authored about 6 years ago by Brian Vaughn <[email protected]>
Prettier formatted package.json

github.com/bvaughn/react-window - 86f052916df4374c3c3be8cc2779f3087a8475be authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #20 from Andarist/annotate-pure

Annotate components creation with #__PURE__ so they can be DCEed

github.com/bvaughn/react-window - a4cfe4c4e17ec29c0e943d69b66bf5c0ed97951a authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #19 from Andarist/keep-deps-as-deps

Keep dependencies as external

github.com/bvaughn/react-window - f47749b4fcd59435590358e6a64e559bf87a1f9d authored about 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #17 from Andarist/rm-pkg-lock

Remove package-lock.json

github.com/bvaughn/react-window - 5e40155c2bd94e3a1291b4ae051c3cd02c8046e5 authored about 6 years ago by Brian Vaughn <[email protected]>
Removed package-lock.json and added it to .gitignore file

github.com/bvaughn/react-window - f1325f2ce6b913e64ac562da67797381e82d36eb authored about 6 years ago by Brian Vaughn <[email protected]>
Annotate components creation with #__PURE__ so they can be DCEed

github.com/bvaughn/react-window - 7047c45b0c0b89c2dfcccc146bb77d6467c32b9d authored about 6 years ago by Mateusz Burzyński <[email protected]>
Keep dependencies as external

github.com/bvaughn/react-window - 975f310c04eb8c4c584ca5da6394fbc32f1771a1 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Use babel loose mode

github.com/bvaughn/react-window - 1b85a7375f41a92ca5043eef0977e0adfc0e90c3 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Remove package-lock.json

github.com/bvaughn/react-window - 796a782a07081ab48089818234479c002613c1e1 authored about 6 years ago by Mateusz Burzyński <[email protected]>
Added GitHub link to nav header

github.com/bvaughn/react-window - a59a591a670b6e5d07fdc4f7d57ffb3665275d97 authored about 6 years ago by Brian Vaughn <[email protected]>
1.0.1 (to update README)

github.com/bvaughn/react-window - 8272e30935bb7b373df0021f3fd04bd1a5ade2ee authored about 6 years ago by Brian Vaughn <[email protected]>
1.0.0 in package.json

github.com/bvaughn/react-window - b8b3e6cc5d16ffce0b8323749573ee6a479fa5ce authored about 6 years ago by Brian Vaughn <[email protected]>
Settled on inner/outer tagName and ref props

github.com/bvaughn/react-window - 5fd2f9e1762ce4d6b1a30474ff38b7dd549875a7 authored about 6 years ago by Brian Vaughn <[email protected]>
Imported @giuseppeg's code loader fix from bvaughn/react-flame-graph/pull/4

github.com/bvaughn/react-window - e129648cc55ca2cbb5afadb9ce6523dfdb548ae7 authored over 6 years ago by Brian Vaughn <[email protected]>
1.0.0-alpha.4

github.com/bvaughn/react-window - d0b3ab79c02372d203a7d4d89e8b92dffb792a2f authored over 6 years ago by Brian Vaughn <[email protected]>
Added containerTagName and itemData props to list and grid

github.com/bvaughn/react-window - 5e2fcc6d83bafb7cb1b9ed1bf3500f8494a6f8f8 authored over 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #14 from trevdor/patch-1

Fix Row/Column swap

github.com/bvaughn/react-window - e6ae9ee283621d3f7fdd4fcba32a970c91814fe9 authored over 6 years ago by Brian Vaughn <[email protected]>
Fix Row/Column swap

github.com/bvaughn/react-window - bcd3f858233ae802c9f12e7a85f818138f054709 authored over 6 years ago by Trevor Farlow <[email protected]>
Added tooltips to Profiler badges

github.com/bvaughn/react-window - fef7d4000da62fc32f1fefbfce7504c93710af2f authored over 6 years ago by Brian Vaughn <[email protected]>
"commits" -> "renders" for Profiler badge

github.com/bvaughn/react-window - 20dbaa868719ab3fa8f71f9c3468bb1b426a5f70 authored over 6 years ago by Brian Vaughn <[email protected]>
Added <Profiler> around examples

github.com/bvaughn/react-window - 83a11fb850f858cea8b51fc5cd8f207e75bec6ab authored over 6 years ago by Brian Vaughn <[email protected]>