Skip to content

v0.0.4

Compare
Choose a tag to compare
@greena13 greena13 released this 24 Jan 18:36
· 21 commits to master since this release

Breaking Changes

  • Removed the requirement that refs must have a parentNode attribute. This effectively allows custom React components that define .focus() or .scrollIntoView() methods, to have those methods called instead of react-ref-manager attempting to find the corresponding element in the DOM and calling the respective methods on them, instead.