Skip to content

Releases: syncfusion/ej2-react-ui-components

v26.1.35

11 Jun 13:54
Compare
Choose a tag to compare

Common

Features

  • Fluent 2 theme support added for Syncfusion React 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 React:

    • OTP Input: A secure input component designed for capturing one-time passwords (OTP) within React applications.
    • Multi Column Combobox: A dropdown component that supports displaying multiple columns of data, allowing for enhanced data selection and improved user experience within React applications.
  • The Timeline and TextArea components have 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 backend URL configuration. This enhancement also eliminating the need to define ajaxSettings 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

Bug fixes

  • #I594908,#I594882, #I592404 - Incorrect validation of resource, work and duration utilization while mapping taskType issues has been fixed.

Features

  • #I272613,#I269665,#I247664,#F146782 - Provided weekWorkingTime support, allowing you ...
Read more

v25.2.7

04 Jun 03:08
Compare
Choose a tag to compare

DatePicker

Bug Fixes

  • #I594041 - Fixed an issue where the tab key and escape key were not functioning correctly.

DateTimePicker

Bug Fixes

  • #I594041 - Fixed an issue where the tab key and escape 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.

DropDownList

Bug Fixes

  • #I592773 - Fixed the issue where an exception occurred when dynamically rendering dropdown lists in React Next.js.

GanttChart

Bug fixes

  • #I588548 - Taskbar template not working with enableMultitaskbar feature issue has been fixed.
  • #I590430 - Delete dependency button in context menu not showing for parent taskbar issue has been fixed.
  • #I587961 - Incorrect dependency value while using remote data issue has been fixed.
  • #I565931 - Taskbar render outside the grid line and bottom tier misalign issue has been fixed.

Grid

Bug fixes

  • #I580162 - Resolved the issue where custom group aggregate function not working properly when using disablePageWiseAggregates.

pdf

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 a br tag inside, the br 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 when opensOnHover property is enabled has been resolved.

XlsIO

No Changes for this product in this version.

v25.2.6

28 May 02:52
Compare
Choose a tag to compare

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

  • #I587507 - Custom value task type does not render initially issue has been fixed.
  • #I591687 - Dependency value not get updated issue has been fixed.

Grid

Bug fixes

  • #I584245 - The problem of deselecting a row programmatically with toggle set to true, without triggering the rowDeselecting and rowDeselected events, and without deselecting the row when there are existing selected rows has been successfully resolved.
  • #I580119 - Resolved the issue where the Tooltip element is not shown in context menu text overflow element.
  • #I571259 - Resolved the issue with the selectRow method when both virtualization and grouping are enabled.
  • #I587208 - The issue with misalignment of icons when the headerText 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, the isDocumentEdited 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 &times should not get converted into x 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 with enterKey as BR 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 when BR is configured.

Schedule

Bug fixes

  • #I586530 - The issue with refreshTemplates 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

21 May 03:48
Compare
Choose a tag to compare
v25.2.5 is released

v25.2.4

14 May 02:40
Compare
Choose a tag to compare
v25.2.4 is released

v25.2.3

08 May 14:11
Compare
Choose a tag to compare
v25.2.3 is released

v25.1.42

30 Apr 03:23
Compare
Choose a tag to compare
v25.1.42 is released

v25.1.41

23 Apr 08:20
Compare
Choose a tag to compare
v25.1.41 is released

v25.1.40

16 Apr 02:42
Compare
Choose a tag to compare
v25.1.40 is released

v25.1.39

09 Apr 12:55
Compare
Choose a tag to compare
v25.1.39 is released