Releases: syncfusion/ej2-angular-ui-components
v17.1.32-beta
Common
Bug Fixes
- Fixed
CheckBox
not disabling issue.
Accordion
Bug Fixes
- Resolved the issue with accessing Accordion item object in clicked event arguments.
AutoComplete
Bug Fixes
- Filtered value is not maintained while using model value issue has been resolved.
Calendar
Bug Fixes
- Tabindex support has been provided.
Card
Bug Fixes
- The issue with white background for the Card control has been fixed in Material theme.
Chart
Bug Fixes
- Zooming icons are not visible on refreshing chart is fixed.
- Chart not exported to SVG in IE11 is fixed.
- Now the secondary axis is removed after changing the series type from pareto to line.
New Features
- Stacking Line series type has been added to the chart.
- 100% Stacking Line series type has been added to the chart.
- Support has been provided to wrap axis labels to multiple lines.
- Chart now supports animation on data updation.
CheckBox
Bug Fixes
- Change event triggers twice issue fixed.
Chips
The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags.
Input chip
- Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection.Choice chip
- Used to select a choice from the available options.Filter chip
- Used to select multiple choices from the available options.Action chip
- Used to trigger actions for primary content.
CircularGauge
Bug Fixes
- Issue with the ng-template on using with annotation option has been fixed.
ComboBox
Bug Fixes
- List's selection is not removed when remove a selected value using clear button issue has been resolved.
ContextMenu
Bug Fixes
- Submenu items styles are not proper in ContextMenu issue is fixed.
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.
DatePicker
Bug Fixes
- Issue with clear button not shown when disable the
allowEdit
property has been fixed.
DateRangePicker
New Features
- Now, you can move to a particular date without UI interaction using
NavigateTo
method. - Provided option to set the start and depth level view of the calendar.
DateTimePicker
New Features
- Now, you can provide datetime value as a string to the DateTimePicker.
Diagram
Bug Fixes
- Drop event is now fixed when drag and drop other component is now working fine.
- Diagram does not zoom based on the center point is now working fine.
- Background color of the label and nodes will be black by default while updating dynamically is now working fine.
- Background color issue found while on text editing is not fixed.
- Connections have created from port after removing the constraints is now working fine.
- Performance issue on diagram layout has been fixed.
New Features
- Support added to create a swimlane diagram using code or a visual interface with built-in swim lane shapes.
- Support provided to prevent “previous selection gets cleared when dragging a new symbol from the symbol palette and dropping it to the diagram”.
- Support provided to cancel the drag and drop operation from the symbol palette to the diagram when the ESC key is pressed.
- Support provided to define the padding between the connector’s end point and the object to which it gets connected.
- Option has been provided to retain the selection of an object when performing undo and redo operations.
- Option provided to prevent serializing default properties when the diagram is serialized as JSON format.
- Padding option added to scroll settings.
- Now, it is possible to export HTML and native nodes to image format.
- Support provided to limit the number of actions to be stored in the history manager.
Dialog
Bug Fixes
- Provided an additional argument in beforeOpen event to control the max-height of dialog.
Document Editor
Bug Fixes
- Section break is now serialized properly.
New Features
- Added API to customize the default character format and paragraph format of document editor.
- Added support to customize context menu.
- Optimized text rendering.
DropDownList
Bug Fixes
- Issue with change event trigger multiple times when clear value using clear button has been fixed.
Excel Export
Bug Fixes
- Updated Readme and GitHub URL.
New Features
- Added rotation property to set text rotation on export.
- Added formula property to set formulas on export.
File Manager
The File Manager
is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
- Different Views - Provides detailed and large icon views.
- Context menu support - Provides detailed and large icon views.
- Custom toolbar support - Customize the toolbar to provide only necessary features.
- Multiple file selection - Select multiple files simultaneously.
- Accessibility - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
- Localization - Translate file names to any supported language.
FormValidator
Bug Fixes
- Now, the url validation works with all types of url.
Gantt
Bug Fixes
Improvement
- Data sources – Bind hierarchical or self-referential data to Gantt chart with an array of JavaScript objects or DataManager.
- Timeline – Display timescale from minutes to decades easily, and also display custom texts in the timeline units. Timeline can be displayed in either one-tier or two-tier layout.
- Customizable Taskbars – Display various tasks in a project using child taskbar, summary taskbar and milestone UI, that can also be customized with templates.
- Unscheduled tasks – Support for displaying tasks with undefined start date, end date or duration in a project.
- Baselines – Display the deviations between planned dates and actual dates of a task in a project using baselines.
- CRUD actions – Provides the options to dynamically insert, delete and update tasks using columns, dialog and taskbar editing options.
- Task dependency – Define or update the dependencies between the tasks in a project with four types of task dependencies Finish – Start, Start – Finish, Finish – Finish, Start – Start.
- Markers and indicators - Support for displaying indicators and flags along with taskbars and task labels. Also map important events in a project using event marker.
- Filtering – Offers filtering the Gantt content using column menu filtering along with toolbar search box.
- Customizable columns – Customize the columns and add custom columns to Gantt chart at initialization through column property.
- Enriched UI – Support for Material, bootstrap, fabric and high contrast themes along with other UI options like holidays support, vertical and horizontal grid lines support and so on.
- Localization - Provides inherent support to localize the UI.
Grid
Bug Fixes
- Excluded template from
pageSettings
while get persist data in Grid. - Edit cells are focused when enabling
multiselect
dropdown with checkbox mode. - Grid
validationRules
works fine while using min and max value forNumericTextBox
. - Script error is resolved when opening
contextmenu
in stacked header. - In
FilterBar
mode, the specified format is applied to date column value while performing initial filtering. - Grid exports current view columns alone when column
virtualization
is enabled.
New Features
- Provided
virtualization
support while expand or collapse the grouped records whenvirtualization
is enabled. - Provided support to edit next row cell while pressing the tab key in Batch edit mode.
- Provided support to add new row in bottom while pressing the tab key in last cell of last row in current page.
- Provided support to trigger
actionComplete
event after callingexpandAll
andcollapseAll
methods. - Provided support to implement 'Angular deep watch pipe'.
- Add and Delete operation changes are updated in the grid UI when
virtualization
is used. - Provided internal event to change the edit form elements for tree grid team.
HeatMap
New Features
- Now it is possible to select or deselect multiple cells in Heatmap by holding CTRL key and mouse click actions.
In-place Editor
Bug Fixes
space
key action issue is fixed with clicking save and cancel buttons.- Value persistence issue with
multi-select
when doing cancel action after removing selected item. - Double-Click issue in IOS device is fixed.
ListView
Bug Fixes
- Issue with duplicate entries on updating the data source while binding data using data manager has been fixed.
- Now it is possible to perform key interactions with input list items displayed using custom templates.
Maps
Bug Fixes
- Now, the border style is applied properly to the shapes when performing selection.
MaskedTextBox
Bug Fixes
- Now, you can get the proper masked textbox value in the
change
event.
Menu
Breaking Changes
- ...
v16.4.55
Common
Bug Fixes
- Fixed
TextBox
change event not triggering issue.
AutoComplete
Bug Fixes
- Reset text based initial value in form reset action behavior has been changed.
CheckBox
Bug Fixes
- Performance issue with key press is fixed.
ComboBox
Bug Fixes
- Reset text based initial value in form reset action behavior has been changed.
DatePicker
Bug Fixes
- Resolved the issue with today button text not updated when dynamically change the localization of the page.
DropDownList
Bug Fixes
- Pre-select value is not selected when its not present in the list issue fixed.
- Reset text based initial value in form reset action behavior has been changed.
FormValidator
Bug Fixes
- Now, the url validation works with all types of url.
Grid
Bug Fixes
- Script error throws when validating the column in Batch Editing is resolved.
- script error is thrown when press for Tab key in batch edit mode is resolved.
- Need to provide argument as
isInteracted
inrowDeselected
event is fixed. - Grid
ContextMenu
shows unrelated items in its target is resolved. - Script error throws while does the key press event with frozen is resolved.
- Delete Confirmation dialog loses focus when using command column for delete is resolved.
- Problem in updating data with
updateRow
method when using remote data is resolved. - Grid copied rows pasted in single column in excel sheet randomly is resolved.
- Column chooser not working when we select or unselect the searched columns is resolved.
New Features
- Need to provide support to set the Edit Dialog height by using API is fixed.
Maps
Bug Fixes
- Changed the OSM and Bing maps URL from http to https.
MultiSelect
Bug Fixes
- List selection throws exception while using quotes within string data issue has been resolved.
- Select all operation's performance issue has been resolved.
PDF Viewer
Bug Fixes
- Document Load event not triggered for lower zoom value issue was fixed.
RichTextEditor
Bug Fixes
- Insert image dialog is not rendering properly while setting the
imageUploadMessage
text as long in localization, that issue has been fixed. - Localization is not applied to static
DropDownButton
items, that issue has been fixed.
Slider
New Features
- Now, Range Slider in Material theme will support
showOn
property. - Now, Single tooltip will be used to display values in Range Slider.
Splitter
Bug Fixes
- The issue with dynamic update of
paneSettings
has been fixed.
TextBox
Bug Fixes
- Now, the validation works with complex names also.
TreeGrid
Bug Fixes
- Change detection for properties
dataSource
andquery
were handled for remote data. - Edited records can be searched/filtered.
- Inner level records will be collapsed/expanded after filtering/searching actions.
Uploader
Bug Fixes
- Resolved the issue with
Tab
key navigation in uploader file list.
v16.4.54
AutoComplete
Bug Fixes
- Reset the initial value in form reset action behavior has been changed.
Chart
Bug Fixes
- Pie animation starting angle issue fixed.
CircularGauge
Bug Fixes
- Gauge is rendering fine now even in small size, when it is moved to the center position.
ComboBox
Bug Fixes
- Reset the initial value in form reset action behavior has been changed.
DatePicker
Bug Fixes
- Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
DateRangePicker
Bug Fixes
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
- Now year values are shown in the selected range of decade view.
DateTimePicker
Bug Fixes
- Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
Diagram
Bug Fixes
- Z-order maintained properly now when adding the nodes at runtime.
- Port dragging now working properly after rotating the nodes.
- When dragging the port, connectors associated with the ports updated properly.
- If anyone of the selected nodes doesn’t have rotate constraints, rotate handle no longer visible with the selection handles.
Dialog
Bug Fixes
- Dynamically enable/ disable the button in dialog, issue has been fixed.
Document Editor
Bug Fixes
- Default tab width is parsed and serialized properly.
DropDownList
Bug Fixes
- When page scroll, grouping template is hiding issue has been resolved.
- Reset the initial value in form reset action behavior has been changed.
Grid
Bug Fixes
- Custom command content is not working in edited state when it is used in Multiple Columns issue is fixed.
- Selection is not maintained when using
rowselected
androwdeselected
event is resolved. - Reactive aggregate is updating aggregate with current view data on cell editing is fixed.
- Grid gets refreshed twice when we change the values through
setProperties
method is fixed.
MaskedTextBox
Bug Fixes
- Issue with, “MaskedTextBox not restoring the initial value on form reset” has been fixed.
MultiSelect
Bug Fixes
- Now, you can enter special characters inside MultiSelect using virtual keyboard.
- Reset the initial value in form reset action behavior has been changed.
NumericTextBox
Bug Fixes
- Issue with, “NumericTextBox not restoring the initial value on form reset” has been fixed.
QueryBuilder
Bug Fixes
- 'Add Group' option is not disabled while setting groupInsert as false is fixed.
RichTextEditor
Bug Fixes
- HTML 5 form reset behaviour has been corrected.
- Editor content rendered twice in DOM when using
RichTextEditorFor
, that issue has been fixed. - EJ2 compatibility styles are not worked while component rendering with
textarea
element, that issue has been fixed.
Schedule
Bug Fixes
- An issue with events not displaying correctly based on Agenda view's current date range has been fixed.
- An issue with recurring events while defining recurrence rule on it that includes both BYMONTH and BYDAY properties together has been fixed.
- An issue with incorrect casing of
popupOpen
event's parameters that triggers on cell click action has been fixed. - An issue with 24 hours format not displaying in time cells of adaptive Scheduler mode has been fixed.
Splitter
Bug Fixes
- Issue with dynamic update of pane content has been fixed
SvgBase
Bug Fixes
- Charts in tab control initial tooltip opacity issue fixed.
Tab
Breaking Changes
- The initial focus set on active tab item is removed from the component on initial load.
Bug Fixes
- An issue with destroy method of Tab component getting called twice while using it with ng-template has been fixed.
TextBox
Breaking Changes
- While setting the textbox value programmatically, the
change
event will not trigger.
Bug Fixes
- Now, textbox model value will update on every key press.
- Now, input event will trigger after clear the textbox value using clear icon.
- Now, the default value is set to the textbox while resetting the form.
TimePicker
Bug Fixes
- Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
Uploader
Bug Fixes
- Uploader file list will be cleared while reset the form.
New Features
- Provided
cssClass
property to add custom CSS classes to an uploader.
v16.4.53
Accordion
Bug Fixes
- Resolved the issue with accessing Accordion item object in clicked event arguments.
New Features
- Schematic samples are added by feature wise for
Accordion
component.
Button
Bug Fixes
- Flat button text is not visible in bootstrap theme issue is fixed.
Card
Bug Fixes
- The issue with white background for the Card control has been fixed in Material theme.
Chart
Bug Fixes
- Data bind issues in series properties fixed.
- Memory increasing while refreshing the chart for long period of time with time interval datasource change issue fixed.
- Scrollbar with huge data performance lack has been fixed.
CircularGauge
Bug Fixes
- Range bar pointer drag is working fine now.
ColorPicker
Bug Fixes
- Form reset issue is fixed.
DatePicker
Bug Fixes
- Fixed the form validation class
ng-dirty
issue in Angular forms.
DateRangePicker
Bug Fixes
- Fixed the form validation class
ng-dirty
issue in Angular forms.
DateTimePicker
Bug Fixes
- Fixed the form validation class
ng-dirty
issue in Angular forms.
Diagram
New Features
- Support to flip the node/connector in both horizontal and vertical direction has been added.
Document Editor
Bug Fixes
- Table inside header is now layout properly.
- Table re-layout while editing now layout properly.
- Page break inside table is handled.
DropDownButton
Bug Fixes
- Proper ARIA standards followed.
DropDownList
- ItemData parameter supports
object
collection in select and change event. - Filtering is not working when rendered control by using select element issue has been resolved.
Grid
Bug Fixes
- Persisted row selection is not cleared in other pages while calling
clearSelection
method is resolved. - Grid cells with value '0' are exported as an empty cells in excel exporting is fixed.
- Multiple requests are sent to server for each checkbox selection is fixed.
- Additional parameter is not passed to the server when getting checkbox selection state is resolved.
- Script error thrown while dragging the row to outside of the Grid content issue is fixed.
- Auto generated columns not working when we change the Grid dataSource dynamically and also it throws Script error is fixed.
- Programmatic deletion is not working in batch edit mode is fixed.
- Grid shows invalid result while clearing string column values in Batch mode is fixed.
- Mouse event is passed as a parameter for
rowDrag
event. - Editing misbehaves with
allowResizing
andfrozenColumns
enabled is fixed. - Need to maintain edit state when exception thrown with custom binding is fixed.
- Grid
getRowInfo
method throws script Error on Expand and Collapse is fixed.
HeatMap
Bug Fixes
- The console window exception which is thrown for mouse hovering action on legend labels in Firefox browser has been handled.
- The console window exception which is thrown for mouse hovering action on legend labels in Firefox browser has been handled.
In-place Editor
Bug Fixes
- Console error is thrown while validating
RTE
editor value issue has been fixed.
New Features
- Schematic samples are added by feature wise for
In-place editor
component.
Maps
Bug Fixes
- Padding issue for OSM type layers resolved now.
MultiSelect
Bug Fixes
- Lengthy placeholder breaks UI issue has been resolved.
- Values are not cleared in mobile devices issue has been resolved.
- Values are not selected based on selected attribute in select element rendering issue has been resolved.
RichTextEditor
Breaking Changes
- Changed the
fontSize
,fontFamily
,format
properties default value as null.
Bug Fixes
- Console error is thrown in IE11 browser while using the SVG element style with transform and then render the RichTextEditor in an application, that issue has been fixed.
- HTML 5 standard issues has been fixed.
- Cursor position changed after typed some contents issue has been fixed.
Schedule
Bug Fixes
- An issue that occurs on enabling the time interval for resizing in timeline day view has been fixed.
Tab
New Features
-
Schematic samples are added by feature wise for
Tab
component. -
Schematic samples are added by feature wise for
Tab
component. -
Schematic samples are added by feature wise for
Tab
component.
TextBox
Bug Fixes
- The events
input
andchange
event are no longer triggered multiple time in Angular application. - The events
input
andchange
event are no longer triggered multiple time in Angular application. - The events
input
andchange
event are no longer triggered multiple time in Angular application. - The events
input
andchange
event are no longer triggered multiple time in Angular application. - The events
input
andchange
event are no longer triggered multiple time in Angular application. - The events
input
andchange
event are no longer triggered multiple time in Angular application. - The events
input
andchange
event are no longer triggered multiple time in Angular application.
TimePicker
Bug Fixes
- Fixed the form validation class
ng-dirty
issue in Angular forms.
Toast
New Features
- Schematic samples are added by feature wise for
Toast
component. - Schematic samples are added by feature wise for
Toast
component.
Toolbar
New Features
-
Schematic samples are added by feature wise for
Toolbar
component. -
Schematic samples are added by feature wise for
Toolbar
component. -
Schematic samples are added by feature wise for
Toolbar
component.
TreeGrid
Bug Fixes
- Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
v16.4.52
Calendar
Bug Fixes
- Tabindex support has been provided.
ComboBox
Bug Fixes
- The model value is not updated by selecting a value using tab key with autofill combination issue has been resolved.
DataManager
Bug Fixes
- Provided
addParams
CRUD support inRemoteSaveAdaptor
. - Need to parse the server response data in
UrlAdaptor
is resolved. - Provided option in
DataManger
to define CRUD url inOdataV4Adaptor
in Grid all edit modes. - Additional parameters should be send in
params
property is fixed.
DatePicker
Bug Fixes
- Tabindex support has been provided.
New Features
- Now, date type skeleton support has been provided for the format property.
DateRangePicker
Bug Fixes
- Tabindex support has been provided.
DateTimePicker
Bug Fixes
- Tabindex support has been provided.
New Features
- Now, scrollTo support has been added for the TimePicker pop-up element of the DateTimePicker. This is used to set the scroll position to the given time value when no value is selected in the popup list.
Diagram
Bug Fixes
- Exception thrown while enable zoom and pan tool dynamically is now working fine.
Grid
Bug Fixes
selectCell
event throws script error when two grid refresh requests are made simultaneously is fixed.- Promise is not resolved while perform CRUD operation with Observables is fixed.
- Validation message misplaced in dialog editing when we render the new row at bottom issue is fixed.
- Argument is not returned well in
rowDragStart
Event is resolved. - Column chooser dialog not getting hidden while click outside of the Grid is fixed.
- Selecting cell using arrow keys with frozen column and cell selection is
misfocused
issue is fixed. - Provide property change handling for
selectedRowIndex
is resolved. - Edit dialog does not destroyed after perform add operation with custom binding is resolved.
- Server requests sent twice when column is not defined in the grid is resolved.
- custom attribute is missing in stacked header issue is fixed.
- Column
allowEditing
false is working fordatepicker
edit when it is specified as primary key column is resolved. allowEditing
property is not working in identity column is resolved.- Provided support to
addparams
for filtering. - Misalignment occurs when
footer aggreagate
in grid and also while editing is resolved. - Script error thrown when reorder header template column in grid using angular is fixed.
RemoteSaveAdaptor
returns empty row while perform adding in Grid is resolved.- Filtering the localized date column throws script error is fixed.
- Provided support for dynamic property change handling for
selectedRowIndex
. - Filtering after grouping any column focuses out of the
filterbar
is resolved. Deselecting
event is not triggered after double clicking a particular row and select different row is resolved.- Column data
stringify
is not working properly when persistence enabled is resolved.
New Features
Toggle
option for Selected Row is provided.- Property change handling for
SelectedRowIndex
is provided. - Support to add
params
forfiltering
is added. - Support to perform searching only based on the visible columns in Grid is provided.
Reorder
position support for target field is provided.- Send the culture file name as parameter to excel export function is added.
MaskedTextBox
New Features
- Provided the "focus" and "blur" events for MaskedTextBox that will trigger when the control got focus or losses focus.
Menu
Bug Fixes
- Popup not opened properly when two menu rendered side by side issue fixed.
MultiSelect
Bug Fixes
- Blur event prevents other actions issue has been resolved.
NumericTextBox
New Features
- Provided the "focus" and "blur" events for NumericTextBox that will trigger when the control got focus or losses focus.
QueryBuilder
New Features
- Provided
Summary view
support.
Schedule
New Features
- Improvements done to support creation of recurring events based on the recurrence rule properties, that lies under the criteria of limited combination.
- The recurring appointments of Scheduler can be now created and processed successfully based on the Islamic calendar dates.
Sidebar
Breaking Changes
- Sidebar with type
Auto
will always expand on initial rendering, irrespective ofenableDock
andisOpen
properties.
Bug Fixes
- Tabindex support has been provided.
SvgBase
Bug Fixes
- Additional space in tooltip header text is fixed
TimePicker
Bug Fixes
- Tabindex support has been provided.
TreeGrid
Breaking Changes
- Default value of
editSettings.mode
has been changed toCell
. - Default value of
editSettings.mode
has been changed toCell
.
Bug Fixes
actionBegin
,actionComplete
andactionFailure
events are triggered properly.- Additional parameters that are added using the
query
property of TreeGrid are passed to the server side when a parent record is expanded. - Expand icon is prevented from displaying for the root/zeroth level record which has
hasChildMapping
field as false. - Expanding and Collapsing records is working fine when
pageSizeMode
is set asAll
. expandAtLevel
,collapseAtLevel
,expandAll
andcollapseAll
methods are working fine whenpageSizeMode
is set asAll
.- Added events for the column menu feature and added
columnMenuItems
API to modify the column menu items in column menu. - Added
sortComparer
API to perform custom sorting in TreeGrid. - Property change support for
height
property has been provided. - Expand icon is prevented from displaying for the root/zeroth level record which has
hasChildMapping
field as false. - Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
Query
maintenance support provided forrefresh
method after expanding any child rows.
TreeView
Bug Fixes
- The issue with, “When disabling the TreeView parent nodes, the child nodes also appear in a disabled state” has been fixed.
v17.1.1-beta
Common
Bug Fixes
- Fixed ng-dirty class adding issue when patching object value to control.
AutoComplete
Bug Fixes
- Custom value is not maintain after reload the data issue has been resolved.
Chart
New Features
- Stacking Line series type has been added to the chart.
- 100% Stacking Line series type has been added to the chart.
CheckBox
Bug Fixes
- Change event triggers twice issue fixed.
Chips
The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags.
Input chip
- Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection.Choice chip
- Used to select a choice from the available options.Filter chip
- Used to select multiple choices from the available options.Action chip
- Used to trigger actions for primary content.
CircularGauge
Bug Fixes
- Pointer drag in circular gauge is working fine now in touch devices.
New Features
- Provided rounding places support for the axis labels and tooltip text in circular gauge.
- Provided support to display the last axis label, even if it is not in the interval value.
- Provided event to get and set the calculated radius of the circular gauge.
- Provided support to assign percentage values for pointer width, ranges width and axis line width.
ContextMenu
Breaking Changes
- The
animationSettings
property type changed fromAnimationSettings
toAnimationSettingsModel
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.
DatePicker
Bug Fixes
- Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
Diagram
Bug Fixes
- Exception thrown while enable zoom and pan tool dynamically is now working fine.
New Features
- Support to flip the node/connector in both horizontal and vertical direction has been added.
- Support to export HTML /Native node to image format has been added.
- Support to retain the selection for the object which is affected when performing the undo/redo operation has been added.
- Padding between a connector’s end point and the object to which the connector gets connected is added.
- Prevent the selection gets cleared when dragging the symbol from symbol palette and before dropping into the diagram is added.
- Support for cancelling the drag and drop operation from symbol palette to diagram when pressing the ESC key is added.
Dialog
Bug Fixes
- Provided an additional argument in beforeOpen event to control the max-height of dialog.
Document Editor
Bug Fixes
- Document default format is now serialized properly.
DropDownList
Bug Fixes
- Restricted multiple request when no data returned from server issue has been resolved.
Excel Export
Bug Fixes
- Updated Readme and GitHub URL.
New Features
- Added rotation property to set text rotation on export.
- Added formula property to set formulas on export.
FormValidator
New Features
- Localization - Supports to localize error message for the "FormValidator" to different cultures.
Grid
Bug Fixes
- Updating
Vue
component data throws script error withstacked header
is resolved. rowHeight
is not working when group grid columns is resolved.- Pager dropdown does not render in
Production
is fixed. - Provided support to exclude the
grid
properties from persist in the grid initialize. Validation rules
not working in Grid stacked columns is fixed.Advanced popup
is misaligned inexcel-filter
when scroll down on the page.RowSelected
event is triggered when sub context menu get open is fixed.Query
property not working for dynamic property change is fixed.Touch-scrolling
frozen content moves page scrollbar is resolved.- Script error throws in
row-template
when scroll up/down is fixed. - Unable to filter the date column with
excel-filter
usingDataOperations
class is fixed. IE
cannot handle the viewport height whenscroll(virtual scrolling)
is resolved.- Grouped column is not included in dialog editing when
showGroupedColumn
is false is fixed. Initial Grouping
not maintained when setting thelocale
property dynamically is fixed.- Script error when
editTemplate
is used in batch mode is fixed.
New Features
- Filter template support added.
- Edit template support added.
row Drag and Drop
support within a single grid is provided.- Support for
true type
font in PDF library is added. Hierarchy Grid
printing support is added.- Support For
Excel,CSV and Pdf export
with Hierarchy Grid is provided. - Support for
row-spanning
in Grid is added. - Adding a new row at the bottom of the grid support is added.
- support for
paste option
to Grid fromExcelsheet/Grid
is provided. Excel-Like Auto Filling
support is added.
HeatMap
New Features
- Now it is possible to provide minimum and maximum values for bubble size in Bubble Heatmap.
- Provided support for resized and loaded client-side events in Heatmap. The resized event will be triggered before Heatmap being rendered and the loaded event will be triggered after Heatmap is completely rendered on window resize action.
In-place Editor
Bug Fixes
space
key action issue is fixed with clicking save and cancel buttons.- Value persistence issue with
multi-select
when doing cancel action after removing selected item. - Double-Click issue in IOS device is fixed.
ListView
Bug Fixes
- Fixed
getSelectedItems
method returnsundefined
values for remote data.
MaskedTextBox
New Features
- Provided the "focus" and "blur" events for MaskedTextBox that will trigger when the control got focus or losses focus.
Menu
Breaking Changes
- Type changes done for the following property.
| Property Name | Old Type | New Type |
|: ---------:| ---------:| ---------:|
| animationSettings
| AnimationSettings | AnimationSettingsModel |
| fields
| FieldSettings | FieldSettingsModel |
New Features
- Provided scrollable option in Menu for rendering large menus and submenus in an adaptive way.
MultiSelect
Breaking Changes
- Renamed the
selectAll
event argumentIsChecked
toisChecked
. - Renamed the
selectAll
event argumente
toevent
.
Bug Fixes
- Change event is now triggered for MultiSelect components, when focused out.
NumericTextBox
New Features
- Provided the "focus" and "blur" events for NumericTextBox that will trigger when the control got focus or losses focus.
Pdf Export
Bug Fixes
- Compilation issue in CI is fixed.
- Updated Readme and GitHub URL.
- Cell padding issue in nested grid is fixed.
New Features
- Added Nested Grid support.
- Added RTL Text support.
Pivot Grid
New Features
- F141747- Always shows value caption in headers even having single measure.
- Cell selection now allows to select cells as row and column wise.
- Shows the filter state in the fields of filter axis.
Popup library
Bug Fixes
- The issue with collision while displays popup on scrollable viewport element has been resolved.
ProgressButton
Breaking Changes
- Type changes done for the following property.
| Property Name | Old Type | New Type |
|: ---------:| ---------:| ---------:|
| animationSettings
| AnimationSettings | AnimationSettingsModel |
| spinSettings
| SpinSettings | SpinSettingsModel |
QueryBuilder
Bug Fixes
- Introduced validateFields method for validation.
RichTextEditor
Bug Fixes
- Table QuickToolbar open wherever click within a component issue has been fixed.
- FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
- Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
Schedule
New Features
- Improvements done to support creation of recurring events based on the recurrence rule properties, that lies under the criteria of limited combination.
- The recurring appointments of Scheduler can be now created and processed successfully based on the Islamic calendar dates.
Sidebar
New Features
- Two-way binding support has been provided for
isOpen
property.
Sparkline
New Features
- Provided right to left rendering support for Sparkline.
Splitter
New Features
- Provided option to configure the splitter and its pane properties such as size, min, max, resizable through data attributes (
data-
). - Included the public methods for add and remove splitter panes.
Tab
New Features
- Tab vertical orientation support was provided.
TextBox
Bug Fixes
- The issue with
refresh
method of textbox has been fixed. - Resolved the issue with placeholder property has 'null' value in Edge browser.
TimePicker
Breaking Changes
- TimePicker pop-up will position at the center of the viewport in mobile resolution.
Toast
Bug Fixes
- Resolved the issue "window is not define" on registering component as plugin in Toast component.
TreeGrid
Bug Fixes
- Expand icon is prevented from displaying for the root/zeroth level record which has
hasChildMapping
field as false. Query
maintenance support provided forrefresh
method after expanding any child ro...
v16.4.48
Common
Bug Fixes
- Fixed script error throwing issue while using
ngx-translate
.
AutoComplete
Bug Fixes
- Custom value is not maintain after reload the data issue has been resolved.
Chart
Bug Fixes
- Scatter chart's edge position render issue is fixed
- Datalabel did not show properly in Edge browser is fixed
- Trendline not rendering while using NaN as input issue is fixed
- DataSource not refreshed in angular chart has been fixed
DataManager
Bug Fixes
- Provided
addParams
CRUD support inRemoteSaveAdaptor
. - Need to parse the server response data in
UrlAdaptor
is resolved.
Diagram
Bug Fixes
- Updating data source at runtime is now working properly even if you did not define layout for a diagram.
- Now, you can modify the nodes and connectors styles at runtime.
Document Editor
Bug Fixes
- Broken image rendering is handled.
Grid
Bug Fixes
- Argument is not returned well in
rowDragStart
Event is resolved. - Column chooser dialog not getting hidden while click outside of the Grid is fixed.
- Selecting cell using arrow keys with frozen column and cell selection is
misfocused
issue is fixed.
In-place Editor
Bug Fixes
- Formatting not applied to calendar component issue fixed.
- While call refresh, control not render issue fixed.
- Id returned instead of text while using fieldSettings with dropDown components issue fixed
New Features
- Type
number
support provided forprimaryKey
API.
MultiSelect
Bug Fixes
en-US
locale JSON file not generated issue has been resolved.
RichTextEditor
Bug Fixes
- Table QuickToolbar open wherever click within a component issue has been fixed.
- FontSize "px" and fontFamily "veranda" not updated in toolbar status, that issue has been fixed.
- Clicking on view source code with single character inside textarea removes the character, that issue has been fixed.
Schedule
Bug Fixes
- An issue with retrieving event fields value within the event template of Agenda view has been fixed.
SvgBase
Bug Fixes
- Tooltip text with colon within the bold tag issue fixed
TimePicker
Breaking Changes
- TimePicker pop-up will position at the center of the viewport in mobile resolution.
Uploader
Bug Fixes
- Provided option to hide generated promise error manually on ajax failed event.
New Features
- Provided template support for preloaded files also to customize its default file list structure.
v16.4.47
Chart
Bug Fixes
- Chart not rendering using remote data without query issue is fixed
CircularGauge
Bug Fixes
- Issue with annotation is not properly resolved now.
DataManager
Bug Fixes
- Provided option in
DataManger
to define CRUD url inOdataV4Adaptor
in Grid all edit modes.
Diagram
Bug Fixes
- Connector label position is misplaced while adding the connector in layout at run time is working fine now.
Dialog
Bug Fixes
- Provided an additional argument in beforeOpen event to control the max-height of dialog.
Grid
Bug Fixes
- Provide property change handling for
selectedRowIndex
is resolved.
RichTextEditor
Bug Fixes
- ASP.NET core data annotation issue has been fixed.
- Console error is thrown in IE browser with angular routing, that issue has been fixed.
Schedule
Bug Fixes
- An issue with event display order getting changed within the more event container of timeline views has been fixed.
- An issue with the display of time range text in
quick popup
, when both the start and end time of a spanned event has the same exact hours and minutes but with different dates has been fixed.
Splitter
Bug Fixes
- The issue with dynamically updating the pane size has been fixed.
TextBox
Bug Fixes
- The issue with
refresh
method of textbox has been fixed. - Resolved the issue with placeholder property has 'null' value in Edge browser.
TimePicker
Bug Fixes
- TimePicker will allow assigning string value when type system configuration is disabled.
TreeGrid
Bug Fixes
Query
maintenance support provided forrefresh
method after expanding any child rows.
v16.4.46
Common
Bug Fixes
- Fixed Angular peer dependencies warning issue.
Diagram
Bug Fixes
- Performance has been improved when dragging more number of nodes and connectors.
- Issue on applying style for connector’s annotation is now fixed.
Document Editor
New Features
- Table editing performance optimized.
DropDownButton
Bug Fixes
- Item text overflow issue fixed.
Grid
Bug Fixes
- Edit dialog does not destroyed after perform add operation with custom binding is resolved.
LinearGauge
Bug Fixes
- When hover on pointer, console error thrown fixed now.
MultiSelect
Bug Fixes
- Value is updated in reverse while using select all option in checkbox selection issue has been resolved.
PDF Viewer
Bug Fixes
- Resolved the script error while accessing invalid link annotation destination.
RichTextEditor
Bug Fixes
- Changing the font color of underlined text doesn’t change the color of the line, that issue has been fixed.
- RichTextEditor injectable module is missed from import setting file in CRG, that issue has been fixed.
- The change event is triggered on clicking into HTML source code view in Edge browser, that issue has been fixed.
- Blur event is not triggered when we change focus directly from one RTE to another RTE, that issue has been fixed.
SvgBase
Bug Fixes
- Tooltip text issue in RTL is fixed.
TimePicker
New Features
- Pop-up positioning support has been provided.
TreeGrid
Bug Fixes
- Expand icon is prevented from displaying for the root/zeroth level record which has
hasChildMapping
field as false. - Property change support for
height
property has been provided. - Expand icon is prevented from displaying for the root/zeroth level record which has
hasChildMapping
field as false. - Child records of third level or its successor displays properly based on their hierarchy relation in self reference data binding.
Uploader
Bug Fixes
- Resolved the issue with updating file data in uploader element while drag-and-drop the files.
New Features
- Provided option to customize file upload's status message (label) which is sent from server on success and failure events.
- Provided event which trigger before rendering each file item in a page that helps to customize its default UI structure.
- Provided event to denote all the selected files has processed to upload successfully or failed to server.
v16.4.45
Common
Bug Fixes
- Fixed
CustomPlacement
typing issue.
Accordion
Bug Fixes
- Accordion rendering issue with ng-template is fixed.
- fixed Accordion rendering issue with using ng-template.
Chart
Bug Fixes
- Duplicates of scrollbar id in multiple chart is fixed
CircularGauge
Bug Fixes
- When drag the range bar pointer, the console error thrown resolved now.
DataManager
Bug Fixes
- Additional parameters should be send in
params
property is fixed.
DatePicker
Bug Fixes
- DatePicker will allow assigning string value when type system configuration is disabled.
Document Editor
Bug Fixes
- Table border is rendered properly.
Grid
Bug Fixes
- Server requests sent twice when column is not defined in the grid is resolved.
- custom attribute is missing in stacked header issue is fixed.
- Column
allowEditing
false is working fordatepicker
edit when it is specified as primary key column is resolved. allowEditing
property is not working in identity column is resolved.- Provided support to
addparams
for filtering.
Menu
Bug Fixes
- Getting custom properties from menu items in
beforeItemRender
event issue fixed.
Schedule
Bug Fixes
- An issue with the display of
+n more popup
on Scheduler, while setting appointment time in seconds has been fixed.
Sidebar
Bug Fixes
- Fixed the issue with rendering the Sidebar using
isOpen
property and typeAuto
.
TimePicker
Bug Fixes
- Pop-up positioning support has been provided.
Toolbar
Bug Fixes
- While resizing, Toolbar items are not moving from popup to toolbar in
extended
overflow mode issue is fixed.
Tooltip
Bug Fixes
- Added index position for tooltip content container to avoid misalignment while customize background.
TreeGrid
Bug Fixes
- Added events for the column menu feature and added
columnMenuItems
API to modify the column menu items in column menu. - Added
sortComparer
API to perform custom sorting in TreeGrid.