Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
reactstrap ^8.0.0^9.0.0 age confidence

Release Notes

reactstrap/reactstrap (reactstrap)

v9.2.3

Compare Source

Features

9.2.3 (2024-09-26)

Bug Fixes
  • UncontrolledAccordion: prevent setOpen to set undefined value for open (#​2814) (717a5e8)

9.2.2 (2024-01-19)

Bug Fixes
  • dropdown with inNavbar bug (18cc094)

9.2.1 (2023-10-05)

Bug Fixes

9.2.0 (2023-06-09)

Features
  • modal: add 'aria-modal="true"' to modal (2a43591)
Bug Fixes

9.1.10 (2023-05-13)

Bug Fixes

9.1.9 (2023-04-11)

Bug Fixes

9.1.8 (2023-03-29)

Bug Fixes
  • esm and lib folder not included in release (e974d0c)

9.1.7 (2023-03-22)

Bug Fixes

9.1.6 (2023-02-17)

⚠ BREAKING CHANGES
  • add forwardRef to all components that contain innerRef
Features
  • add forwardRef to all components that contain innerRef (17a141a)
Bug Fixes
  • convert functional components to be forwardRef components vs redefining them as such (86578ab)
  • Label: migrate label to rtl (#​2665) (8c5cc2b)
  • revert v10 merge (3392ce9)
Miscellaneous
9.1.5 (2022-10-27)
Bug Fixes
  • accordion: type error of open in uncontrolledAccordionProps (#​2611) (b46a23c)
  • ensure initial overflow status is stored when opening multiple modals (c0191ec)
9.1.4 (2022-08-26)
Bug Fixes
9.1.3 (2022-08-02)
Bug Fixes
  • Use the new nodeRef API for Collapse (9527654)
9.1.2 (2022-07-13)
Bug Fixes
9.1.1 (2022-06-08)
Bug Fixes
  • DropdownMenu: add types to updateOnSelect (e5cd524)

9.1.0 (2022-06-08)

Features
  • CloseButton: add close button (9e656f5)
Bug Fixes
  • #​2411: remove scroll from body when modal open (9d71faa)
  • add a flag to DropdownMenu for Popper update (74a9e4e)
9.0.4 (2022-06-02)
Bug Fixes
Miscellaneous
  • Button: convert button to use hooks (19f85d3)
9.0.3 (2022-05-26)
Bug Fixes
9.0.2 (2022-04-13)
Bug Fixes
  • form-row was removed from Bootsttap 5 (601845d)
  • docs: fixed naming in Accordion module (29beb09)
  • FormGroup: dont pass switch prop to tag #​2415 (b63981e)
9.0.1 (2021-11-12)
Bug Fixes

9.0.0 (2021-10-27)

⚠ BREAKING CHANGES
  • update positionedFix prop to strategy
  • upgrade to popper 2
  • remove CustomInput
  • remove old InputGroupButtonDropdown
  • remove InputGroupAddon
  • remove Jumbotron component (#​2118)
Features
  • accordion: add flush support and stayOpen support (a6050f5)
  • bs5: add accordion (#​2105) (1c09448)
  • bs5: add Offcanvas (9a4bcca)
  • bs5: change .close to .btn-close (#​2116) (be4df60)
  • bs5: change no-gutters class to gx-0 in Row (#​2119) (85b8933)
  • bs5: convert .sr-only to .visually-hidden (702ad55)
  • bs5: Convert Dropdown & DropdownMenu to RTL (7417984)
  • bs5: Rename margin utils (35a37ef)
  • bs5: Replace .btn-block with utility classes (4dc1dcd)
  • bs5: replace form-group class with mb-3 (cbcb2e3)
  • bs5: Support xxl breakpoint (4fb7cdd)
  • bs5: update badge classes (#​2117) (7859900)
  • bs5: Update tooltip/popover arrow classes (9ad870e)
  • carousel: add Bootstrap5 updates (a698814)
  • Carousel: Add dark prop (01f64df)
  • collapse: add horizontal collapse (f780187)
  • Dropdown: Add backwards compatible left & right (f8b415f)
  • DropdownMenu: add-dark-prop (2e22d7b)
  • forms: Add support for floating labels (1cc8a14)
  • ListGroup: Add ListGroupNumbered (02b3b71)
  • modal: add fullscreen option to Modal component (a580f23)
  • Navbar: add container options (f0054bf)
  • Placeholder: add component (0c9294c)
  • remove CustomInput (c0e8a68)
  • remove form-control-file class (f601576)
  • remove InputGroupAddon (322d0ad)
  • remove Jumbotron component (#​2118) (2c912ab)
  • remove old InputGroupButtonDropdown (3df07f6)
  • replace form-control-range with form-range (06868e2)
  • support form switch (f403595)
  • update input group to have type dropdown (6c60226)
  • update positionedFix prop to strategy (65bf0f0)
  • upgrade to popper 2 (35840ef)
  • use form-select class with native select (1e6204b)
Bug Fixes
8.10.1 (2021-10-26)
Bug Fixes
  • UncontrolledDropdown: Fix onToggle - a consistent isOpen value (ee54164)

8.8.1 (2020-12-29)

Bug Fixes
  • Prevent popover/tooltip rendering if target not resolved (#​2059) (de06e9f)

v9.2.2

Compare Source

Features

9.2.3 (2024-09-26)

Bug Fixes
  • UncontrolledAccordion: prevent setOpen to set undefined value for open (#​2814) (717a5e8)

9.2.2 (2024-01-19)

Bug Fixes
  • dropdown with inNavbar bug (18cc094)

9.2.1 (2023-10-05)

Bug Fixes

9.2.0 (2023-06-09)

Features
  • modal: add 'aria-modal="true"' to modal (2a43591)
Bug Fixes

9.1.10 (2023-05-13)

Bug Fixes

9.1.9 (2023-04-11)

Bug Fixes

9.1.8 (2023-03-29)

Bug Fixes
  • esm and lib folder not included in release (e974d0c)

9.1.7 (2023-03-22)

Bug Fixes

9.1.6 (2023-02-17)

⚠ BREAKING CHANGES
  • add forwardRef to all components that contain innerRef
Features
  • add forwardRef to all components that contain innerRef (17a141a)
Bug Fixes
  • convert functional components to be forwardRef components vs redefining them as such (86578ab)
  • Label: migrate label to rtl (#​2665) (8c5cc2b)
  • revert v10 merge (3392ce9)
Miscellaneous
9.1.5 (2022-10-27)
Bug Fixes
  • accordion: type error of open in uncontrolledAccordionProps (#​2611) (b46a23c)
  • ensure initial overflow status is stored when opening multiple modals (c0191ec)
9.1.4 (2022-08-26)
Bug Fixes
9.1.3 (2022-08-02)
Bug Fixes
  • Use the new nodeRef API for Collapse (9527654)
9.1.2 (2022-07-13)
Bug Fixes
9.1.1 (2022-06-08)
Bug Fixes
  • DropdownMenu: add types to updateOnSelect (e5cd524)

9.1.0 (2022-06-08)

Features
  • CloseButton: add close button (9e656f5)
Bug Fixes
  • #​2411: remove scroll from body when modal open (9d71faa)
  • add a flag to DropdownMenu for Popper update (74a9e4e)
9.0.4 (2022-06-02)
Bug Fixes
Miscellaneous
  • Button: convert button to use hooks (19f85d3)
9.0.3 (2022-05-26)
Bug Fixes
9.0.2 (2022-04-13)
Bug Fixes
  • form-row was removed from Bootsttap 5 (601845d)
  • docs: fixed naming in Accordion module (29beb09)
  • FormGroup: dont pass switch prop to tag #​2415 (b63981e)
9.0.1 (2021-11-12)
Bug Fixes

9.0.0 (2021-10-27)

⚠ BREAKING CHANGES
  • update positionedFix prop to strategy
  • upgrade to popper 2
  • remove CustomInput
  • remove old InputGroupButtonDropdown
  • remove InputGroupAddon
  • remove Jumbotron component (#​2118)
Features
  • accordion: add flush support and stayOpen support (a6050f5)
  • bs5: add accordion (#​2105) (1c09448)
  • bs5: add Offcanvas (9a4bcca)
  • bs5: change .close to .btn-close (#​2116) (be4df60)
  • bs5: change no-gutters class to gx-0 in Row (#​2119) (85b8933)
  • bs5: convert .sr-only to .visually-hidden (702ad55)
  • bs5: Convert Dropdown & DropdownMenu to RTL (7417984)
  • bs5: Rename margin utils (35a37ef)
  • bs5: Replace .btn-block with utility classes (4dc1dcd)
  • bs5: replace form-group class with mb-3 (cbcb2e3)
  • bs5: Support xxl breakpoint (4fb7cdd)
  • bs5: update badge classes (#​2117) (7859900)
  • bs5: Update tooltip/popover arrow classes (9ad870e)
  • carousel: add Bootstrap5 updates (a698814)
  • Carousel: Add dark prop (01f64df)
  • collapse: add horizontal collapse (f780187)
  • Dropdown: Add backwards compatible left & right (f8b415f)
  • DropdownMenu: add-dark-prop (2e22d7b)
  • forms: Add support for floating labels (1cc8a14)
  • ListGroup: Add ListGroupNumbered (02b3b71)
  • modal: add fullscreen option to Modal component (a580f23)
  • Navbar: add container options (f0054bf)
  • Placeholder: add component (0c9294c)
  • remove CustomInput (c0e8a68)
  • remove form-control-file class (f601576)
  • remove InputGroupAddon (322d0ad)
  • remove Jumbotron component (#​2118) (2c912ab)
  • remove old InputGroupButtonDropdown (3df07f6)
  • replace form-control-range with form-range (06868e2)
  • support form switch (f403595)
  • update input group to have type dropdown (6c60226)
  • update positionedFix prop to strategy (65bf0f0)
  • upgrade to popper 2 (35840ef)
  • use form-select class with native select (1e6204b)
Bug Fixes
8.10.1 (2021-10-26)
Bug Fixes
  • UncontrolledDropdown: Fix onToggle - a consistent isOpen value (ee54164)

8.8.1 (2020-12-29)

Bug Fixes
  • Prevent popover/tooltip rendering if target not resolved (#​2059) (de06e9f)

v9.2.1

Compare Source

Features

9.2.3 (2024-09-26)

Bug Fixes
  • UncontrolledAccordion: prevent setOpen to set undefined value for open (#​2814) (717a5e8)

9.2.2 (2024-01-19)

Bug Fixes
  • dropdown with inNavbar bug (18cc094)

9.2.1 (2023-10-05)

Bug Fixes

9.2.0 (2023-06-09)

Features
  • modal: add 'aria-modal="true"' to modal (2a43591)
Bug Fixes

9.1.10 (2023-05-13)

Bug Fixes

9.1.9 (2023-04-11)

Bug Fixes

9.1.8 (2023-03-29)

Bug Fixes
  • esm and lib folder not included in release (e974d0c)

9.1.7 (2023-03-22)

Bug Fixes

9.1.6 (2023-02-17)

⚠ BREAKING CHANGES
  • add forwardRef to all components that contain innerRef
Features
  • add forwardRef to all components that contain innerRef (17a141a)
Bug Fixes
  • convert functional components to be forwardRef components vs redefining them as such (86578ab)
  • Label: migrate label to rtl (#​2665) (8c5cc2b)
  • revert v10 merge (3392ce9)
Miscellaneous
9.1.5 (2022-10-27)
Bug Fixes
  • accordion: type error of open in uncontrolledAccordionProps (#​2611) (b46a23c)
  • ensure initial overflow status is stored when opening multiple modals (c0191ec)
9.1.4 (2022-08-26)
Bug Fixes
9.1.3 (2022-08-02)
Bug Fixes
  • Use the new nodeRef API for Collapse (9527654)
9.1.2 (2022-07-13)
Bug Fixes
9.1.1 (2022-06-08)
Bug Fixes
  • DropdownMenu: add types to updateOnSelect (e5cd524)

9.1.0 (2022-06-08)

Features
  • CloseButton: add close button (9e656f5)
Bug Fixes
  • #​2411: remove scroll from body when modal open (9d71faa)
  • add a flag to DropdownMenu for Popper update (74a9e4e)
9.0.4 (2022-06-02)
Bug Fixes
Miscellaneous
  • Button: convert button to use hooks (19f85d3)
9.0.3 (2022-05-26)
Bug Fixes
9.0.2 (2022-04-13)
Bug Fixes
  • form-row was removed from Bootsttap 5 (601845d)
  • docs: fixed naming in Accordion module (29beb09)
  • FormGroup: dont pass switch prop to tag #​2415 (b63981e)
9.0.1 (2021-11-12)
Bug Fixes

9.0.0 (2021-10-27)

⚠ BREAKING CHANGES
  • update positionedFix prop to strategy
  • upgrade to popper 2
  • remove CustomInput
  • remove old InputGroupButtonDropdown
  • remove InputGroupAddon
  • remove Jumbotron component (#​2118)
Features

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch from b100405 to 0046eb0 Compare July 7, 2025 11:15
@Anas12091101 Anas12091101 self-assigned this Jul 7, 2025
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch from 0046eb0 to d7bb282 Compare July 8, 2025 08:44
@Anas12091101 Anas12091101 removed their assignment Jul 9, 2025
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 2 times, most recently from e88d1a1 to 0ef8619 Compare July 9, 2025 13:25
@Anas12091101 Anas12091101 self-assigned this Jul 9, 2025
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 2 times, most recently from 1f349fd to 5a45533 Compare July 9, 2025 15:07
@Anas12091101 Anas12091101 removed their assignment Jul 11, 2025
@Anas12091101
Copy link
Contributor

Reactstrap v9 depends on Bootstrap v5 (reference). Since this upgrade impacts a large number of files across the codebase, the testing scope is quite extensive. We'll put this PR on hold for now and revisit it at a later time.

@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 11 times, most recently from 059a2ab to 05cb9d4 Compare July 21, 2025 13:01
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 7 times, most recently from 4b1352a to 5f6ac68 Compare July 25, 2025 12:46
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 9 times, most recently from 597b799 to 3ba423d Compare December 23, 2025 14:11
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 3 times, most recently from 3b7ea35 to db15a36 Compare January 5, 2026 12:53
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 14 times, most recently from 4252741 to 68b46c9 Compare January 13, 2026 12:56
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch 2 times, most recently from af31f0a to 8b9ac33 Compare January 14, 2026 09:55
@renovate renovate bot force-pushed the renovate/reactstrap-9.x branch from 8b9ac33 to 27e1df0 Compare January 15, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants