10000 v29.1.39 is released · syncfusion/ej2-vue-ui-components@0dd3e0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dd3e0e

Browse files
author
pipeline
committed
v29.1.39 is released
1 parent abfd520 commit 0dd3e0e

File tree

33 files changed

+145
-23
lines changed

33 files changed

+145
-23
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-
## 29.1.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
66

77
### Barcode
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I705507` - Fixed an issue where a null value still displayed as `12:00` when the mask was enabled.
12+
13+
### Calendar
14+
15+
#### Bug Fixes
16+
17+
- `#I699142` - Fixed an issue that caused incorrect date parsing, resulting in a validation failure in the Calendar component.
18+
19+
## 29.1.35 (2025-04-01)
620

721
### DatePicker
822

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": "29.1.35",
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-
## 29.1.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
66

77
### 3DChart
88

components/diagrams/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- `#I706720` - Added localization support for `SearchResults` and `noItemsToDisplay` texts in the symbol palette.
12+
- `#I709691` - The connector will now be routed properly without overlapping nodes in the child-to-parent connection flow.
1213

1314
## 29.1.37 (2025-04-08)
1415

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": "29.1.37",
3+
"version": "29.1.38",
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+
## 29.1.39 (2025-04-22)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I705934` - Fixed the issue where paragraph borders were splitting during merge field insertion using the `insertField` API.
12+
- `#I706158` - Improved cell content control insertion behaviour and resolved border rendering issues.
13+
- `#I708026` - Fixed the overlapping issue with header tags.
14+
- `#I705207` - Addressed the layout issue caused by section breaks during document editing.
15+
- `#I705451` - Resolved the revision pane issue when opening documents using the Document Editor open API.
16+
- `#I703602` - Fixed the `isComplete` flag incorrectly remaining true when dragging the mouse outside the Document Editor view.
17+
518
## 29.1.38 (2025-04-15)
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": "29.1.37",
3+
"version": "29.1.38",
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/filemanager/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+
## 29.1.39 (2025-04-22)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#F196559` - The problem related to range selection in the File Manager component has been resolved.
12+
513
## 29.1.37 (2025-04-08)
614

715
### FileManager

components/gantt/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+
## 29.1.39 (2025-04-22)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I709607` - Task label does not work properly when the string value contains an ampersand issue has been fixed.
12+
- `#I709433` - When the `dayWorkingTime` property is used, the `autoCalculateDateScheduling` property does not work properly issue has been fixed.
13+
- `#I710483` - The `editTemplate` functionality is not working in the columns issue has been fixed.
14+
515
## 29.1.38 (2025-04-15)
616

717
### GanttChart

0 commit comments

Comments
 (0)
0