@syncfusion/ej2-vue-pdfviewer 24.1.43 → 24.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### PDF Viewer
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I529642` - Now, the `strikethrough` is properly preserved in the provided document when downloading it and opening it in other viewers.
|
|
10
|
+
- `#I527440` - Now, the thumbnail PDF is retaining the position for larger pages after rotating a single page in PDF document.
|
|
11
|
+
- `#I529806` - Now, the DOM elements related to the PDF Viewer control are properly destroyed after destroying the PDF Viewer control.
|
|
12
|
+
- `#I533430`, `#I533962` - Now, the provided documents are loading in the Stand-alone PDF Viewer.
|
|
13
|
+
- `#I532281` - Now, the landscape documents are properly re-rendered in the Stand-alone PDF Viewer.
|
|
14
|
+
- `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
|
|
15
|
+
- `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
|
|
16
|
+
- `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
|
|
17
|
+
- `#I528636` - Now, the saved text markup annotation is rendered properly when adding the annotation programmatically.
|
|
18
|
+
|
|
19
|
+
## 24.1.44 (2024-01-03)
|
|
20
|
+
|
|
21
|
+
### PDF Viewer
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I529607` - Now, the formatting is not applying to extraneous line spacing in freetext annotation for PDF Viewer and downloaded document.
|
|
26
|
+
|
|
27
|
+
## 24.1.43 (2023-12-27)
|
|
28
|
+
|
|
29
|
+
### PDF Viewer
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `#I499403` - Now, the import functionality is working for the given custom stamp annotation.
|
|
34
|
+
- `#I525379` - Now, the PDF pages are rendered properly when zooming in the provided PDF document on the client-side rendering.
|
|
35
|
+
- `#I529609` - Now, the annotation time does not change in the comment panel without making any changes.
|
|
36
|
+
- `#F185745` - Now, the calibrate distance annotations is not flip when downloading the document and opening it in the other viewers.
|
|
37
|
+
- `#I529723` - Now, the radio button size does not enlarge when copied, pasted, or dragged.
|
|
38
|
+
- `#I529705` - Now, the annotations are displayed after importing XFDF file.
|
|
39
|
+
|
|
5
40
|
## 24.1.41 (2023-12-18)
|
|
6
41
|
|
|
7
42
|
### PDF Viewer
|
package/README.md
CHANGED
|
@@ -149,4 +149,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
149
149
|
|
|
150
150
|
See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm) for more info.
|
|
151
151
|
|
|
152
|
-
© Copyright
|
|
152
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.45
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|