Releases: react-bootstrap/react-bootstrap
Releases Β· react-bootstrap/react-bootstrap
v2.7.1
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
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)
v2.6.0
2.6.0 (2022-11-06)
Bug Fixes
Features
- Spinner: make the animation default to border (#6468) (fb3e4d5)
v1.6.6
1.6.6 (2022-08-25)
Bug Fixes
- Modal: render aria-describedby on the top level modal element (6dd9e3b)
- Modal: render aria-label on top level modal element (273901f)
v2.5.0
2.5.0 (2022-08-05)
Bug Fixes
- Offcanvas: prevent children mounting twice on show when not responsive (#6416) (e2c4eeb)
- ensure consistent API for custom variants (#6398) (8a81903)
- update @restart/ui to 1.3.1 (#6408) (a49d435)
v2.5.0-beta.1
Bug Fixes
- Dropdown: remove unused flip prop (7c2002f)
- update @restart/ui to v1.3.0 (#6383) (775e774)
- Offcanvas: fix responsive behavior when resizing screen (#6380) (a3e188a)
Features
- DropdownButton: add
flip
prop support (85ef5bc)
- SplitButton: add
flip
prop support (909c564)
- Tabs: allow fill and justify settings for tabs (#6391) (239c459)
v2.5.0-beta.0
Bug Fixes
- NavbarOffcanvas: fix render to be SSR safe (#6360) (94d2fb4)
- Overlay: fix initial positioning of overlays (#6348) (bdb89d5)
- ToggleButtonGroup: remove extra
onChange
check (#6345) (52220e0)
Features
- FormCheck: add support for reverse checks and radios (#6353) (dd41911)
- Offcanvas: add responsive support (#6363) (3bc4df2)
- Offcanvas: added support for static backdrops (#6342) (e5b7c89)
- Table: add support for striped columns (#6344) (9dc95c7)
- ThemeProvider: support breakpoints smaller than xs (#6371) (09bf4a2)
v2.4.0
2.4.0 (2022-05-13)
Features
- ToastContainer: add
containerPosition
prop (#6316) (9815957)
v1.6.5
1.6.5 (2022-05-11)
Bug Fixes
- update react-overlays and @restart/hooks packages (#6333) (9654ca2)
v2.3.1
2.3.1 (2022-04-28)
Bug Fixes
- NavbarOffcanvas: fix rendering of nav items when expand is used (#6310) (63869f9)
- TabPane: omit Transition when prop is false (#6305) (1c71e9e)