reactstrap v8.0.0 Release Notes

Release Date: 2019-04-03 // about 5 years ago
  • 8.0.0 (2019-04-03)

    🐛 Bug Fixes

    🔨 Code Refactoring

    • Modal, Dropdown{*}, PopperContent, Tabs: go to React Async Rendering (#1427) (1afb2c2)

    🔋 Features

    💥 BREAKING CHANGES

    • Modal, Dropdown{*}, PopperContent, Tabs: using new Context API, react-popper v. '1.3.3'
    • pagination-links: Now the next and previous props are displaying single carets instead of double caret. To get the old style, use first and last props instead of previous and next respectfully and set aria-label to Next or Previous.
    • Popover: Popover and Tooltip will now fade in and out (like bootstrap's default). To get the previous behavior use fade={false}

    ✂ Removed Deprecations

    • Card's block prop : use Cards body prop.
    • Input's static prop : use Inputs plaintext prop.
    • Dropdown's dropup prop : use Dropdowns direction prop with the value of "up".
    • Navbar's toggleable prop : use Navbars expand prop (see docs)`.
    • inverse prop : use dark prop.
    • CardBlock : use CardBody.
    • InputGroupButton : use InputGroupAddon.
    • NavDropdown : use Dropdown with nav prop.
    • PopoverContent : use PopoverBody.
    • PopoverTitle : use PopoverHeader.
    • UncontrolledNavDropdown : use UncontrolledDropdown with nav prop.