Skip to content

Releases: reactstrap/reactstrap

8.8.1

29 Dec 03:52
eacbbae
Compare
Choose a tag to compare

8.8.1 (2020-12-29)

Bug Fixes

  • Prevent popover/tooltip rendering if target not resolved (#2059) (de06e9f)

8.8.0

24 Dec 18:13
ff678f7
Compare
Choose a tag to compare

8.8.0 (2020-12-23)

Bug Fixes

Features

  • add List and ListInlineItem components (#2033) (a97a834)
  • add positionFixed prop to Tooltip and Popover (#2039) (a330ce6)
  • Dropdown: Added container prop to DropdownMenu using React.portal (#2016) (bd313c2)

8.7.1

04 Nov 06:34
2a0fea1
Compare
Choose a tag to compare

8.7.1 (2020-11-03)

Bug Fixes

8.7.0

31 Oct 11:58
4fca779
Compare
Choose a tag to compare

8.7.0 (2020-10-31)

Bug Fixes

  • DropdownMenu: Prevent manual styles from overriding popper styles (#1984) (dc2401b)
  • Progress: Fix parent element props being spread to children (#1970) (c6a790c)
  • types: Add missing innerRef typings (#1994) (fe24f69), closes #1993

Features

8.6.0

18 Sep 01:44
1bcb50f
Compare
Choose a tag to compare

8.6.0 (2020-09-18)

Bug Fixes

Features

  • Button: onClick of inner button returns value of props.onClick. (f09cdd6)

8.5.1

24 Jun 17:19
Compare
Choose a tag to compare

8.5.1 (2020-06-24)

Bug Fixes

  • polyfill: check that window exists before defining CustomEvent (#1855) (74b6802)

8.5.0

23 Jun 19:27
5da40b5
Compare
Choose a tag to compare

8.5.0 (2020-06-23)

Bug Fixes

Features

  • Input: Use form-control-range for range inputs (#1772) (56c1d77)
  • Modal: Allow passing in an element selector to append mod… (#1817) (8f8cc98)
  • Modal: match container behaviour to targetPropType like of Popover and Tooltip (#1844) (6ea2488)
  • PopoverContent: add x-out-of-boundaries attribute (607ce10), closes #1835
  • Progress: add aria props (#1681) (#1787) (93f171d)
  • Progress: Allow passing in custom style object (#1771) (a79417a)
  • TooltipPopoverWrapper: scheduleUpdate as render prop (#1792) (cda6fe9)

8.4.1

27 Jan 16:17
c7bbdea
Compare
Choose a tag to compare

8.4.1 (2020-01-27)

Bug Fixes

  • Modal: Allow esc to close static backdrop modal when keybo… (#1767) (49da7b5), closes #1766
  • Tooltip,Popover: account for shadowDOM target (#1769) (10ccf12), closes #1691

8.4.0

17 Jan 19:20
6b46b59
Compare
Choose a tag to compare

8.4.0 (2020-01-17)

Bug Fixes

8.3.2

16 Jan 01:41
9249f32
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.2 (2020-01-16)

Bug Fixes

  • Modal: Prevent static backdrop animation when modal clicked (#1755) (79efb4a)