Skip to content

Commit

Permalink
chore(release): v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Liberty-liu committed Sep 21, 2023
1 parent 0481e21 commit c8f27c5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.2.2](https://github.com/Liberty-liu/Everright-formEditor/compare/v1.2.1...v1.2.2) (2023-09-21)


### Bug Fixes

* **formType-signature:** fixed disabled status ([44fbb44](https://github.com/Liberty-liu/Everright-formEditor/commit/44fbb44b6c3aacb359502dadb56dc0b8af2d50eb))
* **subform:** subform logic ([d31c8c7](https://github.com/Liberty-liu/Everright-formEditor/commit/d31c8c7c57b230c77e3bce4b2064acbe48366238))


### Features

* add changelog ([61af8b7](https://github.com/Liberty-liu/Everright-formEditor/commit/61af8b7d4dd1bb8b2b9153868363adfac7317fbf))


### Performance Improvements

* optimize drop logic and add id to inline child elements ([9579750](https://github.com/Liberty-liu/Everright-formEditor/commit/9579750dc16c5da46f0a0e89458cdb4ae643dced))



## [1.2.1](https://github.com/Liberty-liu/Everright-formEditor/compare/v1.1.1...v1.2.1) (2023-09-12)


Expand Down
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
{
"name": "everright-formeditor",
"version": "1.2.1",
"version": "1.2.2",
"description": "🦮 Powerful lowcode|vue form editor,generator,designer,builder library. It provides an easy way to create custom forms. The project is extensible, easy to use and configure, and provides many commonly used form components and functions(vue可视化低代码表单设计器、表单编辑器、element-plus vant表单设计)",
"files": [
"dist",
"packages/formEditor/componentsConfig.js"
],
"packageManager": "[email protected]",
"license": "MIT",
"keywords": [
"drag-and-drop",
"form",
"formbuilder",
"low-code",
"no-code",
"vue",
"element-plus",
"vant"
],
"keywords": ["vue","drag-and-drop","validator","form","form-builder","designer","wysiwyg-editor","json-form","form-generator","low-code","no-code","form-designer","schema-form","vant","vue-form","form-editor","vue3","element-plus","lowcode-editor","everright"],
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit c8f27c5

Please sign in to comment.