Changelog History
Page 25
-
v2.5.0 Changes
โ Added
AutoSizer
component for wrappingFlexTable
orVirtualScroll
and growing to fill the parent container. This should hopefully simplify usage of these components. -
v2.4.0 Changes
FlexTable
andVirtualScroll
offer new callback propertyonRowsRendered
to be invoked with a params object{ startIndex, stopIndex }
after rows have been rendered. -
v2.3.0 Changes
๐
FlexTable
'srowClassName
property can now be either a string or a function in order to support dynamic row classes (eg. alternating colors). -
v2.2.0 Changes
โ Added
onRowClick
property toFlexTable
. -
v2.1.1 Changes
๐ Fixed a few minor FlexTable font styles to use relative sizes instead of custom ones
-
v2.1.0 Changes
โ Added optional
noRowsRenderer
property toVirtualScroll
andFlexTable
. This property can be used to render loading indicators or placeholder content for empty lists. -
v2.0.0 Changes
โก๏ธ Set
shouldPureComponentUpdate
on component prototypes instead of instances. โฌ๏ธ Dropped half-ass support for React 0.13. This module has always depended on React 0.14 but it was checking in previous versions and trying to be backwards compatible with 0.13. Since that check is no longer in place, this is a major version bump (even though there is no real new functionality being added). -
v1.0.4 Changes
๐ Fixed package.json dependencies by moving
classnames
,raf
, andreact-pure-render
out ofpeerDependencies
and intodependencies
. -
v1.0.3 Changes
โก๏ธ Same as version 1.0.2; published just to update NPM keyword and description.
-
v1.0.2 Changes
โ Removed default row-border styling from FlexTable and added new :rowClassName property.