Skip to content

Commit 80c05b8

Browse files
author
pipeline
committed
v27.1.55 is released
1 parent b608b39 commit 80c05b8

File tree

41 files changed

+198
-30
lines changed

Some content is hidden

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

41 files changed

+198
-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.53 (2024-10-15)
5+
## 27.1.55 (2024-10-22)
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.1.53 (2024-10-15)
5+
## 27.1.55 (2024-10-22)
66

77
### Checkbox
88

components/calendars/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.55 (2024-10-22)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I632734` - Fixed an issue where the page automatically scrolled to the top when users began typing in the masked datetime picker on iPad.
12+
513
## 27.1.51 (2024-09-30)
614

715
### DateTimePicker

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.55 (2024-10-22)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I641213` - Data points in a multi-pane chart no longer collapse when zooming in canvas mode.
12+
- `#I641366` - The border for the multi-pane chart now renders correctly in canvas mode.
13+
- `#I640624` - The Moving Average trendline now functions as expected when the period is set to one.
14+
- `#I642177` - The `columnWidthInPixel` property now works correctly in the transposed stacked column chart.
15+
- `#I638097` - The scrollbar now functions properly during data binding.
16+
- `#I644765` - Series now renders properly when the axis interval is zero.
17+
18+
### Accumulation Chart
19+
20+
#### Bug Fixes
21+
22+
- `#I642553` - The legend text size now updates correctly when resizing the accumulation chart.
23+
524
## 27.1.53 (2024-10-15)
625

726
### 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-vue-charts",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
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/diagrams/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.55 (2024-10-22)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I635721` - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
12+
513
## 27.1.53 (2024-10-15)
614

715
### 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-vue-diagrams",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 27.1.55 (2024-10-22)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I636914` - Now track changes working as expected when using collaboration.
12+
- `#I641336` - Resolved the text overlap issue in document uploading.
13+
- `#I636876` - Now script error does not get thrown when unmounting the DocumentEditor with collaboration.
14+
- `#I638548` - Resolved the issue of document stays loading.
15+
- `#I637068` - Now proper font family is updated for splitted Chinese text.
16+
- `#I618565` - Now text get highlighted properly if user clicks on comment.
17+
518
## 27.1.53 (2024-10-15)
619

720
### DocumentEditor
@@ -24,6 +37,9 @@
2437
- `#I632911` - Resolved console warning for missing modules in document editor.
2538
- `#I630998` - Now able to add text after a content control when no other element is next to it.
2639
- `#I622732` - Resolved script error while delete content after search text.
40+
- `#I624123` - Resolved the footnote overlap with table issue in document editor.
41+
- `#I635035` - Now Content control has been exported properly in document editor.
42+
- `#I633148` - Resolved the issue multiple spell check triggered when inserting text.
2743

2844
#### Features
2945

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.52",
3+
"version": "27.1.53",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 27.1.53 (2024-10-15)
5+
## 27.1.55 (2024-10-22)
66

77
### ListBox
88

0 commit comments

Comments
 (0)