v1.1.1
DataList now supports disabling rows:
DataRendererBase now supports disabled skin states.
DataRendererBase now automatically looks for properties "selectable" and "enabled" on itemData associated with the row being rendered and adjusts styles and skin states. Note that "selectable" disables selection of the row when set to false but does not change the skin state. The "enabled" property both disables selection of the row and changes skin state to "disabled" when set to false.
DataRendererLabel now supports disabled state text color.
Added support for Alerts:
CanvasManager has new addAlert() and removeAlert() functions. Only 1 alert will be displayed at a time, subsequent are queued. Any element may be passed as an alert.
CanvasManager has new styles "AlertModalClass" and "AlertModalStyle" used to generate the modal overlay applied to the application when an alert is added.
Added new AlertElement which implements features and styling for basic alerts and helper functionality for easily creating, showing, and closing an alert.
Added AlertElement to StyleExplorer.
Several bug fixes.