Releases: ctrlplusb/react-sizeme
Releases · ctrlplusb/react-sizeme
v2.4.0
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
Patches
- Add React 16 to peerDependencies: #125
Credits
Huge thanks to @Coobaha for their help!
2.3.5
Patches
- Pass down a copy of this.state: #121
Credits
Huge thanks to @sanpoChew for their help!
2.3.4
Patches
- Fixes externals for UMD build.: 042397c
2.3.3
Patches
- Fix onSize callback called whether or not size has changed: #116
Credits
Huge thanks to @felthy for their help!
2.3.1
Patches
- Import debounce and throttle separately: #107
Credits
Huge thanks to @lalnuo for their help!
2.3.0
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
<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
<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
<a name"2.1.3">
2.1.3 (2016-08-10)
Bug Fixes
- Updates to element-resize-detector 1.1.7 (6560fc83)