Skip to content

v17.3.26

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 05 Nov 19:41
· 321 commits to master since this release

Calendar

New Features

  • #246049 - Now, month name, day name are capitalized for all localization.

Chart

Bug Fixes

  • #253297 - Cross shape is now working fine in scatter chart.

New Features

  • #250563 - Provided support to render background image for chart.

ColorPicker

Breaking Changes

  • Opacity value is removed from value when enableOpacity property is set a false.

Bug Fixes

  • F147566 - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.

DataManager

Bug Fixes

  • 252550 - DataManager performance issue has been fixed.
  • 251226, 252997 - Complex field primary key column is not working while the column type is string.

DateTimePicker

New Features

  • #249683 - Now, you can set the server time zone for initial date value process using serverTimezoneOffset property.

Document Editor

Bug Fixes

  • 251355 - Script error while importing the document is now resolved.
  • 251910 - Status bar disappear on mouse hover is now resolved.
  • 251219 - Script errors due to Content security policy are now resolved.

New Features

  • #250061, #246305 - Added property to retrieve bookmarks on selection.
  • #251247 - Added API for restrict editing.
  • #251247, #238969, #252954,#253149 - Added API for selection.

File Manager

Breaking Changes

  • Now, in access control, the FolderRule and FileRule classes are combined into a single AccessRule class, where you can specify both folder and file rules by using the IsFile property.
  • Now, the Edit and EditContents in access control are renamed as Write and WriteContents.

Bug Fixes

  • The issue file manager throws script error when navigate to the different folder after sorting the path column in details view has been fixed.

New Features

  • Support has been provided to include a custom message in AccessRule class using the message property.

Grid

Breaking Changes

  • Now disableHtmlEncode default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content disableHtmlEncode need to be set as false.

Bug Fixes

  • #250198 - Unable to cancel row and cell selecting when multi selection is enabled issue has been fixed.
  • #250198 - CellSelected event returning same data for both current and previous cell has been fixed.
  • #251226,#252997 - Complex field primary key column is not working while the column type is string issue has been fixed.
  • #252052 - Filtering throws console error when complex data with null values are bound to Grid has been fixed.
  • #251292 - Duplicate records is sent in Remote Save Adaptor batch deleting issue has been fixed.
  • #252476 - Script error throws while navigating empty grid with tab issue has been fixed.

Menu

Bug Fixes

  • #253129 - Menu child item disable issue resolved.

PDF Viewer

Bug Fixes

  • #252806 - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
  • #253016 - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
  • #251152 - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
  • #252879 - Script errors will no longer occur if we disable the magnification module.
  • #253504 - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.

New Features

  • #252805 - Exposed the annotation unique ID in the annotationAdd event arguments.

Pivot Table

Bug Fixes

  • #251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
  • #251558 – Now, the pivot chart draws with the percent of height value.

New Features

  • #248131 – Provided the conditional expression support to create calculated field.
  • #251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.

QueryBuilder

New Features

  • Provided Not Contains, Not Starts With and Not Ends With operator support.

TreeGrid

Bug Fixes

  • #252667 - Expand icon shows properly for nested parent record while doing search operation.

Uploader

New Features

  • #226384, #F147065 - Now, the file upload UI get changed for synchronous upload.

Spreadsheet

Bug Fixes

  • #252717 - Excel export issue in Angular 8 has been fixed.