Skip to content

Commit 0037465

Browse files
author
pipeline
committed
v27.2.4 is released
1 parent 92f7143 commit 0037465

File tree

41 files changed

+171
-30
lines changed

Some content is hidden

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

41 files changed

+171
-30
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-
## 27.2.3 (2024-11-21)
5+
## 27.2.4 (2024-11-26)
66

77
### Barcode
88

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 27.2.3 (2024-11-21)
5+
## 27.2.4 (2024-11-26)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#F857466`- The issue with "Need to set the label tag for attribute if user changes the checkbox input id in checkbox component" has been resolved.
12+
13+
## 27.2.2 (2024-11-15)
614

715
### Checkbox
816

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": "27.1.58",
3+
"version": "27.2.2",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.2.3 (2024-11-21)
5+
## 27.2.4 (2024-11-26)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.2.4 (2024-11-26)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I654525` - Now, the error bar is displayed properly for the larger value.
12+
- `#I653358` - Now, the text render event’s text argument contains the datetime for the y-axis.
13+
- `#I654788` - Now, the chart zooms properly while scrolling after it is destroyed and re-rendered.
14+
- `#I653576` - The data label position is now set correctly for the labelIntersectAction as Hide.
15+
- `#I653442` - The selection rectangle now renders properly in canvas mode.
16+
- `#I654149` - Now the spline series animation is proper when adding null values.
17+
518
## 27.2.3 (2024-11-21)
619

720
### 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": "27.2.2",
3+
"version": "27.2.3",
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/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-
## 27.2.3 (2024-11-21)
5+
## 27.2.4 (2024-11-26)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.2.4 (2024-11-26)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I647577` - Resolved the control freezing issue when opening Word document in Document Editor.
12+
- `#I648529` - Resolved the script error issue when form fields inside header and footer.
13+
- `#I649632` - Resolved the lists with negative `nsid` values in exported document.
14+
- `#I649605` - Resolved the missing other properties of content control in `setContentControlInfo` API.
15+
- `#I651950` - Now, disabled the comment insertion when selection inside footnote and endnote.
16+
517
## 27.2.3 (2024-11-21)
618

719
### DocumentEditor

components/documenteditor/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-documenteditor",
3-
"version": "27.2.2",
3+
"version": "27.2.3",
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",

components/dropdowns/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+
## 27.2.4 (2024-11-26)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I655493` - Fixed the issue where the item was not displayed in the popup while filtering with virtualization.
12+
513
## 27.2.3 (2024-11-21)
614

715
### ListBox

0 commit comments

Comments
 (0)