Commit 1731295
feat(sync): merge harmony (#16161)
* 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的情况
* fix: 解决合并冲突
* feat: 替换 PLATFORM_TYPE 常量
* chore(release): publish 4.0.3-alpha.5 --tag=alpha
* fix: 修复鸿蒙端的pagaName获取不到的问题和ets的类型问题
---------
Co-authored-by: ZakaryCode <[email protected]>
Co-authored-by: mayintao3 <[email protected]>
Co-authored-by: zhuminghui2 <[email protected]>
Co-authored-by: xuanzebin <[email protected]>
Co-authored-by: liuzejia <[email protected]>1 parent 600af0f commit 1731295
File tree
170 files changed
+583
-574
lines changed- crates/native_binding
- npm
- darwin-arm64
- darwin-x64
- linux-x64-gnu
- linux-x64-musl
- win32-x64-msvc
- packages
- babel-plugin-transform-react-jsx-to-rn-stylesheet
- babel-plugin-transform-solid-jsx
- babel-plugin-transform-taroapi
- babel-preset-taro
- create-app
- css-to-react-native
- eslint-config-taro
- jest-helper
- postcss-html-transform
- postcss-plugin-constparse
- postcss-pxtransform
- postcss-unit-transform
- rollup-plugin-copy
- stylelint-config-taro-rn
- stylelint-taro-rn
- stylelint-taro
- taro-api
- taro-cli-convertor
- taro-cli
- taro-components-advanced
- taro-components-library-react
- taro-components-library-solid
- taro-components-library-vue3
- taro-components-react
- taro-components-rn
- taro-components
- taro-extend
- taro-framework-react
- taro-framework-solid
- taro-framework-vue3
- taro-h5
- taro-helper
- taro-loader
- taro-platform-alipay
- taro-platform-h5
- taro-platform-harmony-hybrid
- taro-platform-harmony
- src
- apis
- base/weapp
- framework
- network
- route
- ui
- utils
- components/components-harmony-ets
- utils
- program
- runtime-ets
- bom
- dom
- element
- emitter
- interface
- utils
- runtime-framework
- react
- solid
- reconciler
- types
- taro-platform-jd
- taro-platform-qq
- taro-platform-swan
- taro-platform-tt
- taro-platform-weapp
- taro-plugin-html
- taro-plugin-http
- taro-plugin-inject
- taro-plugin-mini-ci
- taro-plugin-react-devtools
- taro-plugin-vue-devtools
- taro-react
- src
- taro-rn-runner
- taro-rn-style-transformer
- taro-rn-supporter
- taro-rn-transformer
- taro-rn
- taro-router-rn
- taro-router
- taro-runner-utils
- taro-runtime-rn
- taro-runtime
- src
- bom
- dom-external
- dsl
- polyfill
- taro-service
- taro-transformer-wx
- taro-vite-runner
- src
- harmony
- postcss
- template
- utils/compiler
- taro-webpack5-prebundle
- taro-webpack5-runner
- taro-with-weapp
- taroize
- taro
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+583
-574
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments