| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-20 | 924 Bytes | |
| v10.5.0 source code.tar.gz | 2026-08-20 | 3.6 MB | |
| v10.5.0 source code.zip | 2026-08-20 | 3.7 MB | |
| Totals: 3 Items | 7.3 MB | 3 | |
What's changed?
- Text layer styles are now in sync with PDF.js 5.4.296 (#2077).
If you were customizing text layer styles, note that
--highlight-bg-colorand--highlight-selected-bg-colormoved from:rootto.textLayer .highlightand are now semi-transparent, and that.textLayerz-indexchanged from2to0. - Documented legacy PDF.js worker (github.com), reported to work on iOS 16.4 and newer.
- Updated pnpm hoisting instructions for pnpm 11+ (#2114).
- Clarified that filtering of HTML returned by
customTextRendereris best-effort, and sanitizing it is up to you.
Bug fixes
- Fixed text layer being misaligned with page content (#2064).
- Fixed crash when
<Document />was hidden and revealed by<Activity>(#2128). - Disallowed
data:URLs in URL attributes returned bycustomTextRenderer.