Skip to content

2.0.12 - Oct. 9, 2015

Compare
Choose a tag to compare
@jcbrand jcbrand released this 09 Oct 13:52
· 3037 commits to master since this release
  • New property for the inject pattern: loading-class.
    Specifies a class to appear on the injection target while the injected content is still loading.
    Previously this was hardcoded to injecting, this is still set to the default value.
  • New properties for the inject pattern: confirm and confirm-message.
    Allows you to specify whether a confirmation message should be shown before
    injecting, as well as the text of that message.
  • New property for tooltip pattern: mark-inactive.
    A boolean value, used to specify whether the class 'inactive' should be added
    to the tooltip trigger. Previously this behavior was hardcoded, now it's
    optional with a default of true.
  • Fix: tooltips with closing set to sticky or auto couldn't be closed on mobile.
  • Parser fix. Remove duplicate configurations.
  • Bugfix: TypeError: Cannot read property 'msie' of undefined.