Skip to content

Commit 466859f

Browse files
committed
Merge branch 'release/0.0.9'
2 parents f4247d2 + daf06ba commit 466859f

File tree

238 files changed

+690
-6684
lines changed

Some content is hidden

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

238 files changed

+690
-6684
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Release Notes
22

3+
## 0.0.9 (2017-11-13)
4+
5+
- Fix #10 bug, now published package won't included any dot files
6+
- Fix #13, update document link path
7+
- Fix icomoon not included in the build/dist directory
8+
- Update some ui kit styles
9+
- Minify PNG images
10+
11+
312
## 0.0.8 (2017-08-22)
413

5-
- Remove dot files, zip file from builded content
14+
- Remove dot files, zip file from built content
615
- Change document link path
716

817

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<p align="center">
2-
<h1 align="center">Vital UI Kit</h1>
3-
<p align="center">
4-
簡單、輕量級、模組化的 UI library
5-
<br>
6-
<a href="https://gss-fed.github.io/vital-ui-kit/" target="_blank"><strong>View Documents &raquo;</strong></a>
7-
<br>
8-
</p>
2+
<a href="https://gss-fed.github.io/vital-ui-kit/">
3+
<img src="https://raw.githubusercontent.com/GSS-FED/vital-ui-kit/develop/assets/img/icon.png" height=72 />
4+
</a>
5+
</p>
6+
<h3 align="center">Vital UI Kit</h3>
7+
<p align="center">
8+
簡單、輕量級、模組化的 UI library
9+
<br>
10+
<a href="https://gss-fed.github.io/vital-ui-kit/getting-started.html">
11+
<strong>View Documents &raquo;</strong>
12+
</a>
13+
<br>
914
</p>
1015

1116
[![Join the chat at https://gitter.im/GSS-FED/vital-ui-kit](https://badges.gitter.im/GSS-FED/vital-ui-kit.svg)](https://gitter.im/GSS-FED/vital-ui-kit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -69,7 +74,7 @@ Vital UI Kit 提供了兩種使用方式,您可以依照喜好或是情況選
6974
7075
如果您是開發者,想要客製化自己的 Vital UI Kit、更改 UI Kit 顏色,可使用以下方法。
7176
72-
1. `npm install @gssfed/vital-ui-kit`
77+
1. `npm install vital-ui-kit`
7378
7479
1. 在專案環境引用 `node_modules/vital-ui-kit/dist` 資料夾底下的 `fonts`、`img`、`js`
7580

assets/img/icon.png

-1.45 KB
Loading

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git push --tag --force origin-pages || exit 1
2323
git clone -b $DEPLOY_BRANCH --single-branch "https://${GH_REPO}" $DEPLOY_FOLDER
2424

2525
# Clean up files from last build(except .git)
26-
find ./$DEPLOY_FOLDER/{.??,}* ! -path "./${DEPLOY_FOLDER}/.git/*" ! -name ".git" | xargs rm -rf
26+
find ./$DEPLOY_FOLDER/* ./$DEPLOY_FOLDER/.* ! -path "./${DEPLOY_FOLDER}/.git/*" ! -name ".git" | xargs rm -rf
2727

2828
# Copy built files
2929
cp -R ./build/. ./$DEPLOY_FOLDER

developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm start
3838

3939
產生整包 ui kit 介面設定環境檔案
4040

41-
會將檔名前方不含底線的 sass, js, imgage, fonts...等檔案編譯壓縮, 並輸出至 ```www/vital-ui-kit``` 資料夾
41+
會將檔名前方不含底線的 sass, js, imgage, fonts...等檔案編譯壓縮, 並輸出至 ```build```
4242

4343
**NOTE: 此輸出僅針對 UI Kit 的 source code, 不含 style guide**
4444

docs/components.html

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

docs/css/kendo.custom.vital-ui-kit.css

Lines changed: 76 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)