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

0 commit comments

Comments
 (0)