Skip to content

Commit a8ccdc4

Browse files
author
pipeline
committed
v24.2.7 is released
1 parent 61fe890 commit a8ccdc4

File tree

28 files changed

+169
-25
lines changed

28 files changed

+169
-25
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-
## 24.2.6 (2024-02-15)
5+
## 24.2.7 (2024-02-20)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## [Unreleased]
44

5-
## 24.2.5 (2024-02-13)
5+
## 24.2.7 (2024-02-20)
66

7-
### SpeedDial
7+
### Button
88

99
#### Bug Fixes
1010

11-
- `FAB` and `SpeedDial` control `readme.md` file updated.
11+
- `#I551397` - The issue with "Tailwind theme when changing the primary text color in the button the text color is not changed" has been resolved.
1212

1313
## 24.2.3 (2024-01-31)
1414

components/charts/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+
## 24.2.7 (2024-02-20)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I549266` - The Hilo open-close chart data points shape is now rendering properly.
12+
13+
### StockChart
14+
15+
#### Bug Fixes
16+
17+
- `#I554213` - The dropdown font style has now been changed according to the selected theme.
18+
519
## 24.2.5 (2024-02-13)
620

721
### StockChart

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 24.2.6 (2024-02-15)
8+
## 24.2.7 (2024-02-20)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I549018` - Now, the bridging is not enabled while connector visibility is false.
12+
- `#I542327` - Now, the sendBackward and sendForward commands works fine.
13+
- `#I527474` - Now, drawing connector from source port to target port with port id underscore works fine.
14+
15+
## 24.2.5 (2024-02-13)
16+
17+
### Diagram
18+
19+
#### Bug Fixes
20+
21+
- `#I547586` - Now, the performance of diagram is improved while dragging large number of HTML shapes.
22+
23+
## 24.2.4 (2024-02-06)
24+
25+
### Diagram
26+
27+
#### Bug Fixes
28+
29+
- `#F185529` - Now, Annotation alignment updated properly with virtualisation constraints enabled.
30+
- `#I544969` - Now, grouping a grouped nodes no longer throws error.
31+
- `#I539121` - Now, the oldValue & newValue arguments of the size change event are updated properly while resizing the nodes.
32+
533
## 24.2.3 (2024-01-31)
634

735
### 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": "24.2.3",
3+
"version": "24.2.5",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I553680` - Resolved the script error issue while click print button.
12+
- `#I542229` - Resolved the document layout issue in Blazor.
13+
- `#I548069` - Resolved the spell check squiggly lines render issue on print.
14+
- `#I546222` - Resolved the script error issue while applying table border.
15+
- `#I533544` - Resolved the table resize undo issue.
16+
- `#I526592` - Resolved the list numbering is not continuing issue.
17+
- `#I548595` - Resolved the text ordered incorrectly while typing in Blazor.
18+
519
## 24.2.5 (2024-02-13)
620

721
### DocumentEditor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.7 (2024-02-20)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
-`#I556815`- Fixed an issue where console error that occurred when using `iframe` along with mention.
12+
13+
14+
### MultiSelect
15+
16+
#### Bug Fixes
17+
18+
- `#I553564` - Fixed an issue where the Change Event was triggering multiple times when unCheck all items.
19+
520
## 24.2.6 (2024-02-15)
621

722
### 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-vue-dropdowns",
3-
"version": "24.2.5",
3+
"version": "24.2.6",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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-
## 24.2.6 (2024-02-15)
5+
## 24.2.7 (2024-02-20)
66

77
### FileManager
88

0 commit comments

Comments
 (0)