Skip to content

Commit e2e6bbb

Browse files
Merge pull request #16 from vueblocks/develop
Develop
2 parents 2d2eacc + 6cda47f commit e2e6bbb

File tree

133 files changed

+162
-3727
lines changed

Some content is hidden

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

133 files changed

+162
-3727
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## [0.1.1](https://github.com/vueblocks/element-schema-form/compare/v0.1.0...v0.1.1) (2019-10-29)
2+
3+
4+
### Features
5+
6+
* 新增【重置表单】功能 ([9da36a3](https://github.com/vueblocks/element-schema-form/commit/9da36a3))
7+
8+
9+
10+
# [0.1.0](https://github.com/vueblocks/element-schema-form/compare/9c61589...v0.1.0) (2019-10-28)
11+
12+
13+
### Bug Fixes
14+
15+
* copy 激活行数调整,api将module修改为model ([d3682be](https://github.com/vueblocks/element-schema-form/commit/d3682be))
16+
17+
18+
### Features
19+
20+
* 🌈完成生成 Vue 代码功能 ([215dac0](https://github.com/vueblocks/element-schema-form/commit/215dac0))
21+
* 💥引入 vuex-persistedstate 数据持久化插件 ([e825350](https://github.com/vueblocks/element-schema-form/commit/e825350))
22+
* 📋添加复制代码到剪切板功能 ([8e069b3](https://github.com/vueblocks/element-schema-form/commit/8e069b3))
23+
* 修改布局算法 ([0d38a49](https://github.com/vueblocks/element-schema-form/commit/0d38a49))
24+
* 基础组件 ([9c61589](https://github.com/vueblocks/element-schema-form/commit/9c61589))
25+
* 增加json编辑器 ([3887414](https://github.com/vueblocks/element-schema-form/commit/3887414))
26+
* 增加列跨度配置 ([b6d72c6](https://github.com/vueblocks/element-schema-form/commit/b6d72c6))
27+
* 增加拓展组件 ([d635fdd](https://github.com/vueblocks/element-schema-form/commit/d635fdd))
28+
* 增加组件个性化属性(1) ([2ca9dc7](https://github.com/vueblocks/element-schema-form/commit/2ca9dc7))
29+
* 增加组件基础属性编辑 ([30d335e](https://github.com/vueblocks/element-schema-form/commit/30d335e))
30+
* 增加表单预览 ([a70c222](https://github.com/vueblocks/element-schema-form/commit/a70c222))
31+
* 处理左侧布局删除列逻辑 ([c047010](https://github.com/vueblocks/element-schema-form/commit/c047010))
32+
* 完成生成 Schema 功能 ([dcbe5c5](https://github.com/vueblocks/element-schema-form/commit/dcbe5c5))
33+
* 搭建表单生成器页面 ([62d3085](https://github.com/vueblocks/element-schema-form/commit/62d3085))
34+
* 新增/删除行 ([f99ad57](https://github.com/vueblocks/element-schema-form/commit/f99ad57))
35+
* 新增tag等基本组件 ([3e8c38d](https://github.com/vueblocks/element-schema-form/commit/3e8c38d))
36+
* 新增列排序功能 ([0a74c03](https://github.com/vueblocks/element-schema-form/commit/0a74c03))
37+
* 新增行复制 ([6698e11](https://github.com/vueblocks/element-schema-form/commit/6698e11))
38+
* 新增表单列删除功能 ([c08c8c0](https://github.com/vueblocks/element-schema-form/commit/c08c8c0))
39+
* 新增表单配置面板 ([ecdbee5](https://github.com/vueblocks/element-schema-form/commit/ecdbee5))
40+
* 私有属性调整 ([cf61919](https://github.com/vueblocks/element-schema-form/commit/cf61919))
41+
42+
43+

app/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
@select="handleSelect">
1313
<el-menu-item index="1" route="/test-common">基础组件</el-menu-item>
1414
<el-menu-item index="2" route="/test-extend">扩展组件</el-menu-item>
15-
<el-menu-item index="3" route="/form-generator">表单生成器</el-menu-item>
1615
</el-menu>
1716
</el-header>
1817
<el-main>

app/assets/icons/icon-add.svg

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

app/assets/icons/icon-delete.svg

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

app/assets/logo.png

-6.69 KB
Binary file not shown.

app/constant/formGenerator.js

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

0 commit comments

Comments
 (0)