Commit Graph

118 Commits (b4e7f5dfaeb52bc8f776ae5c83281a355b146bcf)

Author SHA1 Message Date
yutent b4e7f5dfae 优化模板解析;修复事件绑定 2023-11-30 00:17:59 +08:00
yutent bbe04eae83 props增加异常打印 2023-11-23 17:42:00 +08:00
yutent 47090149f8 增加特殊类型null的支持 2023-11-23 10:32:30 +08:00
yutent afac6fddb2 修复属性绑定 2023-11-20 13:59:18 +08:00
yutent 0043895a66 优化动画逻辑 2023-11-20 11:43:11 +08:00
yutent 0be2bf7971 增加selection的样式定义 2023-11-16 17:22:25 +08:00
yutent ff51e09e39 优化在wkitd中使用的逻辑 2023-11-15 17:26:12 +08:00
yutent 0f33586ff4 1.10.10 2023-09-22 18:38:23 +08:00
yutent 12b4417a94 增加容错处理 2023-09-22 16:16:04 +08:00
yutent 4ebf74f40f 精简AST,;增加range 2023-09-21 10:24:53 +08:00
yutent fd154f1bcf rename 2023-09-20 19:11:22 +08:00
yutent 3908bf7fe6 精简模板解析 2023-09-20 19:08:11 +08:00
yutent c5333cbc2a 移除一些无用的API 2023-09-20 19:02:34 +08:00
yutent ce4bf92ce2 created回调改为异步 2023-09-20 17:37:54 +08:00
yutent fb5068b040 优化异步回调的触发 2023-09-20 17:27:15 +08:00
yutent 4f4e8970ca 优化异常处理 2023-09-19 18:35:33 +08:00
yutent f54a5a3653 1.10.7 2023-09-19 11:56:13 +08:00
yutent cf344bcd4b 修复复杂类型属性的监听;调整keepAlive设定 2023-09-19 11:53:10 +08:00
yutent eebe3c63fc 增加静态属性watches的支持 2023-09-18 17:31:12 +08:00
yutent 0483d6efc3 优化属性定义, 支持深层代理 2023-09-04 14:10:57 +08:00
yutent 2aa9ab5af0 render增加容错处理 2023-09-04 11:25:17 +08:00
yutent 87496a1487 修改仓库地址;优化生命周期的触发 2023-09-01 17:51:28 +08:00
yutent 4c3d3eae21 节点被移除时, 同时取消注册到wkitd 2023-08-15 14:36:16 +08:00
yutent 0a70cb1b2e 支持wkitd响应式状态管理 2023-08-15 14:29:00 +08:00
yutent 8c1b1350b0 1.10.2 2023-08-15 11:45:03 +08:00
yutent f53cb98bc4 修复属性定义 2023-08-15 11:44:17 +08:00
yutent c0eb316f87 Merge pull request #2 from bytedo/dev
一小波优化
2023-08-11 19:11:16 +08:00
yutent 079589febb 1.10.1 2023-08-11 19:08:59 +08:00
yutent 6f3ea0f086 增加keepalive支持 2023-08-11 19:08:31 +08:00
yutent 5748e6a760 修改模板缓存逻辑 2023-08-11 17:42:27 +08:00
yutent 289c7142ef 修复动画配置, 增加立刻执行设定; 修复props声明 2023-08-11 14:16:13 +08:00
yutent e9d5add0d0 Merge pull request #1 from bytedo/dev
调整props定义, 复杂类型改用Proxy
2023-08-11 10:20:03 +08:00
yutent 9227233d7a 调整props定义, 复杂类型改用Proxy 2023-08-11 10:18:50 +08:00
yutent aca6d75553 修复props简写定义 2023-08-10 15:05:52 +08:00
yutent f9e766ab4a 增加非显式属性和快速定义 2023-08-07 18:56:41 +08:00
yutent da056ae47f 1.9.7 2023-07-19 12:27:19 +08:00
yutent 408ba6ca2f 微调adoptedStyleSheets的赋值, 兼容国产辣鸡浏览器 2023-05-29 10:03:33 +08:00
yutent 1a12b21cc2 fixed merged 2023-05-25 15:35:32 +08:00
yutent 3256999b09 Merge branch 'master' of github.com:bytedo/wkit 2023-05-25 15:34:54 +08:00
yutent 05ec00658c 项目更名 2023-05-25 15:33:31 +08:00
yutent 69fae35b2f Update Readme.md 2023-05-10 17:55:54 +08:00
yutent 5ddb00e6b6 修改事件方法为现代语法 2023-05-09 14:08:31 +08:00
yutent da5e5fd4a4 修复props定义 2023-05-08 19:17:55 +08:00
yutent ecd46ba23d $emit()支持禁止事件冒泡 2023-05-08 18:43:04 +08:00
yutent 134e465dd0 优化props定义 2023-05-06 11:59:58 +08:00
yutent 5e1a5d7ebd 修复在iframe中运行时, 调用document.open()报错的问题 2023-04-26 19:09:46 +08:00
yutent 714d9ceb3b 增加raw方法 2023-04-21 15:26:27 +08:00
yutent a456df0b53 更新readme 2023-04-17 16:39:45 +08:00
yutent c9b21cd790 重构事件系统; 事件增加修饰符支持 2023-04-17 16:13:59 +08:00
yutent 5326af856c 修复事件绑定在影子节点上时无法自动销毁的bug 2023-04-13 18:27:37 +08:00