Skip to content

5.0.7

Compare
Choose a tag to compare
@zhw2590582 zhw2590582 released this 13 May 15:19
· 421 commits to master since this release
  • 使用 switchUrl 或者 switchQuality 方法切换地址后会保持原有的调整如:aspectRatio, playbackRate, flip, autoSize
  • 删除 switchUrl 方法和 switchQuality 方法的第二个 name 参数
  • 添加 isIOS13 工具,用于修复在 IOS13 以上版本的设备上的 isMobile 判断不准确的问题
  • art.autoSizeart.autoHeight 改为方法的形式调用,即 art.autoSize()art.autoHeight()
  • 添加新的属性 art.quality,用于动态更新画质列表
  • 修复 art.aspectRatio 属性不正确的问题
  • 添加 art.switch Setter 属性, 功能和 art.switchUrl 方法一样