Skip to content

Commit

Permalink
v25.1.39 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Apr 9, 2024
1 parent 6950fc2 commit 3621563
Show file tree
Hide file tree
Showing 36 changed files with 252 additions and 35 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.38 (2024-04-02)
## 25.1.39 (2024-04-09)

### Barcode

Expand Down
8 changes: 8 additions & 0 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### DateTimePicker

#### Bug Fixes

- `#I572932` - Resolved issue where users were unable to enter the date manually as it automatically moved focus to the next field when pressing a key.

## 25.1.37 (2024-03-26)

### DateTimePicker
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.39 (2024-04-09)

### Chart

#### Bug Fixes

- `#I571372` - The first axis label does not shift to the left when using `edgelabelplacement` as `shift`.
- `#I571107` - When the chart is resized, the console error will no longer be thrown.

## 25.1.38 (2024-04-02)

### Chart

#### Bug Fixes

- `#I532022` - Now, the datalabel position is properly set when the position property is set to `Auto`.

## 25.1.37 (2024-03-26)

### AccumulationChart
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": "25.1.37",
"version": "25.1.38",
"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
10 changes: 10 additions & 0 deletions components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### Diagram

#### Bug Fixes

- `#I570446` - Now, zoom in and zoom out works properly while setting canZoomOut as true.
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
- `#I565099` - Now, the undo redo works properly for swimlane after cut and delete.

## 25.1.38 (2024-04-02)

### 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": "25.1.37",
"version": "25.1.38",
"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
17 changes: 17 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### DocumentEditor

#### Bug Fixes

- `#I556448` - Resolved the table header rendering issue.
- `#I559218` - Resolved the table border issue in the attached document.
- `#I561167` - Resolved the hyperlink style issue while reject the changes.
- `#I562628` - Resolved the application crashes when performing reject all changes.
- `#I562668` - Resolved the list level preservation issue.
- `#I562943` - Resolved the track changes disable issue while stop RevisionsOnly protection.
- `#I563223` - Resolved the paragraph indentation and border render issues inside table.
- `#I565315` - Resolved the issue of applying character style to the selected text.
- `#I529797` - Resolved the search issue when using plus symbol.
- `#I565843` - Resolved the undo issue while applying border style in table.

## 25.1.38 (2024-04-02)

### 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": "25.1.37",
"version": "25.1.38",
"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
36 changes: 35 additions & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,46 @@

## [Unreleased]

## 25.1.38 (2024-04-02)
## 25.1.39 (2024-04-09)

### ListBox

#### Bug Fixes

- `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.

### DropDownTree

#### Bug Fixes

- `#I574653` - The issue aria-label attribute is not added to the input element in the Dropdown Tree component has been resolved.
- `#I572604` - An issue with "facing a console error when clicking a button inside the footer template in the Dropdown Tree component" has been resolved.

## 25.1.37 (2024-03-26)

### Mention

#### Bug Fixes

- `#FB51909` - Fixed an issue where filtering was not working properly when allow space was set to true.

### ComboBox

#### Bug Fixes

- `#I567781` - Fixed issue with Request being sent on initial loading when binding remote data and using the allowFiltering property.

### DropDownTree

#### Bug Fixes

- `#I569983` - Issue with "trim leading or trailing white-space when filtering in the Dropdown Tree" has been resolved.

### MultiSelect

#### Bug Fixes

- `#I567835` - Fixed XSS issue related to the highlight search feature when setting the filter query parameter without a value.
- `#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.
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": "25.1.35",
"version": "25.1.37",
"description": "Essential JS 2 DropDown Components for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
9 changes: 9 additions & 0 deletions components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### FileManager

#### Bug Fixes

- `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
- `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.

## 25.1.38 (2024-04-02)

### 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": "25.1.37",
"version": "25.1.38",
"description": "Essential JS 2 FileManager Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
19 changes: 18 additions & 1 deletion components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### GanttChart

#### Bug fixes

- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
- `#I566103` - Baseline not showing in multi taskbar view.
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
- `#I575577`,`#I575505`,`#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.

- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
- `#I575577`, `#I576464` - Console error occurred when dynamically changing the data source and other properties of the Gantt chart via button click has been fixed.

## 25.1.38 (2024-04-02)

### GanttChart
Expand Down Expand Up @@ -37,7 +55,6 @@
- `#I565359` - When `allowEditing` is disabled in a resource view, a console error is thrown issue has been fixed.
- `#I565427` - Dependency not validated for dynamically updating work week and holidays issue has been fixed.
- `#I560166` - The context menu using "add child" for any task, dependency line validation is not working properly.
- `#I566103` - Baseline not showing in multi taskbar view.

- `#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.
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": "25.1.37",
"version": "25.1.38",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
19 changes: 19 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### Grid

#### Bug fixes

- `#I568054` - Fixed script error that occurred when opening the filter menu using the column menu feature in adaptive layout grid.
- `#I573131` - Fixed issue where the Column Chooser `OKButton` remained enabled even after individually unchecking all visible column checkboxes items.
- `#I571994` - Updated the emit type for the `ContextMenuClick` event in the grid documentation.
- `#FB52005` - Resolved issue where JAWS screen reader incorrectly read out pager elements when navigating to the first content cell from the header in a grid with paging enabled.
- `#I570288` - Resolved misalignment of frozen columns in the grid when resizing to fit content width.

- `#I568054` - Fixed script error that occurred when opening the filter menu using the column menu feature in adaptive layout grid.
- `#I573131` - Fixed issue where the Column Chooser `OKButton` remained enabled even after individually unchecking all visible column checkboxes items.
- `#I571994` - Updated the emit type for the `ContextMenuClick` event in the grid documentation.
- `#FB52005` - Resolved issue where JAWS screen reader incorrectly read out pager elements when navigating to the first content cell from the header in a grid with paging enabled.
- `#I570288` - Resolved misalignment of frozen columns in the grid when resizing to fit content width.
- `#I566681` - Fixed the inability to retrieve the detail template element for customization on the `detailDataBound` event of grid in `React v18.0`.

## 25.1.38 (2024-04-02)

### 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": "25.1.37",
"version": "25.1.38",
"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
9 changes: 9 additions & 0 deletions components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### Image Editor

#### Bug Fixes

- `#I564880` - The issue with "unable to restore the old image position after reopening the same image" has been resolved.
- `#I575218` - The issue with "Image annotation not selected when we set the drawImage method with isSelected parameter as true." has been resolved.

## 25.1.38 (2024-04-02)

### 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": "25.1.37",
"version": "25.1.38",
"description": "Essential JS 2 ImageEditor for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
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": "25.1.37",
"version": "25.1.38",
"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
8 changes: 8 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.38 (2024-04-02)

### Menu

#### Bug Fixes

- The issue with "focusing the first element by using tab key in Menu" has been resolved.

## 25.1.37 (2024-03-26)

### TreeView
Expand Down
2 changes: 1 addition & 1 deletion components/navigations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-navigations",
"version": "25.1.37",
"version": "25.1.38",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 10 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### PDF Viewer

#### Bug Fixes

- `#I571236` - Now, the extra border will not appear on the page for the image element in the tagged PDF.
- `#I569364` - Now, the form field click event is triggered properly for radio button in the customer provided document.
- `#I570815` - Now, the unload request has not been triggered in the Stand-alone PDF Viewer on reloading the current page.

## 25.1.38 (2024-04-02)

### PDF Viewer
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-pdfviewer",
"version": "25.1.37",
"version": "25.1.38",
"description": "Essential JS 2 PDF viewer Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.1.39 (2024-04-09)

### Pivot Table

#### Bug fixes

- `#I572220` - The issue with persistence not working properly in the Pivot Table with remote data has been fixed.

## 25.1.38 (2024-04-02)

### PivotTable
Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-pivotview",
"version": "25.1.37",
"version": "25.1.38",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 11 additions & 3 deletions components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## [Unreleased]

## 25.1.38 (2024-04-02)
## 25.1.39 (2024-04-09)

### Dialog
### Tooltip

#### Bug Fixes

- `#14144` - Resolved issue where the input inside the dialog was not detached from memory after destroying the dialog.
- `#I570443` - The issue with the Tooltip component appearance while hovering using a tab key in the uploader sample has been resolved.

## 21.1.35 (2023-03-23)

Expand Down Expand Up @@ -636,3 +636,11 @@ Dialog is a window that displays information to the user, and used to get the us
- **Keyboard Interaction** - The Dialog can be intractable through keyboard.


## 25.1.38 (2024-04-02)

### Dialog

#### Bug Fixes

- `#14144` - Resolved issue where the input inside the dialog was not detached from memory after destroying the dialog.

Loading

0 comments on commit 3621563

Please sign in to comment.