Skip to content

Commit e6923ab

Browse files
committed
Version 2.4.11
## Version 2.4.11 - December 16, 2025 - **Improved:** Updated PDF.js library to 5.4.449 for stability and performance. - **Fixed:** Comments sidebar and signature menus should use the same font-family and font-size should be relative to the UI e.g. when using `ui-sizing-lg`.
1 parent 4711ba5 commit e6923ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+10589
-6244
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ Here is a list of all the options with the default values, that can be passed to
126126

127127
viewAnnotations: true,
128128
editAnnotations: true,
129-
fillForms: true
129+
fillForms: true,
130+
editComments: true
130131
},
131132

132133
searchOptions: {

dist/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset='utf-8'>
5-
<title>pdfjskit 2.4.9 | Documentation</title>
5+
<title>pdfjskit 2.4.11 | Documentation</title>
66
<meta name='description' content='PdfJsKit is a PDF Viewer built on top of PDF.js, with modern UI and new features which supports integration for all JS frameworks.'>
77
<meta name='viewport' content='width=device-width,initial-scale=1'>
88
<link href='assets/bass.css' rel='stylesheet'>
@@ -16,7 +16,7 @@
1616
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
1717
<div class='py1 px2'>
1818
<h3 class='mb0 no-anchor'>pdfjskit</h3>
19-
<div class='mb1'><code>2.4.9</code></div>
19+
<div class='mb1'><code>2.4.11</code></div>
2020
<input
2121
placeholder='Filter'
2222
id='filter-input'

0 commit comments

Comments
 (0)