react-input-autosize v2.0.0 Release Notes

Release Date: 2017-09-12 // over 6 years ago
    • 🛠 fixed; converted to es6 Class and removed create-react-class
    • 🔄 changed; default export is now an es6 module

    Note:

    📦 As of 2.0.0 this package exports an es6 module in the main entry (/lib/AutoSizeInput.js). If you are in an older environment, you'll need to 0️⃣ refer to the .default export:

    var AutoSizeInput = require('react-input-autosize').default;
    

    Aside from this, the new version doesn't change any public API.