Skip to content

Commit 2e5d3c5

Browse files
chore(release): 7.0.0-alpha.2 [skip ci]
# [7.0.0-alpha.2](v7.0.0-alpha.1...v7.0.0-alpha.2) (2020-11-11) * Added Semantic Release ([54a83ce](54a83ce)) ### 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.
1 parent bb596e6 commit 2e5d3c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1+
# [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)
2+
3+
4+
* Added Semantic Release ([54a83ce](https://github.com/ZeeCoder/use-resize-observer/commit/54a83cede6fcb8dbfa9e0f9a0ea2f1f4557b606f))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* - The returned ref is now a RefCallback, not a ref object
10+
- The returned ref will always be the same RefCallback.
11+
Previously when a custom ref object was passed, it was returned as well from
12+
the hook as "ref".
13+
- Compared to 6.2.0-alpha.1 There's no `callbackRef` return value
14+
anymore.
15+
116
# CHANGELOG

0 commit comments

Comments
 (0)