Skip to content

Releases: ctrlplusb/react-sizeme

v2.4.0

26 Mar 13:44
Compare
Choose a tag to compare

Minor Changes

  • Allow resize detector strategy to be configurable: #127

Patches

  • Migrates build system to rollup. Migrates package managment to yarn. Replaces babel-rewire with jest mocking. Upgrades dev dependencies. Changes lodash dependency to lodash.throttle and lodash.debounce.: 6498a24

Credits

Huge thanks to @chrisy-lili for helping!

2.3.6

02 Oct 14:54
Compare
Choose a tag to compare

Patches

  • Add React 16 to peerDependencies: #125

Credits

Huge thanks to @Coobaha for their help!

2.3.5

22 Sep 09:30
Compare
Choose a tag to compare

Patches

  • Pass down a copy of this.state: #121

Credits

Huge thanks to @sanpoChew for their help!

2.3.4

19 Jun 13:22
Compare
Choose a tag to compare

Patches

  • Fixes externals for UMD build.: 042397c

2.3.3

19 Jun 13:02
Compare
Choose a tag to compare

Patches

  • Fix onSize callback called whether or not size has changed: #116

Credits

Huge thanks to @felthy for their help!

2.3.1

29 Mar 19:26
Compare
Choose a tag to compare

Patches

  • Import debounce and throttle separately: #107

Credits

Huge thanks to @lalnuo for their help!

2.3.0

28 Mar 21:51
Compare
Choose a tag to compare

Minor Changes

  • Adds the ability to monitor the position of your component. closes #103: 214c1ae
  • Adds new capabalities at disabling the placeholder rendering. closes #99: 0312d25
  • Adds an experimental new feature allowing you to provide an 'onSize' callback prop to a size wrapped component. See the docs for more.: 207a1f5

2.2.0

12 Sep 21:21
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-09-12)

Features

  • configuration: The refresh mode strategy can now be configured. (3749f679)

2.1.4

07 Sep 16:22
Compare
Choose a tag to compare

<a name"2.1.4">

2.1.4 (2016-09-07)

Bug Fixes

  • dependencies: Updates element-resize-detector to 1.1.8. (fc0f8ac3)

2.1.3

10 Aug 18:11
Compare
Choose a tag to compare

<a name"2.1.3">

2.1.3 (2016-08-10)

Bug Fixes

  • Updates to element-resize-detector 1.1.7 (6560fc83)