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

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

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

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

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

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

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

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

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

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

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

components/filemanager/CHANGELOG.md

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.57 (2024-10-29)
6+
7+
### GanttChart
8+
9+
#### Bug fixes
10+
11+
- `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed.
12+
- `#I646826` - An invalid resource collection is being passed resulting in a script error issue has been fixed.
13+
- `#I637870` - White space when expand and collapse action issue has been fixed.
14+
15+
## 27.1.56 (2024-10-23)
16+
17+
### GanttChart
18+
19+
#### Bug fixes
20+
21+
- `#I645245` - Console error occurs while taskbar editing without `allowEditing` property issue has been fixed.
22+
523
## 27.1.55 (2024-10-22)
624

725
### 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.55",
3+
"version": "27.1.56",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.57 (2024-10-29)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I645144` - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
12+
- `#I641786` - Fixed an issue with focus misplacement after deleting a row using the command column.
13+
- `#I641368` - Resolved a type issue in the `ICustomOptr` interface by updating the `filterSettings.operators` property from `dateTimeOperator` to `datetimeOperator`.
14+
- `#I640492` - The issue where the `dataBound` event was triggered multiple times during a page refresh when `virtualization` with persistence was enabled has been resolved.
15+
516
## 27.1.55 (2024-10-22)
617

718
### Grid

components/imageeditor/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 27.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I910189` - The issue with "Browser window gets zoomed while zooming the image editor with mouse wheel support" has been resolved.
12+
13+
## 27.1.53 (2024-10-15)
614

715
### Image Editor
816

components/imageeditor/package.json

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

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

77
### Kanban
88

components/maps/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515
### Maps
1616

17+
#### Bug fixes
18+
19+
- `#F194675` - The `panComplete` event is now functioning properly with online map providers.
20+
21+
## 27.1.48 (2024-09-18)
22+
23+
### Maps
24+
1725
#### New Features
1826

1927
- An animation transition will now occur when the data labels are first rendered.

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "16.42.7",
3+
"version": "27.1.56",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.57 (2024-10-29)
6+
7+
### Carousel
8+
9+
#### Bug Fixes
10+
11+
- `#I644419` - The script error that occurred in the carousel when a grid was rendered as a carousel item has been fixed.
12+
13+
### TreeView
14+
15+
- `#I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the DropdownTree component.
16+
17+
#### Bug Fixes
18+
19+
- `#I642832` - An issue with TreeView component when adding child nodes using `addNodes` method without passing a target has been resolved.
20+
21+
### Sidebar
22+
23+
#### Bug Fixes
24+
25+
- `#I643178` - An issue on browser resizing while setting width value in percentage in Sidebar component has been resolved.
26+
527
## 27.1.56 (2024-10-23)
628

729
### Breadcrumb

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.55",
3+
"version": "27.1.56",
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.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
66

77
### Message
88

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 27.1.57 (2024-10-29)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I642195` - Now, the footer is visible in the organize dialog when the viewer size is small.
12+
- `#I634848` - Now, the signature dialog no longer overflows when the viewer size is small.
13+
514
## 27.1.55 (2024-10-22)
615

716
### PDF Viewer

components/pivotview/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 27.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- The pivot table will now be rendered properly when creating a new report using the toolbar.
12+
13+
## 27.1.55 (2024-10-22)
614

715
### Pivot Table
816

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.53",
3+
"version": "27.1.55",
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/CHANGELOG.md

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

components/progressbar/package.json

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

components/querybuilder/CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased]
44

5-
## 27.1.56 (2024-10-23)
5+
## 27.1.57 (2024-10-29)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Input element value get selected while double clicking on query builder rules." has been fixed.
12+
13+
## 27.1.55 (2024-10-22)
14+
15+
### QueryBuilder
16+
17+
#### Bug Fixes
18+
19+
- Issue with "Script error thrown while clicking on svg element within the query builder" has been fixed.
20+
21+
## 27.1.53 (2024-10-15)
622

723
### QueryBuilder
824

0 commit comments

Comments
 (0)