Skip to content

v1.5.5

Compare
Choose a tag to compare
@jayarjo jayarjo released this 26 Aug 15:52
· 20 commits to master since this release

Changelog

  • FileReader/XHR, Flash: throw a meaningful error when file cannot be loaded or uploaded.
  • Image, HTML5: use blob uris when possible (much faster and supports large images).
  • FileInput: It shouldn't be possible to tab into the hidden element.
  • Address potential memory leak in all runtime extensions that depend on local shim (mainly HTML5 that is).
  • Image, HTML5: do not use gradient descent for nearest neighbour resampling (3-5 times faster).
  • Image, HTML5: fix inconsistent dimensions during resizing.
  • Image: honour fit=false option when resizing only (which means do not upscale).
  • Image: fulfill basic xhtml requirement for img tag (by adding alt attribute).