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

Merge pull request #132 from bvaughn/issues/116

Fixed issue where Grid scrollbars would not disappear once shown

github.com/bvaughn/react-virtualized - b24871fd81f12b468053ff560ca96e8a77a53d75 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixed edge-case where always-on scrollbars were not hidden if Grid shrunk smaller than required them

github.com/bvaughn/react-virtualized - dd6f617262bab49eac52364b763c2bd6402178eb authored almost 9 years ago by Brian Vaughn <[email protected]>
Tweaked infinite-list example

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

github.com/bvaughn/react-virtualized - 99920262a877b69cfb832c93af4e4734a4748be4 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added how-to guide for "Creating an infinite-loading list" to docs

github.com/bvaughn/react-virtualized - f65f894b637fec8b67658faf3ebf51a20552d113 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #130 from oyeanuj/patch-1

Fixing a misspelled word and a typo.

github.com/bvaughn/react-virtualized - b6c3d6001828bd57eea9bff6a642b9f34890f019 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixing a misspelled word and a typo.

github.com/bvaughn/react-virtualized - eb38e14ea53f654c427ec8209fca83ad6d14dcdc authored almost 9 years ago by oyeanuj <[email protected]>
Merge pull request #129 from bvaughn/commonjs-umd-refactor

Split CommonJS and UMD builds; point package main at CommonJS build

github.com/bvaughn/react-virtualized - 5f13fa718e8517dda596241e7b7f3be782dd30b7 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated jsnex:main link to point to new dist/es location

github.com/bvaughn/react-virtualized - 05680dc0116768149d52187e41fff5b764d51d22 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG to mention new release. Fixed "main" link in package.js. Updated playground to point to new UMD location.

github.com/bvaughn/react-virtualized - f8444ce67465b18d7f48751b093d1cfa41377672 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added CommonJS build

github.com/bvaughn/react-virtualized - 0ece25eb0c2c9e863a4d2380d1709acfe14cc2c4 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added commonjs build

github.com/bvaughn/react-virtualized - 2f1f2cf2a866ce9ec708fe95e1a49019b9d0de99 authored almost 9 years ago by Brian Vaughn <[email protected]>
Moved UMD build from dist to dist/umd

github.com/bvaughn/react-virtualized - 4c2e293944b154f9bd5734ec0cdf67e95113808a authored almost 9 years ago by Brian Vaughn <[email protected]>
Moved es build location into dist

github.com/bvaughn/react-virtualized - 87f1268fc0de06c03aa7ddee5d8cef19389a17a0 authored almost 9 years ago by Brian Vaughn <[email protected]>
Tweaked playground

github.com/bvaughn/react-virtualized - fe9e475488ab147b38e10fa8f5284512dd2169f3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #127 from linclark/patch-1

Fix mismatched closing tag in docs

github.com/bvaughn/react-virtualized - 073a6afb9da052006d34affae1b5ba23018f00da authored almost 9 years ago by Brian Vaughn <[email protected]>
Fix mismatched closing tag in docs

github.com/bvaughn/react-virtualized - 6c2a6a6dd74aff237ce5e5ae77cc6c4348727af9 authored almost 9 years ago by Lin Clark <[email protected]>
Tagging for 5.2.4

github.com/bvaughn/react-virtualized - 1163828b38af4a4776b4379597374fe5fc8c354c authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #126 from bvaughn/improve-scroll-performance

Improve rendering performance during scrolling by reducing unnecessary element creation.

github.com/bvaughn/react-virtualized - 740a18a9331314cd70f9df5e4854cf67781a28bf authored almost 9 years ago by Brian Vaughn <[email protected]>
Setting :isScrolling immediately (rather than waiting on RAF) in :onScroll handler

github.com/bvaughn/react-virtualized - a7206349161cf7dabe4eccc9178793dc1dffe6b4 authored almost 9 years ago by Brian Vaughn <[email protected]>
Improve rendering perforamnce during scrolling by reducing unnecessary element creation.

github.com/bvaughn/react-virtualized - 8bf0103720338f3f156d346cec94b38304044fc5 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added "playground" folder for test harnesses related to ongoing performance investigations

github.com/bvaughn/react-virtualized - 277e0666779250f5622e03a4a61ca50e67653bfe authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #125 from bvaughn/issues/94

Reverted `transform: translate` positioning to old `top` / `left` positioning

github.com/bvaughn/react-virtualized - 43ad2ffb5e167b2b92e19ca49d6c765a233ab3cd authored almost 9 years ago by Brian Vaughn <[email protected]>
Reverted `transform: translate` positioning to old `top` / `left` positioning to address performance concerns reported via PR #124 and issue #94.

github.com/bvaughn/react-virtualized - cc481b38b4ec125b7a3c11e3f8f6d6691d830361 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added :width docs for FlexTable and VirtualScroll

github.com/bvaughn/react-virtualized - 06b9f99e7d5f3c28ac903b7ea7d8d3ab33668043 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updating package and CHANGELOG for 5.2.2

github.com/bvaughn/react-virtualized - 8c0beee96b9e9f4cc7657fea8f6b02e1f857eaab authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #119 from bvaughn/issues/118

Updated ES6 modules (jsnext:main target) to use es2015-rollup Babel preset

github.com/bvaughn/react-virtualized - 06378ca4587cf17800e65ef7d7211bea54bc354a authored almost 9 years ago by Brian Vaughn <[email protected]>
Added "build" to .npmignore

github.com/bvaughn/react-virtualized - d16d77612767acccf176c9820e151363cf3939de authored almost 9 years ago by Brian Vaughn <[email protected]>
Added .npmignore file

github.com/bvaughn/react-virtualized - 6f956112bf884ca7752a0cb3bc84582d93cc2ec3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixed broken .babelrc that was causing problems with tests

github.com/bvaughn/react-virtualized - 80200e4bcd2d78ed62807c4ec8fef7722dde6e92 authored almost 9 years ago by Brian Vaughn <[email protected]>
Stripped comments from UMD build

github.com/bvaughn/react-virtualized - fdeef8d334b9e50ecf90397f4606f7f6ca0e14c0 authored almost 9 years ago by Brian Vaughn <[email protected]>
Resolves scroll-interruption issue for Safari but at the cost of introducing a React warning message about children without keys

github.com/bvaughn/react-virtualized - 591bfda7a6d0cb5a6dfbec601193f624573d14a1 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #117 from mikekidder/package.update

use cross-env; win compatibility

github.com/bvaughn/react-virtualized - 6fe514051c6bfcc002c6b0dba5b779cabe89611d authored almost 9 years ago by Brian Vaughn <[email protected]>
use cross-env; win compatibility

github.com/bvaughn/react-virtualized - f5d065f83b85d17e22db2c93fe34fc81ccebaffa authored almost 9 years ago by mikekidder <[email protected]>
Merge pull request #110 from bvaughn/issues/2

Fixes slow (mouse) wheel scrolling

github.com/bvaughn/react-virtualized - 665675d101d38a710e9cdb11fd2d0e3bf3ead750 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated package and CHANGELOG in anticipation of a release

github.com/bvaughn/react-virtualized - c6ab15e5797e26009bea532632ad4d69b45bd004 authored almost 9 years ago by Brian Vaughn <[email protected]>
Re-added :key for Grid children but used a 0-based key instead of a rows+column key.

github.com/bvaughn/react-virtualized - d6443960c15756dd17f82120d905b91c043ca60d authored almost 9 years ago by Brian Vaughn <[email protected]>
Resolves scroll-interruption issue for Safari but at the cost of introducing a React warning message about children without keys

github.com/bvaughn/react-virtualized - f31a18cbc352ad64e87310eb988e7b9cc287b0ac authored almost 9 years ago by Brian Vaughn <[email protected]>
Refactored scroll-position-updating

github.com/bvaughn/react-virtualized - 0c4b47ae63ac2728f0502936d2bf2e86e435531c authored almost 9 years ago by Brian Vaughn <[email protected]>
Merged master

github.com/bvaughn/react-virtualized - 575ea262c34b14499f6f09c84afa3ec4c8b1e5d9 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #113 from bvaughn/issues/7

Upgraded to Babel 6.x

github.com/bvaughn/react-virtualized - 4e4a58f74226ad74d883578607467f5800355d95 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added missing babel-plugin-transform-decorators-legacy and babel-plugin-typecheck modules to package.json

github.com/bvaughn/react-virtualized - 99c7e1dafd6d51d483641a7927326689ebd5fc60 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixed problem where HMR was being injected into ES6 build

github.com/bvaughn/react-virtualized - 252b0f8daaba362a965a235c1c87ebf93a066cae authored almost 9 years ago by Brian Vaughn <[email protected]>
Upgraded to Babel 6.x

github.com/bvaughn/react-virtualized - ed51014388b199f8d842dbd6a0c2f2776de6dd4d authored almost 9 years ago by Brian Vaughn <[email protected]>
Built 5.2.0 release, updated package.json, and CHANGELOG

github.com/bvaughn/react-virtualized - d686ec3643b53b25e22131c11acd2be3687293eb authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #111 from bvaughn/issues/106

Add min/max width attributes to FlexColumn.

github.com/bvaughn/react-virtualized - 3bc78ded1db3d71d7c21b93e03b3280d9a85f6b9 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #112 from bvaughn/issues/89

Added :onResize prop (callback) to AutoSizer

github.com/bvaughn/react-virtualized - ed02de7a65996ededdcad686c029efb2ffc4c53c authored almost 9 years ago by Brian Vaughn <[email protected]>
Added :onResize prop (callback) to AutoSizer

github.com/bvaughn/react-virtualized - 4d3c6cb5e0a02c27bc3e6fb968285f4769d298f3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merged master

github.com/bvaughn/react-virtualized - 009081c01bb2784eeff89ff23c4fb437b450686f authored almost 9 years ago by Brian Vaughn <[email protected]>
Small docs tweaks for FlexColumn

github.com/bvaughn/react-virtualized - b0407ee4cce9fb41137f954dfa1c79851ce13f95 authored almost 9 years ago by Brian Vaughn <[email protected]>
Add min/max width attributes to FlexColumn.

github.com/bvaughn/react-virtualized - 10ef1304da4f6f0776da28f8a96b6b8f3b5861b5 authored almost 9 years ago by Brian Vaughn <[email protected]>
Ammended approach to scroll left/top update to potentially address FF+Windows interrupt issue

github.com/bvaughn/react-virtualized - 32adaa149bc975c89f406da900643e35b372feed authored almost 9 years ago by Brian Vaughn <[email protected]>
bumped package for rc build

github.com/bvaughn/react-virtualized - 10c89ad1a22c46c4fc70afe5c714a1696854d1b6 authored almost 9 years ago by Brian Vaughn <[email protected]>
Potentially addressing Firefox+Windows slow wheel scrolling

github.com/bvaughn/react-virtualized - 24d0002e0afc85a0eef47b58d57fa5b6f7f4345c authored almost 9 years ago by Brian Vaughn <[email protected]>
Built release 5.1.1

github.com/bvaughn/react-virtualized - 51794c067026ec335f572f5c1182ae843cc81f0f authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #108 from bvaughn/issues/105

FlexColumn :width property now marked as required

github.com/bvaughn/react-virtualized - e7b2b835d37d4c922d0bccad547e96935a3e9dd2 authored almost 9 years ago by Brian Vaughn <[email protected]>
FlexColumn :width property now marked as required

github.com/bvaughn/react-virtualized - 7fcc0e18556d5f0b6c5472dbc0575c47ee879bb8 authored almost 9 years ago by Brian Vaughn <[email protected]>
Revert "Plugging in Coveralls"

This reverts commit 5115e4cf64eb76d8528c4e457875179613477450.

github.com/bvaughn/react-virtualized - 75935fa57abe791bb67f67bf4297254731101443 authored almost 9 years ago by Brian Vaughn <[email protected]>
Plugging in Coveralls

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

github.com/bvaughn/react-virtualized - 727ab574393be68ebf59b7299c2df801d6ffa054 authored almost 9 years ago by Brian Vaughn <[email protected]>
Built 5.1.0

github.com/bvaughn/react-virtualized - 8c4f31ad7df29c7dfe69f0070529b1903206c57b authored almost 9 years ago by Brian Vaughn <[email protected]>
Added ColumnSizer component. Split demo sub-nav into components and high-order components

github.com/bvaughn/react-virtualized - 413b0ff23325dfc3c506adea318757201453d435 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #100 from drifkin/patch-1

Fix typo in usingAutoSizer.md

github.com/bvaughn/react-virtualized - a0c68d771cbc596d7a99ac40905872fcc1aa0a15 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fix typo in usingAutoSizer.md

github.com/bvaughn/react-virtualized - baf8e3a0448bc6e9f883641ff02cef48d13de793 authored almost 9 years ago by Devon Rifkin <[email protected]>
Added `webkit-transform` style to `Grid` cells for iOS 8 support.

github.com/bvaughn/react-virtualized - 1f50f7c6152baf1fd8ac2261829019ae00070c30 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixed docs typo

github.com/bvaughn/react-virtualized - 52725a5e6297fd5efeb2cf9dd4576bc8c2356ad3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #79 from bvaughn/v5

Version 5 (work in progress)

github.com/bvaughn/react-virtualized - 81851e4e9c830ef064f572359f88a8a2be9581a5 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated package.json to 5.0.0

github.com/bvaughn/react-virtualized - 91e39ba9df22696c903700c9eb762b1e463c0ce3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Minor docs tweaks to CHANGELOG

github.com/bvaughn/react-virtualized - 07176956b0b274d3816668b047040d816578ae26 authored almost 9 years ago by Brian Vaughn <[email protected]>
Reverted umd-to-commonjs change

github.com/bvaughn/react-virtualized - c65923802b6b1f4c6fe7fd6a24aab8c164c4ae5e authored almost 9 years ago by Brian Vaughn <[email protected]>
Added 5.0.0 entry to the CHANGELOG

github.com/bvaughn/react-virtualized - 9f30ad481a2f5a89843cadded5fbdf158da008b2 authored almost 9 years ago by Brian Vaughn <[email protected]>
Refactored <AutoSizer> to accept a function child to be more flexible

github.com/bvaughn/react-virtualized - 41f9624d9035fae3caabc1ef39b10dcf1b879fed authored almost 9 years ago by Brian Vaughn <[email protected]>
Moved examples inline into their class docs and out of the main README

github.com/bvaughn/react-virtualized - b8cb372d913023f0eee2b034964fe93f343bb34e authored almost 9 years ago by Brian Vaughn <[email protected]>
Removed className property from AutoSizer

github.com/bvaughn/react-virtualized - cdcf2f73947834bda5273088354a461bcb096759 authored almost 9 years ago by Brian Vaughn <[email protected]>
Improved deeplink to docs

github.com/bvaughn/react-virtualized - 8de66cdd77451f6b1fc4e667a44586878c2abd3c authored almost 9 years ago by Brian Vaughn <[email protected]>
Split Grid example into ScrollSync and Grid.

github.com/bvaughn/react-virtualized - ef3402f7ac287f5e5554a2b0b9f445ed6b48db1b authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' into v5

github.com/bvaughn/react-virtualized - 5ed339b9121405aafd61b4d86c8ab2d534129430 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #98 from Meowtimer/patch-1

split into split into

github.com/bvaughn/react-virtualized - d629da7854fdd5106e5e4c9706466dfdde007b3e authored almost 9 years ago by Brian Vaughn <[email protected]>
split into split into

github.com/bvaughn/react-virtualized - 71fd8d0c551e4f513b277ca0e55b6921a71e2f49 authored almost 9 years ago by Meowtimer <[email protected]>
Merge pull request #97 from bvaughn/v5-infinite-loader

Refactored InfiniteLoader to be more like ScrollSync

github.com/bvaughn/react-virtualized - 6f84aa45dbe239a8cc1e5713b7d6e64db684a681 authored almost 9 years ago by Brian Vaughn <[email protected]>
Refactored InfiniteLoader to be more like ScrollSync

github.com/bvaughn/react-virtualized - 99b57d3ec2195bfaf618b09b5fcd02cf3b3c804b authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #96 from bvaughn/v5-scroll-sync

ScrollSync component added.

github.com/bvaughn/react-virtualized - 689535f6bc4e1e6c0dbb515015421f4131c5a730 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added ScrollSync component, docs, and tests.

github.com/bvaughn/react-virtualized - 26a949807a8589b9924721ff565a6368d4838c7a authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' into v5

github.com/bvaughn/react-virtualized - 3deda24227c8963922e2bcb54fcff0125b50e22e authored almost 9 years ago by Brian Vaughn <[email protected]>
Resolves #95 Removed :list attribute from ContentBox in HTML

github.com/bvaughn/react-virtualized - 64011d2ae8adc2ec143f33a2787667f7713be163 authored almost 9 years ago by Brian Vaughn <[email protected]>
Replaced top/left positioning in Grid with transform: translate. It seems to result in slightly smoother scrolling performance in Chrome.

github.com/bvaughn/react-virtualized - b16f419bf131fd88f4ccff7ab8de14670d44cc35 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated onScroll() callback to receive :scrollHeight/:scrollWidth and :clientHeight/:clientWidth parameters

github.com/bvaughn/react-virtualized - 25b7c7972ca0851bd648db61fd20e2b96a367930 authored almost 9 years ago by Brian Vaughn <[email protected]>
Removed :horizontalPadding and :verticalPadding from FlexTable (and docs)

github.com/bvaughn/react-virtualized - f36557460e53932a78b6d892429c5d28c823eca9 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' into v5

github.com/bvaughn/react-virtualized - c8ae792e4e4da66d3dd639611fc5988780165aaa authored almost 9 years ago by Brian Vaughn <[email protected]>
Built upcoming 4.10.0 release.

github.com/bvaughn/react-virtualized - 7d267cbaf78126229add483ab96cbf8ec792cb7b authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG and docs for upcoming 4.10.0 release

github.com/bvaughn/react-virtualized - 77dd8f7022be29c322b686af9a777a1f74e172c8 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #64 from bvaughn/issues/53

Add overscan property to support smoother scrolling

github.com/bvaughn/react-virtualized - a682637d5df1def030609374d6f8fd9eb310cee5 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merged :overscanRowsCount and :overscanColumnsCount functionality from #53 and #87 into v5.

github.com/bvaughn/react-virtualized - 10fd2604f5847b14ad27ef2a56436cff8a9feaf2 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge branch 'master' into issues/53

github.com/bvaughn/react-virtualized - 43b21e684a7d76f2a50069c446bd138cff4a4c47 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #91 from crzrcn/misc-dependencies

Move react-dom to devDependencies

github.com/bvaughn/react-virtualized - 905819b3d45d9498bf2875d04a38c2c8c1c3dd07 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #90 from crzrcn/misc-props

Default <FlexTable>'s :headerHeight prop to 0

github.com/bvaughn/react-virtualized - 1a15005056b6e6b20a6fe4bf61f6ce9fad7081f9 authored almost 9 years ago by Brian Vaughn <[email protected]>
Readd peer dependencies

Context:
https://github.com/bvaughn/react-virtualized/pull/91#discussion_r52557675

github.com/bvaughn/react-virtualized - dad21ce247587fcbc62206b27d16f957fd9f4dfe authored almost 9 years ago by Fernando Martinez <[email protected]>
Revert <FlexTable>'s :headerHeight.isRequired change

github.com/bvaughn/react-virtualized - bbc5ae42f559c075a72aac5d005261b32bad51b2 authored almost 9 years ago by Fernando Martinez <[email protected]>
Move react-dom to devDependencies

github.com/bvaughn/react-virtualized - 3979a8c6a93ace5f618d668af16ad1509635c764 authored almost 9 years ago by Fernando Martinez <[email protected]>