Skip to content

Commit fcdae1c

Browse files
author
pipeline
committed
v29.1.39 is released
1 parent fc3ac4d commit fcdae1c

34 files changed

+142
-22
lines changed

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.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
66

77
### Barcode
88

components/calendars/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
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+
## 29.1.35 (2025-04-01)
614

715
### DatePicker
816

components/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
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-
## 29.1.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
66

77
### 3DChart
88

components/diagrams/CHANGELOG.md

+1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

+13
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

+8
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

+10
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

components/gantt/package.json

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

components/gantt/src/gantt/columns-directive.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { ColumnModel } from '@syncfusion/ej2-gantt';
44
export interface ColumnDirTypecast {
55
template?: string | Function | any;
66
headerTemplate?: string | Function | any;
7+
editTemplate?: string | Function | any;
78
}
89
/**
910
* `ColumnDirective` represent a column of the react Gantt.

components/gantt/src/gantt/gantt.component.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export interface GanttTypecast {
88
timelineTemplate?: string | Function | any;
99
milestoneTemplate?: string | Function | any;
1010
taskbarTemplate?: string | Function | any;
11+
editTemplate?: string | Function | any;
1112
labelSettings?: any;
1213
tooltipSettings?: any;
1314
}

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.39 (2025-04-22)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I707297` - Resolved an issue where the month format in the group caption was incorrect during server side `Excel Export`.
12+
- `#I699927` - The issue with partial selection with pagination has been resolved.
13+
514
## 29.1.38 (2025-04-15)
615

716
### Grid

components/grids/package.json

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

components/imageeditor/CHANGELOG.md

+1-1
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
### Image Editor
88

components/inputs/CHANGELOG.md

+8
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+
### NumericTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I704942` - Fixed an issue where the numeric textbox was not functioning correctly when setting `v-model` binding.
12+
513
## 29.1.38 (2025-04-15)
614

715
### TextArea

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "29.1.33",
3+
"version": "29.1.38",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#I654305` - Provided an additional argument in the `resizeStop` and `dragStop` events to predict the panels for which the positions were changed during resize and drag actions.
12+
13+
## 29.1.37 (2025-04-08)
614

715
### Dashboard Layout
816

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "29.1.35",
3+
"version": "29.1.38",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
66

77
### ListView
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 29.1.38 (2025-04-15)
11+
## 29.1.39 (2025-04-22)
1212

1313
### Maps
1414

components/navigations/CHANGELOG.md

+1-1
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
### Carousel
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 29.1.39 (2025-04-22)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I706265` - Resolved the issue where text markup annotations disappear when adding the free text annotation programmatically.
12+
- `#I710824` - Resolved an exception that occurs when opening a password-protected document with a digital signature.
13+
514
## 29.1.38 (2025-04-15)
615

716
### 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-react-pdfviewer",
3-
"version": "29.1.37",
3+
"version": "29.1.38",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+1-1
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
### Pivot Table
88

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I707302` - Fixed a script error that occurred when attempting to render an empty rule within the complex data binding sample of the Query Builder.
12+
13+
## 29.1.33 (2025-03-25)
614

715
### QueryBuilder
816

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-querybuilder",
3-
"version": "28.1.33",
3+
"version": "29.1.33",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/ribbon/CHANGELOG.md

+8
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+
### Ribbon
8+
9+
#### Bug Fixes
10+
11+
`#I708279` - Now the script issue raised when dynamically adding/removing the ribbon tabs, using the signal concept has been resolved.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Ribbon

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 29.1.38 (2025-04-15)
5+
## 29.1.39 (2025-04-22)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I698253` - Now, The issue with the page becoming unresponsive when removing inline code in the RichTextEditor has been resolved.
12+
- `#I706947` - Now, The issue with the Two new lines created when using Shift Enter key in the RichTextEditor has been resolved.
13+
- `#I712784` - Now, the issue with the cursor position not being restored when inserting a table using the `showDialog` method in the RichTextEditor component has been resolved.
14+
15+
## 29.1.37 (2025-04-08)
616

717
### RichTextEditor
818

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-richtexteditor",
3-
"version": "29.1.35",
3+
"version": "29.1.37",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

+1-1
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
### Schedule
88

components/spreadsheet/CHANGELOG.md

+10
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+
### Spreadsheet
8+
9+
#### Bug fixes
10+
11+
- `#I700006` - Issue with "image left position changes when switching between sheets after importing" has been resolved.
12+
13+
- `#I700338` - Issue with "image positioning not maintained during spreadsheet resizing" has been resolved.
14+
515
## 29.1.37 (2025-04-08)
616

717
### Spreadsheet

components/treegrid/CHANGELOG.md

+8
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+
### Tree Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F66780` - Fixed an issue where `allowMultiSorting` API was not functioning properly in the tree grid.
12+
513
## 29.1.37 (2025-04-08)
614

715
### Tree Grid

0 commit comments

Comments
 (0)