Skip to content

KISSY 5.0.0-alpha.10 Released

Compare
Choose a tag to compare
@yiminghe yiminghe released this 16 Jul 04:19
· 113 commits to master since this release

@ npm

npm install [email protected]

之后就可以通过 require('kissy/lib/'+mod) 来在 nodejs 中使用 kissy 的模块了.

@ browser (edge)

发布版本: http://g.tbcdn.cn/kissy/edge/2014.07.16/seed.js
调试版本: http://g.tbcdn.cn/kissy/edge/2014.07.16/seed-debug.js

本次发布更新:

  • node 增加和 jquery 的兼容性. #648
  • xtemplate 去除 cache 逻辑并增加 compile api. #652
  • combobox 占位符交互同原生行为一致. #655
  • overlay 增加 closeText 配置. #657
  • swf 修复 ie6-10 下调用 callSWF 函数问题
  • 手势事件名称改变 #595
  • xtemplate
    • 字符串类型不允许包括换行 #659
    • 修复关键字开头的变量解析问题 #660
    • 支持 elseif 语句 #664
    • 支持 array 和 map 数据类型 #614