@syncfusion/ej2-vue-documenteditor 24.1.43 → 24.1.44
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
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I523857` - Resolved the performance issue while updating the field in document.
|
|
10
|
+
- `#I526974` - Resolved control freeze issue while pasting content inside table.
|
|
11
|
+
- `#I526633` - Resolved the issue in rendering of shape element.
|
|
12
|
+
|
|
13
|
+
## 24.1.43 (2023-12-27)
|
|
14
|
+
|
|
15
|
+
### DocumentEditor
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I514005` - Resolved section break parsing issue while pasting.
|
|
10
20
|
- `#I515062` - Resolved Locale constant missing in Vietnamese.
|
|
11
21
|
- `#I520469` - Resolved Alignment issue in document editor.
|
package/README.md
CHANGED
|
@@ -167,4 +167,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
167
167
|
|
|
168
168
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) for more info.
|
|
169
169
|
|
|
170
|
-
© Copyright
|
|
170
|
+
© 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-documenteditor.umd.min.js
|
|
3
|
-
* version : 24.1.
|
|
3
|
+
* version : 24.1.44
|
|
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
|