reactstrap v5.0.0-beta Release Notes

Release Date: 2018-01-31 // about 6 years ago
  • ๐Ÿ› Bug Fixes

    • CardTitle: default tag to h5 (#794) (65194c1)
    • CarouselIndicators`: fix class name when using cssModule (#726) (57d07e3)
    • Input: honor Tag prop (#795) (bcefdaa), closes #783
    • Label: remove unused form-control-label class (#695) (b7567c7)
    • Modal: check this.props.toggle exists before using it (#700) (80c0cde)
    • ModalHeader: default tag to h5 (#793) (6a5fe7e)
    • Util: window.getComputedStyle can return null in Firefox (#782) (6914f73)

    ๐Ÿ”‹ Features

    • CarouselItem: Make CarouselItem accept children of any type (#735) (eea7d1b), closes #641 #719
    • Col/Label: Removed pull/push and added order (#696) (7c5e690)
    • cssModule: expose global cssModule setter (#729) (adc8736)
    • โฌ‡๏ธ Dropdown: disable popper when inNavbar (#692) (b5c7612), closes #637
    • InputGroup: Deprecate InputGroupButton (#769) (5c5c205)
    • InputGroup: Update for BS 4-beta.3 (#762) (fa3555f), closes #759
    • ListGroup*: Added missing cssModule support (#784) (df264a8)
    • Popover/Tooltip: add ability to pass modifiers to Popper.js (#710) (bc6518e), closes #709
    • Table: BS4 beta 2 updates for Table (#694) (3377cdc)
    • Table: BS4 beta 3 revert responsive table (#757) (ee08d21)

    ๐Ÿ’ฅ BREAKING CHANGES

    • CardTitle: CardTitle now defaults to h5 instead of h4. If you still need h4 add tag="h4"
    • ModalHeader: ModalHeader now defaults to h5 instead of h4. If you still need h4 add tag="h4"