RegularJS v0.3.1 发布,此版本更新内容如下:
1.add $outer property to make transcluded component easily, see demo like tab-pane. see issues at #26
2.r-animation: command on now bind component event when the particular event is not a dom event. see testcase for detail
3.fix some bug
此版本现已提供下载:https://github.com/regularjs/regular/archive/0.3.1.zip。
RegularJS 在实现上采取了angular的数据更新策略(但是提取了表达式的依赖关系以便在Object.observe正式到来时切换到脏检 查+observe的形式)提倡极致的声明式和裸数据操作, 依赖于基于字符串的模板描述结构结合更规范性的类式继承的组件体系来定义数据层的业务逻辑.
这也是框架取名 regular = react(ractive) + angular的由来
来自:开源中国社区

