Skip to content

Releases: reactstrap/reactstrap

8.3.1

15 Jan 03:40
Compare
Choose a tag to compare

DO NOT USE AS THIS RELEASE CONTAINS A BREAKING CHANGE WHICH HAS BEEN REVERTED, USE 8.4.0

8.3.0

15 Jan 03:28
17a56e2
Compare
Choose a tag to compare

8.3.0 (2020-01-15)

NOT PUBLISHED TO NPM DUE TO RELEASE BUILD FAILURE, USE 8.4.0

Bug Fixes

  • remove aria-hidden attribute from tooltips and popovers (#1747) (009a2bd)
  • Dropdown: Avoid preventDefault for things like F5 (#1464) (305d3f0), closes #1453
  • DropdownContext: wrap dropdown components to provide context prop (64847df), closes #1457 #1462
  • DropdownToggle: pass innerRef to popper (c088c58), closes #1471
  • Modal: run close based on prop, not state (310b061), closes #1626
  • Tooltip: autohide broken since default delay was zero (#1733) (87a6bda), closes #1692
  • Tooltip: fix nested elements within target (#1746) (fed4bcf), closes #1736
  • Tooltip: fix render failure if target ref is null (#1734) (853b56e), closes #1686

Features

  • Carousel: Add touch swipe support (#1731) (8a12330)
  • Modal: Added static backdrop animation defined in Bootstr… (#1750) (7d44f36)

8.2.0

05 Dec 15:30
Compare
Choose a tag to compare

8.2.0 (2019-12-05)

Bug Fixes

  • getTarget: return array like when allElements parameter is true (#1687) (0702c45)
  • Tooltip: default value of trigger changed (#1695) (ae48d93), closes #1676

Features

8.1.1

18 Oct 15:11
Compare
Choose a tag to compare

8.1.1 (2019-10-18)

Bug Fixes

  • Carousel: rename unsafe lifecycles (940438f)
  • Dropdown: fixed a11y property error message (#1673)(87d28b6), closes #1670

8.1.0

18 Oct 03:51
Compare
Choose a tag to compare

8.1.0 (2019-10-18)

Bug Fixes

Features

8.0.1

10 Jul 18:52
Compare
Choose a tag to compare

8.0.1 (2019-07-10)

Bug Fixes

8.0.0

03 Apr 19:58
Compare
Choose a tag to compare

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.

7.1.0

15 Jan 21:17
Compare
Choose a tag to compare

7.1.0 (2019-01-15)

Bug Fixes

Features

  • support forwardRef components as tag (4cda8bf)
  • Popover: add legacy trigger, replacing unreleased isInteractive prop (6b3c3ce)
  • Popover: backward-compatible Popover behavior (#1360) (1d5ce83), closes #1349
  • Spinner: Add spinner component (#1352) (45952e2), closes #1347
  • Switch: Add support for CustomInput type='switch' (#1353) (7c1e166), closes #1348

7.0.2

31 Dec 23:08
Compare
Choose a tag to compare

7.0.2 (2018-12-31)

Bug Fixes

7.0.1

31 Dec 23:05
Compare
Choose a tag to compare

DO NOT USE: was missing published files on npm.

7.0.1 (2018-12-31)

Bug Fixes