Skip to content

Commit

Permalink
v25.1.37 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Mar 26, 2024
1 parent 5aefeb4 commit 4ce5198
Show file tree
Hide file tree
Showing 54 changed files with 292 additions and 84 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 25.1.35 (2024-03-15)
## 25.1.37 (2024-03-26)

### Barcode

Expand Down
2 changes: 0 additions & 2 deletions components/barcodegenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"es2015": "dist/es6/ej2-react-barcode-generator.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"awesome-typescript-loader": "^3.1.3",
"source-map-loader": "^0.2.1",
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-react-base": "*",
"@syncfusion/ej2-barcode-generator": "*"
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-buttons",
"version": "18.64.1",
"version": "25.1.35",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
17 changes: 17 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### AccumulationChart

#### Bug Fixes

- `#I564804` - Now, the `textWrap` property in the legend is working properly.

### Chart

#### Bug Fixes

- `#I528508` - The tooltip template div is now added based on the series count, and it renders properly.
- `#I563227` - Now, datalabel does not take the y value in place of a null value, and it renders properly.
- `#I562333` - Now, annotations are rendered corresponding to their series point while enabling the `isIndexed` property
- `#I566633` - Now, the first axis label is properly displayed on the x-axis.

## 25.1.35 (2024-03-15)

### Chart
Expand Down
2 changes: 1 addition & 1 deletion components/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-charts",
"version": "20.22.1",
"version": "25.1.35",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-circulargauge",
"version": "16.42.4",
"version": "25.1.35",
"description": "Essential JS 2 CircularGauge Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### Diagram

#### Bug Fixes

- `#I555965` - Now, the overview updated properly without any shadows while dragging html nodes.
- `#I562959` - Now, drawing connector from group node port works properly.

## 25.1.35 (2024-03-15)

### Diagram
Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "19.18.0",
"version": "25.1.35",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
23 changes: 23 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### DocumentEditor

#### Bug Fixes

- `#I545513` - Added the preservation support for table style property in Document editor.
- `#I548396` - Resolved the page number not refreshed issue while delete page.
- `#I549835` - Resolved the document lagging issue.
- `#I553758` - Resolved the editing issue in the attached document, which contains a chart.
- `#I556874` - Resolved the script error issue when performing undo action on table.
- `#I558460` - Resolved the tab rendering issue in the attached document.
- `#I558529` - Resolved the form field editing issue in read only mode.
- `#I558289` - Resolved the list numbering issue.
- `#I558259` - Resolved the content formatting issue when removing hyperlink.
- `#I559197` - Resolved the drag and drop issue.
- `#I559912` - Resolved the image removed issue when selecting an image and perform enter action.
- `#I561716` - Resolved the duplicate image string added to sfdt issue while drag and drop.
- `#I561052` - Resolved the cursor position issue in mobile mode.
- `#I563837` - Resolved the table overlapping issue in the attached document.
- `#F186648` - Resolved the script error issue while opening a attached document.
- `#F186745` - Resolved the table splitting issue in the merge cell.

## 25.1.35 (2024-03-15)

### DocumentEditor
Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-documenteditor",
"version": "19.92.0",
"version": "25.1.35",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 10 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### MultiSelect

#### Bug Fixes

- `#I560783` - Fixed issue where clearing the searched value would automatically select another value.
- `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component.
- `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items.

## 25.1.35 (2024-03-15)

### ComboBox
Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-dropdowns",
"version": "18.66.23",
"version": "25.1.35",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### FileManager

#### Bug Fixes

- `#I561123` - The issue with being unable to sort the header columns using keyboard interaction has been resolved.

## 25.1.35 (2024-03-15)

### FileManager
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-filemanager",
"version": "18.28.1",
"version": "25.1.35",
"description": "Essential JS 2 FileManager Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
35 changes: 35 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### GanttChart

#### Bug fixes

- `#F187206` - The delete action not working in remote data when `timezone` using in sample.
- `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed.
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
- `#I565751` - The chart does not refresh when any record is edited by cell editing issue has been fixed.
- `#I566333` - Gantt chart disappeared while insert action with `timlineVirtualization` issue has been fixed.
- `#F186355` - Taskbar template not showing in resource view issue has been fixed.
- `#I562492` - `actionBegin` arguments miss the last record while dragging issue has been fixed.
- `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed.
- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been
- fixed.
- `#I553748` - Timeline dates validated wrongly after cell editing with timeline virtualization enabled issue has been fixed.
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
- `#I553710`,`#I565824` - Weekends are not highlighted while `timlineVirtualization` is enabled issue has been fixed.
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.

- `#F186355` - Taskbar template not showing in resource view issue has been fixed.
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
- `#I556547` - Top and bottom tier shows null when using custom zooming level issue has been fixed.
- `#F187206` - The delete action not working in remote data when `timezone` using in sample.
- `#I566491` - The exception is thrown when the resource ID mapping is empty issue has been fixed.
- `#I565418` - Start date defaulting to incorrect value when remove the start Date in add dialog.
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
- `#I565439` - Work calculations are incorrect for parent task in project view issue has been fixed.
- `#I566539` - Console error occurs while saving data in add dialog box with validation rule issue has been fixed.
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.

## 25.1.35 (2024-03-15)

### GanttChart
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-gantt",
"version": "24.2.7",
"version": "25.1.35",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
16 changes: 16 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### Grid

#### Bug fixes

- `#I565411` - Resolved the issue where the action complete event was not being triggered in the Infinite Scrolling.
- `#I553471` - The issue of misleading text in Grid toolbar search when focus is lost has been resolved.
- `#I562553` - The `getRows` method returning undefined for all the rows in the `rowTemplate` feature has been resolved.
- `#I559289` - Resolved the issue where the validation message displayed immediately upon opening the dropdown instead of on focus out.
- `#I558905` - The issue of white spaces being shown when the virtual scroll grid's height is set in pixels has been resolved.
- `#I566680` - Resolved the Hierarchy grid export issue when the child grid's enable filter property is enabled.
- `#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.
- `#I558576` - Resolved the issue where the sorting `popup` did not open when clicking the sort icon has been fixed.
- `#FB51479` - The issue where the cell was automatically saved when opening the dropdown in Batch edit mode has been fixed.

## 25.1.35 (2024-03-15)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-grids",
"version": "1.193.11",
"version": "25.1.35",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-heatmap",
"version": "18.14.11",
"version": "25.1.35",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### Image Editor

#### Bug Fixes

- `#I565340` - The issue with "Script error thrown when attempting to reopen a base64 URL using a custom toolbar in mobile mode" has been resolved.

## 25.1.35 (2024-03-15)

### Image Editor
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-image-editor",
"version": "23.1.39",
"version": "25.1.35",
"description": "Essential JS 2 ImageEditor for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/inplaceeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-inplace-editor",
"version": "24.2.7",
"version": "25.1.35",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### MaskedTextBox

#### Bug Fixes

- `#I561285` - Fixed an issue where focus was being added to the maskedtextbox when running in the Safari browser.

## 25.1.35 (2024-03-15)

### Signature
Expand Down
2 changes: 1 addition & 1 deletion components/inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-inputs",
"version": "18.78.15",
"version": "25.1.35",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-kanban",
"version": "23.1.36",
"version": "25.1.35",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.37 (2024-03-26)

### DashboardLayout

#### Bug Fixes

- `#I564184` - Resolved the issue with the dynamically added panel not being persisted when `enablePersistence` is enabled in the Dashboard Layout.

## 25.1.35 (2024-03-15)

### Timeline
Expand Down
Loading

0 comments on commit 4ce5198

Please sign in to comment.