Skip to content

Commit 0d27120

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

37 files changed

+176
-22
lines changed

components/barcodegenerator/CHANGELOG.md

+1-1
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

+8
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

+1-1
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

+10
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

+1-1
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

+8
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

+1-1
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

+12
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

+1-1
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

+14
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

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "24.2.7",
3+
"version": "24.2.8",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 24.2.9 (2024-03-05)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I557001` - Console error in dependency connection after row drag action issue has been fixed.
12+
- `#I556547` - top and bottom tier shows null when using custom zooming levels.
13+
- `#I552622` - The enable immutable enabled sample expand icon hide when record add issue has been fixed.
14+
- `#F186617` - Gantt pdf export taskbar text alignment issue has been fixed.
15+
- `#I561997` - The PDF export is not working properly when changing `bottomTier` to week.
16+
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
17+
18+
- `#I557001` - Console error in dependency connection after row drag action issue has been fixed.
19+
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
20+
521
## 24.2.8 (2024-02-27)
622

723
### GanttChart

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "24.2.7",
3+
"version": "24.2.8",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+12
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+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I546749`, `#I551015` - The issue in column reordering with frozen column and `enablePersistence` has been resolved.
12+
- `#I545290` - Resolved the script error in the lazy load grouping with infinite scrolling.
13+
- `#I553601` - Fixed the issue where the grid's edit type as `datepicker` with enable mask for date column was not being applied.
14+
- `#I553142` - Edited Cells are misalignment when show/hide the `childGrid` issue has been resolved.
15+
- `#FB51346` - Resolved an issue where the column width auto is not working properly with the freeze and resize features.
16+
517
## 24.2.8 (2024-02-27)
618

719
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "24.2.7",
3+
"version": "24.2.8",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "24.2.5",
3+
"version": "24.2.8",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

+8
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+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- `#I526571` - Fixed the issue where Color Picker throws an error on mobile devices while createPopupOnClick is set to true has been resolved.
12+
513
## 24.2.4 (2024-02-06)
614

715
### Uploader

components/lists/CHANGELOG.md

+1-1
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
### ListView
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## [Unreleased]
1313

14-
## 24.2.8 (2024-02-27)
14+
## 24.2.9 (2024-03-05)
1515

1616
### Maps
1717

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "24.2.4",
3+
"version": "24.2.8",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/CHANGELOG.md

+1-1
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
### Toast
88

components/pdfviewer/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 24.2.9 (2024-03-05)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I547297` - Now, the data property was updated properly in the `addSignature` event.
12+
- `I556216` - Now, the download was working properly for the provided document.
13+
514
## 24.2.8 (2024-02-27)
615

716
### PDF Viewer
@@ -11,11 +20,15 @@
1120
- `#I550956` - Now, the comments do not overlap when the author name has more characters.
1221
- `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
1322
- `#I553949` - Now, the check box appearance is properly displayed on iOS devices.
23+
- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
24+
- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected.
1425
- `#I545417` - Now, dynamically show and hide the text search pane is working properly.
1526

1627
- `#I550956` - Now, comments do not overlap when the author name has more characters.
1728
- `#I549538` - Now, the selected value and index of the dropdown are updated correctly for dropdown lists that are not selected.
1829
- `#I553949` - Now, the check box appearance is properly displayed on iOS devices.
30+
- `#I558011` - Now, the form fields are rendered properly after pinch zooming in mobile mode.
31+
- `#I553568` - Now, the `ValidateFormFields` event is triggered properly, even though the form designer module was not injected.
1932
- `#I545417` - Now, dynamically show and hide the text search pane is working properly.
2033

2134
## 24.2.7 (2024-02-20)

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "24.2.7",
3+
"version": "24.2.8",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+8
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+
### PivotTable
8+
9+
#### Bug fixes
10+
11+
- `#I542318` - When using the server-side engine, the pivot table will now be rendered properly when the value axis is set to "row" and subTotalsPosition is set to "Bottom".
12+
513
## 24.2.8 (2024-02-27)
614

715
### PivotTable

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pivotview",
3-
"version": "24.2.5",
3+
"version": "24.2.8",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

+8
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+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I547853` - Fixed an issue where the dialog was not draggable on mobile devices.
12+
513
## 24.2.8 (2024-02-27)
614

715
### Dialog

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-popups",
3-
"version": "24.2.5",
3+
"version": "24.2.8",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/CHANGELOG.md

+8
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+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#I558909` - The progress bar label now renders properly when setting the `textAlignment` as center.
12+
513
## 24.2.5 (2024-02-13)
614

715
### ProgressBar

components/querybuilder/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 24.2.9 (2024-03-05)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I870175` - Issue with `getSqlFromRules` method is not return custom value when changing boolean type column value in default complex data binding. has been fixed.
12+
- `#I556563` - Issue with QueryBuilder validation message position wrong issue while deleting the rule has been fixed.
13+
514
## 24.2.8 (2024-02-27)
615

716
### QueryBuilder

components/querybuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-querybuilder",
3-
"version": "24.2.5",
3+
"version": "24.2.8",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/ribbon/CHANGELOG.md

+1-1
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
### Ribbon
88

0 commit comments

Comments
 (0)