diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7f41b..aab382d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ba643be..e76c140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", @@ -8,16 +8,7 @@ ], "packageManager": "pnpm@7.9.5", "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",