Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## [0.1.1](https://github.com/vueblocks/element-schema-form/compare/v0.1.0...v0.1.1) (2019-10-29)


### Features

* 新增【重置表单】功能 ([9da36a3](https://github.com/vueblocks/element-schema-form/commit/9da36a3))



# [0.1.0](https://github.com/vueblocks/element-schema-form/compare/9c61589...v0.1.0) (2019-10-28)


### Bug Fixes

* copy 激活行数调整,api将module修改为model ([d3682be](https://github.com/vueblocks/element-schema-form/commit/d3682be))


### Features

* 🌈完成生成 Vue 代码功能 ([215dac0](https://github.com/vueblocks/element-schema-form/commit/215dac0))
* 💥引入 vuex-persistedstate 数据持久化插件 ([e825350](https://github.com/vueblocks/element-schema-form/commit/e825350))
* 📋添加复制代码到剪切板功能 ([8e069b3](https://github.com/vueblocks/element-schema-form/commit/8e069b3))
* 修改布局算法 ([0d38a49](https://github.com/vueblocks/element-schema-form/commit/0d38a49))
* 基础组件 ([9c61589](https://github.com/vueblocks/element-schema-form/commit/9c61589))
* 增加json编辑器 ([3887414](https://github.com/vueblocks/element-schema-form/commit/3887414))
* 增加列跨度配置 ([b6d72c6](https://github.com/vueblocks/element-schema-form/commit/b6d72c6))
* 增加拓展组件 ([d635fdd](https://github.com/vueblocks/element-schema-form/commit/d635fdd))
* 增加组件个性化属性(1) ([2ca9dc7](https://github.com/vueblocks/element-schema-form/commit/2ca9dc7))
* 增加组件基础属性编辑 ([30d335e](https://github.com/vueblocks/element-schema-form/commit/30d335e))
* 增加表单预览 ([a70c222](https://github.com/vueblocks/element-schema-form/commit/a70c222))
* 处理左侧布局删除列逻辑 ([c047010](https://github.com/vueblocks/element-schema-form/commit/c047010))
* 完成生成 Schema 功能 ([dcbe5c5](https://github.com/vueblocks/element-schema-form/commit/dcbe5c5))
* 搭建表单生成器页面 ([62d3085](https://github.com/vueblocks/element-schema-form/commit/62d3085))
* 新增/删除行 ([f99ad57](https://github.com/vueblocks/element-schema-form/commit/f99ad57))
* 新增tag等基本组件 ([3e8c38d](https://github.com/vueblocks/element-schema-form/commit/3e8c38d))
* 新增列排序功能 ([0a74c03](https://github.com/vueblocks/element-schema-form/commit/0a74c03))
* 新增行复制 ([6698e11](https://github.com/vueblocks/element-schema-form/commit/6698e11))
* 新增表单列删除功能 ([c08c8c0](https://github.com/vueblocks/element-schema-form/commit/c08c8c0))
* 新增表单配置面板 ([ecdbee5](https://github.com/vueblocks/element-schema-form/commit/ecdbee5))
* 私有属性调整 ([cf61919](https://github.com/vueblocks/element-schema-form/commit/cf61919))



1 change: 0 additions & 1 deletion app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@select="handleSelect">
<el-menu-item index="1" route="/test-common">基础组件</el-menu-item>
<el-menu-item index="2" route="/test-extend">扩展组件</el-menu-item>
<el-menu-item index="3" route="/form-generator">表单生成器</el-menu-item>
</el-menu>
</el-header>
<el-main>
Expand Down
1 change: 0 additions & 1 deletion app/assets/icons/icon-add.svg

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/icons/icon-delete.svg

This file was deleted.

Binary file removed app/assets/logo.png
Binary file not shown.
90 changes: 0 additions & 90 deletions app/constant/formGenerator.js

This file was deleted.

Loading