Skip to content

Commit e7d0aab

Browse files
author
pipeline
committed
v27.1.57 is released
1 parent c1535d4 commit e7d0aab

File tree

38 files changed

+224
-30
lines changed

38 files changed

+224
-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.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
66

77
### Barcode
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.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
66

77
### DateTimePicker
88

components/charts/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.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
66

77
### Chart
88

components/circulargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
## [Unreleased]
66

7+
## 27.1.57 (2024-10-29)
8+
9+
### Circular Gauge
10+
11+
#### Bug fixes
12+
13+
`#I640295` - Exceptions will no longer be thrown when the pointer is dragged and the pointer value is updated during the `dragEnd` event.
14+
715
## 27.1.50 (2024-09-24)
816

917
### Circular Gauge

components/diagrams/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
## [Unreleased]
44

5-
## 27.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
12+
- `#I637207` - Nodes are now resizable via touch interactions.
13+
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
14+
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.
15+
16+
## 27.1.55 (2024-10-22)
617

718
### Diagram
819

920
#### Bug Fixes
1021

1122
- `#I635721` - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
23+
- `#I638627` - The tooltip for the annotation is now visible when the text overflow is set to Ellipsis or Clip.
24+
- `#I595572`, `#I632276` - The undefined exception will no longer be thrown when moving a node with Line Routing enabled.
1225

1326
## 27.1.53 (2024-10-15)
1427

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-vue-diagrams",
3-
"version": "27.1.53",
3+
"version": "27.1.55",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 27.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I644412` - Resolved the issue of editor deletes all text in document.
12+
- `#I642436` - Resolve the issue with track Changes when pasting Word contents multiple times.
13+
- `F194706` - Now able to copy highlighted text from word processor when Restrict Editing property is true.
14+
- `#I640675` - Resolve script error when using track changes.
15+
- `#I639276` - Resolved the issue of page freezes when trying to load document in document editor.
16+
17+
## 27.1.55 (2024-10-22)
618

719
### DocumentEditor
820

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-vue-documenteditor",
3-
"version": "27.1.53",
3+
"version": "27.1.55",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 27.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I640083` - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.
12+
13+
### DropDownTree
14+
15+
- `I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the Dropdown Tree component.
16+
17+
### DropdownList
18+
19+
#### Bug Fixes
20+
21+
- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.
22+
23+
## 27.1.55 (2024-10-22)
24+
25+
### MultiSelect
26+
27+
#### Bug Fixes
28+
29+
- `#I639732` - Fixed an issue where removing one item using the cross icon caused all options to be removed from the select element in the DOM.
30+
31+
## 27.1.53 (2024-10-15)
632

733
### ListBox
834

components/dropdowns/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-vue-dropdowns",
3-
"version": "27.1.52",
3+
"version": "27.1.55",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)