Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

58 lines (30 loc) · 1.52 KB

SVGAPlayer-iOS (2019-06-20)

Next release (2019-06-20)

Bug Fixes

Features

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

2.3.2 (2018-12-26)

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.