Skip to content

v17.2.34

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 11 Jul 14:07
· 340 commits to master since this release

Common

Bug Fixes

  • Fixed CheckBox not disabling issue.
  • Fixed binding not working properly while using ngx-tanslate pipe.

Accordion

Bug Fixes

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

Barcode

The barcode generator control for Angular 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.

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.

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

Breaking Changes

  • Property selection enum type name changed from "selection" to "Selection".

CircularGauge

Bug Fixes

  • #I237654 - Unwanted code snippet from circular gauge's user interaction sample has been removed
  • #I238300 - The issue with animation in circular gauge and flickering has been resolved

DashboardLayout

The DashboardLayout is a grid structured layout control that helps create a dashboard with panels. Panels hold the UI components and allow resize, reorder, drag-n-drop, remove and add options. This allows users to easily place the components at the desired position within the grid layout.

  • Drag and Drop: Allows drag and drop of panels at the desired location within the dashboard.
  • Resizing: Support to resize the panels in any direction as per the requirement.
  • Floating: Floats the panels upward when the dragging option is enabled.
  • Media Query: Allows the panels to be stacked when the specified resolution is met.

DataManager

Bug Fixes

  • #237039 - Delete operation is working properly when date column is assigned as primary key field.

DatePicker

Bug Fixes

  • #228296 – When click on the date icon, calendar popup and keyboard get opened issue has been fixed.

  • #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.

  • #238455 – Now, change event argument isInteracted return as true when edit the date value using keyboard.

New Features

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

DateRangePicker

Bug Fixes

  • #231616, #234495 - In mobile device, DateRangePicker popup displays in the center of the viewport.

New Features

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

DateTimePicker

Bug Fixes

  • #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
  • #240491 - Now, you can change the today button visibility dynamically along with min and max datetime.

New Features

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

Diagram

Breaking Changes

  • The hyperLink property in the Shape Annotation and Path annotation is renamed properly as hyperlink.
  • The class property in the UML Classifier shape is renamed properly as classShape.
  • The interface property in the UML Classifier shape is renamed properly as interfaceShape.
  • The enumeration property in the UML Classifier shape is renamed properly as enumerationShape.
  • The data property is removed from the DataSource property of the diagram.
  • The dataManager property in the DataSource is renamed to DataSource.

Bug Fixes

  • Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
  • Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
  • Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.
  • #232371 - Drag and drop the nodes from symbol palette to the diagram will no longer work if the SymbolPalette "allowDrag" property set to false at runtime.
  • Now, the connector can be moved over the connection disabled node when drawing the connector using drawing tools.
  • #232226 - The issue "Annotation added multiple times in DOM if annotation's text overflow enabled and select the node" has been fixed.
  • #232343 - Diagram's selectionChange event is now triggered properly when selecting another node or unselect the selected node in less than 1 second after dragging the node.
  • Diagram's propertyChange event is now triggered properly when move the node using keyboard and undo/redo dragged node.
  • #233008 - BPMN sequence connector does not move with stroke when its dependent node is moved issue is now fixed.
  • When changing the node's path data at run time, it scales properly with respect to node's size.
  • When changing the trigger type of BPMN's Task shape at run time, the trigger shape is positioned properly.
  • Now, the connector's decorator is docked properly when layout is enabled and drag the node.
  • When zooming the diagram, the user handles position is updated properly with respect to zoom percentage.
  • If boundaryConstraints is enabled and node's rotateAngle is changed at run time, node does not exceed the boundary limit.
  • When changing the annotation's properties at run time, annotation will update properly.
  • #234537 - Conditional sequence connector is now working properly when connected with BPMN Service shape.
  • #234307 - Undo/redo is now working properly when modifying the annotation's font size at run time.
  • #234106 - When the node having different size and executing the layout, nodes are now arranged properly.
  • The hyperLink property in the Shape Annotation and Path annotation is renamed properly as hyperlink.
  • #234537 - The BPMN shape style is now applied to the BPMN inner elements.
  • #235977 - The issue "User handles drawn multiple times while dragging a node from the palette" has been resolved.
  • #235742 - The issue with the oldValue of selectionChange is shown incorrect when mouse down on node has been resolved.
  • #235794 - The textEdit event is now fired in Edge browser.
  • #236322 - The module property in the package.json has been updated.
  • #237131 - The issue "Layout is messed up when diagram have disconnected nodes" has been resolved using complex hierarchical tree layout.
  • #237533 - The issue "min-height and min-width properties of node does not updated properly at run time" has been resolved.
  • #236866 - The issue with tooltip is shown even after deleting the node has been resolved.

New Features

  • #228504 – Support has been provided to customize the tooltip of the diagram.
  • #231402 – Support has been provided to show/hide segment thumb of the connector.
  • – An option has been added to set the icons and template in the diagram user handles.
  • #232055 - Text overflow support for annotation when wrapping is enabled for annotation has been added.

Document Editor

Breaking Changes

  • The serviceUrl property in DocumentEditorContainer component no longer expect the full path of the Web API action. Henceforth, it only expects the path up to controller name alone. And the Web API action name can be configured in serverActionSettings property for different actions.

Bug Fixes

  • #237415, #238902 - Document exported properly when document contains hyphen character.
  • #228049 - Tab character width is now calculated properly.
  • #228049 - Table with repeat header is now layout properly.
  • #234073 - Table is now pasted properly.
  • #236808 - Document exported properly when document contains text form field.
  • #144848 - Table shading is now exported properly.

New Features

  • #229069 - Added contextual spacing support.
  • #158324, #226019, #226018, #227644, #238417 - Added support for chart preservation.
  • #94889 ,#87537, #223333 ,#222513, #224521 ,#227620 ,#227052 ,#227362, #236997 - Added spell check support.
  • #226631 ,#227594, #231373, #233073 - Added clipboard paste with formatted content.
  • #140903 ,#227192, #227641 ,#227640 - Added restrict editing support.
  • #237725 - Added API to customize gap between each page.

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

New Features

  • Added file system provider support for SQL server database, Microsoft Azure cloud storage, NodeJS framework, and Google Drive cloud storage.
  • Provided access control support for physical file system provider.
  • Provided cut, copy, and paste file operations support.
  • Provided drag and drop support.
  • Provided rename and replace support for uploading files.
  • Provided options to upload specific types of files based on extensions.

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

Breaking Changes

  • Show or hide operation in grid is no more asynchronous. Previously show/hide grid columns has refreshed the grid content and dataBound event will be triggered. This behaviour has been now made synchronous to improve toggle visibility performance.
  • minWidth property value is now applied to the columns when column width is not provided. This ensures that the cell content can occupy as much as available space and should not shrink below the given minWidth value.
  • Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore. This change has been made as underscore is valid identifier in DB field names.

Bug Fixes

  • #238512 - Script error during show or hide column operations in hierarchyGrid has been resolved.
  • #145013 - Support has been provided for custom command button click event.
  • #239027 - Multiselection is now handled for Mac OS.
  • #236920 - field property is applied to headerText in MVC platform When header text is set as blank has been resolved.
  • #234538 - Performing filter operation in the dropdownlist is updating Grid column's dataSource has been resolved.
  • #238762 - beforePaste event support has been provided.
  • #239158 - Selection border is not removed while clearing the selection using clearSelection method has been fixed.
  • #238396 - Custom filter is now working properly with 0 value.
  • #237140 - ForeignKey column filtering is now working in remote date with same foreignKeyfield and foreignkeyvalue.
  • #232623 - Support has been provided to send row object as one of the parameter for sortComparer function.
  • #145110 - Column chooser is now working properly when column is not shown in the column chooser list.
  • #234709 - Sorting is maintained in the column after ungrouping the column has been resolved.
  • #236657 - getSelectedRowCellIndexes method has been fixed to return appropriate values.
  • #236295 - An object type is set as defaultValue property for aspType.
  • #237984 - Warning log support has been provided for indicating incorrect dataSource in asyncpipe.
  • #144746 - Server post request has been prevented in pdfExport while exporting the currentViewData.
  • #223604 - Script error while scrolling when activeElement is in null state has been fixed.
  • #235834 - isVisibile property is now set while generating focus matrix.
  • #237403 - Footer template shows proper result when using both group footer and footer template in exported excel document.
  • #232272 - RemoteSaveAdaptor batch changes are now refreshed properly in grid when ContractResolver set to DefaultContractResolver.
  • #236337, #234622 - Child grid data is now successfully loads with query property in the url adaptor.
  • #236011 - Selection api example is now working properly in the sample browser.
  • #233069 - Intelligence is now showing properly for editSettings.template property of the grid.
  • #239971 - Script error has been fixed in command column while adding a new row.
  • #233758 - Underscore in the field name is considered as Complex data while saving the changes in Dialog template editing has been fixed.

HeatMap

New Features

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

In-place Editor

Bug Fixes

  • #237441 - Modified value not updated, when using RichTextEditor with Markdown mode issue has been resolved

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

  • #F143717 - Zooming toolbar position misalign problem that occurs when there are multiple elements in DOM has been fixed
  • #I238404 - The issue that occurs when rendering bubble for point type Shape Data has been fixed
  • #I238839 - The console error that occurs when mouse leaves from the maps Shapes with legend hide option has been resolved

New Features

  • #I227277 - Support has been provided to get geo location when clicking on maps.
  • #I217458 - Support has been provided to hide and cluster a marker when it intersects with other markers.

MaskedTextBox

New Features

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

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

Breaking Changes

  • The following event arguments are renamed.

| Existing Event Arguments Name | New Event Arguments Name |
|: ---------:| ---------:|
| IUnloadEventArgs | UnloadEventArgs |
| ILoadEventArgs | LoadEventArgs |
| ILoadFailedEventArgs | LoadFailedEventArgs |
| IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
| IPageChangeEventArgs | PageChangeEventArgs |
| IPageClickEventArgs | PageClickEventArgs |
| IZoomChangeEventArgs | ZoomChangeEventArgs |
| IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
| IAnnotationAddEventArgs | AnnotationAddEventArgs |
| IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
| IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |

Bug Fixes

  • #233161 – Now, loading Indicator will be shown properly while loading a large page size document.
  • #233035 - HyperlinkClick event is now triggered properly.
  • #234364 - Pan interaction mode is now working properly when the toolbar is disabled.
  • #231436 - PDF document is now rendered properly while using the PDF Viewer control inside Tab control.
  • #232104 - Cleared the warnings in css files.

New Features

  • #208298, #223253, #224643, #233655, #238694 - Provided the supports for shape annotations.
  • #219446, #224643, #230115, #233032, #F144297, #236825, #238694 - Provided the supports for stamp annotations.
  • #229426 - Provided the supports for calibrate annotations.
  • #223253, #238694 - Provided the supports for sticky notes annotations.

Pivot Table

Breaking Changes

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

Bug Fixes

  • #237515 – Date grouping is now working properly with column axis.
  • #237535 – You can add fields dynamically with pivot table component in virtual scrolling mode.
  • #144352 – The fields can be added dynamically for Pivot Chart control.
  • #240219 - Menu items in the toolbar now works properly.
  • #239685, #240221, #240220 - Alignment of the toolbar looks proper when the control is bound to remote data source.

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

New Features

  • Provided localization support for 'AND/OR' conditions.

RichTextEditor

Breaking Changes

  • Changed the default value of the API property allowedStyleProps from null to ['background', 'background-color', 'border', 'border-bottom', 'border-left', 'border-radius', 'border-right', 'border-style', 'border-top', 'border-width', 'clear', 'color', 'cursor', 'direction', 'display', 'float', 'font', 'font-family', 'font-size', 'font-weight', 'font-style','height', 'left', 'line-height', 'margin', 'margin-top', 'margin-left', 'margin-right', 'margin-bottom', 'max-height', 'max-width', 'min-height', 'min-width', 'overflow', 'overflow-x', 'overflow-y', 'padding', 'padding-bottom', 'padding-left', 'padding-right', 'padding-top', 'position', 'right', 'table-layout', 'text-align', 'text-decoration', 'text-indent', 'top', 'vertical-align', 'visibility', 'white-space', 'width'].

Bug Fixes

  • #238872 - Issue with cursor position when enabled list with empty editor that issue 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

  • Localization is not set properly to datetimepicker in editor window issue has been fixed.
  • openEditor method is not set the given start and end time in month view issue has been fixed.
  • #145352 - An issue with displaying expand icon of parent resource which has no child has been fixed.

New Features

  • Improved the drag and resize action for longer duration appointments.
  • Support to print the Scheduler layout.
  • Provided an option to edit the following recurrence events.
  • Provided time zone support to current time indicator.
  • Provided public method to reset/remove the highlighted work cells.

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

  • #238248 - Issue with "throws error while reset the form" has been resolved.
  • #235983 - Resolved the HTML5 standard issues in textbox control.
  • Now, changed the bottom padding of input to meet the Material theme standard.

New Features

  • #228310, #233267 - Now, you can add additional html attribute to the element using htmlAttributes property.
  • #226404, #F141814 - Provided Material2 outline layout for textbox.
  • #226950 - Provided Material2 filled layout for textbox.

TimePicker

New Features

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

TreeGrid

Breaking Changes

  • The default value of enableHover property has been changed from true to false.

Bug Fixes

  • collapseAll method works fine with pageSize mode set to All.

New Features

  • Virtual Scrolling support has been provided in which the rows are added dynamically while scrolling.
  • Detail Template support has been provided that provides additional information about a particular row.