Releases: nkbt/react-height
Releases · nkbt/react-height
v3.0.1
Chore
- #40 Upgrade dev dependencies and build
v3.0.0
New major release since React < 15.3 support is dropped.
- react-height uses named export now and can be used as
import {ReactHeight} from 'react-height';
- #30 @nkbt Better ES6 Classes
- #29 @Andarist Refactored to use es6 classes
v2.2.1
Compatibility with new React 15.5.4
- Update deps #28 by @nkbt
- Added short list of library goals to the top of the README #27 by @Andarist
- Migrated deprecated React.PropTypes and React.createClass #26 by @Andarist
v2.2.0
Minor
- Added possibility to pass custom function for element measurement #21, thanks to @Andarist
Patch
- Replace npmcdn.com with unpkg.com #15
- Refresh #22
v2.1.1
Patch
- Do not pass-through own props #14
- Refresh #13