Skip to content

Commit b8a4bd2

Browse files
author
pipeline
committed
v29.1.40 is released
1 parent 0dd3e0e commit b8a4bd2

File tree

190 files changed

+2155
-46
lines changed

Some content is hidden

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

190 files changed

+2155
-46
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-vue-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 Vue",
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/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-circulargauge",
3-
"version": "16.42.4",
3+
"version": "29.1.33",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
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-vue-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 Vue",
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
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+
543
## 29.1.37 (2025-04-08)
644

745
### ListBox

0 commit comments

Comments
 (0)