All Versions
76
Latest Version
Avg Release Cycle
13 days
Latest Release
1701 days ago

Changelog History
Page 7

  • v6.8.1 Changes

    ๐Ÿ›  Fixes & Optimizations
    • โšก๏ธ Updated eslint and code formatting
  • v6.7.5 Changes

    ๐Ÿ›  Fixes & Optimizations
    • Now passes column to getResizerProps (#667)
    • NOTE: getResizerProps is now only called if the column is resizable
    • ๐Ÿ›  Fixes the className ordering in defaultProps for ThComponent (#673)
    • 0๏ธโƒฃ NOTE: user supplied classNames now come at the end so they can extend the defaults
  • v6.7.4 Changes

    ๐Ÿ›  Fixes & Optimizations
    • ๐Ÿ›  Fix Prop types for columns
  • v6.7.3 Changes

    ๐Ÿ›  Fixes & Optimizations
    • ๐Ÿ›  Fix the rest of the proptypes
  • v6.7.2 Changes

    ๐Ÿ›  Fixes & Optimizations
    • getPropTypes proptype check
  • v6.7.1 Changes

    ๐Ÿ›  Fixes & Optimizations
    • ๐Ÿ‘• eslint-config moved to dev deps
  • v6.7.0

  • v6.7.0-alpha Changes

    ๐Ÿ†• New Features
    • ๐Ÿ”ฆ Expose page/pageSize to rows/cells
    • Supply sort direction to custom sort methods
    ๐Ÿ›  Fixes & Optimizations
    • โšก๏ธ README updates
    • ๐Ÿ‘• Linter cleanup
    • โž• Added PropTypes node module
    • ๐Ÿ’… Deps, linting and style upgrades
  • v6.6.0 Changes

    ๐Ÿ›  Fixes & Optimizations
    • ๐Ÿšš moved repo to react-tools
    • ๐Ÿšš Doc examples moved to codesandbox.io
    • โšก๏ธ README updates
    • CSS refacting for rt-tfoot to match rt-thead
    • CSS more specific for input and select
  • v6.5.3 Changes

    ๐Ÿ›  Fixes & Optimizations
    • ๐Ÿ‘• onClick proxying and eslint