Skip to content

Commit dcbd93b

Browse files
committed
Version 2.1.2
## Version 2.1.2 - April 14, 2025 - **Fixed:** Some UI problems on Safari iOS and Safari macOS. Some icons on the vertical toolbar were not visible. Sub-menus on vertical toolbar disappeared immediately after popping up. Some items in top-right menu like "Save", "Print" were shrinked when the viewer width was smaller than 750px (the size when they are moved to the menu). Vertical toolbar's scrollbar did not have separate space and was overlayed.
1 parent 1c3bc1b commit dcbd93b

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.1.0 | Documentation</title>
5+
<title>pdfjskit 2.1.2 | 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.1.0</code></div>
19+
<div class='mb1'><code>2.1.2</code></div>
2020
<input
2121
placeholder='Filter'
2222
id='filter-input'

dist/pdfjskit/pdfjskit.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pdfjskit/pdfjskit.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pdfjskit/pdfjskit.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/pdfjskit-vite-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"vite": "^5.4.8"
1313
},
1414
"dependencies": {
15-
"pdfjskit": "^2.1.0"
15+
"pdfjskit": "^2.1.2"
1616
}
1717
}

package/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdfjskit",
3-
"version": "2.1.0",
3+
"version": "2.1.2",
44
"description": "PdfJsKit is a PDF Viewer built on top of PDF.js, with modern UI and new features which supports integration for all JS frameworks.",
55
"keywords": [
66
"pdf-viewer",

0 commit comments

Comments
 (0)