Commit 4713319
merge: 合并鸿蒙分支 (#16740)
* fix: 支持关闭 jsx 样式注入,并提供 css map
* chore(release): publish 4.0.0-alpha.24 --tag=alpha
* fix(vite): 修复组件模式配置缺失问题
* chore(release): publish 4.0.0-alpha.25 --tag=alpha
* feat: update from ets runtime
* chore(release): publish 4.0.0-alpha.26 --tag=alpha
* feat(harmony): add terser plugin
* chore(release): publish 4.0.0-alpha.27 --tag=alpha
* fix: 移除废弃插件
* feat(ets): 调整运行时导出
* feat: 更新 capi 版本 runtime
* feat(harmony): add cpp style
* fix: 修复导出路径
* chore(release): publish 4.0.0-alpha.36 --tag=alpha
* fix(harmony): update runtime
* fix: 修复cssmodules匹配不到的问题
* feat: comp.js 支持路由重命名
* feat: 去掉console
* fix: uid types
* fix(harmony): 修复常量替换问题
* fix(harmony): 调整 api 依赖引用
* chore(release): publish 4.0.0-alpha.44 --tag=alpha
* fix(harmony): 移除 onpm 不能装载的类型
* fix: 修复 input 事件错误逻辑
* fix: 修复 form 元素移除属性错误
* fix(react): env shake
* fix: 修复stickySection没有渲染list-item的问题
* chore(release): publish 4.0.0-beta.119 --tag=beta
* fix: 修复list-view问题
* chore(release): publish 4.0.0-beta.120 --tag=beta
* fix: 修复sticky-section没有被复用
* chore(release): publish 4.0.0-beta.121 --tag=beta
* fix: 修复错误引入taro的问题
* chore(release): publish 4.0.0-beta.122 --tag=beta
* chore(release): publish 4.0.0-beta.122 --tag=beta
* fix: 修复cssmodule样式不生效
* chore(release): publish 4.0.0-beta.123 --tag=beta
* fix: 临时修复 harmony 不能编译 ts 的问题
* chore(release): publish 4.0.0-beta.124 --tag=beta
* fix: 兼容找不到页面情况
* fix(harmony): 优化 contextPromise 设置
* fix(harmony): 修复读取配置时缺少常量注入
* chore(release): publish 4.0.0-beta.125 --tag=beta
* fix: code
* feat(harmony): 修复图片等资源注入引用问题
* chore(release): publish 4.0.0-beta.126 --tag=beta
* fix: 修复 readConfig 时引入 babel 导致的问题
* fix: 更新 lint 问题
* chore(release): publish 4.0.0-beta.127 --tag=beta
* fix: 修复 readConfig 时引入 babel 导致问题
* chore(release): publish 4.0.0-beta.128 --tag=beta
* fix: 修复scroll无法禁止滚动的bug
* chore(release): publish 4.0.0-beta.129 --tag=beta
* feat: 在style的opacity设置成空字符串里把他设置成1,避免harmony beta2把opacity的默认值设置成0的情况
* chore(release): publish 4.0.0-beta.130 --tag=beta
* fix: 修复鸿蒙端的pagaName获取不到的问题和ets的类型问题
* fix: 修改readConfig方法
* chore(release): publish 4.0.0-beta.131 --tag=beta
* fix: 修复beta2文本不更新的问题
* chore(release): publish 4.0.0-beta.132 --tag=beta
* fix: 修复 overflow 是 scroll 和 auto 情况下 scrollview 不能滚动的问题
* chore(release): publish 4.0.0-beta.133 --tag=beta
* fix(types): update picker region data
* fix(runner): 整理 page entry 参数
* fix(runner): word spelling
* feat(runner): add modifyEntryFile func
* chore(release): publish 4.0.0-beta.134 --tag=beta
* fix: update runner hooks
* chore(release): publish 4.0.0-beta.135 --tag=beta
* fix(harmony): 对齐 page 各生命周期中使用的对象实例
* chore(release): publish 4.0.0-beta.136 --tag=beta
* fix(harmony): 对齐 custom 路由判断
* chore(release): publish 4.0.0-beta.137 --tag=beta
* fix(runner): for wins path
* chore(release): publish 4.0.0-beta.138 --tag=beta
* chore: 升级 pnpm 版本
* feat(vite): 修复 wins 路径问题
* chore(release): publish 4.0.0-beta.139 --tag=beta
* test: update snapshoot
---------
Co-authored-by: ZakaryCode <zakarycode@gmail.com>
Co-authored-by: mayintao3 <mayintao3@jd.com>
Co-authored-by: zhuminghui2 <zhuminghui2@jd.com>
Co-authored-by: xuanzebin <xuanzebin3@jd.com>
Co-authored-by: liuzejia <liuzejia@SZMAC-FV0MR4G7.local>1 parent a262dcb commit 4713319
28 files changed
Lines changed: 16927 additions & 12350 deletions
File tree
- .github/workflows
- packages
- taro-helper/src
- taro-platform-harmony/src
- components/components-harmony-ets
- runtime-ets/dom
- taro-vite-runner/src/harmony
- template
- tests/__tests__/__snapshots__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
635 | 634 | | |
| 635 | + | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| |||
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
| 53 | + | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | | - | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
193 | 198 | | |
194 | 199 | | |
195 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
113 | | - | |
| 117 | + | |
114 | 118 | | |
115 | | - | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | | - | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments