Skip to content

Releases: syncfusion/ej2-javascript-ui-controls

v23.1.36

15 Sep 14:47
Compare
Choose a tag to compare

Common

Features

  • #F155731 - Provided an option to enable or disable the animation across all Syncfusion controls.

Bug Fixes

  • Resolved the issue with offline material theme have google fonts.

AutoComplete

Features

  • #FB9773 - Introducing the Virtual Scrolling feature for the AutoComplete component, it is a game-changer for managing large datasets. This feature drastically improves performance by ensuring faster loading and smoother scrolling, even with extensive data.

Chart

Features

  • #I462095 - Provided support for using column or bar charts to display data in the form of cylindrical-shaped items.
  • #I395116 - Provided support for synchronizing tooltips, zooming and panning, cross-hairs, highlights, and selection features across numerous charts.
  • #I420935 - Provided support for exporting chart data to Excel in a table format.
  • #I489636 - It is now possible to add a background and border to the chart title and subtitle.
  • #F182191 - Provided support to hide the nearest data in tooltip when having multiple axis.
  • #I294830 - Enhanced PDF export feature facilitates exporting charts from the web page onto multiple pages within a PDF document.

ColorPicker

Bug Fixes

  • Facing exception when mode switching from color palette to color picker has been resolved.
  • Color picker value is not getting reset for transparent case.

ComboBox

Features

  • #FB9773 - Introducing the Virtual Scrolling feature for the ComboBox component, it is a game-changer for managing large datasets. This feature drastically improves performance by ensuring faster loading and smoother scrolling, even with extensive data.

Diagram

Features

  • #I379033 - Added port support for the connector.
  • Provided support to modify the bezier segment thumb.
  • Provided support to close the print window while closing the parent window.
  • Provided API support to add segments for straight connectors at runtime.
  • Provided support to toggle the selection state of the diagram elements at runtime.
  • #I476281 - Provided sticky mode support for the diagram tooltip.

Document Editor

Features

  • #I471020 - Added support for table title and description.

DropdownList

Features

  • #FB9773 - Introducing the Virtual Scrolling feature for the DropDownList component, it is a game-changer for managing large datasets. This feature drastically improves performance by ensuring faster loading and smoother scrolling, even with extensive data.

Bug Fixes

  • #I472623 - Resolved an issue when the window is resizing the popup position is misaligned

FileManager

Features

  • #FB44788 - Provided template support to customize toolbar items. In earlier versions, Toolbar item customization was limited to a predefined set of options. With this new feature, you can now define your own templates to completely customize the appearance and functionality of toolbar items.

Bug Fixes

  • #I493055 - The issue arising from the expandOn property set to Click in the Navigation Pane of the File Manager component has been resolved.

GanttChart

Features

  • #I275966 - Provided lazy loading support in Gantt chart. Please find the demo link here.
  • #I396039 - Provided baseline support for PDF export in Gantt Chart.
  • Provided support to export the Gantt component where each rows are auto-fit to the PDF document page width. Please find the demo link here.
  • Provided touch interaction support for taskbar resizing, dragging, predecessor connectivity in Gantt chart.

Grid

Bug fixes

  • #I488183 - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
  • #I473780 - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
  • #I486159 - Fixed an issue where the Column Reorder was not working properly when the frozen right feature is enabled.
  • #I498644 - Resolved an issue where the skip and take parameters are not passed to the server-side while performing grid actions only in the case of the total number of records and page sizes are equal.

Features

  • #FB10384 - Provided the support for exporting the grid with Column template and Detail template at the client side by using the exportDetailTemplate event of the grid where each cell of the grid rows can be customized. Find the demo link here.
  • #FB10132 - Provided the support for exporting multiple grids in the same or different pages into PDF and Excel formats by listing the id values of each grid that needs to be exported in the exportGrids property of Grid. Find the demo link here.
  • #FB44392 - Provided the support for Column Virtualization with pagination in Grid.
  • Improved frozen rows and columns by enabling previously limited features such as Grouping, Row templates, Infinite scrolling, Stacked Header, and Column Virtualization. Find the demo link here.
  • Introduced a new column freezing mode known as Fixed, in addition to the existing Left, Right, and Center modes within the column settings' freeze property. This Fixed mode locks columns in place, ensuring their visibility during horizontal scrolling. Find the demo link here.

Breaking Changes

  • Revamped the frozen feature by replacing the previous three-table approach with a single table, resulting in significant performance improvements and a reduction in file size. This update eliminates the need to inject the Freeze module to utilize the frozen feature, making it more efficient. We have listed the deprecated methods of frozen feature and their alternatives.

Deprecated Methods

Deprecated Methods Previous Current Suggested Alternative Methods
getMovableRows() This method returns only the movable table rows (tr's). This method will return all table rows (tr's) of the entire table. The movable cells within the tr element can be selected using the e-unfreeze class. getRows()
getFrozenRightRows() This method returns only the table rows (tr's) from the freeze right table. This method will return all the rows (tr’s) of the entire table. The frozen right cells can be selected using the e-rightfreeze class. getRows()
getMovableRowByIndex()
getFrozenRowByIndex()
getFrozenRightRowByIndex()
* getMovableRowByIndex - select a movable row
* getFrozenRowByIndex - select a freeze row
* getFrozenRightRowByIndex - select a right freeze row.
This method will return the table row (tr) based on the given index. Additionally, class names for table cells (td's) have been separated as follows:
* Left-Freeze: e-leftfreeze
* Movable: e-unfreeze
* Right-Freeze : e-rightfreeze
getRowByIndex()
getMovableCellFromIndex()
getFrozenRightCellFromIndex()
* getMovableCellFromIndex() - select a particular cell in the movable table.
* getFrozenRightCellFromIndex() - select a particular cell in the right freeze table.
No change getCellFromIndex()
getMovableDataRows()
getFrozenRightDataRows()
getFrozenDataRows()
These methods return the viewport data rows for the freeze, movable, and right tables separately. This method, will return the entire viewport data rows. getDataRows()
getMovableColumnHeaderByIndex()
getFrozenRightColumnHeaderByIndex()
getFrozenLeftColumnHeaderByIndex()
These methods select the movable, right freeze, and left freeze headers from the table separately. No change getColumnHeaderByIndex()

Kanban

Bug Fixes

#I492818 - Now, fast scrolling from top to bottom of the column continuously works properly.

#I495751 - Now, dragging a card to the first position in the Kanban works properly without flickering.

ListBox

Bug Fixes

  • #F43705 - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.

Message

Bug Fixes

  • The issue with "the close icon being misaligned when the content alignment was set to centre" has been resolved.

MultiSelect

Bug Fixes

  • #I451885 - Resolved the performance issue when multiselect component is rendered with large number of data.

  • #I495084 - Resolved issue where users were unable to enter spaces when using selectAll in checkbox mode.

PDF Viewer

Bug fixes

  • #I489522 - Now, when annotations are double-clicked, the isDocumentEdited API no longer switches to the TRUE state.
  • #I492457 - Now, the page renders properly after zooming in and out when the provided PDF document is loaded.
  • #I488322 - Now, the annotations exported from the older version are imported into the latest version
  • #I491908 - Now, the type of handwritten signature in Arabic language is retained when downloading the document.
  • #I490945 - Now, the rotation of the annotations is properly preserved when importing them before rendering the pages.

Features

  • #I472310 - Provided support to render the digital signature appearance in the exported images using the 'Export as Image APIs'.
  • #I445342 - Provided support to enable or disable the lock on comment replies for annotations.
  • #I320602, #I332921, #I335469, #I334005, #I336580, #I338402, #I340993, #I342275, #I342451, #I344418, #I345156, #I297938, #I374753, #F156674, #379682, #I379543, #I381844, #I428937, #I448747, #I450636, #I448292, #I453737, #I453781, #I494648, #I495352 - Provided support for c...
Read more

v22.2.12

05 Sep 11:01
Compare
Choose a tag to compare

Common

Bug Fixes

  • Resolved the issue with offline material theme have google fonts.

Accumulation chart

Bug Fixes

  • #I494139 - The tab index is now properly displayed in the accumulation chart.

Breadcrumb

Bug Fixes

  • #I474929 - The issue with "CSP template not working in breadcrumb component" has been resolved.

Carousel

Bug Fixes

  • #F46021 - The issue where the current item position within the Carousel could shift off-center upon window resizing has been fixed.

Chart

Bug Fixes

  • #F46287 - Fixed an issue where the tooltip was not rendered when the chart id was a numeric value.
  • #I478252 - The legend aria label has been changed based on the legend click.
  • #I492750 - Fixed an issue where the zoom factor and zoom position were not applied after scrolling the chart.

Checkbox

Bug Fixes

  • #I488474 - The issue with "Hovering the checkbox checked items of checkbox is unchecked while using RTL mode" in Bigger mode has been resolved.

ComboBox

Bug Fixes

  • #483288 - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.

DatePicker

Bug Fixes

  • #I491906 - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.

DateRangePicker

Bug Fixes

  • #I491906 - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.

DateTimePicker

Bug Fixes

  • #I491906 - Fixed an issue where the values were not being cleared or changed while the popup was open and the user focus out.

Diagram

Bug Fixes

  • #I477867,#I486093 - Now, Html shapes in palette are rendered properly.
  • #F183998 - Now, When Dragging Swimlane from Palette to Diagram and Exiting Without Dropping is working properly.
  • #F184121 - Now, BPMN nodes styles are updated properly at runtime.

Dialog

Bug Fixes

  • #I482911 - Fixed an issue where the refreshPosition method did not correctly append the model dialog to the intended position.

Document Editor

Bug Fixes

  • #I479032 - Now, Application is working in IE 11.
  • #I484782 - Resolved the formatting issue occurred when converting to DOCX in Server side.
  • #I484763 - Fixed the issue editing header throws script error in console.
  • #I485502 - Fixed the issue in exporting the document with an image.
  • #I485763 - Resolved the navigation issue using Ctrl+Right key.
  • #I486538 - Fixed the issue in saving the svg image.
  • #I488148 - Now, Accept/reject work properly after stopping protection.
  • #F183848 - Fixed the issue in docx exporting.
  • #F183866 - Resolved the issue in pasting a larger image.
  • #I488197 - Resolved the issue in spellCheck.
  • #I489064 - Fixed the issue bottom text overlapped with the footer line.
  • #I489638 - Now, Doughnut chart renders properly in DocumentEditor.
  • #I490573, #I491902 - Now, Able to edit text file.
  • #I494011, #I494218 - Fixed the issue script error occurred when opening a document.

Drawings

Bug Fixes

  • #I464511 – Now, the content of the free text annotation does not changes when we click outside of it.

DropDown List

Bug Fixes

  • #I481443 - Resolved the issue where the "no records" template was not being displayed and a console error occurred.

Dropdown Tree

Bug Fixes

  • #F183599 - The issue duplicate child was rendered when using expanded field in Dropdown Tree component with Web API adaptor has been resolved.

DropDownButton

Bug Fixes

  • #I486201 - Issue in "DropDownButton Popup flickering issue while using the target property." has been resolved.

File Manager

Bug fixes

  • #I492594 - The issue related to the console error that occurred when moving between folders after performing a search operation within the File Manager component has been resolved.

Gantt Chart

Bug Fixes

  • #I485527 - Filter menu opening issue in column menu has been fixed.
  • #I491313 - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.

Grid

Bug fixes

  • #I488479 - The problem of the incorrect right indent of the custom filter dialog in RTL mode has been resolved.
  • #I486810 - Resolved the issue where tab key focus navigation during batch editing.
  • #I480995 - The error that occurred when update an image using the updateCell method has been resolved.
  • #I489532 - The issue with the locale in the custom filter dialog for the excel filter has been successfully resolved.

HeatMap

Bug fixes

  • #I487030 - When the cancel property in the event argument of the cellSelected event is set to true, selection will now be prevented.

Image Editor

Bug Fixes

  • #I494726 - The issue with "Annotations pen drawing not working properly in ipad" has been resolved.

Kanban

Bug Fixes

  • #I481342 - Now, kanban virtualization works properly when a small amount of data is loaded.
  • #I484188 - Now, column scrolling works properly on Kanban virtualization when the Kanban columns have different data sizes.
  • #F45534 - Now, dragging and dropping a card into any position within a column works properly.

ListBox

Bug Fixes

  • #I485947 - Issue with "Script error thrown While Drag and Drop in dual ListBox with filtering option in blazor" has been resolved.

ListView

Bug Fixes

  • #I488100 #F45810- Facing a console error when clicking in an empty ListView component has been resolved.

Maps

Bug Fixes

  • #I485498 - Mouse events will now work properly on the marker templates.

Menu

Bug Fixes

  • #I483185 - The issue with "Script error throws on destroying menu when its sub menus are still open" has been resolved.

MultiSelect

Bug Fixes

  • #I479749 - Resolved the issue of "Unable to retrieve preselected variable values that are not present in the data source".

Office Chart

Bug Fixes

  • #I489638 - Resolved the Doughnut chart renders issue as black.

PDF Viewer

Bug Fixes

  • #I492457 - Now, the page renders properly after zooming in and zooming out when the provided PDF document is loaded.
  • #I488322 - Now, annotations that were exported from the older version are imported into the latest version.
  • #I491908 - Now, the type handwritten signature in Arabic language is retained when downloading the document.

Pivot Table

Bug fixes

  • The issue with server side rendering in next.js has been resolved.

QueryBuilder

Bug Fixes

  • #I493593 - Resolved the Script error thrown in getRule method of QueryBuilder while using change event.

Ribbon

Bug Fixes

  • I491455 - Now, the script issue raised when enable/disable the Ribbon items is resolved.

RichTextEditor

Bug Fixes

  • #I488885 - Now, pressing CTRL + Enter does not trigger the enter action in the Rich Text Editor.

Schedule

Bug fixes

  • #I488001 - An issue where the description field of an ICS file was not being parsed correctly upon import into the Schedule has been fixed.

Slider

Bug Fixes

  • F45705 - The issue with a changed event in the Slider component has been resolved.

Sparkline

Bug Fixes

  • #F45948 - Fixed issue with sparkline pie not displaying properly when having single point.
  • #F45935 - Fixed an issue where the chart gets vanished when data updated after resizing the chart.

Spinner

Bug Fixes

  • #483152 - Resolved an issue where the cssClass property was not able to accept multiple classes.

Splitter

Bug Fixes

  • #I483293 - Fixed memory leak issue in Splitter component.

Svg Base

Bug Fixes

  • #I483794 - Fixed an issue where the bold formatting was not applied correctly in the tooltip header.

TextBox

Bug Fixes

  • I453508 - Fixed the issue where the e-outline breaks when an icon is prepended to the textbox.

TimePicker

Features

  • #I480992 - Added support for configuring server time zone settings to the component. The serverTimezoneOffset property can now be used to set the pre-bound value based on the time zone provided to the component.

Tooltip

Bug Fixes

  • #I488643 - Resolved an issue where the Tooltip does not update properly for the rect and g elements.

v22.2.11

29 Aug 01:40
Compare
Choose a tag to compare

Common

Bug Fixes

  • #492390 - Resolved the issue with Bold fonts are not included in material theme

Accumulation chart

Bug Fixes

  • #I494139 - The tab index is now properly displayed in the accumulation chart.

Breadcrumb

Bug Fixes

  • #I474929 - The issue with "CSP template not working in breadcrumb component" has been resolved.

Carousel

Bug Fixes

  • #F46021 - The issue where the current item position within the Carousel could shift off-center upon window resizing has been fixed.

Chart

Bug Fixes

  • #F46287 - Fixed an issue where the tooltip was not rendered when the chart id was a numeric value.
  • #I478252 - The legend aria label has been changed based on the legend click.
  • #I492750 - Fixed an issue where the zoom factor and zoom position were not applied after scrolling the chart.

Checkbox

Bug Fixes

  • #I488474 - The issue with "Hovering the checkbox checked items of checkbox is unchecked while using RTL mode" in Bigger mode has been resolved.

ComboBox

Bug Fixes

  • #483288 - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.

DateRangePicker

Bug Fixes

  • #I492075 - Fixed an issue where the popup in the DateRangePicker Component would not close when clicking outside the component while using the Preset Ranges feature.

Diagram

Bug Fixes

  • #I477867,#I486093 - Now, Html shapes in palette are rendered properly.
  • #F183998 - Now, When Dragging Swimlane from Palette to Diagram and Exiting Without Dropping is working properly.
  • #F184121 - Now, BPMN nodes styles are updated properly at runtime.

Dialog

Bug Fixes

  • #I482911 - Fixed an issue where the refreshPosition method did not correctly append the model dialog to the intended position.

Document Editor

Bug Fixes

  • #I479032 - Now, Application is working in IE 11.
  • #I484782 - Resolved the formatting issue occurred when converting to DOCX in Server side.
  • #I484763 - Fixed the issue editing header throws script error in console.
  • #I485502 - Fixed the issue in exporting the document with an image.
  • #I485763 - Resolved the navigation issue using Ctrl+Right key.
  • #I486538 - Fixed the issue in saving the svg image.
  • #I488148 - Now, Accept/reject work properly after stopping protection.
  • #F183848 - Fixed the issue in docx exporting.
  • #F183866 - Resolved the issue in pasting a larger image.
  • #I488197 - Resolved the issue in spellCheck.
  • #I489064 - Fixed the issue bottom text overlapped with the footer line.
  • #I489638 - Now, Doughnut chart renders properly in DocumentEditor.
  • #I490573, #I491902 - Now, Able to edit text file.
  • #I494011, #I494218 - Fixed the issue script error occurred when opening a document.

Drawings

Bug Fixes

  • #I464511 – Now, the content of the free text annotation does not changes when we click outside of it.

DropDown List

Bug Fixes

  • #I481443 - Resolved the issue where the "no records" template was not being displayed and a console error occurred.

Dropdown Tree

Bug Fixes

  • #F183599 - The issue duplicate child was rendered when using expanded field in Dropdown Tree component with Web API adaptor has been resolved.

DropDownButton

Bug Fixes

  • #I486201 - Issue in "DropDownButton Popup flickering issue while using the target property." has been resolved.

File Manager

Bug fixes

  • #I492594 - The issue related to the console error that occurred when moving between folders after performing a search operation within the File Manager component has been resolved.

Gantt Chart

Bug Fixes

  • #I485527 - Filter menu opening issue in column menu has been fixed.
  • #I491313 - Multiple records were selected after using the context menu, adding the milestone position wrong issue has been fixed.

Grid

Bug fixes

  • #I488479 - The problem of the incorrect right indent of the custom filter dialog in RTL mode has been resolved.
  • #I486810 - Resolved the issue where tab key focus navigation during batch editing.
  • #I480995 - The error that occurred when update an image using the updateCell method has been resolved.
  • #I489532 - The issue with the locale in the custom filter dialog for the excel filter has been successfully resolved.

HeatMap

Bug fixes

  • #I487030 - When the cancel property in the event argument of the cellSelected event is set to true, selection will now be prevented.

Image Editor

Bug Fixes

  • #I494726 - The issue with "Annotations pen drawing not working properly in ipad" has been resolved.

Kanban

Bug Fixes

  • #I481342 - Now, kanban virtualization works properly when a small amount of data is loaded.
  • #I484188 - Now, column scrolling works properly on Kanban virtualization when the Kanban columns have different data sizes.
  • #F45534 - Now, dragging and dropping a card into any position within a column works properly.

ListBox

Bug Fixes

  • #I485947 - Issue with "Script error thrown While Drag and Drop in dual ListBox with filtering option in blazor" has been resolved.

ListView

Bug Fixes

  • #I488100 #F45810- Facing a console error when clicking in an empty ListView component has been resolved.

Maps

Bug Fixes

  • #I485498 - Mouse events will now work properly on the marker templates.

Menu

Bug Fixes

  • #I483185 - The issue with "Script error throws on destroying menu when its sub menus are still open" has been resolved.

MultiSelect

Bug Fixes

  • #I479749 - Resolved the issue of "Unable to retrieve preselected variable values that are not present in the data source".

Office Chart

Bug Fixes

  • #I489638 - Resolved the Doughnut chart renders issue as black.

PDF Viewer

Bug Fixes

  • #I490803 - The script error is now resolved when deleting annotations from different pages.
  • #I490484 - The comment panel value in the ink annotation is added in the provided document.
  • #I489551 - Now, the ink annotation in the provided document does not get duplicated.

Pivot Table

Bug fixes

  • The issue with server side rendering in next.js has been resolved.

QueryBuilder

Bug Fixes

  • #I493593 - Resolved the Script error thrown in getRule method of QueryBuilder while using change event.

Ribbon

Bug Fixes

  • I491455 - Now, the script issue raised when enable/disable the Ribbon items is resolved.

RichTextEditor

Bug Fixes

  • #I488885 - Now, pressing CTRL + Enter does not trigger the enter action in the Rich Text Editor.

Schedule

Bug fixes

  • #I488001 - An issue where the description field of an ICS file was not being parsed correctly upon import into the Schedule has been fixed.

Slider

Bug Fixes

  • F45705 - The issue with a changed event in the Slider component has been resolved.

Sparkline

Bug Fixes

  • #F45948 - Fixed issue with sparkline pie not displaying properly when having single point.
  • #F45935 - Fixed an issue where the chart gets vanished when data updated after resizing the chart.

Spinner

Bug Fixes

  • #483152 - Resolved an issue where the cssClass property was not able to accept multiple classes.

Splitter

Bug Fixes

  • #I483293 - Fixed memory leak issue in Splitter component.

Svg Base

Bug Fixes

  • #I483794 - Fixed an issue where the bold formatting was not applied correctly in the tooltip header.

TextBox

Bug Fixes

  • #I477545 - Fixed an issue where error colors were not being applied correctly in the Textbox Component.

TimePicker

Features

  • #I480992 - Added support for configuring server time zone settings to the component. The serverTimezoneOffset property can now be used to set the pre-bound value based on the time zone provided to the component.

Tooltip

Bug Fixes

  • #I488643 - Resolved an issue where the Tooltip does not update properly for the rect and g elements.

v22.2.10

22 Aug 18:19
Compare
Choose a tag to compare

Common

Bug Fixes

  • #492390 - Resolved the issue with Bold fonts are not included in material theme

Accumulation chart

Bug Fixes

  • #I490028 - Fixed an issue where the centerLabel text was not being displayed in bold formatting.

Chart

Bug Fixes

  • #I487053 - Now, startFromZero is functioning correctly in stackingColumn.

Checkbox

Bug Fixes

  • #I488474 - The issue with "Hovering the checkbox checked items of checkbox is unchecked while using RTL mode" in Bigger mode has been resolved.

ComboBox

Bug Fixes

  • #483288 - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.

DateRangePicker

Bug Fixes

  • #I489129 - Fixed an issue where the Daterangepicker popup was not opening properly on iPad devices.

Diagram

Bug Fixes

  • #I484458 - Now, order commands for dropped swimlane is working properly
  • #I485386 - Now, Copy and paste the child nodes from group is working properly.
  • #F182827 - Now, Swimlane child nodes are positioned properly and the exception will no longer thrown while performing delete and undo.

Dialog

Bug Fixes

  • #I483277 - Fixed a memory leak issue in the dialog component.

Document Editor

Bug Fixes

  • #I482625 , #F183478 - Resolved the script error of opening a chart document.
  • #F183689 , #F183682 - Resolved the issue while inserting svg image.
  • #I483658 - Resolved the frozen issue while loading the given document.
  • #I483659 - Fixed the issue document editor crashes when trying to edit.
  • #I483689 - Fixed the Overlapping issue while loading.
  • #I484763 - Fixed the issue of editing header throws script error in console.
  • #I485401 - Resolved the script error while downloading the document.
  • #I485791 - Fixed the overlapping issue when we do enter before the shape.
  • #I486671 - Resolved the script error occurred when scrolling.

Drawings

Bug Fixes

  • #I464511 – Now, the content of the free text annotation does not changes when we click outside of it.

DropDown List

Bug Fixes

  • #I481443 - Resolved the issue where the "no records" template was not being displayed and a console error occurred.

Dropdown Tree

Bug Fixes

  • #F183599 - The issue duplicate child was rendered when using expanded field in Dropdown Tree component with Web API adaptor has been resolved.

DropDownButton

Bug Fixes

  • #I486201 - Issue in "DropDownButton Popup flickering issue while using the target property." has been resolved.

File Manager

Bug fixes

  • #I492594 - The issue related to the console error that occurred when moving between folders after performing a search operation within the File Manager component has been resolved.

Gantt Chart

Bug Fixes

  • #I486977 - Zoom To Fit issue when we resize browser window has been fixed.
  • #I484086 - Other instance of the taskbar not moved in the resource view issue has been fixed.
  • #I482456 - Critical path is incorrect in the Gantt Chart issue has been fixed.

Grid

Bug fixes

  • #I487601 - Fixed the issue that prevented batch adding is working properly with hidden primary key column.
  • #I444618 - Script error thrown when performing print with empty dataSource has been resolved.
  • #I485367 - The problem of the pager dropdown and message not displaying correctly when the Grid is rendered within the Tab component has been successfully resolved.
  • #I839020 - Resolved an issue where row span was not being applied correctly when showing or hiding columns using the column chooser.
  • #I483559 - Issue with the focused cell was not being properly indicated during row selection has been resolved.

HeatMap

Bug fixes

  • #I487030 - When the cancel property in the event argument of the cellSelected event is set to true, selection will now be prevented.

Image Editor

Bug Fixes

  • Issue with "Script error thrown while editing multiple text area" has been resolved.

Kanban

Bug Fixes

  • #I481342 - Now, kanban virtualization works properly when a small amount of data is loaded.
  • #I484188 - Now, column scrolling works properly on Kanban virtualization when the Kanban columns have different data sizes.
  • #F45534 - Now, dragging and dropping a card into any position within a column works properly.

ListBox

Bug Fixes

  • #I485947 - Issue with "Script error thrown While Drag and Drop in dual ListBox with filtering option in blazor" has been resolved.

Maps

Bug Fixes

  • #I485498 - Mouse events will now work properly on the marker templates.

Menu

Bug Fixes

  • #I483185 - The issue with "Script error throws on destroying menu when its sub menus are still open" has been resolved.

MultiSelect

Bug Fixes

  • #I479749 - Resolved the issue of "Unable to retrieve preselected variable values that are not present in the data source".

PDF Viewer

Bug Fixes

  • #I489048 - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
  • #I489448 - Now, it is possible to add form fields after a few pages with edited properties.
  • #I490199 - Now, the touch-based page scrolling is works as expected on simulated iOS/iPad devices.
  • The issue with server side rendering in next.js has been resolved.

Pivot Table

Bug fixes

  • The issue with server side rendering in next.js has been resolved.

QueryBuilder

Bug Fixes

  • #F183921 - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder.

RichTextEditor

Bug Fixes

  • #I488885 - Now, pressing CTRL + Enter does not trigger the enter action in the Rich Text Editor.

Schedule

  • #I478902 - Performance issue in calculating scrollbar width has been fixed.

Slider

Bug Fixes

  • F45705 - The issue with a changed event in the Slider component has been resolved.

Sparkline

Bug Fixes

  • #F45948 - Fixed issue with sparkline pie not displaying properly when having single point.
  • #F45935 - Fixed an issue where the chart gets vanished when data updated after resizing the chart.

Spinner

Bug Fixes

  • #483152 - Resolved an issue where the cssClass property was not able to accept multiple classes.

Splitter

Bug Fixes

  • #I483293 - Fixed memory leak issue in Splitter component.

Svg Base

Bug Fixes

  • #I483794 - Fixed an issue where the bold formatting was not applied correctly in the tooltip header.

TextBox

Bug Fixes

  • #I477545 - Fixed an issue where error colors were not being applied correctly in the Textbox Component.

TimePicker

Features

  • #I480992 - Added support for configuring server time zone settings to the component. The serverTimezoneOffset property can now be used to set the pre-bound value based on the time zone provided to the component.

Tooltip

Bug Fixes

  • #I488643 - Resolved an issue where the Tooltip does not update properly for the rect and g elements.

v22.2.9

15 Aug 12:48
Compare
Choose a tag to compare

Common

Bug Fixes

  • #I476890 - Memory leak issue in syncfusion components when using enable Persistence.

Accumulation chart

Bug Fixes

  • #I486337 - Fixed an issue where the console error thrown when disabling the animation.
  • #I486337 - Now the destroy method is properly working in accumulation chart.

Chart

Bug Fixes

  • #I487053 - Now, startFromZero is functioning correctly in stackingColumn.

Checkbox

Bug Fixes

  • #I488474 - The issue with "Hovering the checkbox checked items of checkbox is unchecked while using RTL mode" in Bigger mode has been resolved.

ComboBox

Bug Fixes

  • #483288 - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.

DateRangePicker

Bug Fixes

  • #I486181 - Fixed an issue where the DateRangePicker popup was not opening when there was not enough space in the window.

Diagram

Bug Fixes

  • #I486118 - Now, the orthogonal connector routing works properly when we drag connector segment.
  • #I484774 - Now, Double click on node annotation will open the edit of invisible annotation is resolved.
  • #I484563 - The DOM Exception will no longer thrown while removing connector with Virtualization Enabled.
  • #I484335 - Now, highlighter rendered properly on hovering ports and nodes.

Dialog

Bug Fixes

  • #I483277 - Fixed a memory leak issue in the dialog component.

Document Editor

Bug Fixes

  • #I482578 - Fixed the unsafe-eval error in source.
  • #I486542 - Now, the Desired Font Family present properly in selecting Dropdown.
  • #I485462 - Resolved the issue in updating font families dynamically.
  • #F183689 - Resolved the issue while inserting svg image .
  • #I483658 - Resolved the frozen issue while loading the given document.
  • #I475459 - Added sanitize for the open, copy, and paste APIs.

DropDown List

Bug Fixes

  • #I477135 - Fixed a memory leak issue in the Dropdownlist Component.
  • #I486973 - Fixed an issue where the last selected item in the DropDownList would be retained in the list of items when the data source was changed.

DropDownButton

Bug Fixes

  • #I486201 - Issue in "DropDownButton Popup flickering issue while using the target property." has been resolved.

Gantt Chart

Bug Fixes

  • #I485657 - Misalignment happened in timeline while exporting PDF in Gantt has been fixed.
  • #I485398 - console error occurs while using segment data issue has been fixed.
  • #I487527 - Data manager URL is called twice.
  • #I484079- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
  • #I461564- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
  • #I486234 - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.

Grid

Bug fixes

  • #I487601 - Fixed the issue that prevented batch adding is working properly with hidden primary key column.
  • #I444618 - Script error thrown when performing print with empty dataSource has been resolved.
  • #I485367 - The problem of the pager dropdown and message not displaying correctly when the Grid is rendered within the Tab component has been successfully resolved.
  • #I839020 - Resolved an issue where row span was not being applied correctly when showing or hiding columns using the column chooser.
  • #I483559 - Issue with the focused cell was not being properly indicated during row selection has been resolved.

Image Editor

Bug Fixes

  • Issue with "Script error thrown while applying text area changes to canvas" has been resolved.

Kanban

Bug Fixes

  • #I481342 - Now, kanban virtualization works properly when a small amount of data is loaded.
  • #I484188 - Now, column scrolling works properly on Kanban virtualization when the Kanban columns have different data sizes.
  • #F45534 - Now, dragging and dropping a card into any position within a column works properly.

ListBox

Bug Fixes

  • #I485947 - Issue with "Script error thrown While Drag and Drop in dual ListBox with filtering option in blazor" has been resolved.

Maps

Bug Fixes

  • #I485498 - Mouse events will now work properly on the marker templates.

Menu

Bug Fixes

  • #I483185 - The issue with "Script error throws on destroying menu when its sub menus are still open" has been resolved.

PDF Viewer

Bug Fixes

  • #I487346 - The free text annotation is now visible during printing when the free text annotation settings is customised.
  • #I489176 - Now, the line type annotations are drawn properly on mobile devices after zooming.

Pivot Table

Bug fixes

  • I489341 - The toolbar menu items will now be properly displayed in the pivot table with the material dark theme.

QueryBuilder

Bug Fixes

  • #F183921 - Resolved the Script error thrown while changing Boolean value in dropdowntree fieldMode of QueryBuilder.

RichTextEditor

Bug Fixes

  • #I481854 - Now, pasting the content into the Rich Text Editor, which is rendered inside the Dialog without manually focusing the editor, works properly.
  • #I484797 - Now, pressing the backspace key when the cursor is placed after a line with a br tag works properly.

Schedule

  • #I478902 - Performance issue in calculating scrollbar width has been fixed.

Slider

Bug Fixes

  • F45705 - The issue with a changed event in the Slider component has been resolved.

Spinner

Bug Fixes

  • #483152 - Resolved an issue where the cssClass property was not able to accept multiple classes.

Splitter

Bug Fixes

  • #I483293 - Fixed memory leak issue in Splitter component.

Svg Base

Bug Fixes

  • #I483794 - Fixed an issue where the bold formatting was not applied correctly in the tooltip header.

TextBox

Bug Fixes

  • #I477545 - Fixed an issue where error colors were not being applied correctly in the Textbox Component.

TimePicker

Features

  • #I480992 - Added support for configuring server time zone settings to the component. The serverTimezoneOffset property can now be used to set the pre-bound value based on the time zone provided to the component.

Tooltip

Bug Fixes

  • #I488643 - Resolved an issue where the Tooltip does not update properly for the rect and g elements.

v22.2.8

08 Aug 12:36
Compare
Choose a tag to compare

Chart

Bug Fixes

  • #I483107 - Data editing is now working properly, along with the zoom property.
  • #I484578 - The trendline is now rendered for the polynomial type in datetime.
  • #I485511 - Fixed an issue where the trackball was not rendered properly in canvas mode.

Checkbox

Bug Fixes

  • #I488474 - The issue with "Hovering the checkbox checked items of checkbox is unchecked while using RTL mode" has been resolved.

ComboBox

Bug Fixes

  • #483288 - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.

Diagram

Bug Fixes

  • #I482420 - Now, Connector draw cursor is enabled while hover the group node port.
  • #I484353 - Now, copy paste the group node multiple times is working properly.

Dialog

Bug Fixes

  • #I483277 - Fixed a memory leak issue in the dialog component.

Document Editor

Bug Fixes

  • #I482386, #I486455 - Resolved the spell check issue.
  • #I482694 - Now, the table Header repeating is proper while enter new data at last row of the page.
  • #I483711 - Fixed the issue in custom style preservation and applying.
  • #I478257 - Fixed the issue in list format rendering.
  • #I484131 - Resolved the table lines missing after saving the document.
  • #I485502 - Resolved the issue in exporting the document with an image.
  • #I486096 - Now, Update field appear in the context menu.

DropDown List

Bug Fixes

  • #I474541 - Fixed an issue where the position of the popup was incorrect when enabling RTL mode.

DropDownButton

Bug Fixes

  • #I486201 - Issue in "DropDownButton Popup flickering issue while using the target property." has been resolved.

Gantt Chart

Bug Fixes

  • #I485907 - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
  • #I483579 - Splitter resize issue when we resize browser window issue has been fixed.
  • #I483399 - Style not applied for the collapsed row when the virtual scroll is enabled issue has been fixed.
  • #I473286 - Unable to drag taskbar and tooltip is misaligned issue has been fixed.

Grid

Bug fixes

  • #I475018 - Grid filter showing duplicate values without ignoring case has been resolved.

ListBox

Bug Fixes

  • #I485947 - Issue with "Script error thrown While Drag and Drop in dual ListBox with filtering option in blazor" has been resolved.

Maps

Bug Fixes

  • #I485498 - Mouse events will now work properly on the marker templates.

Menu

Bug Fixes

  • #I483185 - The issue with "Script error throws on destroying menu when its sub menus are still open" has been resolved.

PDF Viewer

Bug Fixes

  • #I484429 - Now, the error does not occur when we programmatically delete the added annotation.
  • #I485416 - Now, the ink annotations are rendered properly after programmatically adding the highlight annotation.

Pivot Table

Bug fixes

  • I485463 - The pivot table can now be properly rendered when sorting is applied with virtualization.
  • I486436 - The pivot chart can now be properly rendered with remote data binding.
  • F183726 - The "multiLevelLabelRender" event will now work properly in the Angular pivot table.

QueryBuilder

Bug Fixes

  • #I469225 - Resolved the Custom operator not working properly in QueryBuilder While dynamically change locale property.

Schedule

  • #I478902 - Performance issue in calculating scrollbar width has been fixed.

Spinner

Bug Fixes

  • #483152 - Resolved an issue where the cssClass property was not able to accept multiple classes.

Svg Base

Bug Fixes

  • #I483794 - Fixed an issue where the bold formatting was not applied correctly in the tooltip header.

TextBox

Bug Fixes

  • #I477545 - Fixed an issue where error colors were not being applied correctly in the Textbox Component.

TimePicker

Features

  • #I480992 - Added support for configuring server time zone settings to the component. The serverTimezoneOffset property can now be used to set the pre-bound value based on the time zone provided to the component.

v22.2.7

02 Aug 12:55
Compare
Choose a tag to compare

Chart

Bug Fixes

  • #I479445 - Now, the legend opacity is working properly in the chart.
  • #F183350 - Fixed an issue where the multicolored area was not working properly in canvas mode.
  • #I481085 - The issue where the Legend gets cut off when enablePages is set to false has been resolved.
  • #I481219 - Now, SelectedDataIndexes are properly updated when it is cleared on button click.
  • #I482650 - Now the chart is proper when refreshed after zooming in and out.

Diagram

New Feature

  • #I464388 - load Event to notify diagram initial render is added.

Bug Fixes

-#I477967 - Now, symbol size does not change after dragging the symbols.

Dialog

Bug Fixes

  • #I483277 - Fixed a memory leak issue in the dialog component.

Document Editor

Bug Fixes

  • #I480272 - Resolved the Page get Freeze issue while opening a document.
  • #I484011 - Added 1/2 px option in table properties pane width options.
  • #F183323 - Resolved the table rendering issue.
  • #I478257 - Fixed the issue in list format rendering.
  • #I479946 - Now, the tracked content is preserved properly.
  • #I479193 - Fixed the issue in opening an exported HTML file.
  • #I477577 - Resolved the script error while clicking on the field.
  • #FB44883 - Fixed the form fill pop-up rendering issues.
  • #I481912 - Fixed the image overlapping issue in the header.

Gantt Chart

Bug Fixes

  • #I479591 - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
  • #F182867 - Edit parameters not working in date columns issue has been fixed.
  • #I479578 - Milestone get disappeared when we indent the record issue has been fixed.
  • #I481480 - Last segments resizing issue has been fixed.
  • #I481603 - Zoom To Fit while Search/Filtered then Clearing Search doesn't update Horizontal Scroll issue has been fixed.
  • #IF183168 - Record was not added in Gantt using oDataV4Adaptor issue has been fixed.
  • #I479607 - Search including extra results issue has been fixed.
  • #I481058 - Console error when we use RTL and taskbar template issue has been fixed.
  • #I482456 - Critical path not working properly issue has been fixed.
  • #I485219 - Selection is not working when we use react hook.

Grid

Bug fixes

  • #I479266 - Resolved an issue where aggregates being displayed in the wrong column during Excel export.
  • #I486035 - The issue regarding adding records using the index value when the selection is in the first row has been resolved.
  • #I483149 - The problem of the cssClass property not supporting multiple classes has been resolved.

Menu

Bug Fixes

  • #I483185 - The issue with "Script error throws on destroying menu when its sub menus are still open" has been resolved.

PDF Viewer

Bug Fixes

  • #F183545 - Now, the scale ratio is being applied when we set it in the measure settings object.
  • #I481837 - Now, when updating the form field to be read-only programmatically, it is functioning properly for the pages that are not rendered.

Pivot Table

Bug fixes

  • I459099 - The pivot table can now be rendered properly with the reordering feature.

Spinner

Bug Fixes

  • #483152 - Resolved an issue where the cssClass property was not able to accept multiple classes.

TextBox

Bug Fixes

  • #I477545 - Fixed an issue where error colors were not being applied correctly in the Textbox Component.

v22.2.5

27 Jul 15:13
Compare
Choose a tag to compare

Common

Bug Fixes

  • #479520 - The issue with dragged elements and mouse positions getting misaligned has been resolved.

Chart

Bug Fixes

  • #I477552 - Fixed an issue where the column was overlapping with the axis line.
  • #I477506 - Fixed an issue where the trendline was not changing when updating its properties.
  • #I475454 - Now UseGroupingSeparator is working in accumulation tooltip.
  • #F183277 - Fixed an issue where range color mapping was not working when using two series.
  • #I479131 - Fixed the issue of data label cropping when setting the value as the minimum.
  • #I479171 - Fixed an issue where the range values of the scroll bar were not proper.
  • #I471081 - Now, stripline is proper when the width is changed.

Checkbox

Bug Fixes

  • #I483250 - The issue with "CheckBox not working in IE 11" has been resolved.

ContextMenu

Bug Fixes

  • #I483247 - The issue with "Context Menu not working in IE 11" has been resolved.
  • #I484122 - The issue with "Context menu closed while scroll within the sub menu of context menu.

Diagram

Bug Fixes

  • #F-182592,#FB-45000 - scrollbar flickering issue in mac on zooming the diagram has been fixed now.
  • #I44765 - Now, Event "Start" state triggers for single time in rotate and resize action.
  • #I44765 - Now, Duplicate nodes and connectors are created after reset for layout type 'None' has been fixed now.

Document Editor

Bug Fixes

  • #I475597 - Now, show alert Message while entering invalid hyperlink address.
  • #I473464 - Resolved the Toolbar disappear issue while destroy and re-append container instance.
  • #I478156 - Resolved the text cut issue while highlighting selected text

Breaking Changes

  • By default, the enableOptimizedSpellCheck property is set to false. However, when you enable the enableSpellCheck property, the enableOptimizedSpellCheck is automatically enabled as well.

Drawings

Bug Fixes

  • #I464511 – Now, the content of the free text annotation does not changes when we click outside of it.

Dropdown Tree

Bug Fixes

  • #I481958 - The issue with "Child nodes are not rendering while mapping id with object value" has been resolved.

Gantt Chart

Bug Fixes

  • #I480002 - Can’t open task information in the context menu issue has been fixed.

-#I472635-Using insert key highlights top row has been fixed.

  • #I479988 - Ghosting bars left on screen after cancelling task bar drag.
  • #I479961 - Milestone baseline moves along with the milestone issue has been fixed.
  • #I481999 - Page refresh when using validation rules for column issue has been fixed.

Grid

Bug fixes

  • #I477874 - The issue with the foreignkey column dropdown edit cell displaying incorrect values while editing different rows after scrolling has been successfully fixed when the virtualization feature is enabled in the grid.
  • #I482022 - Pager information is wrong while dynamically changing the Grid width issue has been fixed.

Image Editor

Bug Fixes

  • Issue with "Path size not proper after saving" has been resolved.

Pdf Export

Bug Fixes

  • #I448711 - Resolved the accessibility issue for PDF viewer preference support.

PDF Viewer

Bug Fixes

  • #I481075 - Now, the link navigation is working properly in the provided document.
  • #I481233 - Now, the selected value of the dropdown field is properly preserved in the downloaded document when we programmatically set the form fields to be read-only.
  • #I479497 - Now, the annotations are locked properly when setting the isLock true in annotationSetting.

Pivot Table

Bug fixes

  • I471218 - The value sort icon in the pivot table is now properly positioned with larger column text.
  • F183271 - When defer layout update is enabled, the pivot table now renders properly with the pivot chart.
  • I463929 - When enabling virtualization dynamically at runtime, the pivot table will now render properly.

New features

  • I398184 - Provided support to customize the column width when exporting the pivot table to a PDF document.

RichTextEditor

Bug Fixes

  • #I465794 - Now, pasting the content from MS Word works properly without any console errors in the Rich Text Editor.
  • #I477643 - Now, resizing the last column in the table works properly after copying and pasting the content from MS Word in the Rich Text Editor.

Schedule

  • #F45166 - An issue with "Role not inside the required context" accessibility issue in the Schedule component's recurrence editor has been fixed.
  • #F44742 - The issue of duplicate events being created after changing the recurrence of certain events has been fixed.
  • #I478902 - Performance issue in calculating scrollbar width has been fixed.

Signature

New Features

  • #F183395 - Provide the support to draw text in specific places in draw public method of the signature component.

Svg Base

Bug Fixes

  • #I477427 - Fixed an issue where tooltips were not displaying properly within the chart.

Tooltip

Bug Fixes

  • #I473286 - Resolved the incorrect positioning of Tooltip when page is scaled.

v22.1.39

18 Jul 12:51
Compare
Choose a tag to compare

Chart

Bug Fixes

  • #I474743 - Fixed issue where chart type did not change when updated using the "type" attribute.
  • #I473789 - Fixed an issue where the chart was not getting rendered in PhantomJS.
  • #I473845 - Resolved an issue where axis labels were not rendering correctly during export and initial render.
  • #I478252 - Improved the accessibility of the legend.
  • #I478253 - Updated the accessibility text in the chart container.
  • #I481747 - Now, the double axis labels are correct when the culture is set to 'it'.

Document Editor

Bug Fixes

  • #I476853 - Resolved the script error while pasting content when enable track changes.
  • #I475577 - Now, text inserted correctly when setting column as left, right.
  • #I478156 - Resolved the exception throw while SaveAsBlobAsync and load in blazor.
  • #I477929 - Fixed the issue in header rendering.
  • #I476855 - Resolved the script error is thrown when deleting the tracked content.
  • #I461189 - Fixed the paste issue in Footnote content.
  • #I477905 - Resolved the Comments not highlighting issue.
  • #I477735 - Now, Properties pane has proper focus while moving mouse from the properties.

File Manager

Bug fixes

  • #I472742 - The exception that occurred when using the File Manager download button multiple times in the Amazon File Provider has been resolved.

Gantt Chart

Bug Fixes

  • #I45187 - Border is changed to outline in CSS issue has been fixed.

Grid

Bug fixes

  • #I477090 - Fixed an issue where inline and batch edit modes behaved differently when the column.allowEditing attribute was set to false.
  • #FB45184 - The error that occurred when searching for a backslash character in the Excel filter search has been resolved.
  • #FB44897 - Fixed the problem with the MUI Select Dropdown not functioning correctly in the Filter Template.
  • #I467307 - Resolved the issue with Excel export where the child grids were not exported properly.
  • #I479191 - The error that occurred when clearing the searched value after performing a search has been resolved.
  • #I477380 - Improved the Excel export of the hierarchy grid to prevent unwanted column filters.
  • #I472635 - Resolved the problem where the selection moved to the first row when the newRowPosition was set to Bottom.

Image Editor

Bug Fixes

  • Issue with "Circle cropped image is not saved properly" has been resolved.

ListBox

Bug Fixes

  • #I473804 - Issue with "Scroll goes down while dragging the list item when we placed the listbox within popup" has been resolved.

Maps

Bug Fixes

  • #I482286 - When the page containing the Maps, which is placed in the dashboard, is switched dynamically, script errors are no longer thrown.

Menu

Bug Fixes

  • #F158513 - The issue with "hideItems method not working properly in angular menu component" has been resolved.

MultiSelect

Bug Fixes

  • #I480443 - Fixed console error that occurred when opening the multiselect in mobile mode

Pdf Export

Bug Fixes

  • #I448711 - Resolved the page scaling preservation issue for PDF viewer preference support.

PDF Viewer

Bug Fixes

  • #I476124 - Now, able to cut, copy and paste the comments on the comment panel using keyboard shortcuts.
  • #I475392 - Now, Ctrl + Z does not removes the entire comment text while editing the comment.
  • #I478671 - Now, annotations have been rendered and no script error occurred while loading the given document by setting the enableMeasureAnnotation to false.
  • #I464868 - Now, we can automatically select the placeholder text in the comment panel for the FreeText annotation without having to set the defaultText in freeTextSettings.
  • #I480522 - Now, the deleted imported annotations do not appear when we resize the PDF Viewer.
  • #F182930 - Now, the script error no longer occurs when updating the values for the signature and initial fields that have the same name, which are found in pages that are not being rendered.
  • #I477780 - Now, we are able to add the annotations properly using the add annotation API.

Pivot Table

Bug fixes

  • #F183090 - Columns can now be hidden specifically with an OLAP data source.

Ribbon

Bug Fixes

  • Now, the issue with Ribbon tooltip position is resolved.
  • Now, the issue with Ribbon tooltip cssClass not added properly is resolved.

RichTextEditor

Bug Fixes

  • #I482404, #I467318 - Now, pasting the content along with images from MS Word works properly in the Rich Text Editor.

Speed Dial

Bug Fixes

  • #I478092 - Enhanced the component's functionality, by introducing the isPrimary property to specify whether it is a primary button or not.

Svg Base

Bug Fixes

  • #I476341 - Resolved an issue where the tooltip template was not rendering when using the series name.

Tree Grid

Bug fixes

  • #I478636, #F183159 - Fixed the issue where an unwanted tooltip was being displayed in the checkbox column feature.

v22.1.38

11 Jul 13:38
Compare
Choose a tag to compare

Common

New Features

  • Added UTM parameters.

Chart

Bug Fixes

  • #I475437 - Resolved issue where crosshair intersection point was not properly displayed.
  • #I463171 - Resolved issue where column width was not properly displayed.

Checkbox

  • Resolved checkbox wrapper width issue.

DataManager

Bug Fixes

  • #I473827 - The issue related to parsing a date value without seconds and encountering an "invalid date" has been resolved.

Diagram

Bug Fixes

  • #I44765 - Now, child nodes are properly rendered after deleting swimlane and performing undo action.
  • #I473032- Now, the orthogonal connector routing works properly when we drag connector segment.

Document Editor

Bug Fixes

  • #I476430, #I475526 - Resolved the control freeze issue when inserting an image inside the table.
  • #I475535 - Fixed the wrong image rendering while pasting.
  • #I475151 - Resolved the time delay issue while editing the document.
  • #I471381 - Fixed the shape layout issue when do enter before the table.
  • #I477735 - Now, the properties pane has focus while moving the mouse from the properties.
  • #F182887 - Resolved the table missing issue while importing.
  • #I477569 - Fixed the formatting pane issue with Material 3 theme.

File Manager

Bug fixes

  • #I473871 - The issue with renaming folders or files in the Navigation Pane of the File Manager component has been resolved.

Gantt Chart

Bug Fixes

  • #I474676 - Fit to project display wrong timeline issue has been fixed.
  • #I472975 - Manual task predecessor not properly fetching updated offset issue has been fixed.
  • #I471838 - White space occur when we change page size in dataBound event issue has been fixed.
  • #I475099 - Context menu is not opening when the dataSource is empty.
  • #I477253 - Inserting a task prevents scrolling to top of list.
  • #I461924 - Issue with collapse all Toolbar Option issue has been fixed.
  • #I475987 -Edit template is not working when the virtualization is enabled.

Grid

Bug fixes

  • #I472819 - The problem of missing skip and take parameters in the UrlAdaptor when invoking a Grid refresh has been fixed.
  • #I475522 - Script error thrown when searching for the bracket "[" in the Grid has been resolved.
  • #I477274 - The issue where the Grid cell ellipsis was not displaying in the Firefox browser when the rowHeight was set has been fixed.
  • #I446649 - Fixed the issue that prevented infinite scrolling from working properly after adding a new row.
  • #I473827 - The issue related to parsing a date value without seconds and encountering an "invalid date" has been resolved.
  • #I475187 - Resolved the accessibility issue with the aria-selected attribute in pager numeric items.
  • #FB44815 - The issue where the custom dataSource was not assigned to the dropdown edit cell when using Virtualization has been resolved.

Image Editor

Bug Fixes

  • Issue with "Image not drawn properly after opening image as ImageData" has been resolved.

Kanban

Bug Fixes

  • #I476520, #I477525 - Now, dragging and dropping a card into an empty column works properly.

PDF Viewer

Bug Fixes

  • #I476114 - Now, the text selection is properly preserved in the comment panel for text markup annotation.
  • #I470260 - Now, the signature content prints properly in the printed outputs.
  • #I475929 - Now, the annotation's isReadonly behavior is working properly when the allowedInteractions set to Select and the isLock property is set to true.

Pivot Table

Bug fixes

  • #F183090 - Columns can now be hidden specifically with an OLAP data source.

QueryBuilder

Bug Fixes

  • #I469225 - Resolved the Dropdown tree field selection related issue in the query builder.

RichTextEditor

Bug Fixes

  • #I472020 - Now, pasting content from MS Word with an image inside the table into the Rich Text Editor works properly.

Schedule

  • #F182714 - An issue with Escape key will prevent the cell selection when allowInline property enabled has been fixed.

Switch

Bug Fixes

  • #I478637 - The issue with "Change event trigger twice for key down action of switch component" has been resolved.

Toolbar

Bug Fixes

  • #I477752 - An issue with alignment while mobile orientation change has been fixed.

Tooltip

Bug Fixes

  • #I477278 - The issue, when enabling the sticky mode the Tooltip component does not stick to its target when page is scrolled has been resolved.

Tree Grid

Bug fixes

  • #I471838 - Fixed a bug in the virtualization feature that caused a white space issue when changing the page size using the databound event.
  • #I459187 - Fixed an issue where a white space would occur when deleting a parent record in virtualization.
  • #F182900 - Fixed the issue where the newly added form was placed incorrectly when selecting two records and performing an add action.

Uploader

Bug Fixes

  • #I460888 - Issue with "console error occurs when we render the toast in the beforeUpload event of the uploader" has been resolved.