| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-30 | 438 Bytes | |
| v10.3.0 source code.tar.gz | 2025-12-30 | 3.7 MB | |
| v10.3.0 source code.zip | 2025-12-30 | 3.7 MB | |
| Totals: 3 Items | 7.4 MB | 2 | |
What's new?
- Added support for
filterAnnotationsprop inPagecomponent (#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!