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.0.15 #7904

Merged
merged 1 commit into from
Oct 23, 2020
Merged

chore(release): publish 3.0.15 #7904

merged 1 commit into from
Oct 23, 2020

Conversation

Chen-jj
Copy link
Contributor

@Chen-jj Chen-jj commented Oct 23, 2020

Breaking Changes

  • file-loaderesModule 参数默认设置为 false
    解决 Vue template 中不能直接使用图片链接的问题,新建默认模板,H5无法调用图片 #7869

    开发者在 Taro v3.0 - v3.0.14 中,require 资源需要加 .default, v3.0.15 之后直接 require 即可:

// v3.0.0 - v3.0.14
<Image src="{require('someImage').default}" />
// v3.0.15+
<Image src="{require('someImage')}" />

修复问题

小程序

H5

  • 修复 Taro request API 的 Content-Type、修复测试用例,by @yuezk
  • 修复 h5 端开启 enablePullDownRefresh 后不能触发 componentDidShow 的问题,by @lukezhange001
  • 默认指定 h5 router mode 为 hashh5环境下useRouter无法获取params #7871

typings

其他

@Chen-jj Chen-jj merged commit aaf9c13 into next Oct 23, 2020
@Chen-jj Chen-jj deleted the chore/release_3.0.15 branch October 23, 2020 08:11
@github-actions
Copy link
Contributor

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