Ink v3.1.3 Release Notes

Release Date: 2015-02-05 // about 9 years ago
  • CSS

    • ๐Ÿ”€ Merges #422
    • ๐Ÿ›  Fixes non-aliased fonts in Windows by rolling back Roboto

    JS

    • ๐Ÿ’ป Ink.UI.Table fixed in Internet Explorer
    • Ink.Net.JsonP: abort() method added, which allows you to cancel requests and ignore responses.
    • ๐Ÿ’ป Prevent a tab change in Ink.UI.Tabs when the user is clicking the active tab. This avoids an annoying scroll.
    • โœ‚ Removed a resize event handler on Tabs, which added the "menu horizontal" classes to the menu on small layouts. Use CSS!
    • ๐Ÿ›  Fix bug when swiping off of sides of carousel
    • โž• Added validateCors option to Ink.Net.Ajax, which adds CORS headers only if necessary.
    • Tooltips are able to be triggered with keyboard, through focus events.
    • โž• Added better keyboard focus support to Drawer
    • FormValidator_2: 'matches' now works together with 'required' so that an empty confirmation field is only valid if the matched field is not required.
    • ๐Ÿ›  FormValidator_2: Fixed a problem with validating 'matches' fields, in that they weren't validated if they were empty.
    • FormValidator_2 is now in autoload. Now you only need to add the .ink-formvalidator class to create it!