Skip to content

Commit abfd520

Browse files
author
pipeline
committed
v29.1.38 is released
1 parent a78bc06 commit abfd520

File tree

35 files changed

+142
-23
lines changed

35 files changed

+142
-23
lines changed

Diff for: components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### Barcode
88

Diff for: components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### DatePicker
88

Diff for: components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### 3DChart
88

Diff for: components/diagrams/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I706720` - Added localization support for `SearchResults` and `noItemsToDisplay` texts in the symbol palette.
12+
513
## 29.1.37 (2025-04-08)
614

715
### Diagram

Diff for: 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": "29.1.35",
3+
"version": "29.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",

Diff for: components/documenteditor/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I699159` - Fixed the issue where indent was decreasing incorrectly in a list for the entire selection.
12+
- `#I699123` - Fixed the issue with applying numbering and bullet lists.
13+
- `#I703013` - Fixed the issue where the paragraph mark was not included when inserting a bookmark.
14+
- `#I700209` - Fixed the issue where inserting a nested content control only inserted text instead of another content control.
15+
- `#I702581` - Fixed the content control border rendering issue when the paragraph had an indent.
16+
- `#I706170` - Fixed the content overlapping issue with the previous page footer during paragraph deletion.
17+
- `#I705530` - Fixed the rendering issue of double underlines for spell check inside table cell.
18+
519
## 29.1.37 (2025-04-08)
620

721
### DocumentEditor

Diff for: 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": "29.1.35",
3+
"version": "29.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",

Diff for: components/dropdowns/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222

2323
#### Bug Fixes
2424

25+
- `#I687522` - Issue with "Resolving the text is overlapping the clear icon in the Multi Select dropdown" has been resolved.
2526
- `#I697553` - Fixed an issue where using the Chip icon removed all selected values instead of removing a specific chip.
2627

28+
- `#I696602` - Fixed an issue where the popup remains open if the MultiSelect input is not visible in the viewport.
29+
2730
### DropDownTree
2831

2932
#### Bug Fixes

Diff for: components/dropdowns/package.json

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

Diff for: components/filemanager/package.json

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

Diff for: components/gantt/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I707530` - Filter menu does not render in the correct position, when the Gantt chart is rendered with a sidebar issue has been resolved.
12+
- `#I704479` - Expand action does not work properly with `loadChildOnDemand` and virtualization disabled issue has been fixed.
13+
- `#I705099` - Taskbar tooltip misaligned when dragging the taskbar issue has been fixed.
14+
15+
- `#I707530` - Filter menu does not render in the correct position, when the Gantt chart is rendered with a sidebar issue has been resolved.
16+
- `#I704479` - Expand action does not work properly with `loadChildOnDemand` and virtualization disabled issue has been fixed.
17+
518
## 29.1.37 (2025-04-08)
619

720
### GanttChart

Diff for: 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": "29.1.35",
3+
"version": "29.1.37",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/grids/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I705939` - Resolved the issue where the Grid column header text overlapped with the column menu in `Bootstrap 5.3` and `Tailwind 3` themes.
12+
513
## 29.1.37 (2025-04-08)
614

715
### Grid

Diff for: 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": "29.1.35",
3+
"version": "29.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",

Diff for: components/imageeditor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Crop selection resizing beyond image bounds on mobile" has been resolved.
12+
513
## 29.1.37 (2025-04-08)
614

715
### Image Editor

Diff for: 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": "29.1.35",
3+
"version": "29.1.37",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/inputs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### TextArea
8+
9+
#### Bug Fixes
10+
11+
`#I698848` - Fixed an issue where the width property was not functioning correctly in the textarea component.
12+
513
## 29.1.33 (2025-03-25)
614

715
### SpeechToText

Diff for: components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### Dashboard Layout
88

Diff for: components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### ListView
88

Diff for: components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## [Unreleased]
1212

13-
## 29.1.37 (2025-04-08)
13+
## 29.1.38 (2025-04-15)
1414

1515
### Maps
1616

Diff for: components/navigations/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### Carousel
8+
9+
#### Bug Fixes
10+
11+
- `#F196435` - Carousel `SwipeMode` property not working properly while enabling touch action and disabling mouse actions has been resolved
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#I710659` - The issue with child nodes not loading when dropping a parent node in an external TreeView component has been resolved.
18+
19+
### ContextMenu
20+
21+
#### Bug Fixes
22+
23+
- `#I707435` - Resolved an issue where the Context Menu component did not resize its height correctly.
24+
525
## 29.1.37 (2025-04-08)
626

727
### Tab

Diff for: 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": "29.1.33",
3+
"version": "29.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",

Diff for: components/notifications/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### Message
88

Diff for: components/pdfviewer/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I709549` - Added condition before accessing the `getPageSize` and `exportHyperlinks` methods.
12+
- `#I705240` - The form field positions are correct after updating them using the `updateFormField` method.
13+
- `#I704004` - The `ajaxRequestSuccess` event is triggered properly after the download action is completed.
14+
- `#I701556` - The image signature in the signature/initial field is preserved correctly when printing the document.
15+
- `#I702570` - The form fields on non-rendered pages are now visible when printing the document.
16+
- `#I705546` - The form field position is updated correctly for non-rendered pages using the `updateFormField` method.
17+
518
## 29.1.37 (2025-04-08)
619

720
### PDF Viewer
@@ -13,6 +26,7 @@
1326
- `#I700063` - The annotation rendering is now optimized for documents with more annotations.
1427
- `#I698822` - Fixed an issue where the locked custom stamp remains editable.
1528
- `#I704815` - Enhanced the `fireFormFieldMoveEvent`, `fireFormFieldMouseLeaveEvent`, `fireFormFieldMouseOverEvent`, `fireFormFieldSelectEvent`, `fireFormFieldUnSelectEvent`, and `fireFormFieldResizeEvent` to include additional relevant details.
29+
- `#I680814` - Fixed an issue where the custom font is not rendered properly in reloaded document.
1630

1731
## 29.1.35 (2025-04-01)
1832

Diff for: 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": "29.1.35",
3+
"version": "29.1.37",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/pivotview/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I710876` - The 'cellClick' event now accurately returns the correct cell information when the 'allowReordering' property is enabled in the pivot table.
12+
513
## 29.1.37 (2025-04-08)
614

715
### Pivot Table

Diff for: components/pivotview/package.json

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

Diff for: components/popups/CHANGELOG.md

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

55
## 29.1.37 (2025-04-08)
66

7+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#I701814`, `#I687776` - Resolved an issue where the Tooltip remained visible when the cursor quickly left the target element.
12+
13+
## 29.1.35 (2025-04-01)
14+
715
### Dialog
816

917
#### Bug Fixes

Diff for: components/popups/package.json

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

Diff for: components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### QueryBuilder
88

Diff for: components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.37 (2025-04-08)
5+
## 29.1.38 (2025-04-15)
66

77
### RichTextEditor
88

Diff for: components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.38 (2025-04-15)
6+
7+
### Schedule
8+
9+
- `#F708016` - The issue with the Schedules `virtualScroll` feature causing missing resources while scrolling has been resolved.
10+
- `I708699` - The issue with the excessive button padding in the Toolbar Calendar has been resolved.
11+
512
## 29.1.37 (2025-04-08)
613

714
### Schedule

Diff for: components/schedule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-schedule",
3-
"version": "29.1.33",
3+
"version": "29.1.37",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/spreadsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-spreadsheet",
3-
"version": "29.1.35",
3+
"version": "29.1.37",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)