Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
## Version 1.3.0 - November 26, 2024

- **Improved:** Updated PDF.js libray to 4.7.76 for stability and performance.

- **Added:** `productInfo` property which gets the product info for this component (e.g. product name and version).
  • Loading branch information
GleamTech committed Nov 26, 2024
1 parent 8611c9e commit b9c29b9
Show file tree
Hide file tree
Showing 80 changed files with 4,325 additions and 1,761 deletions.
7 changes: 7 additions & 0 deletions APIDocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* [license](#license)
* [Parameters](#parameters-1)
* [element](#element)
* [productInfo](#productinfo)
* [render](#render)
* [Parameters](#parameters-2)
* [show](#show)
Expand Down Expand Up @@ -410,6 +411,12 @@ Gets the DOM element of this component in the page (if it's rendered).

Type: [Element](https://developer.mozilla.org/docs/Web/API/Element)

### productInfo

Gets the product info for this component (e.g. product name and version).

Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)

### render

Renders the component in the page.
Expand Down
64 changes: 62 additions & 2 deletions dist/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>pdfjskit 1.1.1 | Documentation</title>
<title>pdfjskit 1.3.0 | Documentation</title>
<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.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -16,7 +16,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>pdfjskit</h3>
<div class='mb1'><code>1.1.1</code></div>
<div class='mb1'><code>1.3.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -132,6 +132,12 @@ <h3 class='mb0 no-anchor'>pdfjskit</h3>
#element
</a></li>

<li><a
href='#pdfviewerproductinfo'
class='regular pre-open'>
#productInfo
</a></li>

<li><a
href='#pdfviewerrender'
class='regular pre-open'>
Expand Down Expand Up @@ -2299,6 +2305,60 @@ <h3 class='fl m0' id='pdfviewer'>












</section>

</div>
</div>

<div class='border-bottom' id='pdfviewerproductinfo'>
<div class="clearfix small pointer toggle-sibling">
<div class="py1 contain">
<a class='icon pin-right py1 dark-link caret-right'></a>
<span class='code strong strong truncate'>productInfo</span>
</div>
</div>
<div class="clearfix display-none toggle-target">
<section class='p2 mb2 clearfix bg-white minishadow'>



<p>Gets the product info for this component (e.g. product name and version).</p>

<div class='pre p1 fill-light mt0'>productInfo</div>

<p>
Type:
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>
</p>























Expand Down
Loading

0 comments on commit b9c29b9

Please sign in to comment.