-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
0.8.0 #806
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
新增 commitlint 校验规则为: 1. scope 不允许为空 2. scope 使用 lower-case 和 pascal-case 风格 3. 配置 scope-enum,防止出现奇怪的 scope
为 SearchBar 组件的地址元素添加监听事件 lintap,方便后期结合 IndexBar 组件使用
BREAKING CHANGE: 属性 address 废弃
新增 slot,用于自定义 Tabs 的标签栏,slot name 为 item.key.tab,在未填写 tab 属性时生效 示例: <l-tabs> <view slot="1.tab">标签一</view> <view slot="2.tab">标签一</view> <view slot="3.tab">标签一</view> <l-tabpanel key="1" slot="1"> <l-tabpanel key="2" slot="2"> <l-tabpanel key="3" slot="3"> </l-tabs> Closes 763
Co-authored-by: hongchen.zhang <hongchen.zhang@ninebot.com>
该工具类对微信 wxml 节点选择 api 进行封装,方便获取节点信息
* feat(Progress): 新增 Progress 组件 * refactor(Example): 增加示例小程序中的组件 Icon 1. 新增 LoadMore 组件 Icon 2. 新增 Skeleton 组件 Icon 3. 新增 Steps 组件 Icon 4. 新增 Sticky 组件 Icon Co-authored-by: 桔子 <juzi214032@qq.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.
No description provided.