Skip to content

Commit bfe9de4

Browse files
author
pipeline
committed
v24.2.8 is released
1 parent a8ccdc4 commit bfe9de4

File tree

41 files changed

+215
-27
lines changed

Some content is hidden

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

41 files changed

+215
-27
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.7 (2024-02-20)
5+
## 24.2.8 (2024-02-27)
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-
## 24.2.7 (2024-02-20)
5+
## 24.2.8 (2024-02-27)
66

77
### Button
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.8 (2024-02-27)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I554330` - Fixed an issue where the selected value was not being updated when invalid text was entered into the input field.
12+
- `#I553168` - Fixed an issue where setting presets with a specific time would initially work, but changing the preset would reset the time.
13+
514
## 24.2.5 (2024-02-13)
615

716
### DatePicker

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.2.8 (2024-02-27)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#T553171` - Now the center label is aligned properly when increasing the font size.
12+
- `#I548552` - The y-axis now dynamically changes based on the current visible points when zooming.
13+
514
## 24.2.7 (2024-02-20)
615

716
### 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": "24.2.5",
3+
"version": "24.2.7",
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
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 24.2.7 (2024-02-20)
8+
## 24.2.8 (2024-02-27)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 24.2.8 (2024-02-27)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I555649` - Now, the scaling of the BPMN symbols with description is properly rendered.
12+
513
## 24.2.7 (2024-02-20)
614

715
### 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.5",
3+
"version": "24.2.7",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 24.2.8 (2024-02-27)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I549317` - Resolved the layouting issue when opening attached document.
12+
- `#I541401` - Resolved the indentation rendering issue.
13+
- `#I546320` - Resolved the spell checker suggestions not replacing issue.
14+
- `#I543922` - Resolved the layouting issue when line spacing type is exactly.
15+
- `#I545234` - Resolved the spell check issues in blazor.
16+
- `#I555335` - Resolved the character format applying issue when pasting sfdt content.
17+
- `#I529782` - Resolved the overlapping issue while opening the attached document.
18+
- `#I524548` - Resolved the font family issue in table of content.
19+
- `#I547495` - Resolved the column content missing issue.
20+
- `#I547296` - Resolved the Arabic content copy pasting issue.
21+
522
## 24.2.7 (2024-02-20)
623

724
### 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": "24.2.5",
3+
"version": "24.2.7",
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)