Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1b4f6c6

Browse files
author
pipeline
committed
v28.2.7 is released
1 parent 97df9ee commit 1b4f6c6

File tree

38 files changed

+176
-215
lines changed

38 files changed

+176
-215
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-
## 28.2.6 (2025-02-18)
5+
## 28.2.7 (2025-02-25)
66

77
### Barcode
88

‎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+
## 28.2.7 (2025年02月25日)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- `#I682638` - Provided support for Default HTML ref Attribute in Syncfusion React components
12+
513
## 28.1.38 (2025年01月07日)
614

715
### Common

‎components/base/releasenotes/README.md

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

‎components/base/src/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export function applyMixins(derivedClass: any, baseClass: any[]): void {
2424
type MouseEventHandler<T = Element> = React.EventHandler<React.MouseEvent<T>>;
2525
type FocusEventHandler<T = Element> = React.EventHandler<React.FocusEvent<T>>;
2626
export interface DefaultHtmlAttributes {
27+
ref?: React.Ref<any>;
2728
alt?: string;
2829
className?: string;
2930
disabled?: boolean;

‎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+
## 28.2.7 (2025年02月25日)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- `#I692936` - The issue with "Script error thrown while destroying the button due to extra space in cssClass property" has been resolved.
12+
513
## 28.2.6 (2025年02月18日)
614

715
### Checkbox

‎components/buttons/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-buttons",
3-
"version": "28.2.3",
3+
"version": "28.2.6",
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/calendars/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+
## 28.2.7 (2025年02月25日)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I688316` - Fixed an issue where the month was not updating correctly when typing quickly.
12+
513
## 28.1.41 (2025年01月21日)
614

715
### DatePicker

‎components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.2.7 (2025年02月25日)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I691821` - The accumulation chart rendering performance has been improved.
12+
13+
## 28.2.6 (2025年02月18日)
14+
15+
### Chart
16+
17+
#### Bug Fixes
18+
19+
- `#I691577` - Now, mouse wheel zooming works properly in the Firefox browser.
20+
521
## 28.2.5 (2025年02月11日)
622

723
### 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": "28.2.5",
3+
"version": "28.2.6",
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": "28.2.3",
3+
"version": "28.2.6",
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)

AltStyle によって変換されたページ (->オリジナル) /