Skip to content

3.1.6

Compare
Choose a tag to compare
@fabiosantoscode fabiosantoscode released this 31 Mar 16:44
· 150 commits to develop since this release

JS

  • Fixed a bug where multiple toggles would misbehave if they had data-close-on-click.
  • Change Toggle defaults when data-can-toggle-an-ancestor is present, to avoid a bug where the toggle won't do anything.
  • Fixes #435.
  • Fixes #430.
  • Fixes a bug with InkElement where scrollHeight() was returning 0 in chrome.
  • Fixes a bug in Modal, which was ignoring closeOnClick: false and closing the Modal anyway.
  • InkArray.groupBy() can group non-adjacent objects now (#436).
  • groupBy() can take a string as a key, which makes it take that property name from each item and use that as the key.
  • Ink.Util.Validator.isEAN can now validate ean-8 barcodes.

CSS