Skip to content

Commit 9861b83

Browse files
author
pipeline
committed
v28.1.35 is released
1 parent 44e6c2a commit 9861b83

File tree

44 files changed

+181
-35
lines changed

Some content is hidden

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

44 files changed

+181
-35
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.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
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.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
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.33 (2024-12-12)
5+
## 28.1.35 (2024-12-18)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I662154` - Axis labels are now rendered correctly in the exported PDF, even when headers and footers are included.
12+
- `#I662546` - Tooltip highlighting functions correctly when the column series width is specified using `columnWidthInPixel`.
13+
- `#I662277` - The intermediate sum index is no longer included in the calculation of the sum index.
14+
- `#I663653` - Data labels are now rendered correctly when the intermediate sum index is empty.
15+
- `#I663652` - The calculations for both sum and intermediate sum indexes have been corrected.
16+
517
## 28.1.33 (2024-12-12)
618

719
### Chart

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": "20.22.1",
3+
"version": "28.1.33",
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.33 (2024-12-12)
7+
## 28.1.35 (2024-12-18)
88

99
### Circular Gauge
1010

components/diagrams/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+
## 28.1.35 (2024-12-18)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F63100` - The Completed event is now triggered correctly during actions, even when multiple mouse buttons are clicked simultaneously.
12+
- `#I660681` - EJ1 diagram JSON with ports in nodes is now loading correctly in the EJ2 Diagram Builder.
13+
- `#I660066` - The `RightToLeft` option in the Distribute function now operates correctly and independently from the `Center` option.
14+
515
## 28.1.33 (2024-12-12)
616

717
### 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": "19.18.0",
3+
"version": "28.1.33",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.35 (2024-12-18)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
12+
- `#I655487` - Now, table column is rendered properly when imported the exported document.
13+
- `#I656985` - Now, oval shape is preserved properly in the document editor.
14+
- `#I658167` - Now table row get resized properly when we resize the row fast.
15+
- `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
16+
- `#I640675` - Resolved the document freezing issue when reject the track changes.
17+
- `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
18+
- `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
19+
- `#I658922` - Now, check box is rendered properly after change the value as checked.
20+
- `#I651509` - Provided content change event support to notify when protect and unprotected the document.
21+
- `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
22+
- `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
23+
- `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
24+
- `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
25+
526
## 27.2.4 (2024-11-26)
627

728
### 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": "27.2.4",
3+
"version": "28.1.33",
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",

0 commit comments

Comments
 (0)