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 bd4859f

Browse files
author
pipeline
committed
v29.1.40 is released
1 parent ba87b6c commit bd4859f

File tree

42 files changed

+231
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+231
-47
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.39 (2025-04-22)
5+
## 29.1.40 (2025-04-29)
66

77
### Barcode
88

‎components/calendars/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 29.1.40 (2025年04月29日)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#709169` - Fixed HTML accessibility errors and warnings in the popup component of the DateRangePicker.
12+
13+
### DateTimePicker
14+
15+
#### Bug Fixes
16+
17+
- `#I705395` - Fixed an issue where the DateTimePicker value was not updated correctly in the form data when using `ServerTimezoneOffset` during the initial rendering.
18+
519
## 29.1.39 (2025年04月22日)
620

721
### TimePicker

‎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-angular-calendars",
3-
"version": "29.1.35",
3+
"version": "29.1.39",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/charts/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.39 (2025年04月22日)
5+
## 29.1.40 (2025年04月29日)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I711450` - Pie chart now properly renders with higher border width values.
12+
13+
## 29.1.35 (2025年04月01日)
614

715
### 3DChart
816

‎components/charts/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-angular-charts",
3-
"version": "29.1.33",
3+
"version": "29.1.35",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/diagrams/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 29.1.40 (2025年04月29日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I706793` - Rotating and flipping of group nodes will now work properly.
12+
13+
## 29.1.39 (2025年04月22日)
14+
15+
### Diagram
16+
17+
#### Bug Fixes
18+
19+
- `#I707057` - Resolved incorrect scroll offset values when using scrollbar on diagram.
20+
- `#I707731` - Connector segments are now retrieved correctly during undo and redo operations after a node position change.
21+
522
## 29.1.38 (2025年04月15日)
623

724
### 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-angular-diagrams",
3-
"version": "29.1.38",
3+
"version": "29.1.39",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎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-angular-documenteditor",
3-
"version": "29.1.38",
3+
"version": "29.1.39",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/dropdowns/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
## [Unreleased]
44

5+
## 29.1.40 (2025年04月29日)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I715091` – Fixed an issue in the Mention component within the Rich Text Editor when the `suffixText` property was set to an empty string.
12+
13+
### DropdownList
14+
15+
#### Bug Fixes
16+
17+
- `#I707077` - Fixed an issue where Group Headers in the Dropdown List would remain fixed while scrolling in the scrollable area.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
- `#I708109` - Fixed an issue that caused an exception when scrolling within the multiselect dropdown containing a grouped data source.
24+
25+
### ComboBox
26+
27+
#### Bug Fixes
28+
29+
- `#I712292` - Fixed an issue where the ComboBox component would throw a console error when filtering data with complex structures while the `allowFiltering` option is set to true.
30+
31+
## 29.1.38 (2025年04月15日)
32+
33+
### MultiSelect
34+
35+
#### Bug Fixes
36+
37+
- `#I696017` - Fixed an issue where the value was not displaying correctly when `allowObjectBinding` was enabled and a custom value was set.
38+
39+
- `#697152` - Fixed the issue where the "Select All" checkbox was not selected in the multi-dropdown when the virtualization property was configured.
40+
41+
- `#I700421` - Fixed the issue where the value was incorrectly converted to text after pressing the Escape key.
42+
43+
- `#701736` - Fixed the issue where the selected value was not appearing at the top of the list and was being removed unexpectedly.
44+
545
## 29.1.37 (2025年04月08日)
646

747
### ListBox

‎components/dropdowns/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-angular-dropdowns",
3-
"version": "29.1.37",
3+
"version": "29.1.38",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
(0)

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