Skip to content

Commit 5b42412

Browse files
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.
1 parent 4373a1f commit 5b42412

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [8.0.0](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.1...v8.0.0) (2021-08-28)
2+
3+
### Bug Fixes
4+
5+
- Removed `resize-observer-polyfill` in favour of `@juggle/resize-observer`. ([8afc8f6](https://github.com/ZeeCoder/use-resize-observer/commit/8afc8f6c52ee047a41ac107379ebdf27e1a95997))
6+
- The `onResize` callback is no longer incorrectly called with the same values. ([bd0f3c8](https://github.com/ZeeCoder/use-resize-observer/commit/bd0f3c8597bac0d853b88cf585256aac1bd4f554))
7+
8+
### Features
9+
10+
- Added the `box` option ([0ca6c23](https://github.com/ZeeCoder/use-resize-observer/commit/0ca6c23dd5573526f1dd716851083f922ca73f68)), closes [#31](https://github.com/ZeeCoder/use-resize-observer/issues/31) [#57](https://github.com/ZeeCoder/use-resize-observer/issues/57)
11+
- Added the `round` option. ([aa38199](https://github.com/ZeeCoder/use-resize-observer/commit/aa38199f21f60bd4a361a2198e9e5f200bf5287c)), closes [#55](https://github.com/ZeeCoder/use-resize-observer/issues/55) [#46](https://github.com/ZeeCoder/use-resize-observer/issues/46) [#61](https://github.com/ZeeCoder/use-resize-observer/issues/61)
12+
- Triggering the v8 release ([4373a1f](https://github.com/ZeeCoder/use-resize-observer/commit/4373a1f96a93ec467002dc56adb0f780cf639dc8))
13+
14+
### BREAKING CHANGES
15+
16+
- Triggering the v8 release, which was published as 7.1.0 by accident.
17+
118
# [7.1.0](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.1...v7.1.0) (2021-08-28)
219

320
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-resize-observer",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"main": "dist/bundle.cjs.js",
55
"module": "dist/bundle.esm.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)