All Versions
256
Latest Version
Avg Release Cycle
71 days
Latest Release
-

Changelog History
Page 25

  • v2.5.0 Changes

    โž• Added AutoSizer component for wrapping FlexTable or VirtualScroll and growing to fill the parent container. This should hopefully simplify usage of these components.

  • v2.4.0 Changes

    FlexTable and VirtualScroll offer new callback property onRowsRendered to be invoked with a params object { startIndex, stopIndex } after rows have been rendered.

  • v2.3.0 Changes

    ๐Ÿ‘ FlexTable's rowClassName 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 to FlexTable.

  • 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 to VirtualScroll and FlexTable. 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, and react-pure-render out of peerDependencies and into dependencies.

  • 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.