Skip to content

Commit 49ccf95

Browse files
author
pipeline
committed
v28.1.38 is released
1 parent 5e925db commit 49ccf95

File tree

37 files changed

+150
-29
lines changed

37 files changed

+150
-29
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-
## 28.1.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### Barcode
88

components/buttons/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-
## 28.1.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### Switch
88

components/calendars/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-
## 28.1.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F195601` - The console error no longer occurs when rendering a single data point with a multilevel label.
12+
- `#I676165` - Exporting a chart with complex properties to CSV or XLSX now functions correctly.
13+
14+
### Accumulation Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I674361` - The subtitle now renders correctly even when its length exceeds that of the title.
19+
520
## 28.1.37 (2024-12-31)
621

722
### Chart
@@ -11,7 +26,7 @@
1126
- `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
1227
- `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
1328

14-
## 28.1.36
29+
## 28.1.36 (2024-12-24)
1530

1631
### Chart
1732

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": "28.1.35",
3+
"version": "28.1.37",
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/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 28.1.37 (2024-12-31)
7+
## 28.1.38 (2025-01-07)
88

99
### Circular Gauge
1010

components/diagrams/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-
## 28.1.37 (2024-12-31)
5+
## 28.1.38 (2025-01-07)
66

77
### Diagram
88

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+
## 28.1.38 (2025-01-07)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
12+
- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
13+
- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
14+
- `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
15+
- `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
16+
- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.
17+
518
## 28.1.37 (2024-12-31)
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-vue-documenteditor",
3-
"version": "28.1.35",
3+
"version": "28.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",

components/dropdowns/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+
## 28.1.38 (2025-01-07)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I668573` - The issue pop-up does not stick to the target after filtering is performed in the Dropdown Tree component has been resolved.
12+
513
## 28.1.37 (2024-12-31)
614

715
### Mention

0 commit comments

Comments
 (0)