diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md
index 1f201e1f..bcbf368a 100644
--- a/components/barcodegenerator/CHANGELOG.md
+++ b/components/barcodegenerator/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### Barcode
diff --git a/components/base/CHANGELOG.md b/components/base/CHANGELOG.md
index 716ade8b..dc6426ff 100644
--- a/components/base/CHANGELOG.md
+++ b/components/base/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### Common
diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md
index 1d028fa5..f9e8a05a 100644
--- a/components/calendars/CHANGELOG.md
+++ b/components/calendars/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### TimePicker
diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md
index 9834c172..d5b11979 100644
--- a/components/charts/CHANGELOG.md
+++ b/components/charts/CHANGELOG.md
@@ -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)
diff --git a/components/charts/package.json b/components/charts/package.json
index d96e11fe..a2add68c 100644
--- a/components/charts/package.json
+++ b/components/charts/package.json
@@ -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",
diff --git a/components/circulargauge/CHANGELOG.md b/components/circulargauge/CHANGELOG.md
index 468200d3..eb5b58ae 100644
--- a/components/circulargauge/CHANGELOG.md
+++ b/components/circulargauge/CHANGELOG.md
@@ -5,7 +5,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### CircularGauge
diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md
index c46d29c7..7b2c8fe5 100644
--- a/components/diagrams/CHANGELOG.md
+++ b/components/diagrams/CHANGELOG.md
@@ -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
diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md
index bafbb549..b4a1bc07 100644
--- a/components/documenteditor/CHANGELOG.md
+++ b/components/documenteditor/CHANGELOG.md
@@ -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
diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json
index 4e18d431..22ca4e0c 100644
--- a/components/documenteditor/package.json
+++ b/components/documenteditor/package.json
@@ -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",
diff --git a/components/dropdowns/CHANGELOG.md b/components/dropdowns/CHANGELOG.md
index 6ea6ee6b..fb1a72b5 100644
--- a/components/dropdowns/CHANGELOG.md
+++ b/components/dropdowns/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### DropDownTree
diff --git a/components/filemanager/CHANGELOG.md b/components/filemanager/CHANGELOG.md
index 2faae3d4..aa65edab 100644
--- a/components/filemanager/CHANGELOG.md
+++ b/components/filemanager/CHANGELOG.md
@@ -2,6 +2,22 @@
## [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 `
` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
+
## 24.1.43 (2023-12-27)
### FileManager
@@ -9,7 +25,7 @@
#### 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)
diff --git a/components/filemanager/package.json b/components/filemanager/package.json
index 76cdc26f..985b63bb 100644
--- a/components/filemanager/package.json
+++ b/components/filemanager/package.json
@@ -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",
diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md
index 878800cb..2e8130b4 100644
--- a/components/gantt/CHANGELOG.md
+++ b/components/gantt/CHANGELOG.md
@@ -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.
diff --git a/components/gantt/package.json b/components/gantt/package.json
index 1bd35c5b..5c456917 100644
--- a/components/gantt/package.json
+++ b/components/gantt/package.json
@@ -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",
diff --git a/components/grids/CHANGELOG.md b/components/grids/CHANGELOG.md
index c59b70c5..7fcd5a28 100644
--- a/components/grids/CHANGELOG.md
+++ b/components/grids/CHANGELOG.md
@@ -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
diff --git a/components/grids/package.json b/components/grids/package.json
index a04ec575..0fd9ce25 100644
--- a/components/grids/package.json
+++ b/components/grids/package.json
@@ -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",
diff --git a/components/heatmap/CHANGELOG.md b/components/heatmap/CHANGELOG.md
index 361c6a15..5dc97d04 100644
--- a/components/heatmap/CHANGELOG.md
+++ b/components/heatmap/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### HeatMap
diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md
index 78b99ab2..4321fea6 100644
--- a/components/imageeditor/CHANGELOG.md
+++ b/components/imageeditor/CHANGELOG.md
@@ -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
diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json
index 913d575b..a7ca51f8 100644
--- a/components/imageeditor/package.json
+++ b/components/imageeditor/package.json
@@ -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",
diff --git a/components/inputs/CHANGELOG.md b/components/inputs/CHANGELOG.md
index e18297cd..48f59376 100644
--- a/components/inputs/CHANGELOG.md
+++ b/components/inputs/CHANGELOG.md
@@ -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
diff --git a/components/inputs/package.json b/components/inputs/package.json
index 33ab11a1..0acf21ba 100644
--- a/components/inputs/package.json
+++ b/components/inputs/package.json
@@ -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",
diff --git a/components/kanban/package.json b/components/kanban/package.json
index 5088d5fa..0adca7a8 100644
--- a/components/kanban/package.json
+++ b/components/kanban/package.json
@@ -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",
diff --git a/components/lists/CHANGELOG.md b/components/lists/CHANGELOG.md
index f5911290..f6770d41 100644
--- a/components/lists/CHANGELOG.md
+++ b/components/lists/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.41 (2023-12-18)
### ListView
diff --git a/components/lists/package.json b/components/lists/package.json
index 0031ac5d..e54da73a 100644
--- a/components/lists/package.json
+++ b/components/lists/package.json
@@ -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",
diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md
index 7081072d..6403afe0 100644
--- a/components/maps/CHANGELOG.md
+++ b/components/maps/CHANGELOG.md
@@ -14,7 +14,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### Maps
diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md
index 0014a582..99a683ee 100644
--- a/components/pdfviewer/CHANGELOG.md
+++ b/components/pdfviewer/CHANGELOG.md
@@ -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
diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json
index 593603ed..7225bc66 100644
--- a/components/pdfviewer/package.json
+++ b/components/pdfviewer/package.json
@@ -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",
diff --git a/components/pivotview/CHANGELOG.md b/components/pivotview/CHANGELOG.md
index b9dc14ea..51bbf3b5 100644
--- a/components/pivotview/CHANGELOG.md
+++ b/components/pivotview/CHANGELOG.md
@@ -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
diff --git a/components/pivotview/package.json b/components/pivotview/package.json
index 13bdc49d..bec8b493 100644
--- a/components/pivotview/package.json
+++ b/components/pivotview/package.json
@@ -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",
diff --git a/components/popups/package.json b/components/popups/package.json
index 9e5b5bec..57e711f5 100644
--- a/components/popups/package.json
+++ b/components/popups/package.json
@@ -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",
diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json
index 31492a0e..19c6493d 100644
--- a/components/querybuilder/package.json
+++ b/components/querybuilder/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-querybuilder",
- "version": "24.1.43",
+ "version": "24.1.44",
"description": "Essential JS 2 QueryBuilder for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/ribbon/package.json b/components/ribbon/package.json
index b073c4fa..91399b26 100644
--- a/components/ribbon/package.json
+++ b/components/ribbon/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-ribbon",
- "version": "24.1.41",
+ "version": "24.1.44",
"description": "Essential JS 2 Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md
index 837f5dec..f9e70a04 100644
--- a/components/richtexteditor/CHANGELOG.md
+++ b/components/richtexteditor/CHANGELOG.md
@@ -2,6 +2,16 @@
## [Unreleased]
+## 24.1.45 (2024-01-09)
+
+### RichTextEditor
+
+#### Bug Fixes
+
+- `#I534488` - Now, applying different style formats without focusing inside the Rich Text Editor works properly.
+- `#I530749` - Now, the `change` event is triggered properly when inserting the mention list items in the Rich Text Editor.
+- `#I534481` - Now, when applying the font family `Arial` to the text content in the Rich Text Editor, the toolbar status is updated properly.
+
## 24.1.43 (2023-12-27)
### RichTextEditor
diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md
index 6da720f3..6a56ebc6 100644
--- a/components/splitbuttons/CHANGELOG.md
+++ b/components/splitbuttons/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.44 (2024-01-03)
+## 24.1.45 (2024-01-09)
### DropDownButton
diff --git a/components/splitbuttons/package.json b/components/splitbuttons/package.json
index 34c1bdeb..21ae3743 100644
--- a/components/splitbuttons/package.json
+++ b/components/splitbuttons/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-splitbuttons",
- "version": "24.1.41",
+ "version": "24.1.44",
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json
index 2ef743a0..402ec6d8 100644
--- a/components/spreadsheet/package.json
+++ b/components/spreadsheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-spreadsheet",
- "version": "24.1.43",
+ "version": "24.1.44",
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/treegrid/CHANGELOG.md b/components/treegrid/CHANGELOG.md
index 81c5148f..f064936b 100644
--- a/components/treegrid/CHANGELOG.md
+++ b/components/treegrid/CHANGELOG.md
@@ -2,6 +2,14 @@
## [Unreleased]
+## 24.1.44 (2024-01-03)
+
+### Tree Grid
+
+#### Bug Fixes
+
+- `#I531278` - Fixed an issue where the checkbox column behaviour was not working correctly when the `displayascheckbox` column was placed as the first column.
+
## 24.1.41 (2023-12-18)
### Tree Grid
diff --git a/components/treegrid/package.json b/components/treegrid/package.json
index b8cf9c5f..2fb950b6 100644
--- a/components/treegrid/package.json
+++ b/components/treegrid/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-treegrid",
- "version": "24.1.41",
+ "version": "24.1.44",
"description": "Essential JS 2 TreeGrid Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",