Skip to content

Commit

Permalink
v25.2.6 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed May 28, 2024
1 parent 3ff09c0 commit 683f0f1
Show file tree
Hide file tree
Showing 37 changed files with 188 additions and 205 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.2.5 (2024-05-21)
## 25.2.6 (2024-05-28)

### Barcode

Expand Down
6 changes: 3 additions & 3 deletions components/barcodegenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2-react-barcode-generator"
"react",
"react-barcodes",
"ej2-react-barcodes"
],
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### Common

#### Bug Fixes

- `#I585057` - "Use the `defaultValue` or `value` props instead of setting children on `textarea`" warning has been resolved.

## 25.1.35 (2024-03-15)

### Common
Expand Down
183 changes: 0 additions & 183 deletions components/base/releasenotes/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion components/base/src/component-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
};
const keycompoentns: string[] = ['autocomplete', 'combobox', 'dropdownlist', 'dropdowntree', 'multiselect',
'listbox', 'colorpicker', 'numerictextbox', 'textbox',
'uploader', 'maskedtextbox', 'slider','datepicker','datetimepicker','daterangepicker','timepicker','checkbox','switch','radio', 'rating'];
'uploader', 'maskedtextbox', 'slider','datepicker','datetimepicker','daterangepicker','timepicker','checkbox','switch','radio', 'rating', 'textarea'];
if (keycompoentns.indexOf(this.getModuleName()) !== -1) {
this.htmlattributes.key = '' + ComponentBase.reactUid;
ComponentBase.reactUid++;
Expand Down
8 changes: 8 additions & 0 deletions components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### Switch

#### Bug Fixes

- `#593165` - The issue with "`tabindex HtmlAttributes` property is not properly set on the switch input element." has been resolved.

## 25.2.4 (2024-05-14)

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

## [Unreleased]

## 25.2.6 (2024-05-28)

### Chart

#### Bug Fixes

- `#I592273` - An empty tooltip will no longer be displayed when the cancel argument is enabled in the shared tooltip event.

## 25.2.5 (2024-05-21)

### Accumulation 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": "25.2.4",
"version": "25.2.5",
"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/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-react-diagrams",
"version": "25.2.4",
"version": "25.2.5",
"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
11 changes: 11 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### DocumentEditor

#### Bug Fixes

- `#I588344` - Resolved the content overlapping issue when editing multi column document.
- `#I586107` - Resolved the script error when inserting image.
- `#I585401` - Resolved the tab anchor issue in ruler when right clicking on it.
- `#I586654` - Resolved the strange indentation behaviour when editing list item.

## 25.2.5 (2024-05-21)

### 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.2.4",
"version": "25.2.5",
"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
11 changes: 11 additions & 0 deletions components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### MultiSelect

#### Bug Fixes

- `#I577257` - Fixed issue with incorrect binding of value property to MultiSelect.

## 25.2.5 (2024-05-21)

### DropDownTree

#### Bug Fixes

- `#I589141` - The Dropdown Tree component now includes tab focus support for the "Select All" checkbox element. With this enhancement, pressing the Tab key will move the focus to the "Select All" checkbox, and pressing Shift+Tab will move the focus back to the "Select All" checkbox during backward navigation.
- `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.

### MultiSelect
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.2.4",
"version": "25.2.5",
"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.2.6 (2024-05-28)

### FileManager

#### Bug Fixes

- `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component.

## 25.2.3 (2024-05-08)

### FileManager
Expand Down
16 changes: 16 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## 25.2.6 (2024-05-28)

### GanttChart

#### Bug fixes

- `#I587507` - Custom value task type does not render initially issue has been fixed.
- `#I586668` - When the context menu is used to add a record task index position value changes issue has been fixed.
- `#I591687` - Dependency value not get updated issue has been fixed.
- `#I588524` - Custom value in segment not maintained issue has been fixed.
- `#I586548` - Console error occurs when datasource updated dynamically issue has been fixed.
- `#I582746` - Critical path of task connected dependent tasks have not changed to critical issue has been fixed.

- `#I587507` - Custom value task type does not render initially issue has been fixed.
- `#I591687` - Dependency value not get updated issue has been fixed.

## 25.2.5 (2024-05-21)

### 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": "25.2.4",
"version": "25.2.5",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit 683f0f1

Please sign in to comment.