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

components/filemanager/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+
### FileManager
8+
9+
#### Breaking Changes
10+
11+
- The [`isPrimayKey`](https://ej2.syncfusion.com/documentation/api/file-manager/columnModel/#isprimarykey) property in the File Manager component `detailsViewSettings` has been marked as deprecated. It will continue to function as before, but it is recommended to avoid using it in new code as this usage is handled internally without declaring it in sample.
12+
513
## 25.1.40 (2024-04-16)
614

715
### FileManager

components/filemanager/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-react-filemanager"
8+
"react",
9+
"reactjs",
10+
"react-filemanager",
11+
"react-file organizer",
12+
"react-file organizing tool",
13+
"react-file picker",
14+
"react-file viewer",
15+
"react-file browser",
16+
"react-file selector",
17+
"react-directory viewer",
18+
"JavaScript"
1119
],
1220
"repository": {
1321
"type": "git",

components/gantt/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+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I570803` - Tree Grid and Gantt chart side was not synchronized issue has been fixed.
12+
513
## 25.1.42 (2024-04-30)
614

715
### GanttChart

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

components/grids/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,30 @@
22

33
## [Unreleased]
44

5+
## 25.2.3 (2024-05-08)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I581295`- Resolved the warning message that was thrown when using the Freeze property with `virtualization` in grid.
12+
- `#I578930` - The focus issue related to Excel Filter has been fixed. As of now, when you cancel the custom filter option in Excel filter, the focus stays on the current column.
13+
514
## 25.1.42 (2024-04-30)
615

716
### Grid
817

918
#### Bug fixes
1019

20+
- `#FB52421`- Frozen grid virtual scrolling displays blank page after reorder is resolved.
21+
- `#FB52497`- Column chooser `SelectAll` option not working properly has been fixed.
22+
23+
## 25.1.41 (2024-04-23)
24+
25+
### Grid
26+
27+
#### Bug fixes
28+
1129
- `#FB52588` - Fixed the content overlap issue in exported PDF documents in hierarchy grid.
1230
- `#I571259` - Resolved the issue where the `selectRow` method was not working when both `virtualization` and grouping were enabled in grid.
1331
- `#I569550` - Fixed the issue where focusing on the grid through the tab key press did not properly focus on the first cell of the grid.

components/grids/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-grids",
3-
"version": "25.1.40",
3+
"version": "25.1.42",
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",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
8+
"react",
9+
"reactjs",
10+
"react-grids",
1011
"ej2-react-grids"
1112
],
1213
"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.3 (2024-05-08)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "dropdown button `popup` has empty space when using toolbar property in ImageEditor" has been resolved.
12+
513
## 25.1.42 (2024-04-30)
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.40",
3+
"version": "25.1.42",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.40",
3+
"version": "25.1.42",
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/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- `#I577841` - Now, the drag and drop of a card between the `swimlane` row works properly in the Kanban component.
12+
- `#I580926` - Now, Toggle columns are working properly when the Kanban contains no cards.
1213

1314
## 25.1.35 (2024-03-15)
1415

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.35",
3+
"version": "25.1.42",
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/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.1.42 (2024-04-30)
14+
## 25.2.3 (2024-05-08)
1515

1616
### LinearGauge
1717

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

77
### ListView
88

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 25.1.42 (2024-04-30)
14+
## 25.2.3 (2024-05-08)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled.
21+
22+
## 25.1.41 (2024-04-23)
1523

1624
### Maps
1725

components/maps/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-maps",
3-
"version": "25.1.40",
3+
"version": "25.1.41",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
8+
"react",
9+
"reactjs",
10+
"react-maps",
1011
"ej2-react-maps"
1112
],
1213
"repository": {

components/navigations/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+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#I582079` - The issue with "Context Menu position issue occurs when using multilevel submenus" has been resolved.
12+
513
## 25.1.42 (2024-04-30)
614

715
### Menu

components/navigations/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-navigations",
3-
"version": "25.1.41",
3+
"version": "25.1.42",
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/pdfviewer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 25.2.3 (2024-05-08)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I51830`- Now, the form field signature does not shift upwards every time the document is saved.
12+
- `#I573912` - Now, the custom image signature does not appears bold when opening the saved document.
13+
- `#I576319` - Now, the `extractTextCompleted` event was triggered properly in client-side rendering.
14+
515
## 25.1.42 (2024-04-30)
616

717
### PDF Viewer
@@ -12,6 +22,7 @@
1222
- `#I582426` - Now, the old JSON data will be imported in PDF Viewer without any issues.
1323
- `#I576350` - Now, the customer-provided document will be downloaded without any issues or script errors.
1424
- `#I576386` - Now, the script error will not occur after removing the `selectorLineDashArray` property.
25+
- `#I572623` - Now, the signature rendered properly after loading the customer-provided document in client-side rendering.
1526

1627
## 25.1.41 (2024-04-23)
1728

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

components/pivotview/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-pivotview",
3-
"version": "25.1.41",
3+
"version": "25.1.42",
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",

0 commit comments

Comments
 (0)