Skip to content

Commit 9ae8e3b

Browse files
author
pipeline
committed
v25.2.4 is released
1 parent 6e044bc commit 9ae8e3b

Some content is hidden

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

52 files changed

+277
-70
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-
## 25.2.3 (2024-05-08)
5+
## 25.2.4 (2024-05-14)
66

77
### Barcode
88

components/buttons/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+
## 25.2.4 (2024-05-14)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Script error thrown in CheckBox `unWireEvents` method" has been resolved.
12+
513
## 25.1.39 (2024-04-09)
614

715
### Checkbox

components/buttons/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "25.1.39",
3+
"version": "25.2.3",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-react-buttons"
8+
"react",
9+
"reactjs",
10+
"ej2-react-buttons",
11+
"react-button",
12+
"react-checkbox",
13+
"react-radiobutton",
14+
"react-switch",
15+
"react-fab",
16+
"react-speeddial"
1117
],
1218
"repository": {
1319
"type": "git",

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": "25.1.42",
3+
"version": "25.2.3",
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+
## 25.2.4 (2024-05-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I585297` - Tooltips in polar and radar series now render properly without console errors.
12+
- `#I532022` - Now, axis labels will render properly without any cutting off.
13+
- `#I585033` - Now, datetime annotations render properly.
14+
515
## 25.2.3 (2024-05-08)
616

717
### Accumulation 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": "25.1.42",
3+
"version": "25.2.3",
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/circulargauge/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@syncfusion/ej2-react-circulargauge",
3-
"version": "25.1.35",
3+
"version": "25.2.3",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
8+
"react",
9+
"reactjs",
10+
"react-circulargauge",
1011
"ej2-react-circulargauge"
1112
],
1213
"repository": {

components/diagrams/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+
## 25.2.4 (2024-05-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I579409` - Now, the connectors updated properly in complex hierarchical tree while performing expand and collapse.
12+
- `#I582187` - Now, the order commands working properly when we set zIndex at initial rendering.
13+
- `#I585972` - Now, the overview rectangle updated properly while double clicking the overview canvas.
14+
- `#F186044` - Now, the fill color for phases applied properly while adding phases at runtime.
15+
- `#I52018` - Now, While SwimLane dragged from palette and deletion does not throw console exception.
16+
517
## 25.1.42 (2024-04-30)
618

719
### 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": "25.1.42",
3+
"version": "25.2.3",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 25.2.4 (2024-05-14)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#F187485` - Resolved the issue of Form Field dialog always pops up upon double clicking anywhere within the word document.
12+
- `#I575901` - Resolved the table divided to next page.
13+
- `#I560985` - Resolved table cell split issue in the attached document.
14+
- `#F187818` - Resolved the document collapse issue while undoing.
15+
516
## 25.1.42 (2024-04-30)
617

718
### 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": "25.1.42",
3+
"version": "25.2.3",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 25.2.4 (2024-05-14)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I583683` - Resolved issue with allow object binding property causing errors when binding fields as integers
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I585791` - Resolved the SelectAll checkbox uncheck issue after closing and opening the Dropdown Tree component.
18+
19+
### DropDownList
20+
21+
#### Bug Fixes
22+
23+
- `#I580648` - Issue with "The dropdownlist not retrieving the proper index when grouping with allow filtering" has been resolved.
24+
- `#I581080` - Fixed the issue with the dropdownlist index value not updating in component instances.
25+
- `#I581098` - Fixed issue where aria-controls was not maintained when popup was in closed state.
26+
527
## 25.2.3 (2024-05-08)
628

729
### 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-react-dropdowns",
3-
"version": "25.1.41",
3+
"version": "25.2.3",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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-filemanager",
3-
"version": "25.1.40",
3+
"version": "25.2.3",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22

33
## [Unreleased]
44

5-
## 25.2.3 (2024-05-08)
5+
## 25.2.4 (2024-05-14)
66

77
### GanttChart
88

99
#### Bug fixes
1010

11+
- `#I583075` - Duration is not calculated properly issue has been fixed.
12+
- `#I578781` - Delay in update of multiple dependency task issue has been fixed.
13+
- `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
14+
- `#I585348` - Record gets disappeared when adding new record in last page issue has been fixed.
15+
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.
16+
- `#F187977` - The script error caused by multiple resources assigned to a single task issue has been resolved.
17+
- `#I580459` - When Germany `timezone` use, alignment issue occurs in weekend highlight and taskbar issue has been fixed.
18+
19+
- `#I583075` - Duration is not calculated properly issue has been fixed.
20+
- `#I565931` - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.
21+
22+
## 25.2.3 (2024-05-08)
23+
1124
- `#I570803` - Tree Grid and Gantt chart side was not synchronized issue has been fixed.
1225

1326
## 25.1.42 (2024-04-30)

components/gantt/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-gantt",
3-
"version": "25.1.42",
3+
"version": "25.2.3",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/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-grids",
3-
"version": "25.1.42",
3+
"version": "25.2.3",
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/heatmap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@syncfusion/ej2-react-heatmap",
3-
"version": "25.1.35",
3+
"version": "25.2.3",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
8+
"react",
9+
"react-heatmap",
1010
"ej2-react-heatmap"
1111
],
1212
"repository": {

components/imageeditor/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+
## 25.2.4 (2024-05-14)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I587459` - The issue with "Image size increased" has been resolved.
12+
513
## 25.2.3 (2024-05-08)
614

715
### Image Editor

components/imageeditor/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-image-editor",
3-
"version": "25.1.42",
3+
"version": "25.2.3",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@syncfusion/ej2-react-inplace-editor",
3-
"version": "25.1.35",
3+
"version": "25.2.3",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
8+
"react",
9+
"react-inplace-editor",
10+
"react-inplace-editor-component",
1011
"ej2-react-inplace-editor"
1112
],
1213
"repository": {

components/inputs/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-inputs",
3-
"version": "25.1.42",
3+
"version": "25.2.3",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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-kanban",
3-
"version": "25.1.42",
3+
"version": "25.2.3",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "25.1.37",
3+
"version": "25.2.3",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-react-layouts"
8+
"react-splitter",
9+
"react-split-panes",
10+
"react-split-area",
11+
"react-split-view",
12+
"react-split-layout",
13+
"react-dashboardlayout",
14+
"react-timeline"
1115
],
1216
"repository": {
1317
"type": "git",

components/lineargauge/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 25.2.3 (2024-05-08)
14+
## 25.1.40 (2024-04-16)
1515

1616
### LinearGauge
1717

components/lineargauge/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@syncfusion/ej2-react-lineargauge",
3-
"version": "25.1.35",
3+
"version": "25.2.3",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
8+
"react",
9+
"reactjs",
10+
"react-lineargauge",
1011
"ej2-react-lineargauge"
1112
],
1213
"repository": {

components/lists/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-
## 25.2.3 (2024-05-08)
5+
## 25.1.41 (2024-04-23)
66

77
### ListView
88

components/lists/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@syncfusion/ej2-react-lists",
3-
"version": "25.1.39",
3+
"version": "25.2.3",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-react-lists"
8+
"react lists",
9+
"ej2 react lists",
10+
"reactjs",
11+
"react ui component"
1112
],
1213
"repository": {
1314
"type": "git",

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 25.2.3 (2024-05-08)
14+
## 25.2.4 (2024-05-14)
1515

1616
### Maps
1717

0 commit comments

Comments
 (0)