Skip to content

Releases: react-bootstrap/react-bootstrap

v2.1.1

14 Jan 00:52
Compare
Choose a tag to compare

2.1.1 (2022-01-14)

Bug Fixes

  • prioritize poppers position prop in overlaytrigger (#6175) (dc9a0d7)

v2.1.0

31 Dec 00:52
Compare
Choose a tag to compare

2.1.0 (2021-12-31)

Features

v2.0.4

20 Dec 07:22
Compare
Choose a tag to compare

2.0.4 (2021-12-20)

Bug Fixes

v2.0.3

01 Dec 01:14
Compare
Choose a tag to compare

2.0.3 (2021-12-01)

Bug Fixes

v2.0.2

04 Nov 19:05
Compare
Choose a tag to compare

2.0.2 (2021-11-04)

Bug Fixes

  • remove unused files from build output

v2.0.1

29 Oct 05:36
Compare
Choose a tag to compare

2.0.1 (2021-10-29)

Bug Fixes

v2.0.0

21 Oct 06:22
Compare
Choose a tag to compare

2.0.0 (2021-10-21)

Promoted v2.0.0-rc.1 to stable

v2.0.0-rc.1

15 Oct 15:35
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

2.0.0-rc.1 (2021-10-15)

Bug Fixes

Features

v1.6.4

24 Sep 16:02
Compare
Choose a tag to compare

1.6.4 (2021-09-24)

Bug Fixes

v2.0.0-rc.0

22 Sep 00:00
Compare
Choose a tag to compare
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)

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