This commit is contained in:
pipeline 2024-09-30 13:49:52 +00:00
Родитель e904de7402
Коммит 6afabfbb08
49 изменённых файлов: 222 добавлений и 33 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### Barcode

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Checkbox
#### Bug Fixes
- `#I909049` - The issue with "Need to set the aria-label attribute for the checkbox input element and not to the wrapper element" has been resolved.
### RadioButton
#### Bug Fixes
- The issue with "Background color issue for disabled unselect radio button in bootstrap5 theme" has been resolved.
## 26.1.35 (2024-06-11)
### Floating Action Button

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-buttons",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### DateTimePicker
#### Bug Fixes
- `#I628891` - Resolved the issue where the "DateTimePicker Mask" was not functioning correctly after deletion using the keyboard.
## 27.1.50 (2024-09-24)
### DatePicker

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "18.32.5",
"version": "27.1.50",
"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",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -4,7 +4,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### Circular Gauge

Просмотреть файл

@ -2,6 +2,16 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Diagram
#### Bug Fixes
- `#I637400` - Now, the Fixed user handle visibility works properly.
- `#I629696` - Now, the image node is exported properly with every export region settings.
- `#F194390` - Now, Annotation will render based on its width if defined.
## 27.1.50 (2024-09-24)
### Diagram

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### DocumentEditor
#### Bug Fixes
- `#I630170` - Resolved the paragraph shifting issue when pasting text content.
- `#I626306` - Resolved the font family and page content is not rendered properly.
## 27.1.50 (2024-09-24)
### DocumentEditor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### MultiSelect
#### Bug Fixes
- `#I633820` - Resolved the issue where the change event was not triggered when removing the selected value.
### ComboBox
#### Bug Fixes
- `#I631481` - The issue where the “aria-disabled” attribute value did not update properly when dynamically enabling and disabling the ComboBox has been resolved.
## 27.1.50 (2024-09-24)
### DropDownTree

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "27.1.48",
"version": "27.1.50",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,10 +2,27 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### FileManager
#### Bug Fixes
- `#I633879` - Improved error handling and null value management in File Manager component file operations.
## 27.1.50 (2024-09-24)
### FileManager
#### Bug Fixes
- `#I629895` - The issue with drag and drop action in the File Manager component with virtualization has been resolved.
- `#FB61054` - The issue with navigation pane update while performing drag and drop action in the File Manager component has been resolved.
## 27.1.48 (2024-09-18)
### FileManager
#### Features
- The Backspace key navigation support is provided for File Manager to navigate to the previous path in File Manager. To navigate to the previous path programmatically, you can use the [traverseBackward](https://ej2.syncfusion.com/documentation/api/file-manager/#traversebackward) method.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-filemanager",
"version": "18.28.1",
"version": "27.1.50",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,16 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### GanttChart
#### Bug fixes
- `#I632186` - Custom column not refreshed properly while indent and outdent issue has been fixed.
- `#I631776` - Dates given in the data source are not displayed same as segment data source issue has been fixed.
- `#I633422` - Incorrect start date updated using `updateRecordByID` issue has been fixed.
## 27.1.50 (2024-09-24)
### GanttChart

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "27.1.48",
"version": "27.1.50",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,17 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Grid
#### Bug fixes
- `#I629864` - The `CSP` issue when using `CustomDataAdaptor` has been resolved.
- `#I631247` - The issue with delete icon is disabled in toolbar when the grid `dataSource` is empty with Batch edit has been resolved.
- `#I630777` - The issue where Virtualization not working properly with specific `pageSize` values has been resolved.
- `#I634165` - The issue with the Grid auto-saving the cell while using the `uploader` component with batch editing has been resolved.
## 27.1.50 (2024-09-24)
### Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### HeatMap

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Image Editor
#### Bug Fixes
- The issue with "undo-redo collection updated multiple times while customizing arrow annotation" has been resolved.
- The issue with "Image Editor arrow intersection point is improper" has bee resolved.
## 27.1.50 (2024-09-24)
### Image Editor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-image-editor",
"version": "27.1.48",
"version": "27.1.50",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### ColorPicker

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.48 (2024-09-18)
### AI AssistView

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-interactive-chat",
"version": "21.29.0",
"version": "27.1.50",
"description": "Essential JS 2 Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,12 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Timeline
- `#I631862` - An alignment issue while utilizing `content` or `oppositeContent` property as template in Timeline component has been resolved.
## 25.1.35 (2024-03-15)
### Timeline

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-layouts",
"version": "21.4.6",
"version": "27.1.50",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.48 (2024-09-18)
### ListView

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-lists",
"version": "18.23.1",
"version": "27.1.50",
"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",

Просмотреть файл

@ -10,7 +10,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### Maps

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### MultiColumn ComboBox

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### TreeView
#### Bug Fixes
- `#I636879` - Resolved the console error that occurred when dragging tree items in the TreeView component while using the Firefox browser.
## 27.1.50 (2024-09-24)
### TreeView

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### Message

Просмотреть файл

@ -2,6 +2,23 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### PDF Viewer
#### Bug Fixes
- `#I627789` - Now, the context menu for form fields opens properly in desktop touch mode.
- `#I630341` - Now, the text is properly aligned in the freetext annotation when using the subject property.
- `#I629789` - Now, the `IsDocumentEdited` property set to false when loading the customer provided PDF document.
- `#I632424` - Now, the object reference error won't occur when downloading with the dropdown field after updating the dropdown options programmatically.
- `#I627479` - Now, the browse button is working properly when dynamically changing enableFormFields API value.
- `#I635120` - Now, After adding a freetext, changing the alignment and font size, the undo and redo functions working properly.
- `#I635116` - Now, Freetext annotation appeared properly when update the alignment styling.
- `#I635117` - Now, the undo and redo actions is properly working when perform the cut and paste action.
- `#I630883` - Now, resizing the form field on the first page doesn't hide the form field on the third page.
- `#I630441` - Now, the `pageMouseover` event is triggered without annotation and form designer modules.
## 27.1.50 (2024-09-24)
### PDF Viewer
@ -15,6 +32,7 @@
- `#I632511` - Now, the fetch request is not sent if the URL is set to the document path on the Server-Backed PDF Viewer.
- `#I632378` - Now, copy paste is working with formfields when `enableFormDesigner` as false.
- `#I631207` - Now, the `textmarkup` annotations are not unselected when changing the properties programmatically.
- `#I627322` - Now, the Form fields can not be moved outside of the document.
## 27.1.48 (2024-09-18)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "27.1.48",
"version": "27.1.50",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Pivot Table
#### Bug fixes
- `#I628997` - The drill-through popup will now display the proper data when using the Pivot Table with the server-side engine and DataTable.
## 27.1.50 (2024-09-24)
### Pivot Table

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-popups",
"version": "27.1.48",
"version": "27.1.50",
"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",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### QueryBuilder

Просмотреть файл

@ -2,10 +2,40 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### RichTextEditor
#### Bug Fixes
- `#I630952` - Now, pressing the delete key when the cursor is at the end of the container correctly removes the correct `br` tag in the Rich Text Editor.
- `#I629344` - Now, the `Insert` button is disabled in the image dialog when the selected image size exceeds the maximum file size.
- `#I630816` - Now, the `beforePasteCleanup` event arguments `Value` is not empty when content is copied and pasted from the Adobe Acrobat PDF read.
- `#I629364` - Now, Border right will appear when pasting from the Excel in the Rich Text Editor.
## 27.1.50 (2024-09-24)
### RichTextEditor
#### Bug Fixes
- `#I620537` - Now, In localization, different text are used in alternative text quick toolbar item and alternative text dialog header.
- `#I623355` - Now, the ordered and unordered lists are now rendered properly in the table when copied and pasted from an MS Word document to the Rich Text Editor.
- `#I630039` - Now, when formatting is applied to the content, it functions correctly in the Firefox browser.
- `#I627005` - Now, when the Rich Text Editor is placed inside a list, the list functionality works properly.
- `#F191200` - Now, when a `blockquote` is applied and the `clearFormat` action is selected, the process correctly removes the `blockquote` and applies the appropriate `p` tags.
## 27.1.48 (2024-09-18)
### RichTextEditor
#### Features
- **Inline Code**: this feature allow users to highlight small code snippets, commands, or keywords within text, making them stand out for clarity in Rich Text Editor. Explore the demos [here](https://ej2.syncfusion.com/demos/#/bootstrap5/rich-text-editor/tools.html).

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-richtexteditor",
"version": "26.1.35",
"version": "27.1.50",
"description": "Essential JS 2 RichTextEditor component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Schedule
#### Bug fixes
- `#I617009` - An issue where the appointment drag position is not updating according to the mouse cursor in the vertical views of the schedule has been fixed.
- `#I569000` - The issue with the current time indicator displaying discrepancies compared to the time scale on the start and end days of daylight saving time in the vertical view has been resolved.
## 27.1.50 (2024-09-24)
### Schedule

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-schedule",
"version": "27.1.48",
"version": "27.1.50",
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### DropDownButton

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### Spreadsheet

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 27.1.51 (2024-09-30)
### Tree Grid
#### Bug Fixes
- `#I632368` - Last record removed during virtual scroll issue has been fixed.
## 27.1.48 (2024-09-18)
### Tree Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-treegrid",
"version": "27.1.48",
"version": "27.1.50",
"description": "Essential JS 2 TreeGrid Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -8,7 +8,7 @@
## [Unreleased]
## 27.1.50 (2024-09-24)
## 27.1.51 (2024-09-30)
### TreeMap