Skip to content

Commit 0d27120

Browse files
author
pipeline
committed
v24.2.9 is released
1 parent cc7c1fe commit 0d27120

File tree

37 files changed

+176
-22
lines changed

37 files changed

+176
-22
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.8 (2024-02-27)
5+
## 24.2.9 (2024-03-05)
66

77
### Barcode
88

components/calendars/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.9 (2024-03-05)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#FB50296` - Fixed an issue where the date format `MMM/YYYY` was displaying the wrong date value in languages other than English.
12+
513
## 24.2.8 (2024-02-27)
614

715
### DateRangePicker

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-react-calendars",
3-
"version": "24.2.5",
3+
"version": "24.2.8",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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+
## 24.2.9 (2024-03-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I558392` - Now the line color of the Pareto chart is stable when toggling the legend.
12+
- `#I558247` - Now sorting is working in the Pareto chart.
13+
- `#I557017` - Now the column is rendered properly when a corner radius is used.
14+
515
## 24.2.8 (2024-02-27)
616

717
### 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-react-charts",
3-
"version": "24.2.7",
3+
"version": "24.2.8",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.9 (2024-03-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I557035` - Now, the layers object gets cleared when we call clear method.
12+
513
## 24.2.8 (2024-02-27)
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-react-diagrams",
3-
"version": "24.2.7",
3+
"version": "24.2.8",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/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+
## 24.2.9 (2024-03-05)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I555058` - Resolved the shape position issue in the attached document.
12+
- `#I546422` - Resolved the presence of additional spacing in the Arabic document.
13+
- `#I544048` - Resolved the before spacing issue.
14+
- `#I547781` - Resolved the show revisions API not working properly issue.
15+
- `#I540605`, `I527154` - Resolved the copy pasting issue in blazor.
16+
517
## 24.2.8 (2024-02-27)
618

719
### 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-react-documenteditor",
3-
"version": "24.2.7",
3+
"version": "24.2.8",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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.9 (2024-03-05)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I557826` - Fixed an issue where preselected values in ComboBox were not working properly when Virtualization is enabled.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `#I560779` - Fixed an issue where the last filtered item was the only one displayed when filtering and selecting a value using the item template.
18+
519
## 24.2.8 (2024-02-27)
620

721
### Mention

0 commit comments

Comments
 (0)