Skip to content

Releases: ctrlplusb/react-sizeme

v3.0.2

23 Aug 07:34
Compare
Choose a tag to compare

Patches

  • Upgrades dev dependencies: 4f49bf6
  • Adds support for React 18: 9e5e77c
  • Removes peer dependencies and updates docs: bb1c4e1

v3.0.1

26 Feb 17:35
Compare
Choose a tag to compare

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.12

15 Jan 15:38
Compare
Choose a tag to compare

Patches

v2.6.11

14 Jan 12:14
Compare
Choose a tag to compare

Patches

  • Upgrades dependencies and build configuration: 2cba514
  • Moves prop-types to dependencies as per official recommendation: 77a0dcb

v2.6.10

21 Oct 15:15
Compare
Choose a tag to compare

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

19 Oct 20:05
Compare
Choose a tag to compare

Patches

  • Export noPlaceholders global variable in react-sizeme.d.ts: #174
  • Upgrades deps: 99608d0

Credits

Huge thanks to @jwoe for helping!

v2.6.8

11 Oct 10:35
Compare
Choose a tag to compare

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

01 May 14:27
Compare
Choose a tag to compare

Patches

  • Replaces lodash.throttle and lodash.debounce with throttle-debounce: f507cd9

v2.6.6

01 May 12:10
Compare
Choose a tag to compare

Patches

  • Ensures listeners get uninstalled when dom node changes or component unmounts: b11218b

v2.6.5

01 May 10:06
Compare
Choose a tag to compare

Patches

  • Minor refactor and optimisation on cDU: 7d59da7