Tags: ZeeCoder/use-resize-observer
Tags
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.
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)
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.
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))
PreviousNext