Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Latest commit

 

History

History
88 lines (54 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

88 lines (54 loc) · 3.34 KB

SVGAPlayer-iOS CHANGELOG (2020-11-10)

2.5.6(2020-11-10)

Bug Fixes

  • Fix: play with range error. (db92d48)

2.5.5(2020-10-15)

Bug Fixes

  • Fix: Add semaphore lock to videoCache and weakCache. (5b3e530)

2.5.4(2020-05-28)

Bug Fixes

  • Fix: audio could not play. (cd6cca8)

2.5.0(2019-10-15)

Features

  • Add Support for matte layer and dynamic matte bitmap.
  • Add Support for audio step to frame & percentage.

2.3.5 (2019-09-29)

Bug Fixes

  • Let clearsAfterStop defaults too YES. (4932be5)
  • Add support for audio play in stepToFrame. (873f8e4)
  • Correct mp3 file match in proto image for iOS13. (eb45964)
  • Correct ZIP file match when parse for iOS13. (f3e204f)

2.3.4 (2019-08-02)

Bug Fixes

  • Correct file tag des hit target. (0018e13)
  • Correct file tag des hit target. (dc2e403)
  • Fix static layer. (ab1d4fc)
  • Fix demo aspect scale. (33ea6b3)
  • Fix key for svga 1.x format. (ec43259)
  • Return when videoItem is nil in startAnimation. (cb27f0f)

Features

  • Add 2.x proto support for matte. (527e76f)
  • Add slider for animation demo. (fc9d7ef)
  • Support bitmap matte layer. (4c4e2b1)
  • Support muti mask. (188c1b3)
  • Update 2.x proto support for matte. (2b28845)

Bug Fixes

  • Rollback SSZipArchive to 1.8.1 because of crash. (2f9d94b)

2.3.1 (2018-12-18)

Bug Fixes

  • Add enabledMemoryCache option to SVGAParser, disable memory cache to default. (116a91f)

2.3.0

Features

  • Add audio support.

2.1.4

Bug Fixes

  • Add classtype asserts to avoid crash.

2.1.3

  • Add SVGAImageView and SVGAVideoEntity to SVGA.h;
  • Add URLRequest params to SVGAParser;

2.1.2

  • Add dynamicHidden and dynamicDrawing.

2.1.1

Bug Fixes

  • Use CADisplayLink::invalid() replace removeFromRunloop. improve: all Parser callback will perform on Main Thread.