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
Fixes round corners when there's only one child in the .button-group element.
Fixes vertical alignment in Safari.
Base font settings are now defined with the font property and the $base-font-weight,$base-font-stretch and $base-font-variant variables were added.
JS
Dropdown does not need to be passed a 'target' option anymore, it can find its menu by itself
Modal will not stop propagation of events any more
Modal's onShow callback now takes an object with the modal trigger. It now is function (modalInstance, { trigger }) {}
Modal getModalElement, getShadeElement methods, which return the corresponding DOM elements which make up the modal
Pagination JS now supports chevron and dotted mode at the same time.
FormValidator_2 now supports a data-lang option to set its language to something else.
FormValidator_2 FormElement instances now have forceInvalid and forceValid methods, so you can arbitrarily say an input is valid or invalid and bypass all validation rules.
Support Opera Mini, which does not have onscroll, in LazyLoad
InkArray.forEachObj, for iterating an object's key/value pairs as you do in InkArray.forEach.
Fixed an Ink.UI.DatePicker bug in Chrome, which didn't let you select the field.