Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fcdae1c

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

File tree

34 files changed

+142
-22
lines changed

34 files changed

+142
-22
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: 9 additions & 1 deletion
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

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

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

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

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)

AltStyle によって変換されたページ (->オリジナル) /