Skip to content

Commit

Permalink
v27.1.57 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Oct 29, 2024
1 parent c1535d4 commit e7d0aab
Show file tree
Hide file tree
Showing 38 changed files with 224 additions and 30 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Barcode

Expand Down
2 changes: 1 addition & 1 deletion components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### DateTimePicker

Expand Down
2 changes: 1 addition & 1 deletion components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Chart

Expand Down
8 changes: 8 additions & 0 deletions components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

## [Unreleased]

## 27.1.57 (2024-10-29)

### Circular Gauge

#### Bug fixes

`#I640295` - Exceptions will no longer be thrown when the pointer is dragged and the pointer value is updated during the `dragEnd` event.

## 27.1.50 (2024-09-24)

### Circular Gauge
Expand Down
15 changes: 14 additions & 1 deletion components/diagrams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Diagram

#### Bug Fixes

- `#I637156` - Tooltip now displays properly on mobile devices with touch interactions.
- `#I637207` - Nodes are now resizable via touch interactions.
- `#I639121` - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
- `#F194691` - The Position Change Event Now Triggers on Keyboard Nudging.

## 27.1.55 (2024-10-22)

### Diagram

#### Bug Fixes

- `#I635721` - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
- `#I638627` - The tooltip for the annotation is now visible when the text overflow is set to Ellipsis or Clip.
- `#I595572`, `#I632276` - The undefined exception will no longer be thrown when moving a node with Line Routing enabled.

## 27.1.53 (2024-10-15)

Expand Down
2 changes: 1 addition & 1 deletion components/diagrams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "27.1.53",
"version": "27.1.55",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
14 changes: 13 additions & 1 deletion components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### DocumentEditor

#### Bug Fixes

- `#I644412` - Resolved the issue of editor deletes all text in document.
- `#I642436` - Resolve the issue with track Changes when pasting Word contents multiple times.
- `F194706` - Now able to copy highlighted text from word processor when Restrict Editing property is true.
- `#I640675` - Resolve script error when using track changes.
- `#I639276` - Resolved the issue of page freezes when trying to load document in document editor.

## 27.1.55 (2024-10-22)

### DocumentEditor

Expand Down
2 changes: 1 addition & 1 deletion components/documenteditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "27.1.53",
"version": "27.1.55",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
28 changes: 27 additions & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,33 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### ComboBox

#### Bug Fixes

- `#I640083` - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.

### DropDownTree

- `I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the Dropdown Tree component.

### DropdownList

#### Bug Fixes

- `#I612750` - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.

## 27.1.55 (2024-10-22)

### MultiSelect

#### Bug Fixes

- `#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.

## 27.1.53 (2024-10-15)

### ListBox

Expand Down
2 changes: 1 addition & 1 deletion components/dropdowns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "27.1.52",
"version": "27.1.55",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### FileManager

Expand Down
18 changes: 18 additions & 0 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## 27.1.57 (2024-10-29)

### GanttChart

#### Bug fixes

- `#I642434` - `recordIndex` property is updating last index for every above or below add action via `contextMenu` issue has been fixed.
- `#I646826` - An invalid resource collection is being passed resulting in a script error issue has been fixed.
- `#I637870` - White space when expand and collapse action issue has been fixed.

## 27.1.56 (2024-10-23)

### GanttChart

#### Bug fixes

- `#I645245` - Console error occurs while taskbar editing without `allowEditing` property issue has been fixed.

## 27.1.55 (2024-10-22)

### GanttChart
Expand Down
2 changes: 1 addition & 1 deletion components/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "27.1.55",
"version": "27.1.56",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 27.1.57 (2024-10-29)

### Grid

#### Bug fixes

- `#I645144` - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
- `#I641786` - Fixed an issue with focus misplacement after deleting a row using the command column.
- `#I641368` - Resolved a type issue in the `ICustomOptr` interface by updating the `filterSettings.operators` property from `dateTimeOperator` to `datetimeOperator`.
- `#I640492` - The issue where the `dataBound` event was triggered multiple times during a page refresh when `virtualization` with persistence was enabled has been resolved.

## 27.1.55 (2024-10-22)

### Grid
Expand Down
10 changes: 9 additions & 1 deletion components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Image Editor

#### Bug Fixes

- `#I910189` - The issue with "Browser window gets zoomed while zooming the image editor with mouse wheel support" has been resolved.

## 27.1.53 (2024-10-15)

### Image Editor

Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-image-editor",
"version": "27.1.52",
"version": "27.1.53",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/kanban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Kanban

Expand Down
8 changes: 8 additions & 0 deletions components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@

### Maps

#### Bug fixes

- `#F194675` - The `panComplete` event is now functioning properly with online map providers.

## 27.1.48 (2024-09-18)

### Maps

#### New Features

- An animation transition will now occur when the data labels are first rendered.
Expand Down
2 changes: 1 addition & 1 deletion components/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-maps",
"version": "16.42.7",
"version": "27.1.56",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
22 changes: 22 additions & 0 deletions components/navigations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## [Unreleased]

## 27.1.57 (2024-10-29)

### Carousel

#### Bug Fixes

- `#I644419` - The script error that occurred in the carousel when a grid was rendered as a carousel item has been fixed.

### TreeView

- `#I639573` - Resolved issues with selected items and the checked state of the parent node when filtering in the DropdownTree component.

#### Bug Fixes

- `#I642832` - An issue with TreeView component when adding child nodes using `addNodes` method without passing a target has been resolved.

### Sidebar

#### Bug Fixes

- `#I643178` - An issue on browser resizing while setting width value in percentage in Sidebar component has been resolved.

## 27.1.56 (2024-10-23)

### Breadcrumb
Expand Down
2 changes: 1 addition & 1 deletion components/navigations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "27.1.55",
"version": "27.1.56",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Message

Expand Down
9 changes: 9 additions & 0 deletions components/pdfviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## 27.1.57 (2024-10-29)

### PDF Viewer

#### Bug Fixes

- `#I642195` - Now, the footer is visible in the organize dialog when the viewer size is small.
- `#I634848` - Now, the signature dialog no longer overflows when the viewer size is small.

## 27.1.55 (2024-10-22)

### PDF Viewer
Expand Down
10 changes: 9 additions & 1 deletion components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Pivot Table

#### Bug fixes

- The pivot table will now be rendered properly when creating a new report using the toolbar.

## 27.1.55 (2024-10-22)

### Pivot Table

Expand Down
2 changes: 1 addition & 1 deletion components/pivotview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "27.1.53",
"version": "27.1.55",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/popups/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### Dialog

Expand Down
2 changes: 1 addition & 1 deletion components/progressbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-progressbar",
"version": "18.15.6",
"version": "27.1.50",
"description": "Essential JS 2 ProgressBar Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
18 changes: 17 additions & 1 deletion components/querybuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

## [Unreleased]

## 27.1.56 (2024-10-23)
## 27.1.57 (2024-10-29)

### QueryBuilder

#### Bug Fixes

- Issue with "Input element value get selected while double clicking on query builder rules." has been fixed.

## 27.1.55 (2024-10-22)

### QueryBuilder

#### Bug Fixes

- Issue with "Script error thrown while clicking on svg element within the query builder" has been fixed.

## 27.1.53 (2024-10-15)

### QueryBuilder

Expand Down
Loading

0 comments on commit e7d0aab

Please sign in to comment.