Skip to content

v1.3

Compare
Choose a tag to compare
@jayarjo jayarjo released this 24 May 19:53
· 70 commits to target_fp10_3 since this release

Changelog

(last minor version to target Flash Player 10.3)

  • FileInput, HTML5: Allow multiple file upload on iOS 8+.
  • FileInput, HTML5: Where possible filter files by extensions, instead of mime types.
  • Encode, Utils: Fix btoa() to properly interpret multi-byte strings.
  • FileInput/FileDrop: Unbind all events on destroy.
  • Image, HTML5/Flash/Silverlight: Properly extract RATIONAL/SRATIONAL types.
  • Runtime, Flash: Make sure SWF is properly removed in IE on destroy.
  • FileReader, Silverlight: Constrain conversion of the buffer to amount of bytes that it actually contains.
  • Image/Jpeg, HTML5: Survive the cases when there's no embedded thumb.
  • Image, HTML5: Extract embedded thumb from JPEG, when available.
  • RuntimeClient: Letter-case of the runtime identifier, shouldn't matter.
  • FileInput, HTML5: Set relativePath on the File object when it's available (when folder is selected in WebKit).