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

Lines changed: 9 additions & 10 deletions
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

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.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
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.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### Common
88

components/calendars/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

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.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### AccumulationChart
88

components/diagrams/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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

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.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

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.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

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.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",

0 commit comments

Comments
 (0)