reactstrap v5.0.0-alpha.0 Release Notes

Release Date: 2017-09-21 // over 6 years ago
  • ๐Ÿ› Bug Fixes

    • โž• Add container to Popover and Tooltip (759934b)
    • Carousel: use prop-types in carousel (#503) (e1bdadb)
    • CSSModules: pass modules to child components (#483) (12270d0)
    • Label: fix xs col class (#512) (683dbdb), closes #510
    • Modal: add workaround for Modal auto focus (f12057d)
    • Navbar: better backwards compatibility (aefbdd7)
    • NavbarToggler: fix syntax error (a460912)
    • PaginationLink: handle empty children array (#511) (72d82a3), closes #494
    • popper: account for touchstart (9b80d11), closes #456 #458
    • popperjs: fixed error in build (#571) (0a9394d)
    • Tooltip/Popover: fix className/add innerClassName (a2a33e3)

    ๐Ÿ”‹ Features

    • aria: add closeAriaLabel (#525) (3b4c0e6), closes #524
    • Badge: handle links (9b32cee)
    • Card: update Card for bs v4 beta (c4609e2)
    • โฌ‡๏ธ Dropdown: update Dropdown for bs v4 beta (53687fa)
    • Modal: onOpened and onClosed callbacks for modals (#434) (87c6c4e), closes #306
    • Nav/Navbar: update to bs v4 beta (5395e8d)
    • Popover: update popovers to bs v4 beta (bb00f4c)
    • popper: add container prop to popper (fd59d37)
    • popperjs: use popperjs instead of tether (#561) (5413022)
    • UncontrolledCarousel: add UncontrolledCarousel (627a73e)
    • util: add warnOnce and deprecated fns (5faa94d)
    • validation: add/update form validation (8b2386f)

    ๐Ÿ’ฅ BREAKING CHANGES

    • validation: The color prop has been removed from FromGroup, see the valid prop on Input.
    • popperjs: getRef has been renamed to innerRef to line up with other libraries.
    • popperjs: tether props have been removed.