Skip to content

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

Diff for: components/barcodegenerator/CHANGELOG.md

+1-1
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

Diff for: components/base/CHANGELOG.md

+8
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

Diff for: components/base/releasenotes/README.md

-183
This file was deleted.

Diff for: components/base/src/util.ts

+1
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;

Diff for: components/buttons/CHANGELOG.md

+8
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

Diff for: components/buttons/package.json

+1-1
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",

Diff for: components/calendars/CHANGELOG.md

+8
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

Diff for: components/charts/CHANGELOG.md

+16
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

Diff for: components/charts/package.json

+1-1
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",

Diff for: components/diagrams/package.json

+1-1
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",

Diff for: components/documenteditor/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx.
12+
- `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content.
13+
- `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled.
14+
- `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes.
15+
- `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content.
16+
- `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content.
17+
518
## 28.2.6 (2025-02-18)
619

720
### DocumentEditor

Diff for: components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "28.2.5",
3+
"version": "28.2.6",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/dropdowns/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I688683` - Fixed an issue where the search method was not functioning correctly.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I689744` - The issue with chip item removal in the Dropdown Tree Component has been resolved.
18+
19+
- `#I689346` - Resolved alignment and font size theme issues within the Dropdown Tree component.
20+
21+
- `#I682703` - The issue where focus remained highlighted when reopening the Dropdown Tree multiple times has been resolved.
22+
523
## 28.2.6 (2025-02-18)
624

725
### MultiSelect

Diff for: components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "28.2.5",
3+
"version": "28.2.6",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/filemanager/CHANGELOG.md

+1-1
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
### FileManager
88

Diff for: components/gantt/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 28.2.7 (2025-02-25)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I685559` - `updateRecordByID` method does not work when a predecessor dependency value is passed with offset days issue has been resolved.
12+
- `#I689267` - Console error occurred at initial load when end date not mapped in `taskFields` issue has been resolved.
13+
- Task not rendered at given time in datasource when `dayWorkingTime` is enabled issue has been resolved.
14+
- `#I691907` - Incorrect values are saved during edit action of work field with `FixedDuration` and `FixedWork` task types issue has been resolved.
15+
- `#I690721` - Console error occurs when user map level property in datasource issue has been resolved.
16+
17+
- `#I689267` - Console error occurred at initial load when end date not mapped in `taskFields` issue has been resolved.
18+
- `#I691907` - Incorrect values are saved during edit action of work field with `FixedDuration` and `FixedWork` task types issue has been resolved.
19+
520
## 28.2.6 (2025-02-18)
621

722
### GanttChart

Diff for: components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "28.2.5",
3+
"version": "28.2.6",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)