Skip to content

1.13.2-RC2

Compare
Choose a tag to compare
@aFarkas aFarkas released this 07 Jun 20:40
· 314 commits to gh-pages since this release

upcomming Release 1.13.2

  • implement inputmode="numeric" for Smartphones (see demo)
  • re-implemented FileReader
  • implemented XHR2 and FormData (i.e. Sending FileData and Cross-Domain-Requests)
  • fixed data-groupriequired
  • improved a11y for popovers in conjunction with openOnFocus
  • added minlength attribute to custom validators (only if minlength isn't implemented already)
  • added new alias $.webshim (Only for completeness and compatibility. Use the webshim namespace! For example: webshim.polyfill('mediaelement');)
  • renamed valuevalidation to validatevalue
  • renamed refreshCustomValidityRules event to updatecustomvalidity event (webshim.refreshCustomValidityRules method is untouched)