Skip to content

Tags: ZeeCoder/use-resize-observer

Tags

v9.1.0

chore(release): 9.1.0 [skip ci]

# [9.1.0](v9.0.2...v9.1.0) (2022-11-22)

### Bug Fixes

* trigger release ([da154e1](da154e1))

### Features

* Exported some TS types ([3895bdf](3895bdf)), closes [#98](#98)

v9.1.0-alpha.1

chore(release): 9.1.0-alpha.1 [skip ci]

# [9.1.0-alpha.1](v9.0.2...v9.1.0-alpha.1) (2022-11-21)

### Features

* Exported some TS types ([e056e19](e056e19)), closes [#98](#98)

v9.0.2

chore(release): 9.0.2 [skip ci]

## [9.0.2](v9.0.1...v9.0.2) (2022-06-13)

### Bug Fixes

* trigger release ([01fccc6](01fccc6))

v9.0.1

chore(release): 9.0.1 [skip ci]

## [9.0.1](v9.0.0...v9.0.1) (2022-06-13)

### Bug Fixes

* Made element resolution compatbile with concurrent mode ([c9c6689](c9c6689))
* Small changes and chores ([0cb6800](0cb6800))

v9.0.0

chore(release): 9.0.0 [skip ci]

# [9.0.0](v8.0.0...v9.0.0) (2022-05-15)

### Bug Fixes

* Added some fixes for React 18. ([852d976](852d976)), closes [#90](#90) [#91](#91) [#92](#92)

### BREAKING CHANGES

* The lib now takes "Element", not only "HTMLElement", to
be consistent with ResizeObserver.

v8.0.0

chore(release): 8.0.0 [skip ci]

# [8.0.0](v7.0.1...v8.0.0) (2021-08-28)

### Bug Fixes

* Removed `resize-observer-polyfill` in favour of `@juggle/resize-observer`. ([8afc8f6](8afc8f6))
* The `onResize` callback is no longer incorrectly called with the same values. ([bd0f3c8](bd0f3c8))

### Features

* Added the `box` option ([0ca6c23](0ca6c23)), closes [#31](#31) [#57](#57)
* Added the `round` option. ([aa38199](aa38199)), closes [#55](#55) [#46](#46) [#61](#61)
* Triggering the v8 release ([4373a1f](4373a1f))

### BREAKING CHANGES

* Triggering the v8 release, which was published as 7.1.0 by accident.

v7.1.0

chore(release): 7.1.0 [skip ci]

# [7.1.0](v7.0.1...v7.1.0) (2021-08-28)

### Bug Fixes

* The `onResize` callback is no longer incorrectly called with the same values. ([29938a1](29938a1))

### Features

* Added the `box` option ([f873597](f873597)), closes [#31](#31) [#57](#57)
* Added the `round` option. ([1224bc8](1224bc8)), closes [#55](#55) [#46](#46) [#61](#61)

v7.0.1

chore(release): 7.0.1 [skip ci]

## [7.0.1](v7.0.0...v7.0.1) (2021-07-27)

### Bug Fixes

* Removed unnecessary entries.length check ([3211d33](3211d33))
* Undefined HTMLElement is no longer an issue in certain SSR edge cases. ([599cace](599cace)), closes [#74](#74) [#62](#62)

v7.0.0

chore(release): 7.0.0 [skip ci]

# [7.0.0](v6.1.0...v7.0.0) (2020-11-11)

### Bug Fixes

* semantic release fixes ([3769769](3769769))
* Using package.json file attr instead of gitignore ([c58f34e](c58f34e))

* Added Semantic Release ([55f6368](55f6368))

### BREAKING CHANGES

* - The returned ref is now a RefCallback, not a ref object
- The returned ref will always be the same RefCallback.
  Previously when a custom ref object was passed, it was returned as well from
  the hook as "ref".
- Compared to 6.2.0-alpha.1 There's no `callbackRef` return value
  anymore.

v7.0.0-alpha.4

chore(release): 7.0.0-alpha.4 [skip ci]

# [7.0.0-alpha.4](v7.0.0-alpha.3...v7.0.0-alpha.4) (2020-11-11)

### Bug Fixes

* Using package.json file attr instead of gitignore ([74ea0a9](74ea0a9))