Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/4.0.8 skyline完善&新增ES5模式 #16945

Merged
merged 15 commits into from
Dec 2, 2024
Merged

Feat/4.0.8 skyline完善&新增ES5模式 #16945

merged 15 commits into from
Dec 2, 2024

Conversation

tutuxxx
Copy link
Member

@tutuxxx tutuxxx commented Nov 29, 2024

这个 PR 做了什么? (简要描述所做更改)

Bug Fixes

  • 解决部分es6未转es5导致的低版安卓下白屏问题 (d1ac645)
  • 修复鸿蒙端对于单位的处理异常 (#16937) (0eb2535)
  • 修复小程序插件 comp 路径引用错误问题 (#16320) (474d5d8), closes #16307
  • clickview: 修复支付宝view点击事件失效问题&完善click-view相关逻辑 #16812 (d1c96b1)
  • setData: 修复worklet指令被terser移除问题 #14902 (cc5f6dd)
  • skyline: 适配skyline worklet (21ad34d)
  • skyline: 适配skyline组件及API(非worklet部分) (def9cd8)

Performance Improvements

  • setData: setData执行时机改回使用宏任务 (6803490)

这个 PR 是什么类型? (至少选择一个)

  • [✅] 错误修复(Bugfix) issue: fix #
  • [✅] 新功能(Feature)
  • 代码重构(Refactor)
  • TypeScript 类型定义修改(Typings)
  • 文档修改(Docs)
  • 代码风格更新(Code style update)
  • 其他,请描述(Other, please describe):

这个 PR 涉及以下平台:

  • [✅] 所有小程序
  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 字节跳动小程序
  • QQ 轻应用
  • 京东小程序
  • 快应用平台(QuickApp)
  • [✅] Web 平台(H5)
  • 移动端(React-Native)
  • 鸿蒙(harmony)

yushijie1 and others added 13 commits November 6, 2024 10:47
* fix(vite): 修复 asset 路径错误

* fix(vite): 优化 multi 查询逻辑

* chore(release): publish 4.0.8-beta.0 --tag=beta
* feat: native libs version check

* feat: rimraf

* fix: build & test error

* fix: stylelint version

* upgrade linaria to latest version (#16747)

* upgrade linaria to latest version

* use className instead style

* format

* restore

* use space instead of tab

* tweak for submit fail

* t

---------

Co-authored-by: Administrator <Administrator@tech8>

* fix(rn): undefinde error

---------

Co-authored-by: f <voiddlanson@163.com>
Co-authored-by: Administrator <Administrator@tech8>
fix #16307

Co-authored-by: 韩高钶 <hangaoke@corp.netease.com>
Co-authored-by: Shijie Yu <yushijiechn@qq.com>
* feat: 修改 compile 的 exclude 和 include 逻辑

* refactor: 删除不必要的引入

* fix: lint

---------

Co-authored-by: Shijie Yu <yushijiechn@qq.com>
* fix: 修复鸿蒙端对于单位的处理异常

* fix: 移除注释
@tutuxxx tutuxxx added this to the 4.0.8 milestone Nov 29, 2024
@tutuxxx tutuxxx requested a review from zhengyanan1 November 29, 2024 09:24
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

Attention: Patch coverage is 95.83333% with 1 line in your changes missing coverage. Please review.

Project coverage is 58.54%. Comparing base (14ac834) to head (e412971).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
packages/taro-h5/src/api/ui/animation/worklet.ts 92.85% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #16945      +/-   ##
==========================================
+ Coverage   58.52%   58.54%   +0.02%     
==========================================
  Files         466      467       +1     
  Lines       27102    27120      +18     
  Branches     5718     5960     +242     
==========================================
+ Hits        15861    15878      +17     
- Misses       9889     9890       +1     
  Partials     1352     1352              
Flag Coverage Δ
taro-cli 73.67% <ø> (ø)
taro-runtime 59.87% <100.00%> (ø)
taro-web 52.77% <95.65%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/taro-h5/src/api/route/index.ts 100.00% <100.00%> (ø)
packages/taro-h5/src/api/taro.ts 89.28% <100.00%> (ø)
packages/taro-h5/src/api/ui/index.ts 88.00% <100.00%> (+0.50%) ⬆️
packages/taro-runtime/src/constants/index.ts 100.00% <100.00%> (ø)
...ckages/taro-webpack5-runner/src/utils/component.ts 100.00% <ø> (ø)
packages/taro-h5/src/api/ui/animation/worklet.ts 92.85% <92.85%> (ø)

... and 2 files with indirect coverage changes

@tutuxxx tutuxxx changed the title 【WIP】Feat/4.0.8 skyline完善&新增ES5模式 Feat/4.0.8 skyline完善&新增ES5模式 Dec 2, 2024
@zhengyanan1 zhengyanan1 self-assigned this Dec 2, 2024
@tutuxxx tutuxxx merged commit 05e2762 into main Dec 2, 2024
38 checks passed
@tutuxxx tutuxxx deleted the feat/4.0.8 branch December 2, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【BUG】 微信小程序插件开发,comp 引入路径错误以及公共样式未引入
7 participants