Skip to content

Commit 445530f

Browse files
author
pipeline
committed
v25.1.42 is released
1 parent 29147c4 commit 445530f

37 files changed

+174
-26
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### Barcode
88

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### Common
88

components/charts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I579773` - Now, the center label remains center even when adjusting the start and end angles.
12+
- `#I577505` - Now, the radius specified by the mapping will render properly in the accumulation chart.
13+
514
## 25.1.41 (2024-04-23)
615

716
### Chart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I568786` - Overview now updates properly across all browser zoom levels and resolutions.
12+
513
## 25.1.41 (2024-04-23)
614

715
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I575385` - Resolved the multi column line split issue when opening attached document.
12+
- `#I576161` - Resolved the hyperlink preservation issue in pane.
13+
- `#I576442` - Resolved the table not properly aligned issue.
14+
- `#I576647` - Resolved list numbering change issue, while editing the content.
15+
- `#I580085` - Resolved the Combo box focus issue in document editor.
16+
- `#I561167` - Resolved hyperlink style issue while reject the changes.
17+
518
## 25.1.41 (2024-04-23)
619

720
### DocumentEditor

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,31 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I576547` - When a parent record is deleted, the PUT method still returns the record that has already been deleted issue has been fixed.
12+
- `#I575077` - Timeline does not render properly while predecessor offset value in negative value issue has been fixed.
13+
- `#I578380` - When using tooltip template, an exception is thrown issue has been fixed.
14+
- `#I577723` - Dependency day not applied globalization issue has been fixed.
15+
- `#I576290` - Dialog edit not working properly for multiple dependency issue has been fixed.
16+
- `#I577597` - `queryTaskbarInfo` event using style is not applied when resource view in collapsed state in tasks issue has been fixed.
17+
18+
- `#I575077` - Timeline does not render properly while predecessor offset value in negative value issue has been fixed.
19+
- `#I576547` - When a parent record is deleted, the PUT method still returns the record that has already been deleted issue has been fixed.
20+
- `#I577723` - Dependency day not applied globalization issue has been fixed.
21+
522
## 25.1.41 (2024-04-23)
623

24+
- `#I579405` - When `enablePersistence` enabled exception thrown in Gantt issue has been fixed.
25+
- `#I463798` - Parent date changes while adding Unscheduled task dynamically issue has been fixed.
26+
- `#I578431` - Last page index issue in virtualization when adding new record after scrolling issue has been fixed.
27+
28+
## 25.1.40 (2024-04-16)
29+
730
### GanttChart
831

932
#### Bug fixes

components/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "25.1.39",
3+
"version": "25.1.41",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### Grid
88

components/imageeditor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.40 (2024-04-16)
66

77
### Image Editor
88

components/imageeditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-image-editor",
3-
"version": "25.1.39",
3+
"version": "25.1.40",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#I578934` - Resolved the issue where allowed extension was not properly working with preloaded files inside a form.
12+
513
## 25.1.38 (2024-04-02)
614

715
### ColorPicker

components/inputs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "25.1.38",
3+
"version": "25.1.40",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### DashboardLayout
88

components/lineargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 25.1.41 (2024-04-23)
17+
## 25.1.42 (2024-04-30)
1818

1919
### LinearGauge
2020

components/lists/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### ListView
88

components/maps/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 25.1.41 (2024-04-23)
17+
## 25.1.42 (2024-04-30)
1818

1919
### Maps
2020

components/navigations/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#F583262` - The issue with "script error thrown in Menu component when setting target and hamburger properties" has been resolved.
12+
13+
### TreeView
14+
15+
#### Bug fixes
16+
17+
- `#I581340` - Fixed the console error that occurred while clicking the node after changing `isDevice` to true.
18+
519
## 25.1.41 (2024-04-23)
620

721
### TreeView

components/navigations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,43 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I580966` - Now, the script error will not occur after deleting the stamp annotation with customized annotation selector settings.
12+
- `#I582426` - Now, the old JSON data will be imported in PDF Viewer without any issues.
13+
- `#I576350` - Now, the customer-provided document will be downloaded without any issues or script errors.
14+
- `#I576386` - Now, the script error will not occur after removing the `selectorLineDashArray` property.
15+
516
## 25.1.41 (2024-04-23)
617

718
### PDF Viewer
819

920
#### Bug Fixes
1021

22+
- `#I578038` - Now, the script error will not occur after resizing the annotations for ink, stamp and signature annotations.
23+
- `#I558650` - Now, the customer document will get loaded without any issue or script error.
24+
- `#I559996` - Now, the freeText annotations are updating properly with editAnnotation method.
25+
- `#I573798` - Now, the form fields are properly preserved in the provided document when saving it.
26+
- `#I574104` - Now, the cursor position change when pressing the left and right arrow keys in the text box fields.
27+
- `#I572302` - Now, the form field validation event was not triggered when the Form Designer module was removed.
28+
29+
- `#I572302` - Now, the form field validation event was not triggered when the Form Designer module was removed.
30+
- `#I578038` - Now, the script error will not occur after resizing the annotations for ink, stamp and signature annotations.
31+
- `#I558650` - Now, the customer document will get loaded without any issue or script error.
32+
- `#I559996` - Now, the freeText annotations are updating properly with editAnnotation method.
33+
- `#I573798` - Now, the form fields are properly preserved in the provided document when saving it.
34+
- `#I574104` - Now, the cursor position change when pressing the left and right arrow keys in the text box fields.
35+
36+
## 25.1.40 (2024-04-16)
37+
38+
### PDF Viewer
39+
40+
#### Bug Fixes
41+
1142
- `#I571265` - Now, the author name is not changed for shape and free text annotations upon saving the document.
1243
- `#I572045` - Now, the transparent background color is not changed to black upon importing exported annotation and saving the document.
1344
- `#I572061` - Now, the standalone saved PDF document with a `Not Approved` dynamic stamp does not throw an error when opened in Adobe.

components/pdfviewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "25.1.39",
3+
"version": "25.1.41",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#I579456` - When the load report option is not displayed in the toolbar UI, report manipulation operations will now work properly.
12+
513
## 25.1.41 (2024-04-23)
614

715
### Pivot Table

components/pivotview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pivotview",
3-
"version": "25.1.39",
3+
"version": "25.1.41",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.1.42 (2024-04-30)
6+
7+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#I579519` - The issue with Tooltip position was improper while assigning margin top to the container has been resolved.
12+
513
## 25.1.39 (2024-04-09)
614

715
### Tooltip

components/popups/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-popups",
3-
"version": "25.1.39",
3+
"version": "25.1.41",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### ProgressBar
88

components/querybuilder/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### QueryBuilder
88

components/ribbon/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.41 (2024-04-23)
5+
## 25.1.42 (2024-04-30)
66

77
### Ribbon
88

0 commit comments

Comments
 (0)