Releases: ctrlplusb/react-sizeme
Releases · ctrlplusb/react-sizeme
v3.0.2
Patches
- Upgrades dev dependencies: 4f49bf6
- Adds support for React 18: 9e5e77c
- Removes peer dependencies and updates docs: bb1c4e1
v3.0.1
Major Changes
- Removes position code. This is an artifact of a failed experiment: 4684f81
Minor Changes
- Update react peerdependency version to support v17: #204
- Added resizeDetectorStrategy as SizeMeOptions: #187
- Updates to latest element-resize-detector version: c97ed94
- Upgrades peer dependency support to include React 17: bc457e9
Credits
Huge thanks to the community for helping!
v2.6.11
Patches
- Upgrades dependencies and build configuration: 2cba514
- Moves prop-types to dependencies as per official recommendation: 77a0dcb
v2.6.10
Patches
- Typings: withSize add onSize callback: #167
- Disable eslint on ts files and update readme layout: 5bc32d7
- Update readme layout: 7935f5d
Credits
Huge thanks to @beckend for helping!
v2.6.9
Patches
- Export noPlaceholders global variable in react-sizeme.d.ts: #174
- Upgrades deps: 99608d0
Credits
Huge thanks to @jwoe for helping!
v2.6.8
Patches
- Upgrades deps: 56cf111
- Update react-sizeme.d.ts: #171
- Fix an error for old firefox which doesn't have isSameNode method: #169
- Minor refactor: 86ba92e
Credits
Huge thanks to @NNNaix and @jongsue for helping!
v2.6.7
Patches
- Replaces lodash.throttle and lodash.debounce with throttle-debounce: f507cd9
v2.6.6
Patches
- Ensures listeners get uninstalled when dom node changes or component unmounts: b11218b
v2.6.5
Patches
- Minor refactor and optimisation on cDU: 7d59da7