react-bootstrap v2.0.0-rc.0 Release Notes

Release Date: 2021-09-21 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • ListGroupItem: fix .active not being set with activeKey in ListGroup (#6002) (cdaa039)
    • Toast: fix fade animation (#6004) (0237a14)

    • ๐Ÿ”จ refactor(Col)!: remove default span value in breakpoint object (#6014) (ec285fb), closes #6014

    • ๐Ÿ”จ refactor(CardColumns)!: remove component (#6030) (d36718f), closes #6030

    • ๐Ÿ›  fix(FormCheck)!: use feedbackType to control feedback type (#6015) (ab9e080), closes #6015

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

    • 0๏ธโƒฃ When using objects in Col breakpoint props, span is no longer true by default
    • โœ‚ Removed CardColumns because it was dropped in Bootstrap 5
    • FormCheck feedback type is now controlled by feedbackType instead of isValid and isInvalid.