Skip to content

Releases: react-bootstrap/react-bootstrap

v2.9.0

27 Sep 00:50
Compare
Choose a tag to compare

2.9.0 (2023-09-27)

Features

v2.9.0-beta.1

07 Aug 04:33
Compare
Choose a tag to compare
v2.9.0-beta.1 Pre-release
Pre-release

2.9.0-beta.1 (2023-08-07)

Bug Fixes

  • fix RSC error with createWithBsPrefix components (#6672) (49b3270)
  • DropdownItem: simplify component type (#6659) (d25e5f9)
  • FormControl: add size support when using plaintext (#6667) (57b4e29)
  • OverlayTrigger: position overlay properly when defaultShow set (#6657) (6bb3842)
  • ToggleButton: fix id to be required in props (#6658) (1b410eb)

v2.9.0-beta.0

05 Jul 03:45
Compare
Choose a tag to compare
v2.9.0-beta.0 Pre-release
Pre-release

2.9.0-beta.0 (2023-07-05)

Features

v2.8.0

23 Jun 00:40
Compare
Choose a tag to compare

2.8.0 (2023-06-23)

Bug Fixes

Features

  • PageItem: add linkStyle and linkClassName props (#6636) (cc8efc3)
  • add underline variant for Nav/Tabs (#6623) (600364b)

v1.6.7

03 May 00:44
Compare
Choose a tag to compare

1.6.7 (2023-05-03)

Bug Fixes

v2.7.4

15 Apr 01:10
Compare
Choose a tag to compare

2.7.4 (2023-04-15)

Bug Fixes

v2.7.3

12 Apr 04:35
Compare
Choose a tag to compare

2.7.3 (2023-04-12)

Bug Fixes

  • ToastContainer: allow setting containerPosition without position (#6574) (41ec134)
  • switch from defaultProps to JS default params (#6568) (1d5b726)

v2.7.2

14 Feb 01:10
Compare
Choose a tag to compare

2.7.2 (2023-02-14)

Bug Fixes

v2.7.1

10 Feb 19:15
Compare
Choose a tag to compare

2.7.1 (2023-02-10)

Bug Fixes

  • Accordion: fix aria-expanded value when using alwaysOpen (#6537) (7f633bf), closes #6536 #6536
  • Overlay: fix flickering of tooltips and popovers during initial render (#6544) (821624d)
  • Stack: fix incorrect classes being generated (#6540) (e3a77e1)

v2.7.0

07 Dec 17:36
Compare
Choose a tag to compare

2.7.0 (2022-12-07)

Bug Fixes

  • Dropdown: fic missing .show class on dropdown toggle when active (#6508) (eaa4bb9)
  • Modal: fix modal not closing when keyboard=false (#6515) (92703d5)

Features

  • AccordionBody: add transition callback props (#6478) (ba092df)
  • Dropdown: add support for centered dropdown menus (#6490) (500ee94)
  • Ratio: add support for portrait size ratios (#6501) (3cfdab1)