Skip to content

Release 3.4.1

Compare
Choose a tag to compare
@Maizify Maizify released this 09 Apr 11:11
· 419 commits to master since this release

EN:

  • Feature(General) Add setSwitchPosition(x, y) method to update the position of switch button, see Public Properties & Methods for more details.
  • Perf(General) Add Symbol polyfill. (issue #361)
  • Fix(General) Update theme style after setOption().
  • Fix(General) Remove transitionEnd to prevent compatibility issues. (issue #364)
  • Fix(Network) Fix fetch optional parameter init. (issue #363, #365)
  • Fix(Network) Fix XSS risks.

CN:

  • Feature(General) 新增 setSwitchPosition(x, y) 方法以更新开关按钮的位置,见 Public Properties & Methods
  • Perf(General) 添加 Symbol polyfill。(issue #361)
  • Fix(General) 修复 setOption() 后主题样式未及时更新的问题。
  • Fix(General) 删除 transitionEnd 以避免一些兼容性问题。(issue #364)
  • Fix(Network) 修复 fetchinit 未考虑为可选参数的问题。(issue #363, #365)
  • Fix(Network) 修复 XSS 漏洞。