Skip to content

v4.3.33

Compare
Choose a tag to compare
@kevingpqi123 kevingpqi123 released this 13 Nov 09:09
· 79 commits to release/4.3 since this release

主要修改内容:
(1)AE 特性新增支持

  • 图层样式-描边
  • 图层样式-外发光

(2)能力新增

  • 支持加载网络路径的 pag 文件
  • pag 文件中的 BMP 预合成支持渲染缓存至本地,进一步提升渲染性能
  • pag 文件导出的时候支持设置可编辑图层, 终端支持通过 getEditableIndices 获取到可编辑图层

(3)版本新增

  • 社区版新增发布 macOS 版本,支持通过 cocoapods、Carthage、Swift Package Manager 接入
  • iOS 平台新增支持 Carthage、Swift Package Manager 接入

(4)稳定性提升

  • 升级 WebP 修复漏洞 CVE-2023-4863
  • 修复 iOS 平台 XCFramework 本地直接引用时模拟器报错

Main revisions:

(1) New AE features

  • Layer Style - Stroke
  • Layer Style - Outer Glow

(2) New capabilities

  • Support loading pag file from network paths.
  • BMP compositions in PAG files now has the option to enable disk cache, which further improves rendering performance.
  • Artists now can specify editable layers in PAGExporter directly. The SDK also can get the editable layers by getEditableIndices() API.

(3) New versions

  • The community version adds the macOS version, which supports access through Cocoapods, Carthage, and Swift Package Manager.
  • iOS platform adds support for Carthage and Swift Package Manager.

(4) Stability improvement

  • Upgrade WebP to fix vulnerability CVE-2023-4863.
  • Fix the problem that iOS platform XCFramework reports an error when referencing locally in the simulator.