Skip to content

v2.1.0

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 09 Sep 19:20

What's new?

  • Added support for server-side rendering using Node.js.
  • You can now pass custom class names to Document, Page and Outline components (#58).
  • Added support for all mouse events and touch events on Document, Page and Outline components (#59).
  • You can now pass custom children to Page component.

What's improved?

  • Vastly improved performance of loading files via data: URL (side note: that's how files are loaded if you import them using Webpack's file-loader).

Bug fixes

  • Fixed loading file via Blob resulting in callback loop (#54).
  • Fixed small error in sample code in documentation (thanks, @robsco-git!)