Skip to content

Releases: Fauntleroy/react-simple-dropdown

3.2.3

03 Aug 16:33
Compare
Choose a tag to compare
  • Resolves an issue where some operating systems would have problems resolving filenames with capital letters.

3.2.2

03 Aug 14:51
Compare
Choose a tag to compare
  • Resolves an issue where stale code was present in the /lib directory, which caused Webpack builds to occasionally fail.

3.2.1

02 Aug 21:15
Compare
Choose a tag to compare
  • Allows use with React 16

3.2.0

10 Sep 15:36
Compare
Choose a tag to compare
  • Add the disabled prop for disabling the dropdown functionality

3.1.0

26 Aug 17:14
Compare
Choose a tag to compare
  • Add the removeElement prop for removing the DropdownContent component when inactive (instead of just hiding it)

3.0.0

01 May 17:37
Compare
Choose a tag to compare
  • onShow and onHide fire after setState successfully runs (@omerman)
  • Props are passed through to DOM components used by Dropdown, DropdownContent, and DropdownTrigger
  • Changes made to eliminate warnings from React 15.5
  • Improved peerDependencies range
  • Various improvements to testing setup

2.0.0

07 Feb 16:46
Compare
Choose a tag to compare
  • Removes href from DropdownTrigger

1.1.5

16 Nov 19:07
Compare
Choose a tag to compare
  • Moves docs from gh-pages branch to master branch (inside /docs directory)
  • Adds support for touchstart (@jmblog)
  • Fixes an issue where onClick handlers provided to DropdownTrigger were ignored

1.1.4

23 Jun 20:14
Compare
Choose a tag to compare
  • Resolves issues with propType checking.

1.1.3

23 Jun 00:56
Compare
Choose a tag to compare
  • Any props given to DropdownTrigger or DropdownContent will now propagate to the element that they render