项目整体翻新,使其适应于新版本的手百小程序#4
Open
xuxiaoyang883 wants to merge 6 commits intobobiscool:masterfrom
xuxiaoyang883:master
Open
项目整体翻新,使其适应于新版本的手百小程序#4xuxiaoyang883 wants to merge 6 commits intobobiscool:masterfrom xuxiaoyang883:master
xuxiaoyang883 wants to merge 6 commits intobobiscool:masterfrom
xuxiaoyang883:master
Conversation
This file contains hidden or 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
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.
###[ breaking change] 整个UI库改动:整个UI库改动,使其适应于大于3.6.1的百度小程序工具版本,不会报错。
说明:
[bug fix] icon: 修复icon的路径引用问题
[bug fix] dashboard: 修改模块化导入导出的引用问题
[bug fix] steps: 修改模块引入问题引起的bug
pull request 改动点:
改动一 整体项目能兼容于3.6.1版本及以上版本小程序开发工具
改动二 由于手百不支持this.getRelationNodes()来获取组件实例,只支持this.selectComponet(),
但是此方法只支持单组件,而前者返回的是一个组件实例列表。