use-resize-observer
Advanced tools
Comparing version 7.0.0-alpha.3 to 7.0.0-alpha.4
@@ -1,2 +0,2 @@ | ||
# [7.0.0-alpha.3](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.2...v7.0.0-alpha.3) (2020-11-11) | ||
# [7.0.0-alpha.4](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.3...v7.0.0-alpha.4) (2020-11-11) | ||
@@ -6,16 +6,12 @@ | ||
* semantic release fixes ([5074c0f](https://github.com/ZeeCoder/use-resize-observer/commit/5074c0fefd29e53a8ed9a4672ba043ad3be6d972)) | ||
* Using package.json file attr instead of gitignore ([74ea0a9](https://github.com/ZeeCoder/use-resize-observer/commit/74ea0a97c3575388506536a700586aecf0ba0816)) | ||
# [7.0.0-alpha.2](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.1...v7.0.0-alpha.2) (2020-11-11) | ||
# [7.0.0-alpha.3](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.2...v7.0.0-alpha.3) (2020-11-11) | ||
- Added Semantic Release ([54a83ce](https://github.com/ZeeCoder/use-resize-observer/commit/54a83cede6fcb8dbfa9e0f9a0ea2f1f4557b606f)) | ||
### Bug Fixes | ||
### BREAKING CHANGES | ||
- Added Semantic Release ([5074c0f](https://github.com/ZeeCoder/use-resize-observer/commit/5074c0fefd29e53a8ed9a4672ba043ad3be6d972), [54a83ce](https://github.com/ZeeCoder/use-resize-observer/commit/54a83cede6fcb8dbfa9e0f9a0ea2f1f4557b606f)) | ||
- The returned ref is now a RefCallback, not a ref object | ||
# [7.0.0-alpha.2](https://github.com/ZeeCoder/use-resize-observer/compare/v7.0.0-alpha.1...v7.0.0-alpha.2) (2020-11-11) | ||
- 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. | ||
Skipped Release |
{ | ||
"name": "use-resize-observer", | ||
"version": "7.0.0-alpha.3", | ||
"version": "7.0.0-alpha.4", | ||
"main": "dist/bundle.cjs.js", | ||
@@ -40,2 +40,11 @@ "module": "dist/bundle.esm.js", | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"polyfilled*", | ||
"README.md", | ||
"LICENSE", | ||
"CHANGELOG*", | ||
"CONTRIBUTING.md", | ||
"package.json" | ||
], | ||
"peerDependencies": { | ||
@@ -42,0 +51,0 @@ "react": ">=16.8.0", |
37554
11
441