reactstrap v6.0.0 Release Notes

Release Date: 2018-05-01 // about 6 years ago
    • 🚚 chore(Input): remove support for children content in (#927) (4dea4a6), closes #927 #871

    🐛 Bug Fixes

    • ⬇️ DropdownMenu: add x-placement attribute (#966) (0f4a4cb), closes #962
    • innerRef: allow createRef as a ref (a5795b8)
    • Modal: update zindex when prop is changed (#937) (01667c1)
    • UncontrolledCarousel: add bootstrap classes to img to make it responsive (#934) (9f7b741)
    • UncontrolledCarousel: added header item prop (#964) (62b79fb), closes #943

    🔋 Features

    💥 BREAKING CHANGES

    • 0️⃣ Input with type="textarea" can no longer have children. To set the value of the textarea please use value/defaultValue the same as you would for input type="text".