Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.27 KB

HISTORY.md

File metadata and controls

35 lines (18 loc) · 1.27 KB

历史记录


1.1.1

tag:fixed #55 修复 destroy 时会把之前绑定的事件清除的问题

tag:improved #54 标准化 DAParser 的写法

tag:improved 升级依赖 arale/base 到 1.1.1

1.1.0 milestone

tag:fixed #25 destroy 的 bug

tag:changed #47 不再使用 this.templatethis.model

tag:changed #36 当属性值为空字符串时的处理

tag:new #39 彻底隔离样式冲突的 widget 方案

tag:new #33 handlebars runtime

tag:new #26 支持 data-widget-role

tag:improved #14 delegateEvents 增强

tag:improved #38 销毁 widget 创建的 element

tag:improved #40 简化 initAttrs 参数

1.0.3

tag:improved 28 Templatable 增加 cache,编译过后的模板不再编译,提高创建实例对象的性能。