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.19 #14811

Merged
merged 1 commit into from
Nov 10, 2023
Merged

chore(release): publish 3.6.19 #14811

merged 1 commit into from
Nov 10, 2023

Conversation

liqinuo
Copy link
Contributor

@liqinuo liqinuo commented Nov 10, 2023

特性

小程序

修复

小程序

H5

React-Native

  • 修复新版本的 react native screen 编译不过的问题,by @zhiqingchen

Typings

cli-convertor

  • convertor 转换能力增强,by @Hyunly @caoyang818 @guoenxuan @xiaoyan428820 @QLXWS @yintyuan @yusjie @qican777 @fahasikei
    • 支持 wxs(文件/标签)中使用 getRegExp 创建正则表达式对象
    • 支持用户在 convert.config.json 的 external 字段配置不转换的目录
    • 支持自定义属性 data-* 引用数据类型
    • 支持 template 中 is 值包含动态变量场景
    • 支持转换小驼峰命名风格的组件
    • 支持 es6 的语法,如?.
    • 支持 wx:for 和 wx:if 同时使用,wx:i f使用了 key 或 item 的场景
    • 支持页面引用组件时如果组件下文件名为 index 时路径可省略 index 的场景
    • 增加日志收集功能,日志存放于 taroConvert/.convert/convert.log
    • 内联样式中 px/rpx 转换为 rem
    • wxss 样式文件注释中的引用不进行转换
    • 当源工程存在 tsconfig.json,转换时平移到转换后的工程目录下
    • 当模块中存在 commonjs 的导出,转换时,导入的 taro 模块也使用 commonjs 格式
    • 修复使用 template 模版时传递的 data 中包含多个变量转换异常问题
    • 修复 template 中使用 wxs 转换后路径异常问题

Copy link

taro-bot2 bot commented Nov 10, 2023

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

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

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

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

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

@luckyadam luckyadam merged commit 1812872 into next Nov 10, 2023
4 of 5 checks passed
@luckyadam luckyadam deleted the chore/release-3.6.19 branch November 10, 2023 12:58
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment