Skip to content

Commit b09079f

Browse files
author
pipeline
committed
v27.2.3 is released
1 parent 4c84132 commit b09079f

40 files changed

+244
-32
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: 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
### DateTimePicker
88

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-angular-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 Angular",
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-angular-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 Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.2.3 (2024-11-21)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Listbox moveTo method thrown script error when toolbarSettings property is empty" has been resolved.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `I639573` - Resolved an issue where all child nodes of a parent node were automatically selected upon reopening the Dropdown Tree component after filtering and selecting the parent node.
18+
519
## 27.2.2 (2024-11-15)
620

21+
### DropDownTree
22+
23+
#### Bug Fixes
24+
25+
- `#I648663` - The issue where the focus style remained on the Dropdown Tree element even after shifting focus to the next focusable element has been resolved.
26+
27+
### MultiSelect
28+
29+
#### Bug Fixes
30+
31+
- `#I634300` - Fixed an issue where clicking the Clear Icon did not remove all items as intended.
32+
33+
- `#I645267` - Fixed an issue where the checkbox was added for the option group element when the enableGroupCheckBox property was enabled, but it is not selectable.
34+
35+
## 27.1.58 (2024-11-05)
36+
737
### ComboBox
838

939
#### Bug Fixes

0 commit comments

Comments
 (0)