Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 4dbc31c

Browse files
committed
chore(release): 1.2.0
1 parent 8781f44 commit 4dbc31c

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.2.0 (2020-03-28)
6+
7+
8+
### Features
9+
10+
* cssLabs和jsLabs支持字符串 ([38bd0f5](https://github.com/dream2023/vue-run-sfc/commit/38bd0f5719bcdc70ae838ff13426d7e8fd1ef3c9))
11+
* 初始化 ([db2198f](https://github.com/dream2023/vue-run-sfc/commit/db2198fe7284f9215f78dd4aff4fbed3976e12d2))
12+
* 增加css预处理器 ([d884a03](https://github.com/dream2023/vue-run-sfc/commit/d884a0342eb3b0ec0315c0d03bb737be9b9c7703))
13+
* 增加npm ignore ([2a20deb](https://github.com/dream2023/vue-run-sfc/commit/2a20deb7964624c324f621877c70316154c3aee0))
14+
* 增加warnHandler ([794397c](https://github.com/dream2023/vue-run-sfc/commit/794397cf5077d0b35f0be737bf2a4c0862059471))
15+
* 增加全局配置 ([fdf74c7](https://github.com/dream2023/vue-run-sfc/commit/fdf74c7b9eb9f2575d4099d419cbab64f563a75c))
16+
* 增加边框线颜色配置 ([3537d4f](https://github.com/dream2023/vue-run-sfc/commit/3537d4f10cba782486851c1370a9d569afa724f2))
17+
* 完善功能 ([272ae8f](https://github.com/dream2023/vue-run-sfc/commit/272ae8fe83274cd17035f205471984d6a855595e))
18+
* 完成control 的 affix功能 ([e274046](https://github.com/dream2023/vue-run-sfc/commit/e2740467ebff9cdfa22cd29750bc3c511b962693))
19+
* 完成demo示例 ([5d85156](https://github.com/dream2023/vue-run-sfc/commit/5d8515674408e62bb83565f4f2d6f9047dd92ef2))
20+
* 完成文档编写和bug修复 ([b33e9ef](https://github.com/dream2023/vue-run-sfc/commit/b33e9ef8a8e11edd30badabcd4b27b2e3de6d1af))
21+
* 更改文档和版本 ([2306f03](https://github.com/dream2023/vue-run-sfc/commit/2306f03ad5af42d2e8b701a43051d7d4348ab8df))
22+
* 更新说明 ([7a28b12](https://github.com/dream2023/vue-run-sfc/commit/7a28b1220657affbd07657227e44d57d285c274e))
23+
* 替换panel插件 ([8781f44](https://github.com/dream2023/vue-run-sfc/commit/8781f448f2804bced75eed57ca8f6ec1f7160400))
24+
25+
26+
### Bug Fixes
27+
28+
* control部分当关闭时不正常 ([0458fa0](https://github.com/dream2023/vue-run-sfc/commit/0458fa036786130deb48e7d33ef2e6bd139308c4))
29+
* open 为 true时, control位置不对 ([65967db](https://github.com/dream2023/vue-run-sfc/commit/65967db38ea27df69c00bbc66544a0f89b6328a6))
30+
* 修复全屏和滚动的bug ([947d37d](https://github.com/dream2023/vue-run-sfc/commit/947d37d07db924b1eacb174b7680c81ae8c3e0db))
31+
* 修复全屏模式bug & 增加主题色配置 ([0e02923](https://github.com/dream2023/vue-run-sfc/commit/0e029231589d1c69d93ccd465acae9b8bb84defb))
32+
* 修复样式bug ([d41631c](https://github.com/dream2023/vue-run-sfc/commit/d41631c97d6e5259727af5dd429140847fcc0960))
33+
* 修复样式bug和增加isHideHeader prop ([4b84aa5](https://github.com/dream2023/vue-run-sfc/commit/4b84aa50e59d17073fca9a575d9b2d41ab770469))
34+
* 关闭编辑器bug ([742d9be](https://github.com/dream2023/vue-run-sfc/commit/742d9be8110f0c60ca22c1e3433315bbf1959b4a))
35+
* 局部注册bug ([d6407b9](https://github.com/dream2023/vue-run-sfc/commit/d6407b91df5fd9e20952ddd808543a9950e550b8))
36+
* 样式bug ([757b532](https://github.com/dream2023/vue-run-sfc/commit/757b532d5a3aac5f3eb2b31d529489922849b2c3))
37+
* 样式bug ([e2c554e](https://github.com/dream2023/vue-run-sfc/commit/e2c554e8a205b2c1097182f46727285870a7b623))
38+
* 编辑器高度问题 ([a8f8e2a](https://github.com/dream2023/vue-run-sfc/commit/a8f8e2ad1a74648e7d1902d5d6842ec31d478007))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-run-sfc",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"description": "Vue DEMO利器, 在线运行 & 编辑 Vue 单文件",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)