Skip to content

v2.4.2

Compare
Choose a tag to compare
@wojtekmaj wojtekmaj released this 02 Dec 19:05
· 1228 commits to main since this release

Bug fixes

  • Fixed Document-wide props taking priority over child props. For example, when you wanted to set rotate explicitly for one page, it would get overwritten with global setting (#108).
  • Fixed onDocumentLoad function not bound in example included in README. Thanks, @jkhoang313!