Skip to content

v2.4.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 20 Nov 22:31
· 1322 commits to main since this release

What's new?

  • Support for internal links (e.g. in table of contents). For them to work you either need to provide onItemClick to <Document> and handle navigating by yourself or ensure that all pages are rendered within <Document>.
  • You can now use inputRef prop to pass ref function through <Document> to its root <div> element.

Bug fixes

  • Fix selection sometimes jumping when selecting text (#101).