use-resize-observer
Advanced tools
Comparing version 7.0.0-alpha.4 to 7.0.0
@@ -1,2 +0,2 @@ | ||
# [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) | ||
# [7.0.0](https://github.com/ZeeCoder/use-resize-observer/compare/v6.1.0...v7.0.0) (2020-11-11) | ||
@@ -6,4 +6,24 @@ | ||
* Using package.json file attr instead of gitignore ([74ea0a9](https://github.com/ZeeCoder/use-resize-observer/commit/74ea0a97c3575388506536a700586aecf0ba0816)) | ||
* semantic release fixes ([3769769](https://github.com/ZeeCoder/use-resize-observer/commit/3769769dd550e96b8497c1ccebcffc3b30d2eb7a)) | ||
* Using package.json file attr instead of gitignore ([c58f34e](https://github.com/ZeeCoder/use-resize-observer/commit/c58f34e11b68ef9622a6b2528da8ee68a9685211)) | ||
* Added Semantic Release ([55f6368](https://github.com/ZeeCoder/use-resize-observer/commit/55f6368c1b0c3154bfd6ed16e089763de0b0ba47)) | ||
### 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. | ||
# [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) | ||
### Bug Fixes | ||
- Using package.json file attr instead of gitignore ([74ea0a9](https://github.com/ZeeCoder/use-resize-observer/commit/74ea0a97c3575388506536a700586aecf0ba0816)) | ||
# [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) | ||
@@ -10,0 +30,0 @@ |
{ | ||
"name": "use-resize-observer", | ||
"version": "7.0.0-alpha.4", | ||
"version": "7.0.0", | ||
"main": "dist/bundle.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/bundle.esm.js", |
@@ -13,3 +13,3 @@ # use-resize-observer | ||
[![npm version](https://badge.fury.io/js/use-resize-observer.svg)](https://npmjs.com/package/use-resize-observer) | ||
[![build](https://travis-ci.org/ZeeCoder/use-resize-observer.svg?branch=master)](https://travis-ci.org/ZeeCoder/use-resize-observer) | ||
![build](https://github.com/ZeeCoder/use-resize-observer/workflows/Testing/badge.svg?branch=master) | ||
[![BrowserStack Status](https://automate.browserstack.com/badge.svg?badge_key=bTAyOUVpa3hENUgwMkJBTVhXcytCQjREangwcTJqT0czUGhRSEZta3ZwYz0tLVRSZ1NhVkdPZ01FMithOEh5ZGxoWHc9PQ==--49d9d8ad43d557894fb270c80fd1c24107a82f51)](https://automate.browserstack.com/public-build/bTAyOUVpa3hENUgwMkJBTVhXcytCQjREangwcTJqT0czUGhRSEZta3ZwYz0tLVRSZ1NhVkdPZ01FMithOEh5ZGxoWHc9PQ==--49d9d8ad43d557894fb270c80fd1c24107a82f51) | ||
@@ -16,0 +16,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38374
1