Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 586 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 586 Bytes

7.0.0-alpha.2 (2020-11-11)

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.

CHANGELOG