Releases: Fauntleroy/react-simple-dropdown
Releases · Fauntleroy/react-simple-dropdown
3.2.3
3.2.2
- Resolves an issue where stale code was present in the
/lib
directory, which caused Webpack builds to occasionally fail.
3.2.1
- Allows use with React 16
3.2.0
- Add the
disabled
prop for disabling the dropdown functionality
3.1.0
- Add the
removeElement
prop for removing theDropdownContent
component when inactive (instead of just hiding it)
3.0.0
2.0.0
- Removes
href
fromDropdownTrigger
1.1.5
1.1.4
- Resolves issues with
propType
checking.
1.1.3
- Any props given to
DropdownTrigger
orDropdownContent
will now propagate to the element that they render