-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix: 修复模板层级问题 #14213
Merged
Merged
fix: 修复模板层级问题 #14213
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(weapp): 为 weapp 平台添加 modifyRunnerOpts 钩子,使得小程序的Taro配置项得以暴露 * feat(weapp): 提升 modifyRunnerOpts 钩子触发时机,使得钩子被所有平台复用 * fix(swiper): 修复 swiper disconnect报错的问题 * fix: 修复 taro-components-react 包下 swiper 组件 disconnect 报错的问题 * perf(template): 去除 template 中的 container 模版,提升模版运行速度 * test(template): 更新测试的 snapshot 快照 * test(template): 更新京东小程序模版测试快照 * test: 更新快照 * fix: 修复 review 发现的问题 * test(snapshot): 更新测试快照 * chore(release): publish 3.6.9-alpha.9 --tag=alpha --------- Co-authored-by: chenjiajian <798095202@qq.com> Co-authored-by: xuanzebin <xuanzebin3@jd.com>
Chen-jj
approved these changes
Jul 21, 2023
yechunxi
pushed a commit
to yechunxi/taro
that referenced
this pull request
Aug 4, 2023
* chore: 合并 fork 仓库的 perf/mini-template-clip 分支到主仓 (NervJS#14131) * feat(weapp): 为 weapp 平台添加 modifyRunnerOpts 钩子,使得小程序的Taro配置项得以暴露 * feat(weapp): 提升 modifyRunnerOpts 钩子触发时机,使得钩子被所有平台复用 * fix(swiper): 修复 swiper disconnect报错的问题 * fix: 修复 taro-components-react 包下 swiper 组件 disconnect 报错的问题 * perf(template): 去除 template 中的 container 模版,提升模版运行速度 * test(template): 更新测试的 snapshot 快照 * test(template): 更新京东小程序模版测试快照 * test: 更新快照 * fix: 修复 review 发现的问题 * test(snapshot): 更新测试快照 * chore(release): publish 3.6.9-alpha.9 --tag=alpha --------- Co-authored-by: chenjiajian <798095202@qq.com> Co-authored-by: xuanzebin <xuanzebin3@jd.com> * chore(release): publish 3.6.9-alpha.10 --tag=alpha * fix: 修复模板层级问题 * test(snapshot): 更新测试快照 * chore(release): publish 3.6.9-alpha.11 --tag=alpha * fix: 修复递归模版错误的问题 * test(snapshot): 更新测试快照 * chore(release): publish 3.6.9-alpha.12 --tag=alpha * test(snapshot): 更新测试快照 * test(snapshot): 更新测试快照 --------- Co-authored-by: chenjiajian <798095202@qq.com> Co-authored-by: xuanzebin <xuanzebin3@jd.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
这个 PR 做了什么? (简要描述所做更改)
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: