Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Releases: allenai/hierplane

Security Fixes

23 Jul 01:31
Compare
Choose a tag to compare

Changes:

  • Upgrade several dependencies as to resolve outstanding security issues.
  • Fix the unmount function so it doesn't output a warning with every invocation.

React 16 Support

03 Jul 15:23
Compare
Choose a tag to compare

Changes:

  • ✨ React 16 support, thanks to @aeroii and @isabelbicalho!
  • Minor documentation fixes.
  • The renderTree() function now returns function that will unmount the rendered component upon invocation.