Skip to content

Commit 6950fc2

Browse files
author
pipeline
committed
v25.1.38 is released
1 parent c49a51e commit 6950fc2

38 files changed

+208
-32
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1200,14 +1200,13 @@
12001200
* [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_campaign=ej2-react-ui-components)
12011201
* [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_campaign=ej2-react-ui-components)
12021202
## Support
1203-
For any questions or assistance, you can:
1204-
* Visit the [Syncfusion support portal](https://support.syncfusion.com/).
1205-
* Post your queries on the [community forums](https://www.syncfusion.com/forums).
1206-
* Renew your subscription by clicking [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=ej2-react-ui-components) or contacting our sales team at <[email protected]>.
1207-
* If you have specific feature requests or suggestions, please submit them through our [feedback portal](https://www.syncfusion.com/feedback/react).
1208-
## License
1209-
For detailed information about the Syncfusion Essential Studio license and copyright, please refer to the [license](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license).
1210-
## Changelog
1211-
Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-react-ui-components)
1212-
© Copyright 2024 Syncfusion, Inc. All Rights Reserved.
1203+
Product support is available for through following mediums.
1204+
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-react-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_campaign=ej2-react-ui-components).
1205+
* New [GitHub issue](https://github.com/syncfusion/ej2-react-ui-components/issues/new).
1206+
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
1207+
## License
1208+
Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license).
1209+
## Changelog
1210+
Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-react-ui-components)
1211+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
12131212
The Syncfusion Essential Studio license and copyright applies to this distribution.

components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
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+
## 25.1.37 (2024-03-26)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I15615` - Fixed console error that occurred when using the format property while opening the time popup.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

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": "18.32.5",
3+
"version": "25.1.37",
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/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": "25.1.35",
3+
"version": "25.1.37",
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

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

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I562564` - Now, the connector connected properly to the node while moving the node to another layer.
12+
- `#F187022` - Now, Connection change event changed state is triggered for port change within same node.
13+
- `#I566420` - Now, the annotation aligns properly while setting text align as Justify with text overflow as Ellipsis.
14+
515
## 25.1.37 (2024-03-26)
616

717
### 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": "25.1.35",
3+
"version": "25.1.37",
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

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

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I558448` - Added the preservation support for the list's paragraph style property.
12+
- `#I543917` - Resolved the table layout and border rendering issue.
13+
514
## 25.1.37 (2024-03-26)
615

716
### 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": "25.1.35",
3+
"version": "25.1.37",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.1.37 (2024-03-26)
5+
## 25.1.38 (2024-04-02)
66

77
### MultiSelect
88

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I572635` - The problem where an extra plus icon appeared in the details view of the file manager component when in mobile mode has been resolved.
12+
513
## 25.1.37 (2024-03-26)
614

715
### FileManager

components/filemanager/package.json

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I566539` - Console error occurs while saving custom data in add dialog box with validation rule issue has been fixed.
12+
- `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
13+
- `#I565751` - The chart side does not refresh when any record is edited by cell editing issue has been fixed.
14+
15+
- `#I566539` - Console error occurs while saving custom data in add dialog box with validation rule issue has been fixed.
16+
517
## 25.1.37 (2024-03-26)
618

719
### GanttChart
@@ -23,7 +35,9 @@
2335
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
2436
- `#I553710`,`#I565824` - Weekends are not highlighted while `timlineVirtualization` is enabled issue has been fixed.
2537
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
38+
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
2639
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
40+
- `#I566103` - Baseline not showing in multi taskbar view.
2741

2842
- `#F186355` - Taskbar template not showing in resource view issue has been fixed.
2943
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
@@ -35,6 +49,7 @@
3549
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
3650
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
3751
- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been fixed.
52+
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
3853
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
3954

4055
## 25.1.35 (2024-03-15)

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I557722` - Script error thrown when using toolbar template with Adaptive Grid has been fixed.
12+
- `#FB51847` - Frozen Grid content text overlap in `boostrap4` theme issue has been resolved.
13+
- `#I564949` - Fixed issue where exporting more than two grids to PDF with `AppendToPage` type in `PdfExportProperties` caused overlapping text.
14+
515
## 25.1.37 (2024-03-26)
616

717
### 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": "25.1.35",
3+
"version": "25.1.37",
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/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I875625` - The issue with "need to add all default toolbar items in `API` link" has been resolved.
12+
513
## 25.1.37 (2024-03-26)
614

715
### Image Editor
816

917
#### Bug Fixes
1018

19+
- `#I567703` - The issue with "Script error thrown in ProfilePicture ImageEditor sample on a mobile device" has been resolved.
1120
- `#I565340` - The issue with "Script error thrown when attempting to reopen a base64 URL using a custom toolbar in mobile mode" has been resolved.
21+
- `#I566745` - The issue with "FontSize is not updated properly while using the updateShape method" has been resolved.
22+
- `#I570160` - "Provide the option to change stroke color for annotations using the shapeChanging event at the beginning of the toolbar render" has been completed.
1223

1324
## 25.1.35 (2024-03-15)
1425

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

components/inputs/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,28 @@
22

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- `#I571375` - Provided the original event arguments in the change and select events of the color picker.
12+
13+
### NumericTextBox
14+
15+
#### Bug Fixes
16+
17+
- `#I567912` - Fixed issue with overflow style not being applied to the placeholder.
18+
519
## 25.1.37 (2024-03-26)
620

21+
### Signature
22+
23+
#### Bug Fixes
24+
25+
- `#F187147` - Issue with "Signature Clear method returns BaseAddress as null" has been resolved.
26+
727
### MaskedTextBox
828

929
#### Bug Fixes

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "25.1.35",
3+
"version": "25.1.37",
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/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "25.1.35",
3+
"version": "25.1.37",
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",

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-maps",
3-
"version": "25.1.35",
3+
"version": "25.1.37",
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",

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": "25.1.35",
3+
"version": "25.1.37",
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

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

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I565875` - Now, the page does not navigate to undefined when loading the provided PDF document.
12+
- `#I559473` - Now, the thickness value is properly loaded when loading float thickness value annotations on the server side.
13+
- `#I567299` - Now, does not throw NullReferenceException when loading Empty PDF document.
14+
- `#I567306` - Now, the annotations are not shifted to the left in landscape documents.
15+
516
## 25.1.37 (2024-03-26)
617

718
### PDF Viewer

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

components/pivotview/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.38 (2024-04-02)
6+
7+
### PivotTable
8+
9+
#### Bug fixes
10+
11+
- `#I572223` - The drill through popup will now open properly when double-clicking a value cell in the pivot table, with no console errors.
12+
513
## 25.1.37 (2024-03-26)
614

715
### PivotTable
@@ -10,6 +18,7 @@
1018

1119
- `#I562279`,`#I565475`,`#I566747` - The pivot table will now be properly displayed after engine export.
1220
- `#I566095` - The filter text will now be properly displayed in the OLAP Pivot Table's filter field button.
21+
- When you click the space key, the pivot field list node selection will work properly.
1322

1423
## 25.1.35 (2024-03-15)
1524

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": "25.1.35",
3+
"version": "25.1.37",
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+
## 25.1.38 (2024-04-02)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#14144` - Resolved issue where the input inside the dialog was not detached from memory after destroying the dialog.
12+
513
## 21.1.35 (2023-03-23)
614

715
### Tooltip

0 commit comments

Comments
 (0)