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 * * - * - * + * + * * * * ``` diff --git a/components/pdfviewer/CHANGELOG.md b/components/pdfviewer/CHANGELOG.md index 99a683ee5..66b278273 100644 --- a/components/pdfviewer/CHANGELOG.md +++ b/components/pdfviewer/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### PDF Viewer + +#### Bug Fixes + +- `#I537980` - Now, the form fields have rendered properly without injecting the annotation, text selection, and text search modules. +- `#I533753` - Now, only the formFieldSelect event is called when select the `formField`. +- `#I537955` - Now, programmatically opening the handwritten signature dialog is works properly after opening the Initial dialog. +- `#I536567` - Now, duplicate comment and replay content are not added to the annotation when exporting/importing the text markup annotation. +- `#I536470` - Now, a script error is not occurs when rapidly adding a TextBox across multiple pages. + ## 24.1.45 (2024-01-09) ### PDF Viewer diff --git a/components/pdfviewer/package.json b/components/pdfviewer/package.json index 7225bc668..491faebc3 100644 --- a/components/pdfviewer/package.json +++ b/components/pdfviewer/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pdfviewer", - "version": "24.1.44", + "version": "24.1.45", "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 51bbf3b56..deb4aebf0 100644 --- a/components/pivotview/CHANGELOG.md +++ b/components/pivotview/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### PivotTable + +#### Bug fixes + +- `#F185974` - The selected node state will now be properly maintained in the filter dialog for the pivot table's date type field. +- `#I539759` - On-demand grouping will now work properly with CSV data source. + ## 24.1.45 (2024-01-09) ### PivotTable diff --git a/components/pivotview/package.json b/components/pivotview/package.json index bec8b493b..b08899a7d 100644 --- a/components/pivotview/package.json +++ b/components/pivotview/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-pivotview", - "version": "24.1.44", + "version": "24.1.45", "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/CHANGELOG.md b/components/popups/CHANGELOG.md index 426d7e55c..d38122c7c 100644 --- a/components/popups/CHANGELOG.md +++ b/components/popups/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### Tooltip + +#### Bug Fixes + +- `#I533557` - The console error while assigning a function type value to the `Content` property in the Tooltip component has been resolved. + ## 24.1.44 (2024-01-03) ### Tooltip diff --git a/components/querybuilder/CHANGELOG.md b/components/querybuilder/CHANGELOG.md index b8b71da1c..409a5e1a0 100644 --- a/components/querybuilder/CHANGELOG.md +++ b/components/querybuilder/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### QueryBuilder + +#### Bug Fixes + +- `#I534895` - Issue with `getValidRules` method of query builder returns improper rule for in operator has been fixed. + +## 24.1.45 (2024-01-09) + +### QueryBuilder + +#### Bug Fixes + +- `#I526596` - Issue with Dropdown tree item expand and selection related issue in query builder has been fixed. + ## 24.1.44 (2024-01-03) ### QueryBuilder diff --git a/components/querybuilder/package.json b/components/querybuilder/package.json index 19c6493d5..60b10a931 100644 --- a/components/querybuilder/package.json +++ b/components/querybuilder/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-querybuilder", - "version": "24.1.44", + "version": "24.1.45", "description": "Essential JS 2 QueryBuilder for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/ribbon/README.md b/components/ribbon/README.md index c3e614fe1..c50b11d6d 100644 --- a/components/ribbon/README.md +++ b/components/ribbon/README.md @@ -1,3 +1,64 @@ # Vue Ribbon Component -The Ribbon is a structured layout to manage tools with tabs and groups. The Ribbon control supports buttons, split buttons, toggle buttons, file menu and multiple layouts. +The [Vue Ribbon](https://www.syncfusion.com/vue-components/vue-ribbon?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component provides a structured and easy-to-use user interface for users to access different features and functions through series of tabs, improving the overall user experience and making your application more efficient. + +

+ Getting Started | + Online demos | + Learn more +

+ +

+ +

+ +

+Trusted by the world's leading companies + + Bootstrap logo + +

+ +## 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)
     [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)     | [](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)
       [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)
       [Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)       | [](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)   | [](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)
  [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)   | +| :-----: | :-----: | :-----: | :-----: | :-----: | + +## Key features + +* [Built-in items](https://ej2.syncfusion.com/vue/documentation/ribbon/items): Several built-in support items, such as buttons, checkboxes, dropdown buttons, split buttons, combo boxes, group button, and color pickers that can be customized and used to execute specific actions. +* [Modes](https://ej2.syncfusion.com/vue/documentation/ribbon/layouts): Offers the `classic mode` that organizes items and groups in a traditional form, and `simplified mode` that organizes items and groups into a single row for improved usability and reduced clutter. +* [Tooltip](https://ej2.syncfusion.com/vue/documentation/ribbon/tooltip): Provide additional information when a user hovers over a ribbon item, improving user experience and increasing the usability of the application. +* [File menu](https://ej2.syncfusion.com/vue/documentation/ribbon/file-menu): A built-in menu that to add file related actions easily. +* [Backstage](https://ej2.syncfusion.com/vue/documentation/ribbon/backstage): It is an extension of traditional file menu for displaying information, based on the user interactions with backstage options. +* [Templates](https://ej2.syncfusion.com/vue/documentation/ribbon/help-pane-template): Customize ribbon items and the help pane content using templates. + +## Support + +Product support is available through the following mediums. + +* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support +* [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-ribbon-npm) +* [GitHub issues](https://github.com/syncfusion/ej2-vue-ui-components/issues/new) +* [Request feature or report bug](https://www.syncfusion.com/feedback/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-ribbon-npm) +* Live chat + +## License and copyright + +> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). + +> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. + +See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info. + +© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. diff --git a/components/richtexteditor/CHANGELOG.md b/components/richtexteditor/CHANGELOG.md index f9e70a04f..839405aaa 100644 --- a/components/richtexteditor/CHANGELOG.md +++ b/components/richtexteditor/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### RichTextEditor + +#### Bug Fixes + +- `#I537067` - Now, the content at the top is displayed properly when maximizing the Rich Text Editor with `enableFloating` set to `false`. +- `#I534484` - Now, applying the bold repeatedly to the content in the Rich Text Editor works properly, and the content doesn't get deleted. + ## 24.1.45 (2024-01-09) ### RichTextEditor diff --git a/components/richtexteditor/package.json b/components/richtexteditor/package.json index 5fd9fa6eb..f6e5a32c0 100644 --- a/components/richtexteditor/package.json +++ b/components/richtexteditor/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-richtexteditor", - "version": "24.1.43", + "version": "24.1.45", "description": "Essential JS 2 RichTextEditor component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", diff --git a/components/richtexteditor/src/rich-text-editor/richtexteditor.component.ts b/components/richtexteditor/src/rich-text-editor/richtexteditor.component.ts index 23538b03c..f9c466413 100644 --- a/components/richtexteditor/src/rich-text-editor/richtexteditor.component.ts +++ b/components/richtexteditor/src/rich-text-editor/richtexteditor.component.ts @@ -132,6 +132,9 @@ export let RichTextEditorComponent: DefineVueComponent = v custom(): void { this.updated(); }, + addAnchorAriaLabel(value: string): string { + return this.ej2Instances.addAnchorAriaLabel(value); + }, cleanList(e: Object): void { return this.ej2Instances.cleanList(e); }, diff --git a/components/splitbuttons/CHANGELOG.md b/components/splitbuttons/CHANGELOG.md index 6a56ebc6b..8e3612ddc 100644 --- a/components/splitbuttons/CHANGELOG.md +++ b/components/splitbuttons/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### DropDownButton + +#### Bug Fixes + +- `#I863317` - Issue in "DropDownButton list items do not meet WCAG AA standards for focus indicators" has been resolved. + +### ButtonGroup + +#### Bug Fixes + +- `#I534148` - Issue in "Focus Css style not removed after clicking outside from button group button in bootstrap4 theme" has been resolved. + ## 24.1.45 (2024-01-09) ### DropDownButton diff --git a/components/splitbuttons/package.json b/components/splitbuttons/package.json index 21ae37431..c6441596a 100644 --- a/components/splitbuttons/package.json +++ b/components/splitbuttons/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-splitbuttons", - "version": "24.1.44", + "version": "24.1.45", "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/CHANGELOG.md b/components/spreadsheet/CHANGELOG.md index 6a93221c4..3b3f676e3 100644 --- a/components/spreadsheet/CHANGELOG.md +++ b/components/spreadsheet/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.46 (2024-01-17) + +### Spreadsheet + +#### Bug fixes + +- `#I864921` - Issue with "exception is thrown when performing an arithmetic operation with percentage formatted value" has been resolved. + ## 24.1.41 (2023-12-18) ### Spreadsheet diff --git a/components/spreadsheet/package.json b/components/spreadsheet/package.json index 402ec6d8a..986dff317 100644 --- a/components/spreadsheet/package.json +++ b/components/spreadsheet/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-spreadsheet", - "version": "24.1.44", + "version": "24.1.45", "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 f064936b9..453705252 100644 --- a/components/treegrid/CHANGELOG.md +++ b/components/treegrid/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased] +## 24.1.45 (2024-01-09) + +### Tree Grid + +#### Bug Fixes + +- `#I534170` - Fixed an issue where indent/outdent option is not displayed in the context menu when in cell edit mode. + ## 24.1.44 (2024-01-03) ### Tree Grid diff --git a/components/treegrid/package.json b/components/treegrid/package.json index 2fb950b6c..9088ab917 100644 --- a/components/treegrid/package.json +++ b/components/treegrid/package.json @@ -1,6 +1,6 @@ { "name": "@syncfusion/ej2-vue-treegrid", - "version": "24.1.44", + "version": "24.1.45", "description": "Essential JS 2 TreeGrid Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license",