v2.0.0-rc.0
Pre-release
Pre-release
2.0.0-rc.0 (2021-09-21)
Bug Fixes
-
ListGroupItem: fix .active not being set with activeKey in ListGroup (#6002) (cdaa039)
-
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
- add SSRProvider (#6031) (ca97dc8)
- add Stack component (#5987) (57be243)
- Collapse: add horizontal animation (#5993) (c8f0d1d)
BREAKING CHANGES
- When using objects in
Col
breakpoint props,span
is no longertrue
by default - Removed CardColumns because it was dropped in Bootstrap 5
- FormCheck feedback type is now controlled by
feedbackType
instead ofisValid
andisInvalid
.