
Adds new Label and Toaster components.
Features
- New components: Label and Toaster
- Label is fully customizable with different alignments relative to the attached input element.
- Toaster allows you to display notification messages (Toasts) with different alert levels.
- Improved appearance with animations for RadioButton and ProgressBar components.
- RadioButton now supports vector scaling with animations and CSS customization of shape and colors.
- Added an option to change the ProgressBar appearance on demand during run-time using inline style.
- Added the option to show a Slider Editor in Grid and TreeGrid as well as ProgressBar.
- ProgressBar can now display a value label in different alignments and value change is animated.
- Grid and TreeGrid component now supports new editor type: RadioButton.
- Added the ability to have different groups of radio buttons within the Grid.
- ProgressBar in Grid, TreeGrid and PivotGrid cells can now show label for current progress value.
- Showing custom content like a toolbar when row is hovered or selected is now corrected and improved.
- Option to show/hide horizontal or vertical scrollbars in Grid, TreeGrid and PivotGrid components on demand has been added.
- Option to select which RadioButton is checked from its parent group has been added.
- Added the ability to apply CSS classes and inline styles on demand for Grid and TreeGrid columns, rows and cells.
- Added the option to create alert like animations for buttons or grid cells on demand.
- EditorSettings inheritance of child column from parent column is now possible.
- Updating the dropdown list from within selection changing events is now available.
- Pencil icon for editing now also appears when grid row is hovered.
- dataChanging and dataChanged events in Grid for Inline and Form editing now carries a single object instead of an array.