Skip to content

Commit 2a751a2

Browse files
author
pipeline
committed
v25.1.38 is released
1 parent a116f84 commit 2a751a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+251
-88
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1201,15 +1201,14 @@
12011201
* [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_campaign=ej2-vue-ui-components)
12021202
## Showcase Applications
12031203
* [IT Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement?utm_source=npm&utm_campaign=ej2-vue-ui-components)
1204-
## Support
1205-
For any questions or assistance, you can:
1206-
* Visit the [Syncfusion support portal](https://support.syncfusion.com/).
1207-
* Post your queries on the [community forums](https://www.syncfusion.com/forums).
1208-
* Renew your subscription by clicking [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=ej2-vue-ui-components) or contacting our sales team at <[email protected]>.
1209-
* If you have specific feature requests or suggestions, please submit them through our [feedback portal](https://www.syncfusion.com/feedback/vue).
1210-
## License
1211-
For detailed information about the Syncfusion Essential Studio license and copyright, please refer to the [license](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
1204+
## Support
1205+
Product support is available for through following mediums.
1206+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-vue-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_campaign=ej2-vue-ui-components).
1207+
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
1208+
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
1209+
## License
1210+
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
12121211
## Changelog
1213-
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-vue-ui-components)
1214-
© Copyright 2024 Syncfusion, Inc. All Rights Reserved.
1212+
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-vue-ui-components)
1213+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
12151214
The Syncfusion Essential Studio license and copyright applies to this distribution.

components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### Barcode
88

components/base/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### Common
88

components/calendars/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## 25.1.37 (2024-03-26)
66

7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I15615` - Fixed console error that occurred when using the format property while opening the time popup.
12+
713
### DateRangePicker
814

915
#### Bug Fixes

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-calendars",
3-
"version": "18.32.5",
3+
"version": "25.1.37",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### AccumulationChart
88

components/diagrams/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I562564` - Now, the connector connected properly to the node while moving the node to another layer.
12+
- `#F187022` - Now, Connection change event changed state is triggered for port change within same node.
13+
- `#I566420` - Now, the annotation aligns properly while setting text align as Justify with text overflow as Ellipsis.
14+
515
## 25.1.37 (2024-03-26)
616

717
### Diagram

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "25.1.35",
3+
"version": "25.1.37",
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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I558448` - Added the preservation support for the list's paragraph style property.
12+
- `#I543917` - Resolved the table layout and border rendering issue.
13+
514
## 25.1.37 (2024-03-26)
615

716
### DocumentEditor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "25.1.35",
3+
"version": "25.1.37",
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/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### MultiSelect
88

components/gantt/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I566539` - Console error occurs while saving custom data in add dialog box with validation rule issue has been fixed.
12+
- `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
13+
- `#I565751` - The chart side does not refresh when any record is edited by cell editing issue has been fixed.
14+
515
## 25.1.37 (2024-03-26)
616

717
### GanttChart
@@ -23,7 +33,9 @@
2333
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
2434
- `#I553710`,`#I565824` - Weekends are not highlighted while `timlineVirtualization` is enabled issue has been fixed.
2535
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
36+
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
2637
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
38+
- `#I566103` - Baseline not showing in multi taskbar view.
2739

2840
- `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
2941

components/gantt/package.json

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

components/grids/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I557722` - Script error thrown when using toolbar template with Adaptive Grid has been fixed.
12+
- `#FB51847` - Frozen Grid content text overlap in `boostrap4` theme issue has been resolved.
13+
- `#I564949` - Fixed issue where exporting more than two grids to PDF with `AppendToPage` type in `PdfExportProperties` caused overlapping text.
14+
515
## 25.1.37 (2024-03-26)
616

717
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "25.1.35",
3+
"version": "25.1.37",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### HeatMap
88

components/imageeditor/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I875625` - The issue with "need to add all default toolbar items in `API` link" has been resolved.
12+
513
## 25.1.37 (2024-03-26)
614

715
### Image Editor
816

917
#### Bug Fixes
1018

19+
- `#I567703` - The issue with "Script error thrown in ProfilePicture ImageEditor sample on a mobile device" has been resolved.
1120
- `#I565340` - The issue with "Script error thrown when attempting to reopen a base64 URL using a custom toolbar in mobile mode" has been resolved.
21+
- `#I566745` - The issue with "FontSize is not updated properly while using the updateShape method" has been resolved.
22+
- `#I570160` - "Provide the option to change stroke color for annotations using the shapeChanging event at the beginning of the toolbar render" has been completed.
1223

1324
## 25.1.35 (2024-03-15)
1425

components/imageeditor/package.json

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

components/imageeditor/src/image-editor/imageeditor.component.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ export let ImageEditorComponent: DefineVueComponent<ImageEditorModel> = vueDefi
175175
open(data: string | Object): void {
176176
return this.ej2Instances.open(data);
177177
},
178-
pan(value: boolean): void {
179-
return this.ej2Instances.pan(value);
178+
pan(value: boolean, x?: number, y?: number): void {
179+
return this.ej2Instances.pan(value, x, y);
180180
},
181181
redo(): void {
182182
return this.ej2Instances.redo();
@@ -257,7 +257,7 @@ export type ImageEditorComponent = typeof ComponentBase & {
257257
getShapeSettings(): Object[];
258258
initialize(): void;
259259
open(data: string | Object): void;
260-
pan(value: boolean): void;
260+
pan(value: boolean, x?: number, y?: number): void;
261261
redo(): void;
262262
reset(): void;
263263
resize(width: number, height: number, isAspectRatio?: boolean): boolean;

components/inputs/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,40 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- `#I571375` - Provided the original event arguments in the change and select events of the color picker.
12+
13+
### NumericTextBox
14+
15+
#### Bug Fixes
16+
17+
- `#I567912` - Fixed issue with overflow style not being applied to the placeholder.
18+
519
## 25.1.37 (2024-03-26)
620

721
### Signature
822

923
#### Bug Fixes
1024

25+
- `#F187147` - Issue with "Signature Clear method returns BaseAddress as null" has been resolved.
26+
27+
### MaskedTextBox
28+
29+
#### Bug Fixes
30+
31+
- `#I561285` - Fixed an issue where focus was being added to the maskedtextbox when running in the Safari browser.
32+
33+
## 25.1.35 (2024-03-15)
34+
35+
### Signature
36+
37+
#### Bug Fixes
38+
1139
- `#I433821` - Correcting the signature scaling issue while resizing the web browser has been resolved.
1240

1341
### ColorPicker

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "18.78.15",
3+
"version": "25.1.37",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### DashboardLayout
88

components/lists/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### ListBox
88

components/maps/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818

1919
### Maps
2020

21+
#### Bug Fixes
22+
23+
- `#I566503` - The shape map in the sublayer is now properly synchronized with the tile images in the base layer when panning the Maps.
24+
25+
## 25.1.35 (2024-03-15)
26+
27+
### Maps
28+
2129
#### New Features
2230

2331
- `#I544447` - Maps will display data labels with improved performance when multiple layers are set.

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "16.42.7",
3+
"version": "25.1.37",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## 25.1.37 (2024-03-26)
66

7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I570321` - The issue with the focus on first item in TreeView if it is disabled mode has been resolved.
12+
713
### Toolbar
814

915
#### Bug Fixes

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "25.1.35",
3+
"version": "25.1.37",
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

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I565875` - Now, the page does not navigate to undefined when loading the provided PDF document.
12+
- `#I559473` - Now, the thickness value is properly loaded when loading float thickness value annotations on the server side.
13+
- `#I567299` - Now, does not throw NullReferenceException when loading Empty PDF document.
14+
- `#I567306` - Now, the annotations are not shifted to the left in landscape documents.
15+
516
## 25.1.37 (2024-03-26)
617

718
### PDF Viewer

components/pdfviewer/package.json

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

0 commit comments

Comments
 (0)