diff --git a/components/barcodegenerator/CHANGELOG.md b/components/barcodegenerator/CHANGELOG.md
index bcbf368af..ae0c39b2b 100644
--- a/components/barcodegenerator/CHANGELOG.md
+++ b/components/barcodegenerator/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.45 (2024-01-09)
+## 24.1.46 (2024-01-17)
### Barcode
diff --git a/components/base/CHANGELOG.md b/components/base/CHANGELOG.md
index dc6426ff9..1d00c803f 100644
--- a/components/base/CHANGELOG.md
+++ b/components/base/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.45 (2024-01-09)
+## 24.1.46 (2024-01-17)
### Common
diff --git a/components/buttons/CHANGELOG.md b/components/buttons/CHANGELOG.md
index e014c2dc4..0ed205001 100644
--- a/components/buttons/CHANGELOG.md
+++ b/components/buttons/CHANGELOG.md
@@ -2,6 +2,22 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### Checkbox
+
+#### Bug Fixes
+
+- `#I535107` - Need to set `HtmlAttributes` Id in input element checkbox has been resolved.
+
+## 24.1.45 (2024-01-09)
+
+### Switch
+
+#### Bug Fixes
+
+- `#I530742` - The issue with "Switch unintentionally changed when we touch the switch and drag vertically" has been resolved.
+
## 24.1.41 (2023-12-18)
### RadioButton
diff --git a/components/buttons/package.json b/components/buttons/package.json
index 6c1ca1460..c32eb8507 100644
--- a/components/buttons/package.json
+++ b/components/buttons/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-buttons",
- "version": "24.1.41",
+ "version": "24.1.45",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/calendars/CHANGELOG.md b/components/calendars/CHANGELOG.md
index f9e8a05a9..1d028fa52 100644
--- a/components/calendars/CHANGELOG.md
+++ b/components/calendars/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.45 (2024-01-09)
+## 24.1.44 (2024-01-03)
### TimePicker
diff --git a/components/calendars/package.json b/components/calendars/package.json
index 1b8b9f7b8..0d7e05639 100644
--- a/components/calendars/package.json
+++ b/components/calendars/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
- "version": "24.1.43",
+ "version": "24.1.44",
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/charts/CHANGELOG.md b/components/charts/CHANGELOG.md
index d5b119795..8d0713338 100644
--- a/components/charts/CHANGELOG.md
+++ b/components/charts/CHANGELOG.md
@@ -2,6 +2,16 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### Chart
+
+#### Bug Fixes
+
+- `#I537751` - Now, the `enableZoom` property in the `scrollbarSettings` is working properly.
+- `#I535723` - Now, the showTooltip is working properly on mobile devices.
+- `#I528752` - Now, the chart values update properly during the resized event when integrating the EJ2 JS chart in a Blazor application.
+
## 24.1.45 (2024-01-09)
### AccumulationChart
diff --git a/components/charts/package.json b/components/charts/package.json
index a2add68cd..1995cb436 100644
--- a/components/charts/package.json
+++ b/components/charts/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
- "version": "24.1.44",
+ "version": "24.1.45",
"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 eb5b58ae3..3ffb11707 100644
--- a/components/circulargauge/CHANGELOG.md
+++ b/components/circulargauge/CHANGELOG.md
@@ -5,7 +5,7 @@
## [Unreleased]
-## 24.1.45 (2024-01-09)
+## 24.1.46 (2024-01-17)
### CircularGauge
diff --git a/components/diagrams/CHANGELOG.md b/components/diagrams/CHANGELOG.md
index 7b2c8fe5c..55967bf7a 100644
--- a/components/diagrams/CHANGELOG.md
+++ b/components/diagrams/CHANGELOG.md
@@ -2,6 +2,14 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### Diagram
+
+#### Bug Fixes
+
+- `#I527482` - Now, overview updated properly while zoom out and move nodes outside viewport.
+
## 24.1.45 (2024-01-09)
### Diagram
diff --git a/components/diagrams/package.json b/components/diagrams/package.json
index feb138b4e..9c59840db 100644
--- a/components/diagrams/package.json
+++ b/components/diagrams/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
- "version": "24.1.43",
+ "version": "24.1.45",
"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",
diff --git a/components/documenteditor/CHANGELOG.md b/components/documenteditor/CHANGELOG.md
index b4a1bc077..39cda884d 100644
--- a/components/documenteditor/CHANGELOG.md
+++ b/components/documenteditor/CHANGELOG.md
@@ -2,6 +2,17 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### DocumentEditor
+
+#### Bug Fixes
+
+- `#I532824` - Resolved list numbering issue in the attached document.
+- `#I531058` - Resolved the reply comment sorted issue.
+- `#I532310` - Resolved Issue while opening the document Editor exported document.
+- `#F185679` - Resolve script error and deleting cell from table removes other texts outside table.
+
## 24.1.45 (2024-01-09)
### DocumentEditor
diff --git a/components/documenteditor/package.json b/components/documenteditor/package.json
index 22ca4e0c7..9bda9fa4b 100644
--- a/components/documenteditor/package.json
+++ b/components/documenteditor/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
- "version": "24.1.44",
+ "version": "24.1.45",
"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 fb1a72b57..aa0f3c50b 100644
--- a/components/dropdowns/CHANGELOG.md
+++ b/components/dropdowns/CHANGELOG.md
@@ -2,8 +2,25 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### MultiSelect
+
+#### Bug Fixes
+
+- `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
+
## 24.1.45 (2024-01-09)
+### Mention
+
+#### Bug Fixes
+
+- `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
+- `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
+
+## 24.1.44 (2024-01-03)
+
### DropDownTree
#### Bug Fixes
diff --git a/components/dropdowns/package.json b/components/dropdowns/package.json
index 363cc9028..980dfc4e8 100644
--- a/components/dropdowns/package.json
+++ b/components/dropdowns/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
- "version": "24.1.43",
+ "version": "24.1.45",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/filemanager/CHANGELOG.md b/components/filemanager/CHANGELOG.md
index aa65edaba..42c20e834 100644
--- a/components/filemanager/CHANGELOG.md
+++ b/components/filemanager/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.45 (2024-01-09)
+## 24.1.46 (2024-01-17)
### FileManager
diff --git a/components/gantt/CHANGELOG.md b/components/gantt/CHANGELOG.md
index 2e8130b4b..62ec766a7 100644
--- a/components/gantt/CHANGELOG.md
+++ b/components/gantt/CHANGELOG.md
@@ -2,6 +2,17 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### GanttChart
+
+#### Bug Fixes
+
+- `#I533229` - Server call is triggered twice issue has been fixed.
+- `#I531670` - When adding a record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
+- `#I538917` - Text is not rendered properly in header while using page size issue has been fixed.
+- `#I185970` - Dynamic template updating in columns does not render issue has been fixed.
+
## 24.1.45 (2024-01-09)
### GanttChart
@@ -12,6 +23,7 @@
- `#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.
+- `#I521365` - Dates in tooltip not rendered correctly issue has been fixed.
- `#I530808` - Progress width not rendered properly in split tasks issue has been fixed.
diff --git a/components/gantt/package.json b/components/gantt/package.json
index 5c4569175..6fbbc17ab 100644
--- a/components/gantt/package.json
+++ b/components/gantt/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
- "version": "24.1.44",
+ "version": "24.1.45",
"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 7fcd5a28b..010531e9c 100644
--- a/components/grids/CHANGELOG.md
+++ b/components/grids/CHANGELOG.md
@@ -2,12 +2,29 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### Grid
+
+#### Bug fixes
+
+- `#FB49473` - Resolved the issue where preventing checkbox selection by setting `isSelectable` property to false was not effective when using a column template in the grid.
+
+- `#FB49473` - Resolved the issue where preventing checkbox selection by setting `isSelectable` property to false was not effective when using a column template in the grid.
+- `#I532213` - Fixed the issue where the `rowTemplate` was not being destroyed properly when the grid is destroyed in Vue component.
+
## 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.
+- `#FB49437` - Auto suggestion not working when using the right click paste issue has been fixed.
+
- `#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.
diff --git a/components/grids/package.json b/components/grids/package.json
index 0fd9ce255..fc560a18f 100644
--- a/components/grids/package.json
+++ b/components/grids/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
- "version": "24.1.44",
+ "version": "24.1.45",
"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 5dc97d049..ee2b6d810 100644
--- a/components/heatmap/CHANGELOG.md
+++ b/components/heatmap/CHANGELOG.md
@@ -2,7 +2,7 @@
## [Unreleased]
-## 24.1.45 (2024-01-09)
+## 24.1.46 (2024-01-17)
### HeatMap
diff --git a/components/imageeditor/CHANGELOG.md b/components/imageeditor/CHANGELOG.md
index 4321fea61..52c7f4595 100644
--- a/components/imageeditor/CHANGELOG.md
+++ b/components/imageeditor/CHANGELOG.md
@@ -2,6 +2,16 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### Image Editor
+
+#### Bug Fixes
+
+- The issue with "Zoom events not triggered while using Zoom method" has been resolved.
+- The issue with "Ratio Selection dimension not proper" has been resolved.
+- The issue with "Get Shape Settings method returns duplicate shape id" has been resolved.
+
## 24.1.45 (2024-01-09)
### Image Editor
diff --git a/components/imageeditor/package.json b/components/imageeditor/package.json
index a7ca51f8d..cd7fb4e44 100644
--- a/components/imageeditor/package.json
+++ b/components/imageeditor/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-image-editor",
- "version": "24.1.44",
+ "version": "24.1.45",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
diff --git a/components/inputs/package.json b/components/inputs/package.json
index 0acf21ba4..483067bcf 100644
--- a/components/inputs/package.json
+++ b/components/inputs/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-inputs",
- "version": "24.1.41",
+ "version": "24.1.45",
"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/CHANGELOG.md b/components/kanban/CHANGELOG.md
index 8c349df74..bcc797180 100644
--- a/components/kanban/CHANGELOG.md
+++ b/components/kanban/CHANGELOG.md
@@ -2,6 +2,15 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### Kanban
+
+#### Bug Fixes
+
+`#I535989` - Now, drop clone works properly when slowly dragging and dropping the cards in the last position in the Kanban column.
+
+
## 24.1.41 (2023-12-18)
### Kanban
diff --git a/components/kanban/package.json b/components/kanban/package.json
index 0adca7a81..5fa8870ed 100644
--- a/components/kanban/package.json
+++ b/components/kanban/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-kanban",
- "version": "24.1.43",
+ "version": "24.1.45",
"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/lineargauge/CHANGELOG.md b/components/lineargauge/CHANGELOG.md
index b1a4053f5..75397a918 100644
--- a/components/lineargauge/CHANGELOG.md
+++ b/components/lineargauge/CHANGELOG.md
@@ -14,6 +14,14 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### LinearGauge
+
+#### Bug Fixes
+
+- `#I539323` - The pointer value will no longer be reset when the pointer is dragged and the scrollbar on the page is moved.
+
## 24.1.41 (2023-12-18)
### LinearGauge
diff --git a/components/maps/CHANGELOG.md b/components/maps/CHANGELOG.md
index 6403afe08..76dc0b0af 100644
--- a/components/maps/CHANGELOG.md
+++ b/components/maps/CHANGELOG.md
@@ -14,7 +14,7 @@
## [Unreleased]
-## 24.1.45 (2024-01-09)
+## 24.1.46 (2024-01-17)
### Maps
diff --git a/components/navigations/CHANGELOG.md b/components/navigations/CHANGELOG.md
index b74b238a7..473a48e51 100644
--- a/components/navigations/CHANGELOG.md
+++ b/components/navigations/CHANGELOG.md
@@ -2,6 +2,26 @@
## [Unreleased]
+## 24.1.46 (2024-01-17)
+
+### Menu
+
+#### Bug Fixes
+
+- `#F519984` - The issue with "Keyboard action is not working properly in the Menu Component" has been resolved.
+
+### TreeView
+
+#### Bug Fixes
+
+- `#I531520` - TreeView component's title not decoded properly same as in tree node text has been resolved.
+
+### Toolbar
+
+#### Bug fixes
+
+- `#I508465` - The issue with the differentiate toolbar active and focus states has been resolved.
+
## 24.1.41 (2023-12-18)
### TreeView
diff --git a/components/navigations/src/stepper/steps.directive.ts b/components/navigations/src/stepper/steps.directive.ts
index 1570184ca..22045809d 100644
--- a/components/navigations/src/stepper/steps.directive.ts
+++ b/components/navigations/src/stepper/steps.directive.ts
@@ -37,8 +37,8 @@ export const StepsPlugin = {
* ```html
*
+ Getting Started | + Online demos | + Learn more +
+ ++ +
+ ++Trusted by the world's leading companies + + + +
+ +## Setup + +To install the Ribbon and its dependent packages, use the following command. + +```sh +npm install @syncfusion/ej2-vue-ribbon --save +``` + +## Supported frameworks + +Ribbon component is also offered in the following list of frameworks. + +| [](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)