What's new?
- Support for internal links (e.g. in table of contents). For them to work you either need to provide
onItemClickto<Document>and handle navigating by yourself or ensure that all pages are rendered within<Document>. - You can now use
inputRefprop to pass ref function through<Document>to its root<div>element.
Bug fixes
- Fix selection sometimes jumping when selecting text (#101).