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.27 #15536

Merged
merged 2 commits into from
Apr 19, 2024
Merged

chore(release): publish 3.6.27 #15536

merged 2 commits into from
Apr 19, 2024

Conversation

liqinuo
Copy link
Contributor

@liqinuo liqinuo commented Apr 18, 2024

小程序

  • 修复了 Standard Lint 规则失效的问题,by @koppthe

鸿蒙 Hybrid

  • 增加了对 requirePlugin 方法的支持,by @handsomeliuyang
  • 增加了对 switchTab、navigateTo 等路由函数可以被 hook 的支持,by @handsomeliuyang
  • 优化了 getUpdateManager 接口改为桥接实现,by @heweishui
  • 修正了部分接口的注释,request 接口的 JS 实现中添加了对 onHeadersReceived 和 offHeadersReceived 的监听,by @zxdsax
  • 修复了在 DEV 调试环境下装饰器导致页面崩溃的问题,by @xiaoyan428820

Typings

CLI

  • 修复了安装全局插件不支持传入 registry 的问题,by @luckyadam

Copy link

taro-bot2 bot commented Apr 18, 2024

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

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

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

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

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

1 similar comment
Copy link

taro-bot2 bot commented Apr 18, 2024

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

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

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

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

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

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.53%. Comparing base (8da290e) to head (fe48370).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #15536   +/-   ##
=======================================
  Coverage   58.53%   58.53%           
=======================================
  Files         491      491           
  Lines       21882    21882           
  Branches     5621     5621           
=======================================
  Hits        12808    12808           
- Misses       7890     7909   +19     
+ Partials     1184     1165   -19     
Flag Coverage Δ
taro-cli 57.40% <ø> (-6.27%) ⬇️
taro-runner 46.25% <ø> (ø)
taro-runtime 65.35% <ø> (ø)
taro-web 40.28% <ø> (ø)

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

see 11 files with indirect coverage changes

@liqinuo liqinuo merged commit 7b4b7d5 into main Apr 19, 2024
27 checks passed
@liqinuo liqinuo deleted the chore/release-3.6.27 branch April 19, 2024 02:25
Copy link
Contributor

This was referenced Apr 20, 2024
koppthe added a commit that referenced this pull request Apr 22, 2024
* main:
  chore: fix lint
  fix: 增加 modifyAppConfig 钩子,修复引用抖音小程序内置页面的问题, close #15388
  chore(release): publish 3.6.27 (#15536)
  fix: 修复安装全插件不支持传入 registry 的问题 (#15537)
  fix: 修改customRoutes配置路径缺失问题,补充转发情况

# Conflicts:
#	pnpm-lock.yaml
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.

升级到 0.0.64,所有的组件传 props 都失效了。
2 participants