react-bootstrap

Bootstrap components built with React

MIT License

Downloads
5.2M
Stars
22.2K
Committers
521

Bot releases are hidden (Show)

react-bootstrap - v2.5.0-beta.0

Published by kyletsang over 2 years ago

2.5.0-beta.0 (2022-06-10)

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)
react-bootstrap - v2.4.0

Published by kyletsang over 2 years ago

2.4.0 (2022-05-13)

Features

  • ToastContainer: add containerPosition prop (#6316) (9815957)
react-bootstrap - v1.6.5

Published by kyletsang over 2 years ago

1.6.5 (2022-05-11)

Bug Fixes

  • update react-overlays and @restart/hooks packages (#6333) (9654ca2)
react-bootstrap - v2.3.1

Published by kyletsang over 2 years ago

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)
react-bootstrap - v2.3.0

Published by kyletsang over 2 years ago

2.3.0 (2022-04-19)

Bug Fixes

Features

  • Pagination: Wrap Pagination sub-components in forward refs (#6306) (2686ae3)
react-bootstrap - v2.2.3

Published by kyletsang over 2 years ago

2.2.3 (2022-04-05)

Bug Fixes

react-bootstrap - v2.2.2

Published by kyletsang over 2 years ago

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)
react-bootstrap - v2.2.1

Published by kyletsang over 2 years ago

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)
react-bootstrap - v2.2.0

Published by kyletsang over 2 years ago

2.2.0 (2022-03-04)

Bug Fixes

  • TabPane: use Fade for default transition (#6235) (3e0b4d3)
  • added missing ModalHeader exports to index (#6228) (3332da9)

Features

react-bootstrap - v2.1.2

Published by kyletsang over 2 years ago

2.1.2 (2022-01-31)

Bug Fixes

react-bootstrap - v2.1.1

Published by kyletsang almost 3 years ago

2.1.1 (2022-01-14)

Bug Fixes

  • prioritize poppers position prop in overlaytrigger (#6175) (dc9a0d7)
react-bootstrap - v2.1.0

Published by kyletsang almost 3 years ago

2.1.0 (2021-12-31)

Features

react-bootstrap - v2.0.4

Published by kyletsang almost 3 years ago

2.0.4 (2021-12-20)

Bug Fixes

react-bootstrap - v2.0.3

Published by kyletsang almost 3 years ago

2.0.3 (2021-12-01)

Bug Fixes

react-bootstrap - v2.0.2

Published by kyletsang almost 3 years ago

2.0.2 (2021-11-04)

Bug Fixes

  • remove unused files from build output
react-bootstrap - v2.0.1

Published by kyletsang almost 3 years ago

2.0.1 (2021-10-29)

Bug Fixes

react-bootstrap - v2.0.0

Published by kyletsang almost 3 years ago

2.0.0 (2021-10-21)

Promoted v2.0.0-rc.1 to stable

react-bootstrap - v2.0.0-rc.1

Published by kyletsang about 3 years ago

2.0.0-rc.1 (2021-10-15)

Bug Fixes

Features

react-bootstrap - v1.6.4

Published by kyletsang about 3 years ago

1.6.4 (2021-09-24)

Bug Fixes

react-bootstrap - v2.0.0-rc.0

Published by kyletsang about 3 years ago

2.0.0-rc.0 (2021-09-21)

Bug Fixes

  • ListGroupItem: fix .active not being set with activeKey in ListGroup (#6002) (cdaa039)

  • Toast: fix fade animation (#6004) (0237a14)

  • refactor(Col)!: remove default span value in breakpoint object (#6014) (ec285fb), closes #6014

  • refactor(CardColumns)!: remove component (#6030) (d36718f), closes #6030

  • fix(FormCheck)!: use feedbackType to control feedback type (#6015) (ab9e080), closes #6015

Features

BREAKING CHANGES

  • When using objects in Col breakpoint props, span is no longer true by default
  • Removed CardColumns because it was dropped in Bootstrap 5
  • FormCheck feedback type is now controlled by feedbackType instead of isValid and isInvalid.