Ink v3.1.2 Release Notes

Release Date: 2014-12-18 // over 9 years ago
  • Javascript

    ๐Ÿ‘ Minor breaking change: Ink.UI.Toggle no longer supports detecting whether the toggled element is currently visible (using getComputedStyle) in order to set its initial state. To achieve the same effect, set the class of the first target to be the same as the classNameOn option (which defaults to 'show-all'). This may break some things, but it improves the predictability and usability of the component.

    ๐Ÿ›  Fixes #414

    ๐Ÿ›  Fixes terrible bug in FormValidator_2 where neverSubmit is always true