react-bootstrap

Bootstrap components built with React

MIT License

Downloads
5.2M
Stars
22.2K
Committers
521

Bot releases are hidden (Show)

react-bootstrap - v1.6.3

Published by kyletsang about 3 years ago

1.6.3 (2021-09-08)

Bug Fixes

react-bootstrap - v1.6.2

Published by kyletsang about 3 years ago

1.6.2 (2021-09-07)

Bug Fixes

react-bootstrap - v2.0.0-beta.6

Published by kyletsang about 3 years ago

2.0.0-beta.6 (2021-08-24)

Bug Fixes

  • Dropdown: fix menu positioning when renderOnMount=true (#5989) (a2a4125)
  • Offcanvas: change .modal-backdrop to .offcanvas-backdrop (#5984) (e3f6046)

Features

react-bootstrap - v2.0.0-beta.5

Published by kyletsang about 3 years ago

2.0.0-beta.5 (2021-08-17)

Bug Fixes

Features

  • Dropdown: add RTL support (22d8d84)

  • Modal: add RTL support (0cd40eb)

  • Modal: migrate to restart/ui (1ff7af7)

  • Popover: add RTL support (9032b16)

  • Tabs: migrate to restart/ui (8e3f3c2)

  • Tooltip: add RTL support (c82e133)

  • add default variant to Alert/Badge (#5456) (8f76539)

  • migrate components to restart/ui (73a559e)

  • feat(SafeAnchor)!: migrate to restart/ui (6c56aba)

  • feat(NavLink)!: migrate to restart/ui (87bf01a)

  • feat(Nav)!: migrate to restart/ui (2a7a0e2)

  • feat(Dropdown)!: migrate to restart/ui (7030465)

BREAKING CHANGES

  • SafeAnchor renamed to Anchor
  • remove onSelect in NavItem
  • removed keyboard navigation in Nav
  • remove onSelect from DropdownItem
react-bootstrap - v2.0.0-beta.4

Published by kyletsang about 3 years ago

2.0.0-beta.4 (2021-07-20)

Bug Fixes

react-bootstrap - v2.0.0-beta.3

Published by kyletsang over 3 years ago

2.0.0-beta.3 (2021-07-15)

Bug Fixes

  • use shared modal manager to sync container state (#5917) (46eb1bb)
  • Modal: fix wrong types on ModalProps (#5894) (1db1f11)
react-bootstrap - v2.0.0-beta.2

Published by kyletsang over 3 years ago

2.0.0-beta.2 (2021-06-19)

Bug Fixes

react-bootstrap - v2.0.0-beta.1

Published by kyletsang over 3 years ago

2.0.0-beta.1 (2021-06-18)

Bug Fixes

  • Form: fix controlId override behavior on FormRange and FormSelect (#5880) (866ec5b)
  • NavDropdown: fix align="end" not working (#5878) (a307102)

Features

react-bootstrap - v1.6.1

Published by kyletsang over 3 years ago

1.6.1 (2021-06-04)

Bug Fixes

react-bootstrap - v2.0.0-beta.0

Published by kyletsang over 3 years ago

2.0.0-beta.0 (2021-06-03)

Bug Fixes

Features

react-bootstrap - v2.0.0-alpha.2

Published by kyletsang over 3 years ago

2.0.0-alpha.2 (2021-05-17)

Bug Fixes

Features

BREAKING CHANGES

  • removes alignRight and menuAlign props in favor of align
react-bootstrap - v1.6.0

Published by kyletsang over 3 years ago

1.6.0 (2021-05-11)

Bug Fixes

  • Popover: fix arrow alignment when running Popper >= 2.84 (#5774) (da85f30)
  • types: fix types for event key (700e944)

Features

react-bootstrap - v2.0.0-alpha.1

Published by kyletsang over 3 years ago

2.0.0-alpha.1 (2021-04-13)

Bug Fixes

  • Nav: add .card-header-* only if nested in card header (#5720) (793e857)
  • types: fix types for event key (#5727) (6260997)

Features

react-bootstrap - v2.0.0-alpha.0

Published by kyletsang over 3 years ago

2.0.0-alpha.0 (2021-03-13)

Bug Fixes

Features

react-bootstrap - v1.5.2

Published by kyletsang over 3 years ago

1.5.2 (2021-03-11)

Bug Fixes

react-bootstrap - v1.5.0

Published by kyletsang over 3 years ago

1.5.0 (2021-02-16)

Bug Fixes

  • Carousel: Fix ref type (#5613) (4e28124)
  • fix TS error with transition types (#5610) (bb84d81)
  • Navbar: remove invalid sticky bottom reference (#5656) (53ce159)
  • Prevent transitionend events from cutting off animations (#5649) (459b4e3)
  • Overlay: show tooltips for func overlay without transition (#5631) (278eff7)

Features

react-bootstrap - v1.4.3

Published by kyletsang almost 4 years ago

Fixes build issues with 1.4.1

react-bootstrap - v1.4.1

Published by kyletsang almost 4 years ago

1.4.1 (2021-01-07)

Bug Fixes

  • Carousel: fix pause not working properly with touch devices (#5435) (5a5d636)
  • fix types for DropdownButton and SplitButton (#5589) (df6024b)
  • Prevent focus on disabled nav items or list group items only (#5593) (198931d)
  • Alert: Properly spread props when transition={false} (#5545) (1352a87)
  • DropdownMenu: Fix base styles being overridden by popper styles (#5466) (aec9151)
  • Modal: Remove role="document" from ModalDialog (#5529) (af3453a)
  • types: inherit FormCheckTypes from React.InputHTMLAttributes (#5497) (4b257b6)
  • types: Set @types/react to >=16.9.35 (#5542) (d337c95)
react-bootstrap -

Published by taion about 4 years ago

react-bootstrap - v0.13.0

Published by stevoland almost 10 years ago

React 0.12 support! Thanks everyone.

Breaking changes

  • Requires React >= 0.12.0, massive thanks @trentgrover-wf, also @jquense
  • From React 0.12 it's no longer possible to access a component instance's key from within that component. Previously we were using the key prop as a unique identifier for child components. We have had to change this usage to a new prop, eventKey in: ListGroupItem, MenuItem, Nav, Navbar, NavItem, PageItem and Panel
  • NavBar: navOpen ==> navExpanded, thanks @alasdaircs

Features

  • Input: Added disabled prop, thanks @kroepke
  • Input: Removed border for type="file" thanks @trentgrover-wf
  • Input: Add buttonBefore and buttonAfter props, thanks @mattly
  • Modal: Can be put in a container, thanks @mtscout6 and @bobpace
  • Navbar: Added right prop to display child DropdownButtons correctly, thanks @rtsao

Fixes

  • CollapsableMixin: Fixed not removing event handlers correctly, thanks @justjake
  • FadeMixin: Fixed not fading in when element already had fade class, thanks @jquense