Skip to content

v17.2.35

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 17 Jul 04:51
· 275 commits to master since this release

Accordion

Bug Fixes

  • #239739 - An issue with addItem public method for accordion which was rendered using HTML elements has been fixed

Accumulation chart

Bug Fixes

  • #241559 - Console error on doughnut chart when trying to hide a point via legend icon issue fixed.

Barcode

New Features

  • One Dimensional - The barcode generator is a one-dimensional, light-weight, and high-performance control. The barcode control can be customized. Its color, height, width, etc. can easily be changed. It supports barcode types like Code 128, Code39, Codabar, etc.
  • QR Code - The Quick Response Code (QR code) is a two-dimensional barcode. The QR code provides an option to customize the size and appearance, and also to change the version and error correction level. Each QR code can store values upto 7089 digits. It is mostly used for URLs, business cards, contact information, etc.
  • Data Matrix - A Data Matrix is a two-dimensional barcode. Data Matrix barcode provides an option to customize the size and appearance, and also to change the encoding type, etc. Each barcode can store values upto 2335 alphanumeric characters. A Data Matrix barcode is mostly used by couriers, food industry, etc.

The barcode generator control for Vue is a light-weight and high-performance control that displays industry-standard 1D and 2D barcodes in JavaScript applications. Generated barcodes are optimized for printing and on-screen scanning. It is designed for ease of use and does not require fonts.

Calendar

New Features

  • #233255, #232782 - Now, you can change the day header format of calendar using 'dayHeaderFormat' property.

Chart

Breaking Changes

  • sizeType enumeration name changed to SizeType

New Features

  • Canvas rendering mode support provided.
  • Overlapping data labels in funnel and pyramid charts will be arranged on both sides of the charts.
  • Data Editing support provided for chart series points.
  • Multi level label click event added with custom object.

Chips

Bug Fixes

  • I239111 - Issue with getting selected chip using getSelectedChips method in Edge browser has been fixed.

CircularGauge

Bug Fixes

  • #I238300 - The issue with animation in circular gauge and flickering has been resolved

DataManager

Bug Fixes

  • #144418, #234444, #238765, #241262, #241163 - Date value is handled based on the server time zone offset.

DatePicker

Bug Fixes

  • #F145575 - Now, existing cssClass removed when change the cssClass dynamically.

DateRangePicker

Bug Fixes

  • #F145575 - Now, existing cssClass removed when change the cssClass dynamically.

DateTimePicker

Bug Fixes

  • #F145575 - Now, existing cssClass removed when change the cssClass dynamically.

Diagram

Bug Fixes

  • #239193 - The issue "element does not placed properly when specify the position as (0,0)" is now resolved.

Dialog

Bug Fixes

  • #F145500- Resolved the navigation issue while navigating through keyboard in modal dialog.

Document Editor

Bug Fixes

  • #144676 - Table is now layout properly if table contains grid after value.
  • #235990 - Table is now layout properly if table width type is not auto.
  • #228049 - Table with row margin is now layout properly.
  • #228049 - Text is now rendered properly without clipping.
  • #237734 - Table borders are now exported properly.

DropDownList

Bug Fixes

  • #235631 - Issue with "updating default value after form reset" has been resolved.
  • #239136 - Now, you can change allowFiltering property value dynamically.

File Manager

Bug Fixes

  • Issue with empty folder icon alignment when persistence enabled is fixed.

Form Validator

Bug Fixes

  • #212351 - Now, localized text of form validator was included in ej2-locale package.

Gantt

Bug Fixes

  • #238228 - Issue while rendering tooltip with smaller duration has been fixed.

New Features

  • Now Gantt supports context menu to perform various action.
  • Provided support to perform timeline zoom in, zoom out and zoom to fit actions in Gantt.
  • Provided key interaction support in Gantt.

Grid

Bug Fixes

  • #238402 - Sort comparer is now working properly for RemoteSaveAdaptor;
  • #235736, #237229 - Provided responsive height support for columnChooser of columnMenu.
  • #234395 - Provided currency code while exporting to excel end csv documents.
  • #232623 - Comparer object is now properly working in custom sortComparer function while performing in descending order.
  • #240045 - recordDoubleClick event is now prevented while clicking on groupcaption row.
  • #239272 - autoFitColumns for column resizing is now calculated based on aggregates cell content too.
  • #241310 - Text wrap is now applying for movable headers too while refreshing the grid.
  • #234709 - Sorting order is now maintained in the column after undo operation of the grouped column.
  • #236350 - Script error has been resolved while destroying the grid with pager template.

HeatMap

New Features

  • Now it is possible to customize the legend label using legendRender event.

In-place Editor

New Features

  • #240715 - Provided new event beginEdit that triggers when change to editing mode and it helps to skip the focus from In-place Editor component.

LinearGauge

New Features

  • In the setAnnotationValue method, an option has been provided for setting annotation based on axisValue.

ListBox

Breaking Changes

  • Event select is removed instead change event is provided.

Bug Fixes

  • #236715 - Drag and dropping the list item is not sorted when sortOrder enabled issue is fixed.

New Features

  • Checkbox position support provided.
  • Filter support provided.
  • #234507 - Provided support for drag and dropping the single list item when more than one list item is selected by setting false to dragSelected argument in dragStart event.

Maps

Bug Fixes

  • #I240835 - Highlight border thickness on the shape is huge when hovering on the legend item, it does not set as we given in code issue has been fixed
  • #I240836 - Marker highlight and selection settings do not make a difference issue has been fixed
  • #I240834 - Interactive legend is not working while changing data source issue has been fixed.

MaskedTextBox

Bug Fixes

  • #F145575 - Now, existing cssClass removed when change the cssClass dynamically.

Menu

Bug Fixes

  • #237136 - Issue with Parent Menu click in mobile mode.
  • #236458 - Issue with Menu Item hovering while a page contains multiple menus.

MultiSelect

Bug Fixes

  • #235699 - Change event not happening after the control has lost focus issue has been fixed.

New Features

  • Now, you can render grouping with checkbox using enableGroupCheckBox property.

NumericTextBox

Bug Fixes

  • #237600 - Now, validation message get removed while change the numeric value through spin buttons.
  • #238077 - Now, numeric textbox model value post to the server instead of a formatted numeric string when submitting the form.

New Features

  • #228310, #233267 - Now, you can add additional html attribute to the element using htmlAttributes property.

PDF Viewer

Bug Fixes

  • #229426 - Provided the API to select, edit, and delete the annotations.

Pdf Export

Bug Fixes

  • Super constructor may only be called once exception has been resolved.
  • Preservation issue in page orientation is fixed.

Pivot Table

Breaking Changes

  • The dataSource and dataSource.data properties has now been renamed to dataSourceSettings and dataSourceSettings.dataSource respectively.

Bug Fixes

  • #144352 – The fields can be added dynamically for Pivot Chart control.

New Features

  • #229377 – The pivot chart which is bound with pivot table allows the user to drill down and drill up now individually.
  • #144382 – Unnecessary scroll bars have been removed from pivot table component.

QueryBuilder

Bug Fixes

  • SQL Parsing issue when the rule contains 'Greater Than Or Equal', 'Less Than Or Equal' operator.
  • Condition is not updated properly in the root while using 'setRules' method.

RichTextEditor

Bug Fixes

  • #241388 - The issue, "browser context menu is not shown on right click when enabling the showOnRightClick property" has been resolved.

New Features

  • Paste from Microsoft Word
  • This feature allows users to paste clean-formatted HTML markup by removing all unnecessary elements, styles, and attributes from text while copying and pasting it from Microsoft Word.

Schedule

Bug Fixes

  • #240271 - An issue with misalignment of +more indicator when the custom elements and appointments are rendered in same cell has been fixed.

Sidebar

Breaking Changes

  • Change event will trigger only after the expand or collapse transition of the Sidebar.

Stock Chart

Breaking Changes

  • sizeType enumeration name changed to SizeType

TextBox

Bug Fixes

  • #F145575 - Now, existing cssClass removed when change the cssClass dynamically.
  • #240368 - Now, you can get the updated previous value in the input event argument.

TimePicker

Bug Fixes

  • #F145575 - Now, existing cssClass removed when change the cssClass dynamically.

TreeGrid

Bug Fixes

  • crudaction works fine while performing crud actions with server-side.

Uploader

Bug Fixes

  • #145718 - Issue with Material spinner appearance in Safari browser has been resolved.