Skip to content

v17.4.40

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 24 Dec 11:20
· 254 commits to master since this release

Common

Bug Fixes

  • Resolved accordion control rendering issue while using Ajax.

Accordion

Bug Fixes

  • An issue with bootstrap CSS file generation has been fixed.

AutoComplete

Bug Fixes

  • #236361 - Now, filtering works properly in mobile Firefox.

Bullet Chart

Bullet Chart is the variation of bar chart, which displays one or more measures, and compares it to a target value. You can also display the measures in a qualitative range of performance such as poor, satisfactory, or good. All stock elements are rendered by using Scalable Vector Graphics (SVG).

  • Data Binding - Binds the data to the data source locally and remotely.
  • Animation - The Feature and the Target bar will be animated when rendering.
  • Tooltip - Supports tooltip for the Feature and Target bar.
  • Orientation - Supports horizontal and vertical rendering.
  • Flow Direction - Supports right-to-left rendering.
  • Multiple Target - Supports multiple targets.
  • Data Labels - Supports data labels to enhance the data.

Chart

Bug Fixes

  • #257935 - Axis labels rotated at 90 degree alignment issue now fixed.

Chips

Bug Fixes

  • #250583 - Now, the selected chips values are maintained after selecting and deselecting the chips.

ComboBox

Bug Fixes

  • #256098 - The mobile device ENTER key selection issue in the focused item issue has resolved.

Dashboard Layout

Bug Fixes

  • Panels overlapping issue "while dragging the panels in bootstrap theme" has been resolved.

DateRangePicker

Bug Fixes

  • Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.

DateTimePicker

Bug Fixes

  • #257448 - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.

Diagram

Bug Fixes

  • #258522 - The issue with the connector that is not attached to the node when we draw a connector at the edge of the port has been fixed.

Dialog

Bug Fixes

  • #253239 - The issue with content overflow in IE browser has been resolved in Dialog.
  • #249144- Resolved the issue with rendering templates when enabled the policy "script-src self" in Dialog.

Document Editor

Breaking Changes

  • Some locale properties are renamed as below
Previous Now
Linked(Paragraph and Character) Linked Style
Don't add space between the paragraphs of the same styles Contextual Spacing
The password don't match Password Mismatch
Exceptions (optional) Exceptions Optional
Select parts of the document and choose users who are allowed to freely edit them. Select Part Of Document And User
Yes, Start Enforcing Protection Enforcing Protection
This document is protected from unintentional editing. You may edit in this region. Protected Document
You may format text only with certain styles. You may format text only with certain styles
Type your comment hear Type your comment here
Added comments not posted. If you continue, that comment will be discarded. Discard Comment
Header & Footer Header And Footer
Different header and footer for odd and even pages. Different header and footer for odd and even pages
Different Odd & Even Pages Different Odd And Even Pages
Different header and footer for first page. Different header and footer for first page
Distance from top of the page to top of the header Distance from top of the page to top of the header
Distance from bottom of the page to bottom of the footer. Distance from bottom of the page to bottom of the footer
Insert / Delete Insert Or Delete
Number of heading or outline levels to be shown in table of contents. Number of heading or outline levels to be shown in table of contents
Show page numbers in table of contents. Show page numbers in table of contents
Right align page numbers in table of contents. Right align page numbers in table of contents
Use hyperlinks instead of page numbers. Use hyperlinks instead of page numbers
Bold (Ctrl+B) Bold Tooltip
Italic (Ctrl+I) Italic Tooltip
Underline (Ctrl+U) Underline Tooltip
Superscript (Ctrl+Shift++) Superscript Tooltip
Subscript (Ctrl+=) Subscript Tooltip
Align left (Ctrl+L) Align left Tooltip
Center (Ctrl+E) Center Tooltip
Align right (Ctrl+R) Align right Tooltip
Justify (Ctrl+J) Justify Tooltip
Create a new document. Create a new document
Open a document. Open a document
Undo the last operation (Ctrl+Z). Undo Tooltip
Redo the last operation (Ctrl+Y). Redo Tooltip
Insert inline picture from a file. Insert inline picture from a file
Create a link in your document for quick access to web pages and files (Ctrl+K). Create Hyperlink
Insert a bookmark in a specific place in this document. Insert a bookmark in a specific place in this document
Provide an overview of your document by adding a table of contents. Provide an overview of your document by adding a table of contents
Add or edit the header. Add or edit the header
Add or edit the footer. Add or edit the footer
Open the page setup dialog. Open the page setup dialog
Add page numbers. Add page numbers
Find text in the document (Ctrl+F). Find Text
The current page number in the document. Click or tap to navigate specific page. Current Page Number

Bug Fixes

  • #255913 - Bookmark is now insert properly in splitted paragraph.
  • #255736 , #256106 , #257011 - Context menu is now open in Firefox, Edge and Safari.
  • #254998 - Character format is now apply properly for selected bookmark.
  • #254997, #256764, #257106 , #256764 - Paragraph format is now export properly if document contains selection.
  • #255272 - Resolved script error when navigate to bookmark in header.
  • #255188 - Bookmark is now preserved properly in header and footer.
  • #255601 - Bookmark is now select properly after insert text.
  • #256385 - Copy is now working properly in Firefox.
  • #256321 - Auto fit table is now lay-out properly if maximum word width exceeds container width.
  • #256509 - Resolved script error throws on backspace when selection is in bookmark end.
  • #256053 - TOC outline level is now serialized properly on Word export.
  • #256449 - Bullet list is now render properly in IOS chrome and safari.
  • #256099 - List is now apply properly in multilevel list.
  • #256384 - Tab width is now update properly when paragraph contains hanging indent.

DropDownButton

Bug Fixes

  • #254048 - UI misalignment while changing the font-size issue fixed.

New Features

  • #253123 - Provided addItems removeItems methods and update items dynamically.

DropDownList

Bug Fixes

  • #257336 - Issue with "fixed header shown twice while scrolling the items in the popup and reopen the popup again" has been resolved.
  • #255255 - Issue with "JAWS screen reader does not read the pre-selected value" has been resolved.

File Manager

Bug Fixes

  • #149500 - The issue with incorrect popup name in popupBeforeOpen event has been fixed.

New Features

  • The new events beforeDownload and beforeImageLoad have been provided to customize the download and getImage file operations.
  • The new ' rootAliasName ' property has been provided to display the custom root folder name.
  • Added the filesystem provider support for File Transfer Protocol.

Gantt

Bug Fixes

  • F149551 - Handled empty value while editing the numeric edit type field.

Grid

Bug Fixes

  • #257521 - Styling issue on Aggregate columns has been fixed.
  • #257192 - Provided cancel support for Sorting action.
  • #253400 - Enabled hovering for whole row in frozen columns.
  • #F136797, #259020 - Script error throws in IE11 while using autoGenerated columns has been resolved.
  • #250970 - Check box as field with header checkbox selection is not working properly has been fixed.
  • #256174 - Select all does not work properly when Grid have empty records with virtual rows in Batch edit has been fixed.
  • #F146375 - Aggregate is not shown in Exported file for Child Grid issue has been fixed.

HeatMap

New Features

  • #234060, #246529 - Provided the cell color customization support for heatmap by using the cellRender event .
  • Provided the legend title support to customize the legend title in heatmap.
  • Provided the support for a cell color range to customize a cell color based on the range value.

In-place Editor

Bug Fixes

  • #254606 - Web accessibility related issues have been resolved.

ListBox

Bug Fixes

  • Issue with Drag and Drop is fixed.

ListView

Bug Fixes

  • #255485 - The crashing issue that occurred when rendering list view with virtualization and grouping has been fixed.
  • #255485 - The crashing issue that occurred when rendering list view with virtualization and grouping has been fixed.

Maps

Bug Fixes

  • #I256861 - Now, the data labels are displaying properly for the point type sublayers.

MultiSelect

Bug Fixes

  • #255765 - Issue with "dynamically added item not displayed initially in box mode when control in focus state" has been resolved.

PDF Viewer

Bug Fixes

  • #258250 – The imported annotations are rendered properly if we import the annotation details in the documentLoad event.

New Features

  • #256131 – Improved the rendering quality and performance for the large size PDF document.

Pdf Export

Bug Fixes

  • Performance issue with true type font is fixed.

Pivot Table

Bug Fixes

  • #254586 - The conditional formatting will no longer be applied in empty cells.
  • The summarization text of in value buttons inside grouping bar and field list layout can be localized now.
  • #247376 - The chart events under the chart settings property works now.

New Features

  • #252636 - Provision provided to disable the scrollbars in pivot chart.
  • #250072 - Provision provided to group and separate the grouped headers through UI.

QueryBuilder

Bug Fixes

  • Tooltip is not destroyed while using destroy method.
  • Predicate is not created for Date type when between operator is selected.

New Features

  • Provided NOT Condition support.
  • Provided Template support for Time Picker.

RangeNavigator

Bug Fixes

  • #255451 - Label alignment issue in range navigator has been fixed.

RichTextEditor

Bug Fixes

  • #254606 - Web accessibility related issues have been resolved.

Schedule

Bug Fixes

  • #254033 - An issue with rendering Scheduler with empty resource collection has been fixed.
  • #252616 - An issue with page becoming idle for invalid recurrence rule has been fixed.
  • #149561 - An issue with drag and drop behaviour with resource date wise grouping option has been fixed.
  • #255919 - An issue with current month not displaying in calendar after swiping in mobile mode has been fixed.
  • An issue with event position while zooming the page has been fixed.
  • An issue with displaying wrong week number for DST time-zones has been fixed.

Splitter

New Features

  • #255003 - Provided the cssClass property to individual panes also to customize it in the Splitter.

Spreadsheet

New Features

  • Filtering: Helps you to view specific rows in the spreadsheet by hiding the other rows.
  • Undo Redo: Provides the option to perform undo redo operations in spreadsheet.
  • Collaborative Editing: Provides the option for real time changes across multiple users in the Spreadsheet.
  • Hyperlink: Provides the option to navigate the web links or cell reference within the sheet or to other sheets in spreadsheet.

Tab

Breaking Changes

  • An issue with duplicate Tab item id while rendering more than one Tab in same page has been fixed.

Bug Fixes

  • An issue with bootstrap CSS file generation has been fixed.

Toast

Bug Fixes

  • #254606 - Web accessibility related issues have been resolved.

Toolbar

Bug Fixes

  • #248406 - An issue with destroying sub control rendered inside toolbar is fixed.

TreeGrid

Bug Fixes

  • #257683- Delete action works properly for the newly added record in TreeGrid using RemoteSaveAdaptor.
  • #254018- Alignment issue when enabling Row Drag and Drop has been fixed.
  • #249633- Dragged row removed properly from dragged position in Row Drag and Drop when we bind sorted data to Tree Grid data source.
  • #147099- Stacked Header works properly when we add dynamically.

TreeView

New Features

  • #249238 - Provided the support for refreshing a specific node in tree view.
  • #253508 - Now, the actionFailure event triggers while fetching data from the invalid path.
  • #247333 - Support has been provided to get the disabled nodes in the tree view.