Skip to content

Commit 92f7143

Browse files
author
pipeline
committed
v27.2.3 is released
1 parent 7b26056 commit 92f7143

Some content is hidden

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

45 files changed

+286
-31
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.2 (2024-11-15)
5+
## 27.2.3 (2024-11-21)
66

77
### Barcode
88

components/buttons/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.2 (2024-11-15)
5+
## 27.2.3 (2024-11-21)
66

77
### Checkbox
88

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.2.3 (2024-11-21)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I648389` - Fixed an issue where the CSS for the selected value was removed when the minimum and maximum properties were changed dynamically.
12+
13+
- `#I654432` - Fixed an issue where the Clear Icon was displayed when the enable mask support had no value.
14+
515
## 27.2.2 (2024-11-15)
616

17+
### DatePicker
18+
19+
#### Bug Fixes
20+
21+
- `#I648389` - Fixed an issue where the CSS for the selected value was removed when the minimum and maximum properties were changed dynamically.
22+
23+
## 27.1.57 (2024-10-29)
24+
25+
### DateRangePicker
26+
27+
#### Bug Fixes
28+
29+
- `#I643169` - Fixed an issue where the popup repositions to `Right-Bottom` when clicking on the custom range, even though it is set to `Left-Bottom`.
30+
31+
## 27.1.55 (2024-10-22)
32+
733
### DateTimePicker
834

935
#### Bug Fixes

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": "27.1.52",
3+
"version": "27.2.2",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 27.2.3 (2024-11-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I650885` - Now, the subtitle will align properly without cut off.
12+
- `#I651405` - Legends with paging now render correctly when toggling in canvas mode.
13+
14+
### Stock Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I652007` - The tick mark now remains consistent for the selected indicator after refresh or resize.
19+
520
## 27.2.2 (2024-11-15)
621

722
### 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.1.58",
3+
"version": "27.2.2",
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## [Unreleased]
44

5+
## 27.2.3 (2024-11-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I647572` - Image node opacity is now applied in exported images.
12+
- `#I644133` - Resolved the issue with drawing Polyline connector on iPad.
13+
- `#I644139` - Improved touch interactions for selecting and editing nodes.
14+
- `#I642023` - Multiple selected child nodes of a Swimlane can be moved to a different lane smoothly.
15+
- `#I651070` - Deleted nodes now no longer reappear after interacting with nodes
16+
- `#I652278` - The `elementDraw` event is now triggered for `freehand` connectors, `polyline` connectors, and `polygon` shapes.
17+
18+
## 27.2.2 (2024-11-15)
19+
20+
### Diagram
21+
22+
#### Bug Fixes
23+
24+
- `#I644056` - The style property now applies correctly to polygon objects during runtime drawing.
25+
- `#I647667` - Nodes now resize correctly when the `AspectRatio` constraint is enabled.
26+
- `#I647584` - Group nodes now rotate properly after being flipped.
27+
- `#I651496` - Leaf nodes are now aligned correctly for Tree Alignment Center.
28+
529
## 27.1.58 (2024-11-05)
630

731
### Diagram

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": "27.1.58",
3+
"version": "27.2.2",
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",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.2.3 (2024-11-21)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I642653` - Resolved the XML mapping data document importing issue.
12+
- `#I639842` - Resolved the layouting issue in RTL table.
13+
- `#I644826` - Resolved the comments escape characters issue when opening exported document.
14+
- `#I645913` - Resolved the selection issue incorrect behaviour with Comments.
15+
- `#I623329` - Resolved the performance issues with document editor.
16+
- `#I650898` - Resolved the Document generates a corrupted docx issue.
17+
- `#I643649` - Now selection in document does not get changed after modifying the style.
18+
- `#I644795` - Resolved the adding enter in syncfusion editor leads to weird tab behaviour issue.
19+
- `#I645817` - Resolved the change case functionality bugs.
20+
- `#I645091` - Resolved the table text outside table at end of page issue.
21+
522
## 27.2.2 (2024-11-15)
623

724
### 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.1.58",
3+
"version": "27.2.2",
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",

0 commit comments

Comments
 (0)