reactstrap v5.0.0-beta.2 Release Notes

Release Date: 2018-02-27 // about 6 years ago
  • 🐛 Bug Fixes

    🔋 Features

    💥 BREAKING CHANGES

    • Col: Col no longer adds .col class by default when you have other columns specified. To get this class back, simply add the prop xs.
    • Input: the valid prop no longer applies the is-invalid class when false. Use the new invalid prop to apply that class.