Skip to content

Commit

Permalink
v27.1.55 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Oct 22, 2024
1 parent b608b39 commit 80c05b8
Show file tree
Hide file tree
Showing 41 changed files with 198 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.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### Barcode

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

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### Checkbox

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

## [Unreleased]

## 27.1.55 (2024-10-22)

### DateTimePicker

#### Bug Fixes

- `#I632734` - Fixed an issue where the page automatically scrolled to the top when users began typing in the masked datetime picker on iPad.

## 27.1.51 (2024-09-30)

### DateTimePicker
Expand Down
19 changes: 19 additions & 0 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## [Unreleased]

## 27.1.55 (2024-10-22)

### Chart

#### Bug Fixes

- `#I641213` - Data points in a multi-pane chart no longer collapse when zooming in canvas mode.
- `#I641366` - The border for the multi-pane chart now renders correctly in canvas mode.
- `#I640624` - The Moving Average trendline now functions as expected when the period is set to one.
- `#I642177` - The `columnWidthInPixel` property now works correctly in the transposed stacked column chart.
- `#I638097` - The scrollbar now functions properly during data binding.
- `#I644765` - Series now renders properly when the axis interval is zero.

### Accumulation Chart

#### Bug Fixes

- `#I642553` - The legend text size now updates correctly when resizing the accumulation chart.

## 27.1.53 (2024-10-15)

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

## [Unreleased]

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

## 27.1.53 (2024-10-15)

### Diagram
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.52",
"version": "27.1.53",
"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
16 changes: 16 additions & 0 deletions components/documenteditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 27.1.55 (2024-10-22)

### DocumentEditor

#### Bug Fixes

- `#I636914` - Now track changes working as expected when using collaboration.
- `#I641336` - Resolved the text overlap issue in document uploading.
- `#I636876` - Now script error does not get thrown when unmounting the DocumentEditor with collaboration.
- `#I638548` - Resolved the issue of document stays loading.
- `#I637068` - Now proper font family is updated for splitted Chinese text.
- `#I618565` - Now text get highlighted properly if user clicks on comment.

## 27.1.53 (2024-10-15)

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

#### Features

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.52",
"version": "27.1.53",
"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
2 changes: 1 addition & 1 deletion components/dropdowns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### ListBox

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

## [Unreleased]

## 27.1.55 (2024-10-22)

### FileManager

#### Bug Fixes

- `#I641183` - Resolved the flat data navigation path and rename arguments issues in File Manager component.

## 27.1.53 (2024-10-15)

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

## [Unreleased]

## 27.1.55 (2024-10-22)

### GanttChart

#### Bug fixes

- `#I639460` - Console error occurred when clicking `fittoproject` issue has been fixed.
- `#I643327` - Custom zooming levels using virtual mode throw a script error when zooming in and out issue has been fixed.
- `#I641833` - Console error occurs while exporting pdf with empty data and critical path issue has been fixed.
- `#I637794`,`#I637841` - Pdf export issue with baselines not working properly issue has been fixed.

## 27.1.53 (2024-10-15)

### 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.52",
"version": "27.1.53",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
13 changes: 13 additions & 0 deletions components/grids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 27.1.55 (2024-10-22)

### Grid

#### Bug fixes

- `#I642129` - The script error that occurred when adding a new row with a `dateonly` column in `Batch` edit mode has been resolved.
- `#I643285` - The script error caused by the pager when using a custom locale has been resolved.
- `#I641645` - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
- `#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.
- `#I641453` - Fixed an issue where unsupported characters were present in the `pt` and `pt-BR` localization JSON files.
- `#F194581` - Fixed an issue where the `Excel` filter in the grid was not functioning correctly when localization was enabled.

## 27.1.53 (2024-10-15)

### Grid
Expand Down
2 changes: 1 addition & 1 deletion components/grids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "27.1.52",
"version": "27.1.53",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/imageeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### Image Editor

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

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.50 (2024-09-24)

### ColorPicker

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

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### AI AssistView

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.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### Kanban

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

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### DashboardLayout

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

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### Maps

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

## [Unreleased]

## 27.1.55 (2024-10-22)

### Stepper

#### Bug Fixes

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

- `#I640774` - Now the issue with progress bar misalignment during dynamic updates of the step label has been resolved.

### Tab

#### Bug Fixes

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

## 27.1.53 (2024-10-15)

### Stepper
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.52",
"version": "27.1.53",
"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.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### Message

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

## [Unreleased]

## 27.1.55 (2024-10-22)

### PDF Viewer

#### Bug Fixes

- `#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.
- `#I637865` - Now, the form field type updates properly when switching fields without adding in the PDF Viewer.
- `#I637742` - Now, the annotations are not missing, and no script errors occur when `enableThumbnail` and `isThumbnailViewOpen` are enabled.
- `#I634412` - Now, the stamp annotation is no longer missing when printing the imported annotations.

## 27.1.53 (2024-10-15)

### PDF Viewer
Expand All @@ -16,6 +27,7 @@
- `#I637275` - Now, the download option is disabled in mobile mode when `enableDownload` API is set to false.
- `#I633438` , `#I633453` - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
- `#I619099` - Now, the delay in searching for text after completing text extraction has been reduced.
- `#I631265` - Now, the signature is correctly saved in the downloaded document provided by the customer.
- `#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.
- `#I608686` - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
- `#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.
Expand Down
2 changes: 1 addition & 1 deletion components/pdfviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "27.1.52",
"version": "27.1.53",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
8 changes: 8 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## 27.1.55 (2024-10-22)

### Pivot Table

#### Bug fixes

- `#I640765` - The cumulative percentage values will now be displayed correctly in the tooltip when hovering over the chart series of the Pareto chart.

## 27.1.53 (2024-10-15)

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

## [Unreleased]

## 27.1.53 (2024-10-15)
## 27.1.55 (2024-10-22)

### QueryBuilder

Expand Down
Loading

0 comments on commit 80c05b8

Please sign in to comment.