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

Bumped react and react-dom versions

github.com/bvaughn/react-window - be823826ed68a20c1e3eef39837fa19a5122fc4a authored over 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #11 from nihgwu/fix-search

fix item search

github.com/bvaughn/react-window - 5bfb730c33daf7c80eec7e0b0faa976c0d3fab03 authored over 6 years ago by Brian Vaughn <[email protected]>
Added itemKey property

github.com/bvaughn/react-window - 3ffd43c69c3067b645ff11284b646fc756725b5d authored over 6 years ago by Brian Vaughn <[email protected]>
Removed unnecessary "postbuild" script

github.com/bvaughn/react-window - d3f6cdb4d1d424e2df4300db3e3f4ad87635f356 authored over 6 years ago by Brian Vaughn <[email protected]>
Item renderers are now treated as React components, instead of regular functions

This lets library users decide whether item renderers should be pure or not. It also removes a b...

github.com/bvaughn/react-window - 578fe78e8f1eb0b17d5debc7fb2f6a63b6ebfdf6 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed nav sidebar overflow problem

github.com/bvaughn/react-window - a7c3124144a69535f10eb443ab7d5a84d7356b04 authored over 6 years ago by Brian Vaughn <[email protected]>
README instruction tweaks

github.com/bvaughn/react-window - 130b0fb78c0f0b5aa8b0241bd0b80155beb70e25 authored over 6 years ago by Brian Vaughn <[email protected]>
Updated deployment instructions in README

github.com/bvaughn/react-window - 6a62a2d48f3791a57de45ce0000823082a3ae7c1 authored over 6 years ago by Brian Vaughn <[email protected]>
Added some READMEs

github.com/bvaughn/react-window - f595a6e737ad60ac353882ef6fa07e27e129de6b authored over 6 years ago by Brian Vaughn <[email protected]>
Renamed "example" dir to "website"

github.com/bvaughn/react-window - d6ea24a7fa43bab2b3fc44115a6b596ee6a58c67 authored over 6 years ago by Brian Vaughn <[email protected]>
Imported Code Sandbox examples into GitHub

github.com/bvaughn/react-window - be4060016f7e65073b1d73074ee928e5cb2e1e2b authored over 6 years ago by Brian Vaughn <[email protected]>
Tidied up tests and inline comments

github.com/bvaughn/react-window - 7716f0b7d799bf08258857334b0adea54169eef8 authored over 6 years ago by Brian Vaughn <[email protected]>
Made left sidenav narrower

github.com/bvaughn/react-window - acb6db5aeb0119e4c5a09da687d374963b11c0b9 authored over 6 years ago by Brian Vaughn <[email protected]>
Filling in package.json details

github.com/bvaughn/react-window - 1733e2e9a8b9f5fdb92724bcc7136045284c96e5 authored over 6 years ago by Brian Vaughn <[email protected]>
Removed unused peer dependency 'prop-types'

github.com/bvaughn/react-window - 5db39200fc032ba3056a602c928002913e2dea91 authored over 6 years ago by Brian Vaughn <[email protected]>
Renamed react-virtualized[-v10] -> react-window

github.com/bvaughn/react-window - 96e180a9911a652e2d6c058f8ea64ab37d9f59fa authored over 6 years ago by Brian Vaughn <[email protected]>
Don't call onItemsRenderer() callback for empty Lists/Grids

github.com/bvaughn/react-window - 5917ce1ff7fcb9b8d27e3d8b4ef95a3802e57523 authored over 6 years ago by Brian Vaughn <[email protected]>
Added tests for resetAfterIndices() API methods and fixed edge cases

github.com/bvaughn/react-window - 9c31aafb38a94148d6aab1ac83698a2857ba6483 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed scrollToItem() bug in VariableSizeGrid

github.com/bvaughn/react-window - d4bfa84da499aac4b2ddfbb4dc98d7973ae0302d authored over 6 years ago by Brian Vaughn <[email protected]>
Renamed cell -> item

github.com/bvaughn/react-window - 586bf5d7ddf115a1fb4016b19997c13ce87aded7 authored over 6 years ago by Brian Vaughn <[email protected]>
Improved tests for estimated total size calculation for VariableSize* and fixed edge case bugs. Re-introduced cellStyleCache

github.com/bvaughn/react-window - 7a20e76ea72957acf3edc1473a2ad59bb4b091fd authored over 6 years ago by Brian Vaughn <[email protected]>
Updated onScroll param docs

github.com/bvaughn/react-window - eb0a9ea70fdb35163a800c94a72b06154292314d authored over 6 years ago by Brian Vaughn <[email protected]>
Inlined ListItems/GridItems components. They are no longer necessary for sCU.

github.com/bvaughn/react-window - c3d492cf9a2473cc159235086b3bf8ec35632b6a authored over 6 years ago by Brian Vaughn <[email protected]>
Improved isScrolling state tracking based on source of scroll. Added scrollUpdateWasRequested param to onScroll() callback. Added more tests.

github.com/bvaughn/react-window - 4ef15482921ee9f8b9b9cfc062723d2454ce05b6 authored over 6 years ago by Brian Vaughn <[email protected]>
Added scrollUpdateWasRequested to state; don't update scroll position until commit phase

github.com/bvaughn/react-window - 25de10bd468b6ca56bd5f2d51b859bc73b8372b2 authored over 6 years ago by Brian Vaughn <[email protected]>
List prop count -> itemCount

github.com/bvaughn/react-window - a1cd67d8f40bf01b9c7a092018104bcbbf873ac3 authored over 6 years ago by Brian Vaughn <[email protected]>
Renamed cellSize -> itemSize for List

github.com/bvaughn/react-window - 5a428badd8799d4b82d62a70f899bfc701c45520 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed typo in onScroll callback API

github.com/bvaughn/react-window - b2dbec0faa61434ba87103cf2fb888e52d4c1595 authored over 6 years ago by Brian Vaughn <[email protected]>
Added GridItem/ListItem PureComponent to better cache styles and avoid unnecessary children() calls

github.com/bvaughn/react-window - 47a9dfbb3854f6310abc1d07f6395844dfc8d388 authored over 6 years ago by Brian Vaughn <[email protected]>
Alpha sort

github.com/bvaughn/react-window - a462c1ec9763b98aec8e339e6d3b38434b513e6b authored over 6 years ago by Brian Vaughn <[email protected]>
Renamed defaultScroll* props to initialScroll*

github.com/bvaughn/react-window - 89d419879706218148e0669219fb830d77c9099a authored over 6 years ago by Brian Vaughn <[email protected]>
Improved sCU memoization and added snapshot tests for Grid.

github.com/bvaughn/react-window - b0d40046cb2ad96e5588947863e8f58e3e9106a7 authored over 6 years ago by Brian Vaughn <[email protected]>
Added defaultScrollLeft and defaultScrollTop props to grid and API docs

github.com/bvaughn/react-window - 2951203d467a4e152f4b7e73bfeffd660652cd75 authored over 6 years ago by Brian Vaughn <[email protected]>
Formatting error messages in test

github.com/bvaughn/react-window - afd78d0df5b117dc1d47f624c3964a56473cb4cd authored over 6 years ago by Brian Vaughn <[email protected]>
Added unit tests for VariableSizeList

github.com/bvaughn/react-window - 3b86058596ccb8b9e431539a552c6bdcd8a6e4e5 authored over 6 years ago by Brian Vaughn <[email protected]>
Added unit tests for FixedSizeList

github.com/bvaughn/react-window - f12b6ef693d0f3aa7adea58ab22ecde43440d915 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed styles in scroll-to Grid example

github.com/bvaughn/react-window - 5cde28de906a06ce1466aea41e3430263e262af3 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed import in example

github.com/bvaughn/react-window - 4d26c76e9a4986c8d291ec211f65e6c2acb1942a authored over 6 years ago by Brian Vaughn <[email protected]>
Renamed FixedSize* -> VariableSize*

github.com/bvaughn/react-window - fbd2e6bcc708dd8dbd397fcb0e5ecb2a4cefe382 authored over 6 years ago by Brian Vaughn <[email protected]>
Prettier and lint

github.com/bvaughn/react-window - 2227e1752239612c333f74bba062a39912f5bf58 authored over 6 years ago by Brian Vaughn <[email protected]>
Upgrade react-scripts and Babel in place and switched to CSS modules

github.com/bvaughn/react-window - 1b45879bf2105fc67e500afe4a9b4ad114121b7d authored over 6 years ago by Brian Vaughn <[email protected]>
pre-commit lint task errors on warnings

github.com/bvaughn/react-window - e3babd1f668aaec7c659950ada852707264721e7 authored over 6 years ago by Brian Vaughn <[email protected]>
Fix ESLint to run (and fix reported lint errors)

github.com/bvaughn/react-window - 8cf37900e3016a894013a1f3ba7eb0d50c165d1b authored over 6 years ago by Brian Vaughn <[email protected]>
Added optional props filter to API pages

github.com/bvaughn/react-window - 6d23efb0f2aa015496fe4c04f2aa926ea092a71f authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed offset error for col/row stop index calculation

github.com/bvaughn/react-window - 52f2474e4b451e651bb05a30b4c5354311e4ea33 authored over 6 years ago by Brian Vaughn <[email protected]>
Added onScroll and onItemsRendered props to Grid and List

github.com/bvaughn/react-window - c67fb2e178afb38c1f57590aa725eba057b1c399 authored over 6 years ago by Brian Vaughn <[email protected]>
Added .eslintignore file

github.com/bvaughn/react-window - a4200714c88856ec3335c3ce66d5381382c3185d authored over 6 years ago by Brian Vaughn <[email protected]>
Format config files as well

github.com/bvaughn/react-window - de854e86a9dc1a1a8b56a65e84960bf78917c82c authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed Prettier glob to properly format examples app

github.com/bvaughn/react-window - b6a1a119daf0941ea3be920af14b4dc51484c7e4 authored over 6 years ago by Brian Vaughn <[email protected]>
Added headers to mobile layout

github.com/bvaughn/react-window - 091b02f0b765915448f6bff71ed7f2a30fcc3165 authored over 6 years ago by Brian Vaughn <[email protected]>
Merge pull request #3 from TrySound/es-to-esm

Prefer esm over es

github.com/bvaughn/react-window - 151eb04419c938159304a64ff31065b0555b3af3 authored over 6 years ago by Brian Vaughn <[email protected]>
Prefer esm over es

`es` is not the best word to identify es modules. It's used by
`material-ui` library to distribu...

github.com/bvaughn/react-window - 75fd85319551abca17d3db0ee4988873c38f9d58 authored over 6 years ago by Bogdan Chadkin <[email protected]>
README update

github.com/bvaughn/react-window - 583619c70e0a0dee2da464eb6a00d5937820fdfa authored over 6 years ago by Brian Vaughn <[email protected]>
Added will-change and -webkit-overflow-scrolling styles

github.com/bvaughn/react-window - 98b6e3da51c4c4348ce1074920784f08b97e8b21 authored over 6 years ago by Brian Vaughn <[email protected]>
Added DynamicGrid to scroll-to-item example

github.com/bvaughn/react-window - f27b8bfffcc419058d1544d162a788c3fee9267d authored over 6 years ago by Brian Vaughn <[email protected]>
Added DynamicGrid API page

github.com/bvaughn/react-window - b95368cb0e0303070832c49dd82b48987abfb449 authored over 6 years ago by Brian Vaughn <[email protected]>
Linked to DynamicGrid example

github.com/bvaughn/react-window - 894ec27aed98d7a07de0a38a170992eabf3dcfda authored over 6 years ago by Brian Vaughn <[email protected]>
Added DynamicGrid component

github.com/bvaughn/react-window - dda49cc32a563e308e28e046e56d2bac383ad118 authored over 6 years ago by Brian Vaughn <[email protected]>
Added resetAfterIndex() to DynamicList.

github.com/bvaughn/react-window - 44da3df89c693eb2a23729c0e96ab8bc93a0069b authored over 6 years ago by Brian Vaughn <[email protected]>
Deploy script now aliases as well

github.com/bvaughn/react-window - ab03638b9f69f01be71c47f30cc9d4009815eab4 authored over 6 years ago by Brian Vaughn <[email protected]>
Added initial DynamicList implementation

github.com/bvaughn/react-window - c66d622000f04384320a076fd05daec1fa4c67b2 authored over 6 years ago by Brian Vaughn <[email protected]>
Added deploy to Now script

github.com/bvaughn/react-window - 623c811b64679e829b5c8ac43d7114adaa6eb2e5 authored over 6 years ago by Brian Vaughn <[email protected]>
Addressed a TODO; added getCellOffset methods to List and Grid config

github.com/bvaughn/react-window - ecf7933d36aae858cb1c2ede0b44a0a8258ca555 authored over 6 years ago by Brian Vaughn <[email protected]>
Added working CodeSandbox links

github.com/bvaughn/react-window - 4d74bcc112d24a01b660b908799664a9a6d9379f authored over 6 years ago by Brian Vaughn <[email protected]>
Added FixedSizeGrid docs

github.com/bvaughn/react-window - 07d3261590fbfdd5c1228999b8353e325ce994c2 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed relative built site paths

github.com/bvaughn/react-window - 062a02fca80b13b508947db0b54984a67a653968 authored over 6 years ago by Brian Vaughn <[email protected]>
Replaced Atom Highlights loader with CodeMirror

github.com/bvaughn/react-window - d10f8dc9dd05838fe335ea8386744950daea167d authored over 6 years ago by Brian Vaughn <[email protected]>
Refactored mobile CSS to be more easily maintained

github.com/bvaughn/react-window - 6166db9fba6e2ca7f670f738f5c71f3bd83a2a17 authored over 6 years ago by Brian Vaughn <[email protected]>
Added scrollTo() API to FixedSizeList docs

github.com/bvaughn/react-window - cfb18d2e104558d2eb58a0c5ebc8aa7e44d39144 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed API example

github.com/bvaughn/react-window - 9fff36f5bc7b7132468d22ab830797821268f1c8 authored over 6 years ago by Brian Vaughn <[email protected]>
Moved theme CSS

github.com/bvaughn/react-window - 9b510892e19d298a6cfab10a3c748ddfbb2fe623 authored over 6 years ago by Brian Vaughn <[email protected]>
Added language-babel

github.com/bvaughn/react-window - ecece912a47148438258f8ac244e4fcdbfc3b521 authored over 6 years ago by Brian Vaughn <[email protected]>
Replaced marky-markdown with direct atom/highlights usage for custom loader

github.com/bvaughn/react-window - f40406f1dfa5b940245e8eba30d600fa0f902864 authored over 6 years ago by Brian Vaughn <[email protected]>
Moved code snippets into external files. Added marky-markdown Webpack loader.

github.com/bvaughn/react-window - d4830a3397c53c6e7973dc9d3278252a16250edd authored over 6 years ago by Brian Vaughn <[email protected]>
create-react-app ejected

github.com/bvaughn/react-window - a61e5458e37ea82e837eba2e50fb00fb323d0228 authored over 6 years ago by Brian Vaughn <[email protected]>
Fixed layout for mobile

github.com/bvaughn/react-window - 3d6622bd50b8a55b66914ecb9e257206af844615 authored over 6 years ago by Brian Vaughn <[email protected]>
Removed unnecessary component sub-folders

github.com/bvaughn/react-window - f5760fb6f9a746b29b1065403979e2de70f4d77b authored over 6 years ago by Brian Vaughn <[email protected]>
Routes are mapped from consts too

github.com/bvaughn/react-window - ff6ae65a968e24b1c6bb4b62f0da7aea8e85313f authored over 6 years ago by Brian Vaughn <[email protected]>
Expanded mobile nav now covers entire screen and scrolls if overflowed

github.com/bvaughn/react-window - 07b0a9a6326b094b4df0ef398602466ca2fbbcc0 authored over 6 years ago by Brian Vaughn <[email protected]>
Replaced <div> bars with Material Menu nav icon; renamed HamburgerButton to MobileNavButton.

github.com/bvaughn/react-window - 743f8096c797f58e7ba9be7b7f208762b7803446 authored over 6 years ago by Brian Vaughn <[email protected]>
Tweaked mobile nav button size and margin

github.com/bvaughn/react-window - a5fd8bf8f8bac791ff1f8c8d6f801322ae848499 authored over 6 years ago by Brian Vaughn <[email protected]>
Merge remote-tracking branch 'upstream/master' into nav

* upstream/master:
Slightly tweaked example code

github.com/bvaughn/react-window - 6cb2c7e375f10405ca80ad928ae6a5ee09bcb43b authored over 6 years ago by Paul Cowan <[email protected]>
revert lock files

github.com/bvaughn/react-window - 32cbc757980699a6a3c1dbccfffb59af487f55e7 authored over 6 years ago by Paul Cowan <[email protected]>
responsive body

github.com/bvaughn/react-window - 4237440b5b492d739c427b0f79bddab0b516d260 authored over 6 years ago by Paul Cowan <[email protected]>
Remove svg and use css hamburger

github.com/bvaughn/react-window - 268a05c77226b9d31aa531f1e538bbab0b5c6357 authored over 6 years ago by Paul Cowan <[email protected]>
remove font-awesome and abstract nav a bit more

github.com/bvaughn/react-window - 5025d0c7402174702063919cd0128ba2d0c13e74 authored over 6 years ago by Paul Cowan <[email protected]>
Slightly tweaked example code

github.com/bvaughn/react-window - 6327a0b6ab2c57497ba0a4795bc5e13c81636bb1 authored over 6 years ago by Brian Vaughn <[email protected]>
fix transtion

github.com/bvaughn/react-window - 4ce38c195b007deb03ef11fd019e8253a4ab263d authored over 6 years ago by Paul Cowan <[email protected]>
<Nav /> component

github.com/bvaughn/react-window - 8d166053c719d9d25b350aa5029d1bb90d590560 authored over 6 years ago by Paul Cowan <[email protected]>
Stashing work in progress

github.com/bvaughn/react-window - 05d2e0255dbc7539bef21c9312fc9a001b3b73fe authored over 6 years ago by Brian Vaughn <[email protected]>
Box sizing CSS tweak

github.com/bvaughn/react-window - 24cdeb4f9fafefce00d86e6f625955b96fdc1e55 authored over 6 years ago by Brian Vaughn <[email protected]>
More iterating on docs site

github.com/bvaughn/react-window - e2eb14bf97d6ff7a7a98d92c2434eba733af8f21 authored over 6 years ago by Brian Vaughn <[email protected]>
Iterating on docs

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