ngx-extended-pdf-viewer
Advanced tools
Comparing version 0.9.24 to 0.9.25
{ | ||
"name": "ngx-extended-pdf-viewer", | ||
"version": "0.9.24", | ||
"version": "0.9.25", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -182,3 +182,3 @@ # ngx-extended-pdf-viewer | ||
````typescript | ||
```typescript | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -194,3 +194,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
})(this, function() { | ||
```typescript | ||
``` | ||
@@ -205,3 +205,3 @@ 4. Add "NgxExtendedPdfViewerModule" to the import section of your module file. If your IDE doesn't find | ||
```html | ||
<ngx-extended-pdf-viewer [src]="'assets/example.pdf'" useBrowserLocale="true" height="80vh" delayFirstView="1000"></ngx-extended-pdf-viewer> | ||
<ngx-extended-pdf-viewer [src]="'assets/example.pdf'" useBrowserLocale="true" height="80vh" delayFirstView="1000"></ngx-extended-pdf-viewer> | ||
``` | ||
@@ -361,5 +361,5 @@ | ||
| 0.9.21 | #56 made the [src] attribute more flexible. Now it also accepts Blobs, Uint8Arrays, and ArrayBuffers. Also added a new attribute, [base64Src], to display PDFs encoded as base64 encoded strings | | ||
| 0.9.22 | #29 [backgroundColor] can now be set to "white" or "#ffffff". Until 0.9.21, pdf.js always converted white to off-white. I am still trying to understand what is going on, so there might be side-effects. However, my tests did not reveal such side-effects yet. | | ||
| 0.9.23 | #38 fixed the [spread] attribute, and made the [height] property more reliable | | ||
| 0.9.24 | #57 added the documentation to get the PDF viewer up and running on JHipster | | ||
```` | ||
| 0.9.22 | #29 [backgroundColor] can now be set to "white" or "#ffffff". Until 0.9.21, pdf.js always converted white to off-white. I am still trying to understand what is going on, so there might be side-effects. However, my tests did not reveal such side-effects yet. | | ||
| 0.9.23 | #38 fixed the [spread] attribute, and made the [height] property more reliable | | ||
| 0.9.24 | #57 added the documentation to get the PDF viewer up and running on JHipster | | ||
| 0.9.25 | fixed the formatting of the README file | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11774469