You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch: added data-on, data-off attributes to show switch text state
Checkbox: added API method toggle(state). The state must be -1 (indeterminate), 0 (unchecked), 1 (checked) or undefined (toggle between checked and unchecked), issue #1586
Switch: added API method toggle(state). The state must be 0 (unchecked), 1 (checked) or undefined (toggle between checked and unchecked), issue #1586
Double slider: fixed right-hand button moves when grabbing the left-hand hint, issue #1591
Window: added property attr to custom button definition. This attribute must be a object with pairs key: value where key - attribute name, value - attribute value, issue #1592
Input: added property attr to custom button definition
Panel: added property attr to custom button definition
Lightbox: new component to create a modal image gallery
ImageGrid: new component to create a simple beautiful image grid
Input: added event onAutocompleteSelect. You can define this event with an attribute data-on-autocomplete-select. The event receives a one argument - selected value. issue #1615.
Validator: fixed validating radio buttons with a name as indexed array, issue #1620
Textarea: added attribute data-max-height=0..n, now you can set max height for textarea component.
Components: now, you can use components without common styles from metro-common.css, metro-reset.css, issue #1609
Window: disable a window maximized/minimized action when attribute data-btn-max=false and user use double-click on then window caption, issue #1625