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

chore(release): publish 3.6.23 #15139

Merged
merged 3 commits into from
Jan 19, 2024
Merged

chore(release): publish 3.6.23 #15139

merged 3 commits into from
Jan 19, 2024

Conversation

liqinuo
Copy link
Contributor

@liqinuo liqinuo commented Jan 19, 2024

特性

  • 新增了 H5/RN 的表单组件支持使用 defaultValue 属性来设置初始值,by @Chen-jj
  • 更新了 CI,降低 Ubuntu 版本到 20.04,by @luckyadam

小程序

  • 新增了抖音小程序对 awesome-user-card 的支持,用于关注抖音号,by @ChelesteWang
  • 提升了 CompileMode 的小程序兼容性:支持支付宝小程序的事件名,兼容百度、支付宝小程序中模板不能循环引用的问题,兼容各小程序的 wxs 引用语法,by @Chen-jj

H5

  • Request 模块新增了 abort 接口,以适配小程序的 requestTask.abort 方法,by @xujiujiu

鸿蒙

  • 新增了 hybrid 模式的编译支持,by @tangcq-code
  • 降低了 taro-platform-harmony-hybrid 的 Rollup 版本号,by @tangcq-code

修复

  • 更新了运行时依赖文件,包括代码抖动方式、构建模式、路由模式等,by @ZakaryCode
  • 修复了 H5/RN 表单组件没有正确处理是否受控的问题,by @Chen-jj
  • 更新了测试覆盖率 CI,by @ZakaryCode
  • 优化了获取 scrollTop 的错误处理逻辑,by @qnnp-me

小程序

  • 修复了在 IDEA 中缺少 TS 类型提示的问题,移除 tsconfig.json 中不必要的 baseUrl 配置项,by @anyesu

H5

  • 修复了 harmony-hybrid 配置导致 H5 Babel 配置被覆盖的问题,by @ZakaryCode
  • 移除了组件全局样式中的 weui 样式依赖,减少不可抖动的样式体积,by @ZakaryCode
  • 优化了初始项目包体积的抖动问题,by @ZakaryCode
  • 修复了 timeout 默认值不生效的问题,by @beezen
  • 修复了默认模板中 Jest 无法匹配到单元测试文件导致无法运行 Jest 的问题,by @xujiujiu
  • 优化了在启用动画时禁用页面滚动,以避免 iOS 设备上触底页面弹动遮挡的问题,@ZakaryCode
  • 优化了 swiper 组件在复制节点后可能出现的报错问题添加容错处理,@xuanzebin

RN

  • 优化了 clickable 组件,使得 1000 节点渲染速度提升了 20%,by @heiazu
  • 修复了当使用 resource 全局注入 SCSS 时可能导致报错的问题,by @robinv8

Typings

  • 更新了 Canvas API,by @smileying
  • 更新了与开放接口相关的 API 的类型定义,by @smileying
  • 修复了在开启 darkmode 页面配置下的属性类型问题,by @aimuz

Copy link

taro-bot2 bot commented Jan 19, 2024

欢迎提交 PR~ Taro 非常感谢您对开源事业做出的贡献!🌷🌷🌷

一般 PR 会在一到两周内进行 review,成功合入后会随下一个版本进行发布。

Review 需要耗费大量时间,所以请遵循以下规范,协助我们提高 review 效率🙏🙏🙏

  1. 详细介绍 PR 的背景(非常重要,例如解决了什么问题,该问题如何复现等)
  2. 确保 CI 顺利运行。
  3. 最好能提供对应的测试用例。

为了更好地进行沟通,请加入 Taro 开发者微信群:

@xuanzebin xuanzebin self-requested a review January 19, 2024 09:32
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d3becb9) 53.98% compared to head (89bdd6c) 53.98%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #15139   +/-   ##
=======================================
  Coverage   53.98%   53.98%           
=======================================
  Files         495      495           
  Lines       22823    22823           
  Branches     6005     6005           
=======================================
  Hits        12321    12321           
- Misses       8949     8968   +19     
+ Partials     1553     1534   -19     
Flag Coverage Δ
taro-cli 57.35% <ø> (-5.94%) ⬇️
taro-runner 46.22% <ø> (ø)
taro-runtime 65.51% <ø> (ø)
taro-web 41.83% <ø> (ø)

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

see 11 files with indirect coverage changes

@xuanzebin xuanzebin merged commit bcf77a0 into main Jan 19, 2024
25 checks passed
@xuanzebin xuanzebin deleted the chore/release-3.6.23 branch January 19, 2024 10:43
Copy link
Contributor

TheKonka pushed a commit to TheKonka/taro that referenced this pull request Jan 24, 2024
Co-authored-by: xuanzebin <38971117+xuanzebin@users.noreply.github.com>
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.

2 participants