Skip to content

6.0.0

Compare
Choose a tag to compare
@army8735 army8735 released this 13 Aug 12:33
· 36 commits to master since this release
  • feature
    • lefty/jaw开发移除jsdc依赖,统一使用babel
    • 移除了默认包含的fastclick #46
    • 更新了预编译器lefty至~5.0.1,包括递归jsx和arrowFunction在内,render()方法中的所有表达式均被智能侦听优化diff,不再支持对this再赋值的侦听 #migijs/lefty#9
    • lefty同时对所有类中的onXxx回调预编译this指向当前类,model.onXxx回调this指向model
    • allowPropagation改为stopPropagation,更加符合语义化,默认事件不产生shadowDom隔离
    • 重新整理了demo示例教程