Skip to content

[2.0.0] - 2020-05-07

Compare
Choose a tag to compare
@compulim compulim released this 08 May 02:39

Breaking changes

  • We moved to React Hooks and it requires React 16.8.6 or up
    • Hooks will allow us to write simpler and more maintainable code
    • Developers can use our React Hooks to perform various operations

Changed

Added

Fixed

  • Fix atStart was not reporting correctly, in PR #31
  • Chrome: Fix scroll to bottom button should hide when using TAB to scroll the bottommost button into view, in PR #46