Skip to content

3.1.3

Compare
Choose a tag to compare
@fabiosantoscode fabiosantoscode released this 05 Feb 15:12
· 237 commits to develop since this release

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!