Skip to content

Commit 629e2ba

Browse files
author
pipeline
committed
v28.1.38 is released
1 parent 2bd2685 commit 629e2ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+205
-198
lines changed

Diff for: components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
57
### Barcode
68

79
#### Bug Fixes

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.1.38 (2025-01-07)
6+
7+
### Common
8+
9+
#### New Features
10+
11+
- `#I667506` - Provided support for Default HTML role Attribute in Syncfusion React components
12+
513
## 25.1.35 (2024-03-15)
614

715
### Common

Diff for: components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-base",
3-
"version": "17.33.0",
3+
"version": "28.1.33",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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
@@ -30,6 +30,7 @@ export interface DefaultHtmlAttributes {
3030
form?: string;
3131
id?: string;
3232
name?: string;
33+
role?: string;
3334
readOnly?: boolean;
3435
style?: React.CSSProperties;
3536
tabIndex?: number;

Diff for: components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
57
### Switch
68

79
#### Bug Fixes

Diff for: components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
57
### DateRangePicker
68

79
#### Bug Fixes

Diff for: components/charts/CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,31 @@
22

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F195601` - The console error no longer occurs when rendering a single data point with a multilevel label.
12+
- `#I676165` - Exporting a chart with complex properties to CSV or XLSX now functions correctly.
13+
14+
### Accumulation Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I674361` - The subtitle now renders correctly even when its length exceeds that of the title.
19+
20+
## 28.1.37 (2024-12-31)
21+
522
### Chart
623

724
#### Bug Fixes
825

926
- `#I667080` - The column series now renders properly when the width is set in pixels and `enableSideBySidePlacement` is set to false.
1027
- `#I654525` - The y-axis now dynamically adjusts to accommodate negative ranges when the negative error bar exceeds the minimum value.
1128

12-
## 28.1.36
29+
## 28.1.36 (2024-12-24)
1330

1431
### Chart
1532

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.1.35",
3+
"version": "28.1.37",
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/circulargauge/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## 28.1.38 (2025-01-07)
8+
79
### Circular Gauge
810

911
#### New features

Diff for: components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
57
### Diagram
68

79
#### Bug Fixes

Diff for: components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
12+
- `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
13+
- `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
14+
- `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
15+
- `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
16+
- `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.
17+
18+
## 28.1.37 (2024-12-31)
19+
520
### DocumentEditor
621

722
#### Bug Fixes

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.1.35",
3+
"version": "28.1.37",
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

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I668573` - The issue pop-up does not stick to the target after filtering is performed in the Dropdown Tree component has been resolved.
12+
13+
## 28.1.37 (2024-12-31)
14+
515
### Mention
616

717
#### Bug Fixes

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.1.35",
3+
"version": "28.1.37",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

Diff for: components/gantt/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

5+
## 28.1.38 (2025-01-07)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I668777` - Toolbar visible property not working issue has been fixed.
12+
- `#I668317` - Timeline tiers get misaligned while using timeline virtualization in `DST` zone issue has been fixed.
13+
- `#I674918` - When virtualization is enabled, the resource collection does not display properly in the resource tab issue has been fixed.
14+
- `#I667515` - Horizontal scroll jumps to starting point while scrolling after zooming actions issue has been fixed.
15+
16+
- `#I668777` - Toolbar visible property not working issue has been fixed.
17+
- `#I674918` - When virtualization is enabled, the resource collection does not display properly in the resource tab issue has been fixed.
18+
19+
## 28.1.37 (2024-12-31)
20+
21+
### GanttChart
22+
23+
#### Bug fixes
24+
25+
- `#I656160` - White space and scrolling issues while using load child on demand has been fixed.
26+
- `#I668559` - Event marker position is not rendering correctly on the timeline issue has been fixed.
27+
- `#I665780` - Baseline width is not set properly for decimal duration issue has been fixed.
28+
29+
- `#I665780` - Baseline width is not set properly for decimal duration issue has been fixed.
30+
31+
## 28.1.36 (2024-12-25)
32+
533
### GanttChart
634

735
#### Bug fixes

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.1.35",
3+
"version": "28.1.37",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)