CHANGELOG
Last updated
Was this helpful?
Last updated
Was this helpful?
Fix React.memo
for v16.12+ (#93)
Fix for UMD bundle (#85)
Tooling changes (#83, #84, #87)
Prevent hoisting of React.memo statics (#73)
Fixed defaultProps
, displayName
and propTypes
being hoisted from React.forwardRef
to React.forwardRef
. ()
Added support for getDerivedStateFromError
. ()
Added support for React versions less than 0.14. ()
Added support for contextType
. ()
Reduced bundle size. ()
Removed TypeScript definitions. ()
Fixed prop-types warnings. ()
Dropped support for React versions less than 0.14. ()
Added support for React.forwardRef
components. ()