Releases: KyleAMathews/react-headroom
Releases · KyleAMathews/react-headroom
v3.2.1
v3.2.0
v3.1.1
v3.1.0
- use passive event listeners if browser supports it #186
- added
tag
prop which can be used to render different html elements of the wrapper (defaults to"div"
) #191 - added prettier and re-formatted code #192
v3.0.1
Set initial classname to 'react-headroom--unfixed' and call 'unfix' action at props.pinstart
React 0.14 compatibility + support custom parents
@cbeckfield added a PR for upgrading this module for React 0.14, thanks!
@borisnadion also added a PR for selecting other elements (other than the window) as the parent for the headroom e.g. an element with overflow.