Skip to content

Commit 6e044bc

Browse files
author
pipeline
committed
v25.2.3 is released
1 parent 8563248 commit 6e044bc

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

+193
-48
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.1.42 (2024-04-30)
5+
## 25.2.3 (2024-05-08)
66

77
### Barcode
88

components/base/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-base",
3-
"version": "25.1.35",
3+
"version": "25.2.3",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## [Unreleased]
44

5-
## 25.1.42 (2024-04-30)
6-
7-
### DateTimePicker
8-
9-
#### Bug Fixes
10-
11-
- `#I572932` - Resolved issue where users were unable to enter the month manually as it automatically moved focus to the next field when pressing a key.
12-
135
## 25.1.40 (2024-04-16)
146

157
### DatePicker
@@ -1180,6 +1172,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
11801172
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
11811173

11821174

1175+
## 25.1.42 (2024-04-30)
1176+
1177+
### DateTimePicker
1178+
1179+
#### Bug Fixes
1180+
1181+
- `#I572932` - Resolved issue where users were unable to enter the month manually as it automatically moved focus to the next field when pressing a key.
1182+
11831183
## 25.1.39 (2024-04-09)
11841184

11851185
### DateTimePicker

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.40",
3+
"version": "25.1.42",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 25.2.3 (2024-05-08)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I574491` - The right click function now works properly in the accumulation chart with the external mouse on the mac.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I581265` - Now, the bar chart has been exported as a CSV file, and the CSV contains the appropriate data.
18+
519
## 25.1.42 (2024-04-30)
620

721
### 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.41",
3+
"version": "25.1.42",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Bug Fixes
1010

11+
- `#572526` - Now, Adding child to group node using addChildToGroup method is working properly.
1112
- `#I568786` - Overview now updates properly across all browser zoom levels and resolutions.
1213

1314
## 25.1.41 (2024-04-23)

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.41",
3+
"version": "25.1.42",
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/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.41",
3+
"version": "25.1.42",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.2.3 (2024-05-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I582752` - Issue with "Script error thrown in listbox when adding and removing items" has been resolved.
12+
513
## 25.1.41 (2024-04-23)
614

715
### MultiSelect

0 commit comments

Comments
 (0)