Skip to content

Commit 7360832

Browse files
author
pipeline
committed
v27.1.57 is released
1 parent 9bcecc3 commit 7360832

File tree

40 files changed

+248
-32
lines changed

40 files changed

+248
-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.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: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
## [Unreleased]
44

5-
## 27.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I640035` - The tooltips now render properly for decimal data points.
12+
- `#I645981` - The stripline now works correctly on the logarithmic axis.
13+
14+
### Stock Chart
15+
16+
#### Bug Fixes
17+
18+
- `#F194807` - The series now renders properly after a data source update and legend toggle.
19+
20+
## 27.1.55 (2024-10-22)
621

722
### Chart
823

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.53",
3+
"version": "27.1.55",
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/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: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
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

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

components/dropdowns/CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,37 @@
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+
- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.
24+
25+
- `#I641587` - Fixed the issue where changes in dropdown items were not displayed correctly when filtering was enabled.
26+
27+
## 27.1.55 (2024-10-22)
28+
29+
### MultiSelect
30+
31+
#### Bug Fixes
32+
33+
- `#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.
34+
35+
## 27.1.53 (2024-10-15)
636

737
### ListBox
838

0 commit comments

Comments
 (0)