react-bootstrap

Bootstrap components built with React

MIT License

Downloads
5.2M
Stars
22.2K
Committers
521

Bot releases are hidden (Show)

react-bootstrap - v0.11.1

Published by pieterv about 10 years ago

  • Change internal module system from ES6 modules -> CJS and general code clean up thanks to @kellec #158
  • Added pullRight prop to Badge and Nav thanks to @KnisterPeter and @JamesTrigg #162 #148
  • OverlayMixin container prop change for better compatibility with React 0.11 thanks to @jsdf #161
  • Better propType checking #163 #167
  • Fix for toggle button in collapsed Navbar thanks to @brainary #154
react-bootstrap - v0.11.0

Published by pieterv over 10 years ago

  • New Input component thanks to @liamcmitchell
  • Full IE8 support thanks to @stereosteve
  • Renamed Collapsable component props to be more Bootstrap-y
    • isOpen -> expanded
    • defaultIsOpen -> defaultExpanded
    • isCollapsable -> collapsable
  • New Pager and PageItem components thanks to @brainary
  • Added transferPropsTo to many component internals to allow passing of props (such as className and onClick handlers) to internal DOM elements for increased flexibility, thanks to @time4tea, @scottwoodall, @jonasoberschweiber

In addition this version includes many bug fixes and small propType changes for added API flexibility, thanks to all contributors.