Ink v3.1.6 Release Notes

Release Date: 2015-03-31 // about 9 years ago
  • 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