Skip to content

Releases: hsource/reactstrap

8.7.1-wanderlog.3

Choose a tag to compare

@hsource hsource released this 22 Dec 04:28
chore: built 8.7.1-wanderlog.3 with fixed fade

8.7.1-wanderlog.2

Choose a tag to compare

@hsource hsource released this 19 Dec 01:36
chore: updated version to 8.7.1-wanderlog.2

8.7.1-wanderlog.1

Choose a tag to compare

@hsource hsource released this 09 Nov 04:47
[8.7.1-wanderlog.1] Built and changed .gitignore

[8.0.3] Re-add container prop to DropdownMenu, updated package.json

Choose a tag to compare

@hsource hsource released this 03 Jun 02:29
[8.0.3] Upped version in package.json

[8.0.1] Added menuContainer to Dropdown, positionFixed

Choose a tag to compare

@hsource hsource released this 03 Jun 01:18
[8.0.1.] Added menuContainer, positionFixed to Dropdown

[8.0.2] Re-add container prop to DropdownMenu

Choose a tag to compare

@hsource hsource released this 03 Jun 01:58
d4d79d5
Merge pull request #4 from reactstrap/master

Merged in mainline changes

Updated to 8.0.0, added container prop to Dropdown

Choose a tag to compare

@hsource hsource released this 29 May 09:11
Moved container prop to menuContainer in `Dropdown`

7.1.1

Choose a tag to compare

@hsource hsource released this 05 Mar 01:19
Changed package version to 7.1.1

7.1.0.1

Choose a tag to compare

@hsource hsource released this 05 Mar 01:15
Added version code to package.json

Fix touch not opening popover on mobile (#1425)

Choose a tag to compare

@hsource hsource released this 05 Mar 01:05
For Popovers/Tooltips with trigger="click" or trigger="legacy", touches
on mobile were triggering touchstart and then click, which caused them
to open briefly and then immediately close. This removes the
touchstart event handling to fix behaviour on mobile.