Releases: syncfusion/ej2-vue-ui-components
Releases · syncfusion/ej2-vue-ui-components
v26.1.38
Accumulation Chart
Bug Fixes
#I590334
- Now, the pie legend highlight works properly.#I590334
- Now, the legend highlight will work properly even disabling selection in the pie chart.
Breadcrumb
Bug Fixes
- Provide support to prevent the breadcrumb item re-rendering action while clicking breadcrumb items through the itemClick event.
Chart
Bug Fixes
#I594639
- Now, the range navigator and the chart are rendered with the same width.#I598543
- Now, the chart area scrolling works properly when enabling the trackball in mobile mode.#F188458
- Now, the page remains in the same position when adding or removing a series in chart.
Circular Gauge
Bug Fixes
#I580684
- Exceptions will no longer be thrown when the pointer is removed, and its value is updated dynamically in the Circular Gauge.
DashboardLayout
Bug Fixes
#I599650
- The issue with the type of the element parameter in the Dashboard Layout constructor has been resolved.
DocumentEditor
Bug Fixes
#I590548
- Resolved the layout issue when opening the attached document.#I598215
- Resolved the table auto fit columns issue when opening attached document#I591154
- Resolved the spellcheck local storage issue.#I592343
- Resolved the comment icon removal issue.#I585937
- Resolved the editor shrink issue while closing the comment pane.#I576560
- Resolved the multi column layout issue in Word 2010 Compatibility mode.#I588649
- Resolved the table resizing issue.
Features
#I559439
- Added the support to add a paragraph before the table.
DropDownTree
Bug Fixes
#I596302
- The issues with the screen reader handling of selected items and the hidden input element in the Dropdown Tree component have been resolved.
FileManager
Features
#FB10417
- Provided support for rendering flat data objects in FileManager component, removing the necessity for server requests and backend URL configuration. This enhancement also eliminating the need to defineajaxSettings
while rendering the component.- Now, we have provided closeDialog method in FileManager to programmatically close the
delete, rename, upload, create, details and other dialog popups. - Introduced new event support for actions performed within the FileManager component. These new events significantly expand your ability to tailor and enhance your interactions within the File Manager, providing you with more control and flexibility. Below, you will find the corresponding event names and event argument details.
Event Information
Event Name | Argument Name | Properties | Description |
---|---|---|---|
beforeDelete | DeleteEventArgs | path, itemData, cancel. | This event is triggered before the deletion of a file or folder occurs. It can be utilized to prevent the deletion of specific files or folders. Any actions, such as displaying a spinner for deletion, can be implemented here. |
delete | DeleteEventArgs | path, itemData, cancel. | This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case. |
beforeFolderCreate | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered before a folder is created. It allows for the restriction of folder creation based on the application's use case. |
folderCreate | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered when a folder is successfully created. It provides an opportunity to retrieve details about the newly created folder. |
search | SearchEventArgs | showHiddenItems, caseSensitive, searchText, path, cancel, searchResults. | This event is triggered when a search action occurs in the search bar of the File Manager component. It triggers each character entered in the input during the search process. |
beforeRename | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is about to be renamed. It allows for the restriction of the rename action for specific folders or files by utilizing the cancel option. |
rename | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is successfully renamed. It provides an opportunity to fetch details about the renamed file. |
beforeMove | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder begins to move from its current path through a copy/cut and paste action. |
move | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder is pasted into the destination path. |
Bug Fixes
#I594282
- Resolved the fileOpen event issue in the File Manager component.
GanttChart
Bug fixes
#I587460
- Console error throws when assigning predecessor to an unscheduled task issue has been fixed.#I594645
- Cannot edit cell after validation rule is applied issue has been fixed.#I598329
- Cancel inactionBegin
event argument doesn't cancel taskbar and dialog edit action issue been fixed.#I594908
,#I594882
,#I592404
- Incorrect validation of resource, work and duration utilization while mappingtaskType
issues has been fixed.#I594878
- When adding a record via dialog, if thestartDate
is set to a Friday, theendDate
and duration become empty issue has been fixed.#I585587
- Filter pop up misalign in column menu filter issue has been fixed.#I590307
- The issue about the "Add" and "Delete" buttons in the dependency tab were not being disabled when unnecessary has been fixed.#I594645
- Date validation not working properly when taskbar is moved issue has been fixed.#I592824
- Event markers height not updated properly issue has been fixed.
Grid
Bug fixes
#I587156
- Resolved the issue whereenableVirtualization
grid becomes blank when sorting after scroll to bottom of grid.#I589142
- Resolved the issue where first selected record only deleted inenableVirtualization
grid.#F188307
- Resolved the issue While adding the new record withpageSizes
a new page is not created.#I594931
- Resolved the issue where the script error throws when adding the custom toolbar item dynamically.#I595192
- Resolved the issue where the script error throws when search is aligned left in toolbar withAdaptiveUI
.#I586042
- The issue with support foron-demand
in Excel and checkbox filtering for Adaptive UI has been resolved.#I594278
- Resolved the issue with persist selection not working properly when usingRowDragandDrop
with remote data.#FB57053
- Resolved the issue withenableQueryString
inpageSettings
.#I590873
- Implemented tab key navigation functionality with the command column.
Image Editor
Bug Fixes
- The issue with "image not loading in react ug sample" has been resolved.
ListBox
Bug Fixes
#I582328
- Issue with "Listbox component becomes unresponsive when resizing the window" has been resolved.
Multicolumn Combobox
Features
The Multicolumn combobox that can display data in multiple columns.
NumericTextBox
Bug Fixes
#I586498
- Fixed an issue where the numerictextbox component in different culture was causing incorrect appending of pasted values.
PDF Viewer
Bug Fixes
#I589042
- Now, the textbox field font size is does not increase automatically when zoom percentage increases.#F188158
- Now, script error does not occurred when searching the non-matched word in the provided document.#I587591
- Now, the stamp is updated correctly after reloading the resized stamp.#I593317
- Now, the signature and initial background color is preserved upon reloading the downloaded document.#I591009
- Now, the radio button name does not changes upon reloading the downloaded document.#I591558
- Now, the ink annotation comment was not missing when importing the annotation sequentially in Stand-alone mode.#I586497
- Now, the stamp annotation rendered properly when the PDF document is loaded withEditContent
restrictions.#I590035
- Now, the handwritten signature is exported properly when theisSignatureEditable
API is set to true.#I587843
- Now, the checkbox state is properly preserved when saving the provided document, even though the form designer module was not injected.#I591558
- Now, the selector style applied for programmatically added annotation.
PivotTable
Bug fixes
#I581048
- We can now customize the headers before sending service requests when using a server-side pivot table.
QueryBuilder
Bug Fixes
- Issue with condition not proper while getting sql from rules has been fixed.
#I594200
- Issue with "Template is not rendered properly when we use fieldMode as dropdowntree in the complex data binding query builder" has been fixed.
Ribbon
Bug Fixes
#I593640
- Now the script issue raised while disabling the last tab of the ribbon has been resolved.
RichTextEditor
Bug Fixes
- Now, fixed the issue with font color and the background color popu...
v26.1.35
Common
Features
-
Fluent 2
theme support added for Syncfusion Vue components, providing a modern and visually appealing user interface. -
Provided the Syncfusion CLDR package to support internationalization without relying on third-party dependencies.
-
Added the following new components in preview mode to Vue:
OTP Input
: A secure input component designed for capturing one-time passwords (OTP) within Vue applications.Multi Column Combobox
: A dropdown component that supports displaying multiple columns of data, allowing for enhanced data selection and improved user experience within Vue applications.
-
The
Timeline
andTextArea
components has been developed to meet industry standards and are now marked production-ready.
Bug Fixes
#I591286
- The issue with 'the warning message for the module injection in the Query Builder component' has been resolved.
Accumulation Chart
Bug Fixes
#I590334
- Now, the pie legend highlight works properly.#I590334
- Now, the legend highlight will work properly even disabling selection in the pie chart.
AutoComplete
Features
- The AutoComplete provides options for individual items to be in either an enabled or disabled state for specific scenarios. Once an item is disabled, it cannot be selected as a value for the component. This is particularly useful for disabling options such as out-of-stock products or inactive account types. To configure the disabled item columns, use the 'fields.disabled' property. Please find the demo link here.
Chart
Bug Fixes
#I591823
- Now, the legend doesn't gets overlapped when resizing the pie chart to minimal size.
Features
#I539415
- Provided support for animations when adding, removing, or updating data for all chart types, ranging from line charts to financial charts.#I539415
- Provided smooth transition support for axis elements like gridlines, tick lines, and labels when data is updated in the chart.#I539415
- Provided smooth transition support for annotations when data is updated in the chart.- Improved the animation of stacking series when clicking on the legend.
- Provided highlight support for chart series when clicking on the legend.
- Users can now access point information based on the pointer coordinates during chart mouse events and use this information to add or remove points on the chart.
ComboBox
Features
- The ComboBox provides options for individual items to be in either an enabled or disabled state for specific scenarios. Once an item is disabled, it cannot be selected as a value for the component. This is particularly useful for disabling options such as out-of-stock products or inactive account types. To configure the disabled item columns, use the 'fields.disabled' property. Please find the demo link here.
DashboardLayout
Bug Fixes
#I590397
- Resolved the issue where two panels occupy the same cell when dragging panels in the Dashboard Layout.
Diagram
Features
- Implemented tooltip support for fixed user handles.
- Provided support for adding collections of nodes and connectors through the API method.
- Improved automatic layout support with rendering of parent-child data without considering case sensitivity.
- Added support for specifying connection direction for ports.
- Annotations can now rotate relative to either their parent node or the page itself.
Bug Fixes
#I588126
- Now, root nodes without a child are positioned properly in complex hierarchical layouts.#I587622
- Annotation content is now positioned properly at the center of the node.#I591632
- Exceptions will no longer be thrown when ungrouping a group node with annotations.#I592290
- UML class nodes are no longer cloned while dragging even when the mouse moves outside the diagram page.
DocumentEditor
Features
#F155458
,#I329106
,#I324222
,#I315874
,#I295727
,#I291743
,#I282998
,#I280778
,#I277336
,#I275144
,#I274602
,#I273391
,#I269063
,#I268167
,#I269063
,#I361328
,#I438671
,#I546241
,#I582321
- Content controls are individual controls that users can add and customize for use in templates, forms, and documents. (Rich text, plain text, dropdown list, check box, date picker, combo box and picture). Check out the demo here.
DropdownList
Features
- The DropDownList provides options for individual items to be in either an enabled or disabled state for specific scenarios. Once an item is disabled, it cannot be selected as a value for the component. This is particularly useful for disabling options such as out-of-stock products or inactive account types. To configure the disabled item columns, use the 'fields.disabled' property. Please find the demo link here.
DropDownTree
Bug Fixes
#I591637
- The close event is now triggered when the popup begins closing, and a cancel option is provided to prevent the close action if needed.
FileManager
Features
#FB10417
- Provided support for rendering flat data objects in FileManager component, removing the necessity for server requests and back-end URL configuration. This enhancement also eliminating the need to defineajaxSettings
while rendering the component.- Now, we have provided closeDialog method in FileManager to programmatically close the
delete, rename, upload, create, details and other dialog popups. - Introduced new event support for actions performed within the FileManager component. These new events significantly expand your ability to tailor and enhance your interactions within the File Manager, providing you with more control and flexibility. Below, you will find the corresponding event names and event argument details.
Event Information
Event Name | Argument Name | Properties | Description |
---|---|---|---|
beforeDelete | DeleteEventArgs | path, itemData, cancel. | This event is triggered before the deletion of a file or folder occurs. It can be utilized to prevent the deletion of specific files or folders. Any actions, such as displaying a spinner for deletion, can be implemented here. |
delete | DeleteEventArgs | path, itemData, cancel. | This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case. |
beforeFolderCreate | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered before a folder is created. It allows for the restriction of folder creation based on the application's use case. |
folderCreate | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered when a folder is successfully created. It provides an opportunity to retrieve details about the newly created folder. |
search | SearchEventArgs | showHiddenItems, caseSensitive, searchText, path, cancel, searchResults. | This event is triggered when a search action occurs in the search bar of the File Manager component. It triggers each character entered in the input during the search process. |
beforeRename | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is about to be renamed. It allows for the restriction of the rename action for specific folders or files by utilizing the cancel option. |
rename | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is successfully renamed. It provides an opportunity to fetch details about the renamed file. |
beforeMove | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder begins to move from its current path through a copy/cut and paste action. |
move | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder is pasted into the destination path. |
Bug Fixes
#I594282
- Resolved the fileOpen event issue in the File Manager component.
Floating Action Button
Breaking Changes
- The
refreshPosition
method has been marked as deprecated and will no longer be used. It will be removed in future versions. Previously, this method was used to re-position the FAB when its target was resized. Now, this functionality is handled responsively through CSS at the source level, eliminating the need for manual refreshes.
GanttChart
Features
#I272613
,#I269665
,#I247664
,#F146782
- Provided weekWorkingTime support, allowing you to define distinct work hours for different working days. Please find the demo link [here](https://ej2.syncfusion.com/vue/demos/#/material3/gantt/working-time-rang...
v25.2.7
DatePicker
Bug Fixes
#I594041
- Fixed an issue where thetab
key andescape
key were not functioning correctly.
DateTimePicker
Bug Fixes
#I594041
- Fixed an issue where thetab
key andescape
key were not functioning correctly.
DocIO
No Changes for this product in this version.
DocumentEditor
Bug Fixes
#I586051
- Resolved the script error when passing null value to open API.#F188215
- Resolved the Horizontal scrollbar in Continuous layout type.#I576525
- Resolved the script error issue when inserting bookmarks with the same name.#I578500
- Resolved the hanging and layout issue when split the widow control paragraph inside table.#I588495
- Resolved the hanging issue when opening a document with big image inside table.#I592601
- Resolved a script error when undoing style changes.#I592608
- Resolved a content syncing issue when switching paste options.
GanttChart
Bug fixes
#I586548
- Console error occurs when datasource updated dynamically issue has been fixed.
Grid
Bug fixes
#I580162
- Resolved the issue where custom group aggregate function not working properly when usingdisablePageWiseAggregates
.
No Changes for this product in this version.
PDF Viewer
Bug Fixes
#I583706
- Now, the PDF Viewer scroll bar was not updated after deleting the existing value using API from the signature field.
Presentation
No Changes for this product in this version.
RichTextEditor
Bug Fixes
#I590215
- Now, clicking the cancel and close icon of the insert image dialog while uploading the image will cancel the image uploading API request.#I592457
- Now, when pasting an image in an empty paragraph with abr
tag inside, thebr
tag is removed after the image is pasted in the Rich Text Editor..
Speed Dial
Bug Fixes
#I591414
- Now the issue with unable to click the Speed Dial items whenopensOnHover
property is enabled has been resolved.
XlsIO
No Changes for this product in this version.
v25.2.6
Barcode
Bug Fixes
#I508544
- Now, the DataMatrix barcode is rendered properly with alphanumeric values.
Chart
Bug Fixes
#I592273
- An empty tooltip will no longer be displayed when the cancel argument is enabled in the shared tooltip event.
DocumentEditor
Bug Fixes
#I588344
- Resolved the content overlapping issue when editing multi column document.#I586107
- Resolved the script error when inserting image.#I585401
- Resolved the tab anchor issue in ruler when right clicking on it.#I586654
- Resolved the strange indentation behaviour when editing list item.
GanttChart
Bug fixes
#I586668
- When the context menu is used to add a record task index position value changes issue has been fixed.#I586548
- Console error occurs when datasource updated dynamically issue has been fixed.
Grid
Bug fixes
#I584245
- The problem of deselecting a row programmatically with toggle set to true, without triggering therowDeselecting
androwDeselected
events, and without deselecting the row when there are existing selected rows has been successfully resolved.#I580119
- Resolved the issue where theTooltip
element is not shown in context menu text overflow element.#I571259
- Resolved the issue with theselectRow
method when bothvirtualization
andgrouping
are enabled.#I587208
- The issue with misalignment of icons when theheaderText
field is empty has been resolved.#I591601
- Resolved the issue where continuous spinner loading when opening the Excel filter dialog after performing the grid's search operation.
Kanban
Bug Fixes
#I575728
- Now, Edited values in dialog will reflect in Cards when pressing the enter key in Kanban.I580937
- Now, clicking the save button in the edit dialog works properly in Kanban.
MultiSelect
Bug Fixes
#I577257
- Fixed issue with incorrect binding of value property to MultiSelect.
PDF Viewer
Bug Fixes
#I586371
- Now, the page does not become unresponsive when search multiple text.#I586065
- Now, theisDocumentEdited
API is set to true after making changes in the organize dialog.#I587851
- Now, the signature field saved properly when using the provided code snippet for the customer.#I585582
- Now, the text selection is working properly for OCR documents in client-side rendering.#I586473
- Now, the signature dialog opens properly when using the provided code snippet for the customer on a mobile device.#I574463
- Now, the script error does not occur when updating form fields in non-rendered pages.
Pivot Table
Bug fixes
#I586835
- When measures have no values, the OLAP pivot table will now be rendered with the correct cell values when drilling down.#I585932
- Date grouping will now work properly when using remote data in a pivot table.
RichTextEditor
Bug Fixes
#I588147
- Now, The text×
should not get converted intox
when paste from the clipboard into the RichTextEditor.#I582501
- Now, the font size is pasted properly when we copy and paste from MS Word into RichTextEditor.#I586268
- Now, auto-numbering works properly withenterKey
asBR
in RichTextEditor.#I564770
- Now, the list type is applied properly to both the parent and the nest list while applying indents in the Rich Text Editor.#I586268
- Now, pressing the Enter key on the side of the image will work properly whenBR
is configured.
Schedule
Bug fixes
#I586530
- The issue withrefreshTemplates
caused alignment issues in resource header has been resolved.
Switch
Bug Fixes
#593165
- The issue with "tabindex HtmlAttributes
property is not properly set on the switch input element." has been resolved.
TextBox
Bug Fixes
#I587808
- Fixed an accessibility issue in the Multi Line textbox caused by the role attribute.
Tree Grid
Bug Fixes
#F56915
- Fixed an issue where adding an action while data is being fetched and re-rendered would throw a script error.
v25.2.5
v25.2.5 is released
v25.2.4
v25.2.4 is released
v25.2.3
v25.2.3 is released
v25.1.42
v25.1.42 is released
v25.1.41
v25.1.41 is released
v25.1.40
v25.1.40 is released