Skip to content

v0.2.5

Compare
Choose a tag to compare
@z-ZYS-s z-ZYS-s released this 19 Oct 14:17
· 223 commits to master since this release

✨ 新特性:

  • 添加property选项,用于自定义CSS虚拟属性名
  • 添加auto选项,决定在document中自动插入@font-face,或生成一个含@font-face的css文件

🐛 修复:

  • 修复在Windows下@font-face中url的\问题
  • 去除addStyle.js文件中ES6格式的代码

✨ New Features:

  • Add new option property to custom virtual property name in CSS
  • Add new option auto to determine whether insert @font-face into the document with a style tag automatically or emit a css file

🐛 Bug Fixes:

  • Fix \ problem in @font-face on Windows
  • Remove es6-form code in addStyle.js