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

0.8.0 #806

Merged
merged 20 commits into from
May 12, 2020
Merged

0.8.0 #806

merged 20 commits into from
May 12, 2020

Conversation

7insummer
Copy link
Contributor

No description provided.

juzi214032 and others added 20 commits May 12, 2020 18:55
新增 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>
@7insummer 7insummer merged commit 93ebd73 into master May 12, 2020
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.

5 participants