Skip to content

v10.3.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 30 Dec 21:39
· 29 commits to main since this release
Immutable release. Only release title and notes can be modified.
dcc9091

What's new?

  • Added support for filterAnnotations prop in Page component (#1991).
  • Made the code more resilient to promise cancellations (#974).

What's changed?

  • Tests are no longer shipped to npm. This helped reducing publish size from 416 kB to 303 kB.
  • Updated Next.js samples.

Bug fixes

  • Fixed incorrectly calculated dimensions of rotated pages in Page onLoadSuccess handler (#2027). Thanks, @wkirby!