All Versions
23
Latest Version
Avg Release Cycle
56 days
Latest Release
-

Changelog History
Page 3

  • v7.0.1

    July 09, 2018
  • v7.0.0 Changes

    July 09, 2018
    • 🏗 size improvements - removing propTypes in production builds, some micro optimizations
    • 💻 distributing "browser" field now with slightly lighter code for browsers
    • valueRowCount property on component's instance holding total row count (including those over maxRows)
    • onChange being called with second argument - this of the component
  • v6.1.0 Changes

    April 02, 2018

    ⚡️ Moved height recalculation to componentDidUpdate hook - should behave the same for all compatible React versions and at the same time won't be using deprecated componentWillReceiveProps hook.