Skip to content

Commit 7e488e5

Browse files
authored
chore: 发布版本 0.9.0
2 parents 8eb3627 + ff6c4f0 commit 7e488e5

File tree

368 files changed

+2443
-1875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+2443
-1875
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
open_collective: lin-ui
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "Bug Report 🐛"
3+
about: 这里只能提交 Bug,提交其他无关信息会被关闭
4+
title: ''
5+
labels: Bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
以下为必读项,不仔细阅读会导致你的 Issue 被关闭:
12+
13+
1. 该分类下只能提交 Bug,如果要询问使用方法等,请前往讨论区:https://github.com/TaleLin/lin-ui/discussions
14+
2. Lin UI 要求开启开发者工具的【增强编译】,并建议使用最新版本基础库,提 Bug 前请检查这两项配置。
15+
3. 请严格按照下面要求的信息进行填写,不完整的信息将不会得到任何回复
16+
4. 提供微信小程序代码片段,将会极大的帮助问题的排查,也能令你的 Issue 100% 得到解决,代码片段说明:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
17+
-->
18+
19+
**设备型号:**
20+
21+
**LinUI 版本:**
22+
23+
**微信小程序基础库版本:**
24+
25+
**问题描述及重现步骤:**
26+
27+
**相关截图**

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: true
2+
3+
contact_links:
4+
- name: 使用问题 🗨️
5+
url: https://github.com/TaleLin/lin-ui/discussions
6+
about: 关于使用组件过程中的疑问请发布到这里
7+
- name: 文档错误 📚
8+
url: https://github.com/TaleLin/lin-ui-doc/issues/new
9+
about: 关于文档相关的错误请提交到这里
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "Feature Request 🚀"
3+
about: 这里只能提交 Feature 请求,提交其他无关信息会被关闭
4+
title: ''
5+
labels: Feature
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
以下为必读项,不仔细阅读会导致你的 Issue 被关闭:
12+
13+
1. 该分类下只能提交 Feature,如果要询问使用方法等,请前往讨论区:https://github.com/TaleLin/lin-ui/discussions
14+
2. 请严格按照下面要求的信息进行填写,不完整的信息将不会得到任何回复
15+
3. 请尽量详细的描述清楚你的需求,并附带上截图。
16+
-->
17+
18+
**Feature 名称:**
19+
20+
**简要描述:**
21+
22+
**使用场景:**
23+
24+
**其他组件库或类似功能的截图:**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

build/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const {
1616
const path = require('path');
1717

1818
const componentData = require('./until');
19-
const result = `{common/*,behaviors,utils,${componentData()}}`;
19+
const result = `{common/*,core/*,behaviors,utils,${componentData()}}`;
2020
const isCustom = (result !== '{common/*,behaviors,utils,}');
2121

2222
const distPath = path.resolve(__dirname, '../dist');

commitlint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ module.exports = {
7272
'CapsuleBar',
7373
'Circle',
7474
'ImageClipper',
75-
'TabBar'
75+
'TabBar',
76+
'DynamicBuild',
77+
'Calendar'
7678
]
7779
]
7880
}

dist/action-sheet/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/action-sheet/index.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)