Skip to content

Commit

Permalink
v24.1.45 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jan 9, 2024
1 parent 5e0f41b commit a576316
Show file tree
Hide file tree
Showing 38 changed files with 170 additions and 36 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]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### Barcode

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

## [Unreleased]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### Common

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]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### TimePicker

Expand Down
24 changes: 19 additions & 5 deletions components/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,31 @@

## [Unreleased]

## 24.1.45 (2024-01-09)

### AccumulationChart

#### Bug Fixes

- `#I533625` - Now, the `textAlignment` property in the `titleStyle` of the accumulation chart is functioning correctly.

### Chart

#### Bug Fixes

- `#I536934` - Now, the `category` axis label renders properly when the x-value is provided as an empty string.

## 24.1.44 (2024-01-03)

### Chart

#### Bug Fixes

- #I521819 - Improved the accuracy of the normal distribution in the histogram series.
- #I528067 - Removed the multilevel label if all series are not visible.
- #I185777 - Fixed the marker size issue in the scatter chart during initial loading.
- #I185904 - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
- #I532475 - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
- `#I521819` - Improved the accuracy of the normal distribution in the histogram series.
- `#I528067` - Removed the multilevel label if all series are not visible.
- `#I185777` - Fixed the marker size issue in the scatter chart during initial loading.
- `#I185904` - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
- `#I532475` - Fixed the console error in Mozilla Firefox when zooming the bubble chart.

## 24.1.43 (2023-12-27)

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": "24.1.43",
"version": "24.1.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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/circulargauge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## [Unreleased]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### CircularGauge

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

## [Unreleased]

## 24.1.45 (2024-01-09)

### Diagram

#### Bug Fixes

- `#F185764` - Now, removing bpmn text annotation dynamically is working properly.
- `#I526870` - Resolved snap to lines issue when dragging shapes from palette to swimlane.
- `#I526172` - The node now remains in the diagram when the ungroup action is performed.
- `#FB48313` - The background color is now visible on symbol hover after rapid expand and collapse in the palette.
- `#I531978` - Now, connectors rendered properly with line routing and line distribution enabled during doLayout process.

## 24.1.43 (2023-12-27)

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

## [Unreleased]

## 24.1.45 (2024-01-09)

### DocumentEditor

#### Bug Fixes

- `#I528964` - Resolved the table border issue when exporting as docx.
- `#I531058` - Resolved the reply comment sorted issue.
- `#I453495` - Resolved the shape element shifting issue when pressing enter.
- `#I528503` - Resolved the script error issue in server side rendering.

## 24.1.44 (2024-01-03)

### 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": "24.1.43",
"version": "24.1.44",
"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]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### DropDownTree

Expand Down
18 changes: 17 additions & 1 deletion components/filemanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,30 @@

## [Unreleased]

## 24.1.45 (2024-01-09)

### FileManager

#### Bug Fixes

- `#I536863` - The issue while creating a new folder within empty subfolder using the context menu from navigation pane selection is resolved.

## 24.1.44 (2024-01-03)

### FileManager

#### Bug Fixes

- `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.

## 24.1.43 (2023-12-27)

### FileManager

#### Bug Fixes

- `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of File Manager has been resolved.
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.

## 24.1.41 (2023-12-18)

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": "24.1.43",
"version": "24.1.44",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
15 changes: 12 additions & 3 deletions components/gantt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,30 @@

## [Unreleased]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### GanttChart

#### Bug Fixes

`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
- `#F185683` - Resources are not updating properly in `actionBegin`event issue has been fixed.
- `#I532918` - Baseline width not rendered properly in PDF export issue has been fixed.
- `#F532918` - Issue with remote data while performing CRUD operation in various Gantt chart versions has been fixed.

- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.

## 24.1.43 (2023-12-27)
## 24.1.44 (2024-01-03)

### GanttChart

#### Bug Fixes

`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.


## 24.1.43 (2023-12-27)

- `#I527509` - Action begin event arguments not working properly issue has been fixed.
- `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.

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": "24.1.43",
"version": "24.1.44",
"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]

## 24.1.45 (2024-01-09)

### Grid

#### Bug fixes

- `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
- `#I520335` - Resolved an issue regarding incorrect `filterBeforeOpen requestType` naming and updated the `options` property scope as public within the `actionBegin` event argument when opening the filter menu.
- `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
- `#FB49544` - The problem with `persistSelection` in custom data binding has been successfully resolved.

## 24.1.44 (2024-01-03)

### 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": "24.1.43",
"version": "24.1.44",
"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/heatmap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### HeatMap

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

## [Unreleased]

## 24.1.45 (2024-01-09)

### Image Editor

#### Bug Fixes

- The issue with "Image alignment while cancelling contextual toolbar" has been resolved.

## 24.1.44 (2024-01-03)

### 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": "24.1.43",
"version": "24.1.44",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
10 changes: 9 additions & 1 deletion components/inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### Signature

#### Bug Fixes

- `#I510300` - Issue with "drawn points will be in a significantly different location than the cursor while zooming" has been resolved.

## 24.1.41 (2023-12-18)

### Signature

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": "18.78.12",
"version": "24.1.41",
"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/kanban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-kanban",
"version": "24.1.41",
"version": "24.1.43",
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/lists/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 24.1.44 (2024-01-03)
## 24.1.41 (2023-12-18)

### ListView

Expand Down
2 changes: 1 addition & 1 deletion components/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-lists",
"version": "18.23.0",
"version": "24.1.41",
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## [Unreleased]

## 24.1.44 (2024-01-03)
## 24.1.45 (2024-01-09)

### Maps

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

## [Unreleased]

## 24.1.45 (2024-01-09)

### PDF Viewer

#### Bug Fixes

- `#I529642` - Now, the `strikethrough` is properly preserved in the provided document when downloading it and opening it in other viewers.
- `#I527440` - Now, the thumbnail PDF is retaining the position for larger pages after rotating a single page in PDF document.
- `#I529806` - Now, the DOM elements related to the PDF Viewer control are properly destroyed after destroying the PDF Viewer control.
- `#I533430`, `#I533962` - Now, the provided documents are loading in the Stand-alone PDF Viewer.
- `#I532281` - Now, the landscape documents are properly re-rendered in the Stand-alone PDF Viewer.
- `#I524631` - Now, the custom stamp options are not being removed in the custom stamp menu when updating after control initialization.
- `#I531042` - Now, the custom data of the annotation is properly preserved after undoing the deletion of the imported annotation.
- `#I533144` - Now, the documents load properly in the Stand-alone PDF Viewer when using the document path and open option alternatively.
- `#I528636` - Now, the saved text markup annotation is rendered properly when adding the annotation programmatically.

## 24.1.44 (2024-01-03)

### PDF Viewer
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": "24.1.43",
"version": "24.1.44",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
11 changes: 11 additions & 0 deletions components/pivotview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

## 24.1.45 (2024-01-09)

### PivotTable

#### Bug fixes

- `#F185974` - When using the pivot table and the pivot field list with virtualization, the loading indicator is now properly hidden.
- `#F185974` - The all node check box status will now work properly when you click the "All" text in the member filter dialog.
- `#F185974` - When adding a field via drag and drop in the static field list, the "fieldDrop" event is now properly triggered.
- `#I538805` - The OLAP Pivot table will now work properly while binding calculated fields via code-behind.

## 24.1.44 (2024-01-03)

### PivotTable
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": "24.1.43",
"version": "24.1.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",
"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": "24.1.41",
"version": "24.1.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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
Loading

0 comments on commit a576316

Please sign in to comment.