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

+1-1
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

+1-1
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

+8
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

+19
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

+1-1
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

+8
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

+1-1
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

+16
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

+1-1
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

+1-1
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

components/filemanager/CHANGELOG.md

+8
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+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I641183` - Resolved the flat data navigation path and rename arguments issues in File Manager component.
12+
513
## 27.1.53 (2024-10-15)
614

715
### FileManager

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-filemanager",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 27.1.55 (2024-10-22)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I639460` - Console error occurred when clicking `fittoproject` issue has been fixed.
12+
- `#I643327` - Custom zooming levels using virtual mode throw a script error when zooming in and out issue has been fixed.
13+
- `#I641833` - Console error occurs while exporting pdf with empty data and critical path issue has been fixed.
14+
- `#I637794`,`#I637841` - Pdf export issue with baselines not working properly issue has been fixed.
15+
516
## 27.1.53 (2024-10-15)
617

718
### GanttChart

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+13
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+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I642129` - The script error that occurred when adding a new row with a `dateonly` column in `Batch` edit mode has been resolved.
12+
- `#I643285` - The script error caused by the pager when using a custom locale has been resolved.
13+
- `#I641645` - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
14+
- `#I638401` - In `AdaptiveUI` Grid, the localization issue with the filter dialog header text is still present, but the issue with the filter icon title has been resolved.
15+
- `#I641453` - Fixed an issue where unsupported characters were present in the `pt` and `pt-BR` localization JSON files.
16+
- `#F194581` - Fixed an issue where the `Excel` filter in the grid was not functioning correctly when localization was enabled.
17+
518
## 27.1.53 (2024-10-15)
619

720
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/CHANGELOG.md

+1-1
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
### Image Editor
88

components/inputs/CHANGELOG.md

+1-1
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.50 (2024-09-24)
66

77
### ColorPicker
88

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "27.1.48",
3+
"version": "27.1.50",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/interactivechat/CHANGELOG.md

+1-1
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
### AI AssistView
88

components/kanban/CHANGELOG.md

+1-1
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
### Kanban
88

components/layouts/CHANGELOG.md

+1-1
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
### DashboardLayout
88

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## [Unreleased]
1212

13-
## 27.1.53 (2024-10-15)
13+
## 27.1.55 (2024-10-22)
1414

1515
### Maps
1616

components/navigations/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 27.1.55 (2024-10-22)
6+
7+
### Stepper
8+
9+
#### Bug Fixes
10+
11+
- `#I592870` - Now the issue with unable to navigate to the next step when the step's disabled state is dynamically updated in linear mode has been resolved.
12+
13+
- `#I640774` - Now the issue with progress bar misalignment during dynamic updates of the step label has been resolved.
14+
15+
### Tab
16+
17+
#### Bug Fixes
18+
19+
- `#I640676` - An issue with the arguments returned in the `selected` event of the Tab when using the `removeTab` method with hidden Tab items has been fixed.
20+
521
## 27.1.53 (2024-10-15)
622

723
### Stepper

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/CHANGELOG.md

+1-1
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
### Message
88

components/pdfviewer/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 27.1.55 (2024-10-22)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I638745` - Now, the sticky notes annotation is correctly added when the PDF Viewer window is resized to a smaller size, with the sticky annotation option available in the toolbar dropdown menu.
12+
- `#I637865` - Now, the form field type updates properly when switching fields without adding in the PDF Viewer.
13+
- `#I637742` - Now, the annotations are not missing, and no script errors occur when `enableThumbnail` and `isThumbnailViewOpen` are enabled.
14+
- `#I634412` - Now, the stamp annotation is no longer missing when printing the imported annotations.
15+
516
## 27.1.53 (2024-10-15)
617

718
### PDF Viewer
@@ -16,6 +27,7 @@
1627
- `#I637275` - Now, the download option is disabled in mobile mode when `enableDownload` API is set to false.
1728
- `#I633438` , `#I633453` - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
1829
- `#I619099` - Now, the delay in searching for text after completing text extraction has been reduced.
30+
- `#I631265` - Now, the signature is correctly saved in the downloaded document provided by the customer.
1931
- `#I635120` - Now, the undo and redo functions for free text annotations, as well as the ability to change alignment and font size using the `editAnnotation` method, are now functioning correctly.
2032
- `#I608686` - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
2133
- `#I635119` - Now, after programmatically highlighting and deleting text, the text will not be highlighted again unless a new selection is made, as the selection is cleared when the delete method is called programmatically.

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+8
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+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#I640765` - The cumulative percentage values will now be displayed correctly in the tooltip when hovering over the chart series of the Pareto chart.
12+
513
## 27.1.53 (2024-10-15)
614

715
### Pivot Table

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pivotview",
3-
"version": "27.1.52",
3+
"version": "27.1.53",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-popups",
3-
"version": "27.1.50",
3+
"version": "27.1.53",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

+1-1
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
### QueryBuilder
88

0 commit comments

Comments
 (0)