Skip to content

Commit fa3698d

Browse files
author
pipeline
committed
v27.1.58 is released
1 parent e7d0aab commit fa3698d

File tree

42 files changed

+224
-33
lines changed

Some content is hidden

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

42 files changed

+224
-33
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.57 (2024-10-29)
5+
## 27.1.58 (2024-11-05)
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.57 (2024-10-29)
5+
## 27.1.58 (2024-11-05)
66

77
### DateTimePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.58 (2024-11-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F188458` - Now the page scroll remains the same after clearing the series.
12+
- `#I647466` - The zoom settings properties are now properly updated on data binding.
13+
14+
### Accumulation Chart
15+
16+
#### Bug Fixes
17+
18+
- `I917094` - The series property now updates correctly on data binding.
19+
520
## 27.1.57 (2024-10-29)
621

722
### Chart
823

924
#### Bug Fixes
1025

26+
- `#I640035` - The tooltips now render properly for decimal data points.
27+
- `#I645981` - The stripline now works correctly on the logarithmic axis.
28+
29+
### Stock Chart
30+
31+
#### Bug Fixes
32+
33+
- `#F194807` - The series now renders properly after a data source update and legend toggle.
34+
35+
## 27.1.55 (2024-10-22)
36+
37+
### Chart
38+
39+
#### Bug Fixes
40+
1141
- `#I641213` - Data points in a multi-pane chart no longer collapse when zooming in canvas mode.
1242
- `#I641366` - The border for the multi-pane chart now renders correctly in canvas mode.
1343
- `#I640624` - The Moving Average trendline now functions as expected when the period is set to one.

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-vue-charts",
3-
"version": "27.1.53",
3+
"version": "27.1.57",
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 Vue",
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.58 (2024-11-05)
8+
9+
### Circular Gauge
10+
11+
#### Bug fixes
12+
13+
`#I644577` - The target element is now correctly identified in the `gaugeMouseDown` event.
14+
715
## 27.1.57 (2024-10-29)
816

917
### Circular Gauge

components/circulargauge/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-circulargauge",
3-
"version": "27.1.50",
3+
"version": "27.1.57",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.58 (2024-11-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I641865` - Now, the node can be moved inside the lane when the `AllowMovingOutsideLane` constraint is applied to the nodes.
12+
513
## 27.1.57 (2024-10-29)
614

715
### Diagram
@@ -10,8 +18,10 @@
1018

1119
- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
1220
- `#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
21+
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG.
1422
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.
23+
- `#I642023`, `#I642126` - Multiple selected child nodes of a Swimlane can be moved to a different lane smoothly.
24+
- `#I642048` - Multiple selected child nodes of a Swimlane can now be properly repositioned within the same lane.
1525

1626
## 27.1.55 (2024-10-22)
1727

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.55",
3+
"version": "27.1.57",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 27.1.58 (2024-11-05)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I914903` - Resolved the endNote layouting issue.
12+
513
## 27.1.57 (2024-10-29)
614

715
### 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-vue-documenteditor",
3-
"version": "27.1.55",
3+
"version": "27.1.57",
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",

0 commit comments

Comments
 (0)