Skip to content

Releases: nkbt/react-height

v3.0.1

08 Nov 05:35
Compare
Choose a tag to compare

Chore

  • #40 Upgrade dev dependencies and build

v3.0.0

20 Apr 03:42
Compare
Choose a tag to compare

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

17 Apr 21:45
Compare
Choose a tag to compare

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

17 Jan 10:57
Compare
Choose a tag to compare

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

17 Jan 10:58
Compare
Choose a tag to compare

Patch

  • Do not pass-through own props #14
  • Refresh #13

v2.1.0

10 Apr 10:55
Compare
Choose a tag to compare

Support react@15