Ink v3.1.8 Release Notes

Release Date: 2015-05-27 // almost 9 years ago
  • CSS

    • ๐Ÿ›  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.