reactstrap

Simple React Bootstrap 5 components

MIT License

Downloads
2M
Stars
10.6K
Committers
272

Bot releases are visible (Hide)

reactstrap - v9.2.3

Published by github-actions[bot] 22 days ago

9.2.3 (2024-09-26)

Bug Fixes

  • UncontrolledAccordion: prevent setOpen to set undefined value for open (#2814) (717a5e8)
reactstrap - v9.2.2 Latest Release

Published by github-actions[bot] 9 months ago

9.2.2 (2024-01-19)

Bug Fixes

  • dropdown with inNavbar bug (18cc094)
reactstrap - v9.2.1

Published by github-actions[bot] 11 months ago

9.2.1 (2023-10-05)

Bug Fixes

  • #1680: arrowClass not applied to arrow (#2772) (aeaf180)
  • #2755: make offcanvas example code readable (#2768) (b932582)
reactstrap - v9.2.0

Published by github-actions[bot] over 1 year ago

9.2.0 (2023-06-09)

Features

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

Bug Fixes

  • #2662: remove many instances of default props (#2752) (b7d571c)
reactstrap - v9.1.10

Published by github-actions[bot] over 1 year ago

9.1.10 (2023-05-13)

Bug Fixes

reactstrap - v9.1.9

Published by github-actions[bot] over 1 year ago

9.1.9 (2023-04-11)

Bug Fixes

reactstrap - v9.1.8

Published by github-actions[bot] over 1 year ago

9.1.8 (2023-03-29)

Bug Fixes

  • esm and lib folder not included in release (e974d0c)
reactstrap - v9.1.7

Published by github-actions[bot] over 1 year ago

9.1.7 (2023-03-22)

Bug Fixes

reactstrap - v9.1.6

Published by github-actions[bot] over 1 year ago

9.1.6 (2023-02-17)

This release was reverting an accidental v10 release

### ⚠ 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)

Miscellaneous

reactstrap - reactstrap v9.1.5

Published by phwebi almost 2 years ago

Bug Fixes

  • accordion: type error of open in uncontrolledAccordionProps (#2611) (b46a23c)
  • ensure initial overflow status is stored when opening multiple modals (c0191ec)
reactstrap - reactstrap v9.1.4

Published by phwebi about 2 years ago

Bug Fixes

  • #2467: keyboard support for dropdown listbox (#2584) (f04d3a7)
  • #2593: fix key prop waring for dropdown (#2594) (69526c1)
reactstrap - reactstrap v9.1.3

Published by phwebi about 2 years ago

Bug Fixes

  • Use the new nodeRef API for Collapse (9527654)
reactstrap - reactstrap v9.1.2

Published by phwebi over 2 years ago

Bug Fixes

  • #2545: change proptype of Spinner size (2175cbb)
  • #2559: Removed unused react import from stories (a3ccab5)
  • exports: Exports CloseButtom from index.d.ts (ba815ee)
reactstrap - reactstrap v9.1.1

Published by phwebi over 2 years ago

Bug Fixes

  • DropdownMenu: add types to updateOnSelect (e5cd524)
reactstrap - reactstrap v9.1.0

Published by phwebi over 2 years ago

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)
reactstrap - reactstrap v9.0.4

Published by phwebi over 2 years ago

Bug Fixes

  • #2393: captions visible twice (c20fa93)
  • #2515: Add missing Typescript exports for Placeholders (f9e0dfa)
  • #2521: fix form-check-label/form-label class on Label (6aee08b)
  • Offcanvas: make types match existing direction prop (6e60f08)

Miscellaneous

  • Button: convert button to use hooks (19f85d3)
reactstrap - reactstrap v9.0.3

Published by phwebi over 2 years ago

Bug Fixes

  • #2501: Since React 18, errors on Popover and Tooltip (1110c9c)
reactstrap - reactstrap v9.0.2

Published by phwebi over 2 years ago

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)
reactstrap - reactstrap v9.0.1

Published by phwebi almost 3 years ago

Bug Fixes

reactstrap - reactstrap v9.0.0

Published by github-actions[bot] almost 3 years ago

This release updates us to Bootstrap 5. Please see https://getbootstrap.com/docs/5.0/migration/ for more details on migrating from Bootstrap 4.

⚠ BREAKING CHANGES

  • update positionedFix prop to strategy in DrowpdownMenu, Popover, and Tooltip
  • upgrade to popper 2 (See new modifiers format)
  • 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

  • build: set --compress false for microbundle build (#2314) (26c85fb)
  • Button: remove extra close icon in btn-close (#2318) (e4affb4)
  • InputGroup: toggle if clicking dropdown input (1adc147)
  • Label: add form-label class for labels of vertical forms (#2317) (3bfce12)
  • popover: add default popper offset for popover (cef32c6)
  • ToastHeader: Remove charCode default property. (#2343) (03bbd15), closes #2338
  • types: add 'swtch' to InputType (#2340) (302d41e)
  • types: export AccordionBody types (#2312) (d4c184b)
  • types: export UncontrolledAccordion types (#2313) (f7d5cd6)
  • types: import React for UncontrolledAccordion type defs (#2292) (54df194)
  • types: remove duplicate types/lib/index.d.ts (#2316) (52bd719)
  • types: use types from @popperjs/core (10fd0b2)