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

Default <FlexTable>'s :headerHeight prop to 0

So that :headerHeight does not have to be specified when :disableHeader
is true.

github.com/bvaughn/react-virtualized - b82fde2fc7e0908af64aa4b35e3d909bff2c8985 authored almost 9 years ago by Fernando Martinez <[email protected]>
Bumped overscan rows to 10 by default, left overscan columns at 0

github.com/bvaughn/react-virtualized - 46cf70720bd67d5c7644f09163b9876933443438 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added more overscan tests for Grid

github.com/bvaughn/react-virtualized - ef03140f80d06448305d7d3d554d6402c3f44204 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated docs WRT overscan properties

github.com/bvaughn/react-virtualized - de7f79a7b53e7d66c3524a8d4d962b30506b7565 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added overscanColumnsCount and overscanRowsCount properties to Grid.

github.com/bvaughn/react-virtualized - 5ee4df27a179f3c0b93100213621387dd8a36902 authored almost 9 years ago by Brian Vaughn <[email protected]>
Removed redundant onWheel event handler. This seems to result in smoother Safari scrolling

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

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

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

github.com/bvaughn/react-virtualized - 1cb5af01cc2a72c90d4085e2676d35864e77cb64 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added section to docs specifically for using AUtoSizer

github.com/bvaughn/react-virtualized - 6a9f71371f69b2b8f692edccbae8c9af0c7780c1 authored almost 9 years ago by Brian Vaughn <[email protected]>
Udpated AutoSizer to account for padding before setting width/height

github.com/bvaughn/react-virtualized - 51eca91c40a9236c2b796c29d03d38da6bbbb302 authored almost 9 years ago by Brian Vaughn <[email protected]>
Refactored build scripts to generate an ES6/jsnext build target.

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

github.com/bvaughn/react-virtualized - 164e72b918c0d61c3af90a2ec2e5d062a0345bf9 authored almost 9 years ago by Brian Vaughn <[email protected]>
Built 4.8.1 Updated InfiniteLoader to mark required properties as .isRequired

github.com/bvaughn/react-virtualized - 4da81701e49d48649deedc923696e9bcb9ca0712 authored almost 9 years ago by Brian Vaughn <[email protected]>
Built 4.8.0 release: InfiniteLoader supports use within an AutoSizer

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

github.com/bvaughn/react-virtualized - 502127242bbcb30bde7825a867e9f75de8d0b54a authored almost 9 years ago by Brian Vaughn <[email protected]>
Resolves #85 by removing upper-bound on number of items in list.

github.com/bvaughn/react-virtualized - 0df29c148796d0e224e0148a4a7be75319e7c2ff authored almost 9 years ago by Brian Vaughn <[email protected]>
Resolves #86 Changes global react virtualized export to ReactVirtualized so it is a proper JS variable

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

github.com/bvaughn/react-virtualized - 02057ad3d934474dffdee3b70c335845dd8990d6 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixed small errors in the Grid and InfiniteLoader demos

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

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

Updated AutoSizer to fix doesnt-shrink bug

github.com/bvaughn/react-virtualized - de712e7eed3065f1c77fb0c3db06f4e48511c212 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated AutoSizer to fix doesnt-shrink bug

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

github.com/bvaughn/react-virtualized - 9c8c3d2b8d010bfd0e0aa1fdb1c3e365f370a8f3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #83 from bvaughn/4.7.0

Added `scrollToIndex` property to `FlexTable` to be passed through to inner `Grid`.

github.com/bvaughn/react-virtualized - 49ab47964645271b2e2328ae864326bae95a19d1 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added `scrollToIndex` property to `FlexTable` to be passed through to inner `Grid`.

github.com/bvaughn/react-virtualized - 5025d0d28696a8e687a92f16ba102c01eaf9a790 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated CHANGELOG to add better context

github.com/bvaughn/react-virtualized - c8bb0cd8dfb04c31171bfb97d0247b928f9a24e3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Better gaurd against NaN values for `clientWidth` and `offsetWidth` for test environments using PhantomJS.

github.com/bvaughn/react-virtualized - af4b17f4c84bc320a2811032ae4636124827429d authored almost 9 years ago by Brian Vaughn <[email protected]>
Added to the Webpack :externals node to avoid including it in the build. This fixes the bad and builds.

github.com/bvaughn/react-virtualized - 6755c76c65fecc9d9a749157be3e9a352f84c5dd authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #82 from bvaughn/4.6.4

Moved `react-dom` from `dependencies` to `peerDependencies`

github.com/bvaughn/react-virtualized - 219c1166376af809640c491dc5f64c9f374ec063 authored almost 9 years ago by Brian Vaughn <[email protected]>
Moved react-dom to peerDependencies

github.com/bvaughn/react-virtualized - c00d338de569271250a1bbae38c02ad91f1be9e1 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixed bad 4.6.4 build.

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

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

Fix FlexTable header alignment problem due to always-on scrollbars.

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

github.com/bvaughn/react-virtualized - 2508de7ab06982481cdb03ccfe8b1b58f14e2e21 authored almost 9 years ago by Brian Vaughn <[email protected]>
Fix FlexTable header alignment problem due to always-on scrollbars.

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

github.com/bvaughn/react-virtualized - a7b5f42c5934cef24d718b0663457939a89f0909 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added v4.6.1 to CHANGELOG and also built and added new 4.6.2

github.com/bvaughn/react-virtualized - 6307e124f54c3ce6d11345e5caf4b69168b34c5c authored almost 9 years ago by Brian Vaughn <[email protected]>
Replaced Number.isNaN with isNaN to avoid IE compatibility issue.

github.com/bvaughn/react-virtualized - dedc117d71338892660c3559fff959f1c5fb1c67 authored almost 9 years ago by Brian Vaughn <[email protected]>
Disabled horiontal scrolling for VirtualScroll

github.com/bvaughn/react-virtualized - 1fcc90b935557e187e02bfffdc74259fffb7658e authored almost 9 years ago by Brian Vaughn <[email protected]>
Refactored FlexTable and VirtualScroll to be HOCs that wrap internal Grids. This removes a lot of code duplication between Grid and VirtualScroll but comes with the cost of making :width a required attribute for both FlexTable and VirtualScroll.

github.com/bvaughn/react-virtualized - 9efce38c2813c387940baa1e6e5d0b5f4b76d86d authored almost 9 years ago by Brian Vaughn <[email protected]>
Relates to #52. Removes event.stopPropagation() since it was unnecessary to prevent keyboard event bubbling, only to prevent the default browser behavior. Built as 4.6.1.

github.com/bvaughn/react-virtualized - 9d3b094155ea54e2504c26dc5fe2090dae49cb2b authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #77 from bvaughn/refactor-grid-styles

Moved some static styles from inline style to CSS

github.com/bvaughn/react-virtualized - 20b999912267d05b8ba5f1cbbb20a876010d4740 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added CHANGELOG

github.com/bvaughn/react-virtualized - 8f371905ff6e2f90060cb3d22e868af6548be0f8 authored almost 9 years ago by Brian Vaughn <[email protected]>
Changed override-x/override-y to override

github.com/bvaughn/react-virtualized - bba8a7eac502a97a3d700d0b08fafcecba7a0c1d authored almost 9 years ago by Brian Vaughn <[email protected]>
Moved some static styles from inline style={...} to classes. In particular this allows styles like :overflow to be overridden more easily (without requiring !important)

github.com/bvaughn/react-virtualized - 0a52409911db520fdfc281dd316707c6a065ff16 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge branch 'issues/72'

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

github.com/bvaughn/react-virtualized - b094946e3c507021328d2c5abd6f527e151fa5cb authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated Grid example to sync scrolling and show a spreadsheet-like UI.

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

Add :onScroll callback prop and :setScrollPosition API methods

github.com/bvaughn/react-virtualized - cb2643813b1c09487c4ceb56807207f027011e85 authored almost 9 years ago by Brian Vaughn <[email protected]>
Renamed :createCallbackCacheGuard to :createCallbackMemoizer for more accuracy

github.com/bvaughn/react-virtualized - 21d6bdf6b41de1bf3a31d415e3b0a7430d8efa73 authored almost 9 years ago by Brian Vaughn <[email protected]>
Renamed :initOnSectionRenderedHelper to :createCallbackCacheGuard and plugged into VirtualScroll and Grid to use it for memoizing :onScroll callbacks.

github.com/bvaughn/react-virtualized - a1d986b38bda16f24426b4ff701a829b4546f2f2 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added missing documentation for new method

github.com/bvaughn/react-virtualized - 5fa2ec70fb09286f8afa4bba65cfe819427f63a5 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added :onScroll callback properties and :scrollTo functions (and tests)

github.com/bvaughn/react-virtualized - 9e368a2c18287b0319dbdf0dbda9d2a3f9a353fe authored almost 9 years ago by Brian Vaughn <[email protected]>
Added -ms-flex and -webkit-flex browser prefixes for FlexTable. Built 4.4.3 release.

github.com/bvaughn/react-virtualized - c73f3fb8874e1e66a7de0737795ea864c7535c23 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added more automated tests for Grid

github.com/bvaughn/react-virtualized - 700f694b54169c381dc81daf162a3750f7ee442a authored almost 9 years ago by Brian Vaughn <[email protected]>
Built 4.4.2

github.com/bvaughn/react-virtualized - 05553361764f05ccd5281f525bf50137b3c6f766 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added unit tests for recently-added utils methods :computeCellMetadataAndUpdateScrollOffsetHelper and :updateScrollIndexHelper.

github.com/bvaughn/react-virtualized - 8226ecd3bf493af4e4db68e27d93ffae23f39b2d authored almost 9 years ago by Brian Vaughn <[email protected]>
Added AutoSizer tests for :disableWidth and :disableHeight properties

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

github.com/bvaughn/react-virtualized - bad60c0727b997d547d42e44ce7f683c53c18b7b authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated demo page to support deep-linking

github.com/bvaughn/react-virtualized - 33b37e6228169dfeba92be889ffd37d098d53149 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated docs links in README

github.com/bvaughn/react-virtualized - 574ea48a38d9f43e0c498627d69a9a656d02d5f5 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated for 4.4.0 build

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

Grid component

github.com/bvaughn/react-virtualized - 7faba13ad240adefe5047870b20234d9a3cfb5bc authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated AutoSizer docs

github.com/bvaughn/react-virtualized - 899fa29fb125228dd3bd378aaa7c3358da53efee authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated build

github.com/bvaughn/react-virtualized - 0cec7fb8f8a713e80a24000fb1e4a557b13960d1 authored almost 9 years ago by Brian Vaughn <[email protected]>
Minor documentation tweaks

github.com/bvaughn/react-virtualized - 47dc5c285386774bdcd8cb84de7f33cbfc3fd57c authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated utils documentation

github.com/bvaughn/react-virtualized - 3e569b1f2580272dea6185e7d84d18c5697ff2b4 authored almost 9 years ago by Brian Vaughn <[email protected]>
fixed a small bug in the Grid example where scroll-to indices were not being parameterized correctly

github.com/bvaughn/react-virtualized - e41f1fd0a8b25ffa0f1795a800e2aee386c5852f authored almost 9 years ago by Brian Vaughn <[email protected]>
Initial checkin of Grid component. Involved some heavy refactoring to VirtualScroll to share virtualization logic.

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

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

github.com/bvaughn/react-virtualized - 544f5779f78be57a49d3ce4651a8e9c72025b991 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added dynamic row support to FlexTable

github.com/bvaughn/react-virtualized - 8a8dabf43e7448b8222296f66a8008e99f39b6e8 authored almost 9 years ago by Brian Vaughn <[email protected]>
Built 4.2.1. Minor style change. VirtualScroll width is 100% by default now.

github.com/bvaughn/react-virtualized - 5a7664aa2ced75df0d19d095e791bb304b7b5c8a authored almost 9 years ago by Brian Vaughn <[email protected]>
Built 4.2.0 release and updated CHANGELOG

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

Initial checkin for #66

github.com/bvaughn/react-virtualized - d23f4410eb3fbdecba0ba8e47a5c323a1ae23c40 authored almost 9 years ago by Brian Vaughn <[email protected]>
Replace React.cloneElement inside of VirtualScroll with a wrapper element for positioning.

github.com/bvaughn/react-virtualized - b45171e4caad612a1bb650d1d616097e478da149 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added some tests for overscanning and updated docs

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

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

Added `-webkit-overflow-scrolling: touch` for smoother inertial scrolling on mobile devices

github.com/bvaughn/react-virtualized - 632056b009262e9ed1aca4e7a9ae0fafddac12d9 authored almost 9 years ago by Brian Vaughn <[email protected]>
Resolves #59 added `-webkit-overflow-scrolling: touch` for smoother inertial scrolling on mobile devices.

github.com/bvaughn/react-virtualized - 7fda7e844250c2e92a68fc67b481f18ccf2642ae authored almost 9 years ago by Brian Vaughn <[email protected]>
Added overscanRowsCount to FlexTable (and example) as well as docs

github.com/bvaughn/react-virtualized - 7e3747687cb8f78ff511f31a2575324ea8db758e authored almost 9 years ago by Brian Vaughn <[email protected]>
Initial proof-of-concept for overscan rows and elastic mobile scrolling

github.com/bvaughn/react-virtualized - e3949dc2c37aa2159f986e00b44cfe0b29694560 authored almost 9 years ago by Brian Vaughn <[email protected]>
Build 4.0.2

github.com/bvaughn/react-virtualized - c2243bc2c1331342cf6c0850c1ed47acdb35ca02 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #61 from olslash/columnData-in-header-click

pass columnData to onHeaderClick handler

github.com/bvaughn/react-virtualized - e293eeee148886033146709f8aa1a79460082e54 authored almost 9 years ago by Brian Vaughn <[email protected]>
document new onHeaderClick signature

github.com/bvaughn/react-virtualized - 59c6d7a722abb9effbdf222e866d527a8bde8d9e authored almost 9 years ago by Mitch Robb <[email protected]>
pass columnData to onHeaderClick handler

github.com/bvaughn/react-virtualized - 811d860642401977033c68a222ca5e10713cdb5b authored almost 9 years ago by Mitch Robb <[email protected]>
Version 4.0.1 with removed inline-prefixer dependency.

github.com/bvaughn/react-virtualized - 1220e53d9d81b9b18f56cb3ce8d8a09f3ecfe387 authored almost 9 years ago by Brian Vaughn <[email protected]>
Removed accidentally-commited .tgz file -.- Seriously should wait until morning to push my commits sometimes.

github.com/bvaughn/react-virtualized - 7967e427f928d7ea70d76c5f5d834834a0f71990 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added missing dev dependencies that accidentally got reverted in a previous commit

github.com/bvaughn/react-virtualized - 5ea2432dc44864485ebd2c1ce15ba29790a49307 authored almost 9 years ago by Brian Vaughn <[email protected]>
Tidying up docs and final touches. Also renamed "theme.css" to "styles.css"

github.com/bvaughn/react-virtualized - bd4a78e3d5abcf1711526e26fbe7f11292f7d733 authored almost 9 years ago by Brian Vaughn <[email protected]>
Merge pull request #58 from bvaughn/styles-refactor

Refactor inline styles into external CSS stylesheet

github.com/bvaughn/react-virtualized - 94b4412bce37afb691d59a5028c217515d6e17c3 authored almost 9 years ago by Brian Vaughn <[email protected]>
Bumped package to 4.0.0

github.com/bvaughn/react-virtualized - 6ffeddb3efc3feb87908af3d69c60d10263c4a0f authored almost 9 years ago by Brian Vaughn <[email protected]>
Building updates theme. Also bumped theme.

github.com/bvaughn/react-virtualized - 5a414e51b96c909f90022b40f891fbb49f860954 authored almost 9 years ago by Brian Vaughn <[email protected]>
Updated docs

github.com/bvaughn/react-virtualized - 4b2766adb9976d505ef9c9c28575e53c0a491238 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added a bunch of docs

github.com/bvaughn/react-virtualized - 669878ee80e400c4f2333911a932f7f55c152001 authored almost 9 years ago by Brian Vaughn <[email protected]>
Made demo site layout better on mobile

github.com/bvaughn/react-virtualized - d6ec1181c73d8586241ba289a44aa7777d325d94 authored almost 9 years ago by Brian Vaughn <[email protected]>
Added loading/loaded count to InfiniteLoader demo

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

github.com/bvaughn/react-virtualized - e3cc66cc94b1663926c5cd454d756105b15175fc authored almost 9 years ago by Brian Vaughn <[email protected]>
Fixed small regression demo site

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