Skip to content

Releases: reactstrap/reactstrap

7.0.0

29 Dec 17:28
25690dc
Compare
Choose a tag to compare

7.0.0 (2018-12-29)

Bug Fixes

Features

BREAKING CHANGES

  • Input: previously plaintext on Input would output a 'p' tag. To better line up with bootstrap it will not output an 'input' tag. If you need a 'p' tag, provide tag="p" prop
  • Popover: Popover will no longer dismiss when clicking away from it. To get this behaviour please use trigger="focus".

6.5.0

04 Oct 22:25
0dc2acd
Compare
Choose a tag to compare

6.5.0 (2018-10-04)

Bug Fixes

  • boundariesElement: add DOMElement to allowed proptypes (#1238) (cfe7318)
  • Dropdown: enter key triggers onClick (#1232) (f2528da), closes #1228
  • Modal: do not trigger focus on SVG elements (#1212) (c7e6ef5), closes #1208
  • Modal: use static openCount to become resilient to classList modification (#1190) (c8ceeeb), closes #1189
  • Tooltip: clear timers on component unmount (#1180) (9fea409)

Features

6.4.0

17 Aug 00:53
da10db0
Compare
Choose a tag to compare

6.4.0 (2018-08-17)

Bug Fixes

Features

6.3.1

27 Jul 17:22
f16728f
Compare
Choose a tag to compare

6.3.1 (2018-07-27)

Bug Fixes

6.3.0

10 Jul 16:43
Compare
Choose a tag to compare

6.3.0 (2018-07-10)

Features

6.2.0

28 Jun 16:41
Compare
Choose a tag to compare

Bug Fixes

Features