v2.4.0
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).