
Adds Angular 8 compatibility.
Features
- Compatible with Angular 8.
- Reduced bundle size for all individual component modules.
- Option to choose whether you want the dropdown to appear downwards or upwards.
- Tooltips can now appear without animation.
- Option to reorder tabs through code using the moveTab method accompanied with change event.
- Option to scroll to specified tab.
- Option to change the drag drop position in user code and display the correct icon.
- Option to set drag drop action to copy or move in code.
- Drop mark icon for ListView changes to left/right in vertical mode.
- Option to show expanded boxes in TreeView only on hover, in normal mode.
- Editors now open only on left mouse click or touch.
- Option to change calendar style from DatePicker controlStyle property.
- Breadcrumb now adjusts visible items based on its size and provides a root dropdown menu.
- Samples are updated to work on Angular 8.