Skip to content

3.1.8

Compare
Choose a tag to compare
@gnpfonseca gnpfonseca released this 27 May 17:43
· 52 commits to develop since this release

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.