Skip to content

Commit 47a15a2

Browse files
Upgrade to PDF.js v5.4.449
2 parents 9d907e1 + f44e5f0 commit 47a15a2

724 files changed

Lines changed: 89421 additions & 43509 deletions

File tree

Some content is hidden

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

.eslintignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 267 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
name: Bug Report
2+
description: Report a bug in PDF.js
3+
title: "[Bug]: "
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Attach (recommended) or Link to PDF file
8+
description: Without this information the issue may be closed without comment
9+
placeholder: Please place only the PDF file in this field
10+
validations:
11+
required: true
12+
13+
- type: markdown
14+
attributes: { value: "---" }
15+
16+
- type: input
17+
attributes:
18+
label: Web browser and its version
19+
description: Please ensure that it's supported, refer to [the FAQ](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support)
20+
validations:
21+
required: true
22+
- type: input
23+
attributes:
24+
label: Operating system and its version
25+
validations:
26+
required: true
27+
- type: input
28+
attributes:
29+
label: PDF.js version
30+
description: Please find official releases [here](https://github.com/mozilla/pdf.js/releases)
31+
validations:
32+
required: true
33+
- type: dropdown
34+
attributes:
35+
label: Is the bug present in the latest PDF.js version?
36+
description: Please check the [online demo](https://github.com/mozilla/pdf.js#online-demo)
37+
options: ["Yes", "No"]
38+
default: 0
39+
validations:
40+
required: true
41+
- type: dropdown
42+
attributes:
43+
label: Is a browser extension
44+
options: ["Yes", "No"]
45+
default: 1
46+
validations:
47+
required: true
48+
49+
- type: markdown
50+
attributes: { value: "---" }
51+
52+
- type: textarea
53+
attributes:
54+
label: Steps to reproduce the problem
55+
placeholder: "1.\n2."
56+
validations:
57+
required: true
58+
59+
- type: textarea
60+
attributes:
61+
label: What is the expected behavior?
62+
description: Also add a screenshot
63+
validations:
64+
required: true
65+
66+
- type: textarea
67+
attributes:
68+
label: What went wrong?
69+
description: Also add a screenshot
70+
validations:
71+
required: true
72+
73+
- type: input
74+
attributes:
75+
label: Link to a viewer
76+
description: Needed if hosted on a site other than mozilla.github.io/pdf.js or as Firefox/Chrome extension
77+
78+
- type: textarea
79+
attributes:
80+
label: Additional context
81+
description: Do you have anything to add that doesn't fit in the issue template?

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Need help?
4+
url: https://github.com/mozilla/pdf.js/discussions
5+
about: If you need help on how to use PDF.js, please open a discussion where other community members can reply

0 commit comments

Comments
 (0)