-
v1.5.7 Stable
released this
2023-03-21 16:46:53 +08:00 | 85 commits to master since this release- 内置组件注册方法
class Foo extends Component { } Foo.reg('foo') // will register a elem with prefix 'wc-' // how to use <wc-foo></wc-foo>
Downloads
-
v1.5.5 Stable
released this
2023-03-21 09:48:29 +08:00 | 88 commits to master since this release- 修复用setAttribute()设置布尔属性不生效的bug
Downloads
-
v1.5.6 Stable
released this
2023-03-21 09:48:29 +08:00 | 88 commits to master since this release- 调整初始化机制, 以兼容vue
Downloads
-
v1.5.4 Stable
released this
2023-03-20 11:29:19 +08:00 | 89 commits to master since this release- 优化attribute的逻辑处理
- 修复节点无动态数据绑定时ref不生效的bug
Downloads
-
v1.5.1 Stable
released this
2023-03-17 10:59:48 +08:00 | 93 commits to master since this release- 修复ref标识的解析
Downloads
-
v1.5.0 Stable
released this
2023-03-17 10:18:40 +08:00 | 94 commits to master since this release- 增加节点ref标识的支持
Downloads
-
v1.4.1 Stable
released this
2023-03-16 16:31:16 +08:00 | 96 commits to master since this release- 修复observer导致内存溢出的bug
Downloads
-
v1.4.0 Stable
released this
2023-03-16 13:40:25 +08:00 | 98 commits to master since this release- 优化属性解析, 更好的支持布尔属性
- 精简一堆无用逻辑
Downloads
-
v1.3.0 Stable
released this
2023-03-15 19:14:22 +08:00 | 99 commits to master since this release- 增加
props.observer
的回调支持 - 增加特殊默认值
null
的支持
Downloads
- 增加
-
v1.0.2 Stable
released this
2023-03-13 18:50:13 +08:00 | 105 commits to master since this release- 优化视图更新
- 修复attribute不生效的bug
- 调整生命周期函数
Downloads