Skip to content

v2.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kyletsang kyletsang released this 22 Sep 00:00
· 332 commits to master since this release

2.0.0-rc.0 (2021-09-21)

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

  • 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.