Skip to content

Commit 4ce5198

Browse files
author
pipeline
committed
v25.1.37 is released
1 parent 5aefeb4 commit 4ce5198

Some content is hidden

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

54 files changed

+292
-84
lines changed

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.35 (2024-03-15)
5+
## 25.1.37 (2024-03-26)
66

77
### Barcode
88

components/barcodegenerator/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"es2015": "dist/es6/ej2-react-barcode-generator.es2015.js",
1919
"readme": "ReadMe.md",
2020
"dependencies": {
21-
"awesome-typescript-loader": "^3.1.3",
22-
"source-map-loader": "^0.2.1",
2321
"@syncfusion/ej2-base": "*",
2422
"@syncfusion/ej2-react-base": "*",
2523
"@syncfusion/ej2-barcode-generator": "*"

components/buttons/package.json

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

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### AccumulationChart
8+
9+
#### Bug Fixes
10+
11+
- `#I564804` - Now, the `textWrap` property in the legend is working properly.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#I528508` - The tooltip template div is now added based on the series count, and it renders properly.
18+
- `#I563227` - Now, datalabel does not take the y value in place of a null value, and it renders properly.
19+
- `#I562333` - Now, annotations are rendered corresponding to their series point while enabling the `isIndexed` property
20+
- `#I566633` - Now, the first axis label is properly displayed on the x-axis.
21+
522
## 25.1.35 (2024-03-15)
623

724
### Chart

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

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I555965` - Now, the overview updated properly without any shadows while dragging html nodes.
12+
- `#I562959` - Now, drawing connector from group node port works properly.
13+
514
## 25.1.35 (2024-03-15)
615

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

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I545513` - Added the preservation support for table style property in Document editor.
12+
- `#I548396` - Resolved the page number not refreshed issue while delete page.
13+
- `#I549835` - Resolved the document lagging issue.
14+
- `#I553758` - Resolved the editing issue in the attached document, which contains a chart.
15+
- `#I556874` - Resolved the script error issue when performing undo action on table.
16+
- `#I558460` - Resolved the tab rendering issue in the attached document.
17+
- `#I558529` - Resolved the form field editing issue in read only mode.
18+
- `#I558289` - Resolved the list numbering issue.
19+
- `#I558259` - Resolved the content formatting issue when removing hyperlink.
20+
- `#I559197` - Resolved the drag and drop issue.
21+
- `#I559912` - Resolved the image removed issue when selecting an image and perform enter action.
22+
- `#I561716` - Resolved the duplicate image string added to sfdt issue while drag and drop.
23+
- `#I561052` - Resolved the cursor position issue in mobile mode.
24+
- `#I563837` - Resolved the table overlapping issue in the attached document.
25+
- `#F186648` - Resolved the script error issue while opening a attached document.
26+
- `#F186745` - Resolved the table splitting issue in the merge cell.
27+
528
## 25.1.35 (2024-03-15)
629

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

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

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I560783` - Fixed issue where clearing the searched value would automatically select another value.
12+
- `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component.
13+
- `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items.
14+
515
## 25.1.35 (2024-03-15)
616

717
### ComboBox

components/dropdowns/package.json

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

components/filemanager/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+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved.
12+
513
## 25.1.35 (2024-03-15)
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": "18.28.1",
3+
"version": "25.1.35",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#F187206` - The delete action not working in remote data when `timezone` using in sample.
12+
- `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed.
13+
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
14+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
15+
- `#I565751` - The chart does not refresh when any record is edited by cell editing issue has been fixed.
16+
- `#I566333` - Gantt chart disappeared while insert action with `timlineVirtualization` issue has been fixed.
17+
- `#F186355` - Taskbar template not showing in resource view issue has been fixed.
18+
- `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
19+
- `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed.
20+
- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been
21+
- fixed.
22+
- `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
23+
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
24+
- `#I553710`,`#I565824` - Weekends are not highlighted while `timlineVirtualization` is enabled issue has been fixed.
25+
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
26+
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
27+
28+
- `#F186355` - Taskbar template not showing in resource view issue has been fixed.
29+
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
30+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
31+
- `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed.
32+
- `#F187206` - The delete action not working in remote data when `timezone` using in sample.
33+
- `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed.
34+
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
35+
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
36+
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
37+
- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been fixed.
38+
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
39+
540
## 25.1.35 (2024-03-15)
641

742
### GanttChart

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 25.1.37 (2024-03-26)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I565411` - Resolved the issue where the action complete event was not being triggered in the Infinite Scrolling.
12+
- `#I553471` - The issue of misleading text in Grid toolbar search when focus is lost has been resolved.
13+
- `#I562553` - The `getRows` method returning undefined for all the rows in the `rowTemplate` feature has been resolved.
14+
- `#I559289` - Resolved the issue where the validation message displayed immediately upon opening the dropdown instead of on focus out.
15+
- `#I558905` - The issue of white spaces being shown when the virtual scroll grid's height is set in pixels has been resolved.
16+
- `#I566680` - Resolved the Hierarchy grid export issue when the child grid's enable filter property is enabled.
17+
- `#I540683` - The issue of a script error being thrown when the last column contains auto width and `minWidth` in a Grid with `allowResizing` has been fixed.
18+
- `#I558576` - Resolved the issue where the sorting `popup` did not open when clicking the sort icon has been fixed.
19+
- `#FB51479` - The issue where the cell was automatically saved when opening the dropdown in Batch edit mode has been fixed.
20+
521
## 25.1.35 (2024-03-15)
622

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

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

components/imageeditor/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+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I565340` - The issue with "Script error thrown when attempting to reopen a base64 URL using a custom toolbar in mobile mode" has been resolved.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Image Editor

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

components/inplaceeditor/package.json

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

components/inputs/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+
### MaskedTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I561285` - Fixed an issue where focus was being added to the maskedtextbox when running in the Safari browser.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Signature

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-kanban",
3-
"version": "23.1.36",
3+
"version": "25.1.35",
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/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+
### DashboardLayout
8+
9+
#### Bug Fixes
10+
11+
- `#I564184` - Resolved the issue with the dynamically added panel not being persisted when `enablePersistence` is enabled in the Dashboard Layout.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Timeline

0 commit comments

Comments
 (0)