Rating
control has been added to Essential JS 2.AppBar
, Floating Action Button (FAB)
, Mention
, Message
and Speed Dial
controls have been developed to meet industry standards and are now marked production-ready.#I420089
- The issue “API documentation broken on autocomplete Component” has been resolved.#I422321
- Now label alignment property is working properly in bullet chart.#I419341
- The Blank carousel item displayed on autoplay
when a single item alone is rendered has been resolved.#I420456
- Now cancel argument in legend click event working properly.#I423376
- Console error thrown when rendering the tooltip in trendlines has been fixed.#I422475
- Accumulation chart height is now proper with respect to its parent container.#I346292
, #I347892
- Provided support to wrap data labels in the accumulation charts.#I401851
- Provided support to rotate the axis title from 0 to 360 degree.#I382543
- The issue with “Checkbox value not update properly while using edit template of grid” has been resolved.#293361
- When setting enabled
value as false
in Chip component then the disabled chip item get focused issue has been resolved.#I293761
, #I294324
, #I309426
, #F165646
, #I420860
- When animationDuration
is set in the rounded range bar pointer, the path element for the pointer is now improved.#I395833
- The issue with the “Facing accessibility testing failure in the Dashboard Layout component” has been resolved.#I417282
- The Milliseconds value is not parsed properly with parseJSON
method issue has been fixedI421148
- Now, connector segment does not get split into multiple segment while hover on node.#I420202
- The issue on annotation interaction has been resolved.#I409589
- Support to override the mouseWheel event has been added.#I415699
- Now, the DialogUtility
position property works properly when X coordinates are passed as strings and Y coordinates are passed as numbers.#I420058
- Now, the Dialog Close icon Button top and left position values are equal.#I421121
- Resolved the script error when resizing the table.#I414353
, #I414357
, #I418848
, #I422737
- Added the missing WCAG aria attributes for button in the toolbar.#I281074
, #I289165
, #I314827
, #I320851
, #I326478
, #I339437
, #I345929
, #I346271
, #I346573
- Added support for multiple columns in a page.#I388868
- Script error occurs while using beforeOpen
event in DropDownButton issue has been resolved#I397894
- The issue “aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property” has been resolved.#I395558
- Provided enableHtmlSanitizer support for Dropdown Tree component.#F169154
, #I424048
- Provided an option to prevent the parent node selection in the Dropdown Tree component.#I417035
- Expand Collapse not working properly after cell editing issue has been fixed.#I421663
- The baseline end date has not been properly validated issue has been fixed.#I237939
,#I255626
,#I398597
- Provided RTL
support in Gantt chart. Please find the documentation link here.Shimmer
support in Gantt chart. Please find the demo link here.Shimmer
support in Gantt chart. Please find the demo link here.#I395531
- Improved the template rendering performance in React.#I396818
- Provided support to add current selection to the filter.#F177543
- enableMultiSelect
property is exposed to enable or disable multiple selection of the HeatMap cells.#FB37690
- Now, the dragged card is positioned properly when the swimlane is frozen with a fixed height for kanban.#I409839
- Issue with “Script error thrown while drag and drop after removed the item from listbox using removeItem method” has been resolved.#F168185
- The issue with “Sorting is not applied properly when entering different values in the text field of the ListView component” has been resolved.#FB38693
- The issue “Multiselect dropdown icon is not aligned properly” has been resolved.#I417969
- The issue “Clear button does not working after the component is enabled” has been resolved.#I399919
- Resolved the bar chart rendering issue.#F178667
- Now, the zero thickness property is applied to the form fields.#I421990
- Updating read-only to false for a form field is working properly.#I420531
- The free text annotations are no longer scaled on double clicks.#F178453
- Cut, copy, and paste at the form fields are working properly on downloading.#I419557
- The IsPrint
property value of the text markup annotation is properly updated.#I418726
- The draw and image type signatures are now preserved while changing the tabs on mobile devices.#I420588
- Printing the PDF document that contains signature fields on non-rendered pages won’t throw script errors.#I420304
- Programmatically updating the read only properties won’t throw script errors.#I416032
- The radio button now triggers the form field click event.#I420423
- The background color of the initial indicator settings can be applied programmatically while adding form fields.#I422736
- Fixed issue with saving the PDF document on form fields export.#I418731
- Export and import values of form fields with same name have been properly updated.#I416298
- Focusing the signature and initial fields are proper on different zoom levels.#I411856
- The issue with programmatically updating the initial indicator properties has been resolved.#F178660
- Fixed issue with RenderAnnotationComments
on the .NET 6.0 platform.#I418199
- Programmatically updating images in the form fields won’t throw script errors.#I408281
- Switching between the PDF view and the text view won’t throw script errors.#I413254
- Aspect ratio is maintained for the image type signatures.#F178250
- Now, the color palette is no longer obscured in the PDF Viewer.#I178667
- Now, the text box’s border color is properly updated and no longer hidden.#I418214
- Session items of the older documents are cleared now.#I178018
- Searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.#I421388
- Handwritten signatures will appear properly on loading the document again.#F178018
- Now, the script issue no longer occurs when doing multiline searches in the Pdf document.#I369895
, #I403367
, #I406191
- Now, the text selection strikethrough
has been improved.#I419679
- Provided the support to show or hide the FormDesignerToolbar
after document loading.#I421694
- Angular applications renders PDF Viewer controls without ID properties by generating the ID internally, if not provided.#I409823
- Margin can be set to the value was preserved for the free text annotation in the downloaded document.#I412460
- Provided the support for retrying Ajax requests with a status code collection.#I423050
- Filter state will now be properly maintained in the member editor.#I420253
- When virtual scrolling is enabled, the pivot table will now scroll properly.#I347303
, #I400764
, #F172939
- Provided support for displaying row and column sub-totals at the top or bottom of the header group in the pivot table.#I310709
, #I346859
- Provided support to display pivot chart’s series for multiple measures on a single y-axis.#I398184
- The pivot table now supports customising the size of PDF document while exporting.#I305545
- The pivot table now allows you to export both the table and the chart to a single PDF document.chartSettings.showMemberSeries
property is deprecated and will no longer to be used. Use chartSettings.showPointColorByMembers
to achieve the same.Previous | Now |
---|---|
showMemberSeries | showPointColorByMembers |
chartExport
method parameters for the pivot table have now been changed.Previous
Parameter | Type | Description |
---|---|---|
type | ExportType | Defines the export type. |
fileName | string | Defines file name of export document. |
orientation | PdfPageOrientation | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
width | number | Defines width of the export document. |
height | number | Defines width of the export document. |
Now
| pdfExportProperties | PdfExportProperties | Allows to define the chart’s export properties such as file name, orientation, width and height. | | isMultipleExport | boolean | Allows to export multiple tables and charts into a single PDF document. | | pdfDoc | Object | Allows the export of an external PDF document along with current PDF document. | | isBlob | boolean | Allows the PDF document to be saved as blob data. |
#I420052
- Now progress bar API reference are refreshing properly.#I375472
Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.#I388333
Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.#I413509
- Now period selectors are updating properly for the range selector changes.Key features:
The Rating component lets the user provide a star rating or view other people’s ratings on a numeric scale for any service provided, such as for movies, applications, or products.
WAI-ARIA
specifications and it is achieved through attributes.#I422392
- Now, the embed video is not removed when pressing the enter key.#I422764
- Now, when using similar fontFamily values for multiple items updates the dropDown text properly.#I384604
- Provided custom workdays support when resources are grouped by date.#I394207
- Provided closeTooltip
method to close the appointment tooltip programmatically.#I399939
- Provided dateRangeTemplate
template to customize the header date range in scheduler.#I413810
- The issue with the custom component does not get unmounted with the property update, when placed inside the content template has been resolved.#I418512
- Console error when specifying labelRotation
for stockchart issue has been fixed.#F179321
- Tooltip is cropped when displayed outside chart area issue has been fixed.#I422226
- An issue with while using underscore on tab id wrong content shown has been resolved.#F179266
- Tab height does not change dynamically when heightAdjustMode
has set as Fill
mode has been resolved.#I348957
- Provided option to specify tabindex
attribute to control the tab key order of tab header elements.#I415324
- The issue “Refresh method is not working properly in TextBox component” has been resolved.#I348957
- Provided option to specify tabindex
attribute to control the tab key order of the toolbar elements.#I415013
- Resolved detached elements memory leak issue in the Tooltip component.#I415386
- The issue “Tooltip did not appear for the second time when using the tab key to focus on the remove icon of the uploader component” has been resolved.#I307202
, #FB20655
- Provided support to load child records on demand while virtual scrolling in remote data binding. Find more details in the documentation here.#F178496
- The legend items now render in the same order as the color mapping objects.#I415237
- The TreeView performance issue in Vue3 framework has been resolved.