Skip to content

Commit 683f0f1

Browse files
author
pipeline
committed
v25.2.6 is released
1 parent 3ff09c0 commit 683f0f1

File tree

37 files changed

+188
-205
lines changed

37 files changed

+188
-205
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 25.2.5 (2024-05-21)
5+
## 25.2.6 (2024-05-28)
66

77
### Barcode
88

components/barcodegenerator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"keywords": [
8-
"ej2",
9-
"syncfusion",
10-
"ej2-react-barcode-generator"
8+
"react",
9+
"react-barcodes",
10+
"ej2-react-barcodes"
1111
],
1212
"repository": {
1313
"type": "git",

components/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I585057` - "Use the `defaultValue` or `value` props instead of setting children on `textarea`" warning has been resolved.
12+
513
## 25.1.35 (2024-03-15)
614

715
### Common

components/base/releasenotes/README.md

Lines changed: 0 additions & 183 deletions
This file was deleted.

components/base/src/component-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export class ComponentBase<P, S> extends React.Component<P, S> {
242242
};
243243
const keycompoentns: string[] = ['autocomplete', 'combobox', 'dropdownlist', 'dropdowntree', 'multiselect',
244244
'listbox', 'colorpicker', 'numerictextbox', 'textbox',
245-
'uploader', 'maskedtextbox', 'slider','datepicker','datetimepicker','daterangepicker','timepicker','checkbox','switch','radio', 'rating'];
245+
'uploader', 'maskedtextbox', 'slider','datepicker','datetimepicker','daterangepicker','timepicker','checkbox','switch','radio', 'rating', 'textarea'];
246246
if (keycompoentns.indexOf(this.getModuleName()) !== -1) {
247247
this.htmlattributes.key = '' + ComponentBase.reactUid;
248248
ComponentBase.reactUid++;

components/buttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#593165` - The issue with "`tabindex HtmlAttributes` property is not properly set on the switch input element." has been resolved.
12+
513
## 25.2.4 (2024-05-14)
614

715
### Checkbox

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "25.2.4",
3+
"version": "25.2.5",
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/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 25.2.6 (2024-05-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I592273` - An empty tooltip will no longer be displayed when the cancel argument is enabled in the shared tooltip event.
12+
513
## 25.2.5 (2024-05-21)
614

715
### Accumulation Chart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "25.2.4",
3+
"version": "25.2.5",
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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "25.2.4",
3+
"version": "25.2.5",
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",

0 commit comments

Comments
 (0)