Update dependency react-bootstrap to v2 - abandoned
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
react-bootstrap (source) | dependencies | major | ^1.0.0-beta.10 -> ^2.0.0 |
Release Notes
react-bootstrap/react-bootstrap (react-bootstrap)
v2.9.1
Bug Fixes
- OverlayTrigger: convert to an arrow function to fix type issues (#6709) (4e609e2), closes #6708 #6708
- types: loosen color and gap types (#6713) (91fb12b)
v2.9.0
Features
v2.8.0
Bug Fixes
Features
- PageItem: add linkStyle and linkClassName props (#6636) (cc8efc3)
- add underline variant for Nav/Tabs (#6623) (600364b)
2.7.4 (2023-04-15)
Bug Fixes
2.7.3 (2023-04-12)
Bug Fixes
-
ToastContainer: allow setting
containerPosition
withoutposition
(#6574) (41ec134) - switch from defaultProps to JS default params (#6568) (1d5b726)
2.7.2 (2023-02-14)
Bug Fixes
2.7.1 (2023-02-10)
Bug Fixes
-
Accordion: fix
aria-expanded
value when usingalwaysOpen
(#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.4
Bug Fixes
v2.7.3
Bug Fixes
-
ToastContainer: allow setting
containerPosition
withoutposition
(#6574) (41ec134) - switch from defaultProps to JS default params (#6568) (1d5b726)
v2.7.2
Bug Fixes
v2.7.1
Bug Fixes
-
Accordion: fix
aria-expanded
value when usingalwaysOpen
(#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
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
Bug Fixes
- update @restart/ui to 1.4.0 (#6479) (e38deae)
- update @restart/ui to 1.4.1 (#6481) (a42c8de)
- ListGroupItem: prevent a div with a href (#6462) (c4b15a3)
- Modal: apply 'show' class when animation = false (#6447) (8f5e903)
- PageItem: remove disabled attribute on span (#6455) (249c178)
- types: fix type of 'safeFindDOMNode' function (#6465) (f2f1847)
Features
v2.5.0
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.4.0
Features
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)
v2.3.1
Bug Fixes
- NavbarOffcanvas: fix rendering of nav items when expand is used (#6310) (63869f9)
- TabPane: omit Transition when prop is false (#6305) (1c71e9e)
v2.3.0
Bug Fixes
Features
2.2.3 (2022-04-05)
Bug Fixes
- bump @restart/hooks to v0.4.6 (#6294) (dceb74b)
2.2.2 (2022-03-25)
Bug Fixes
- update @restart/ui to v1.2.0 (#6285) (4f5e625)
- Modal: fix autofocus for inputs when animation is enabled (#6278) (08e1bbc)
- Modal: render aria-describedby on the top level modal element (#6282) (93a8a0e)
- Modal: render aria-label on top level modal element (#6269) (48f7c07)
2.2.1 (2022-03-11)
Bug Fixes
-
Carousel: fix issue where changing
activeIndex
won't work (#6265) (0c7c5f7) - useOverlayOffset: use offset prop in useOverlayOffset (#6264) (e338818)
v2.2.3
Bug Fixes
- bump @restart/hooks to v0.4.6 (#6294) (dceb74b)
v2.2.2
Bug Fixes
- update @restart/ui to v1.2.0 (#6285) (4f5e625)
- Modal: fix autofocus for inputs when animation is enabled (#6278) (08e1bbc)
- Modal: render aria-describedby on the top level modal element (#6282) (93a8a0e)
- Modal: render aria-label on top level modal element (#6269) (48f7c07)
v2.2.1
Bug Fixes
-
Carousel: fix issue where changing
activeIndex
won't work (#6265) (0c7c5f7) - useOverlayOffset: use offset prop in useOverlayOffset (#6264) (e338818)
v2.2.0
Bug Fixes
- TabPane: use Fade for default transition (#6235) (3e0b4d3)
- added missing ModalHeader exports to index (#6228) (3332da9)
Features
- support custom breakpoints (#6253) (0910a21)
- Tabs: support passing custom attributes to Tab (#5879) (6afa734)
2.1.2 (2022-01-31)
Bug Fixes
- update @restart/ui to v1.0.1 (#6220) (f46dee3)
-
ToggleButton: remove
role="button"
from label (#6204) (54bcbfa)
2.1.1 (2022-01-14)
Bug Fixes
v2.1.2
Bug Fixes
- update @restart/ui to v1.0.1 (#6220) (f46dee3)
-
ToggleButton: remove
role="button"
from label (#6204) (54bcbfa)
v2.1.1
Bug Fixes
v2.1.0
Features
2.0.4 (2021-12-20)
Bug Fixes
- Modal: fix typescript intellisense with base props (#6150) (a7db500)
-
NavDropdown: fix
onSelect
type (#6151) (253c998)
2.0.3 (2021-12-01)
Bug Fixes
-
FormCheck: fix
Form.Check.Label
spacing (#5983) (250655c), closes /github.com/react-bootstrap/react-bootstrap/issues/5938#issuecomment-883704209
2.0.2 (2021-11-04)
Bug Fixes
- remove unused files from build output
2.0.1 (2021-10-29)
Bug Fixes
v2.0.4
Bug Fixes
- Modal: fix typescript intellisense with base props (#6150) (a7db500)
-
NavDropdown: fix
onSelect
type (#6151) (253c998)
v2.0.3
Bug Fixes
-
FormCheck: fix
Form.Check.Label
spacing (#5983) (250655c), closes /github.com/react-bootstrap/react-bootstrap/issues/5938#issuecomment-883704209
v2.0.2
Bug Fixes
- remove unused files from build output
v2.0.1
Bug Fixes
v2.0.0
v1.6.7
Bug Fixes
v1.6.6
Bug Fixes
- Modal: render aria-describedby on the top level modal element (6dd9e3b)
- Modal: render aria-label on top level modal element (273901f)
v1.6.5
Bug Fixes
- update react-overlays and @restart/hooks packages (#6333) (9654ca2)
v1.6.4
Bug Fixes
v1.6.3
Bug Fixes
v1.6.2
Bug Fixes
- Modal: Fix wrong types on ModalProps (#6022) (18ef232), closes #5894
- avoid @popperjs/core console warning (#6021) (335f782), closes #6017
v1.6.1
Bug Fixes
- docs: fix missing img on toast (fix #5729) (#5814) (488e5c0)
- FormLabel: forward ref when rendering as Col (#5835) (bb128e1)
- Modal: remove default timeout in modal and backdrop transition (#5837) (7dd17bd)
- types: fix role prop (#5851) (0077178)
v1.6.0
Bug Fixes
- Popover: fix arrow alignment when running Popper >= 2.84 (#5774) (da85f30)
- types: fix types for event key (700e944)
Features
v1.5.2
Bug Fixes
v1.5.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot