From 5f03b5451f497734f2e54085d1979d0e4d2faa4c Mon Sep 17 00:00:00 2001 From: Liberty Date: Mon, 22 Apr 2024 20:52:42 +0800 Subject: [PATCH] chore(release): v1.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0867bed..42d3e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.3.0](https://github.com/Liberty-liu/Everright-formEditor/compare/v1.2.3...v1.3.0) (2024-04-22) + + +### Bug Fixes + +* update package version to "1.3.0-beta.2" and fix CollapseLayout class issue ([cdc6702](https://github.com/Liberty-liu/Everright-formEditor/commit/cdc670215927a4b1b16cdf771cc3d3ad7344453c)) + + +### Features + +* refactor Checkbox, Radio, and Select components to include Other component ([d156c7a](https://github.com/Liberty-liu/Everright-formEditor/commit/d156c7a5268210b29fbfb18fdac80663bccddd1f)) +* set default value for TabsLayout and handle checkbox change in ConfigData3 ([319920b](https://github.com/Liberty-liu/Everright-formEditor/commit/319920b854e24a6fb6fbb76c1214980e18da7dda)) +* update package version to "1.3.0-beta.1" and enhance form editor layout ([2cdf6cb](https://github.com/Liberty-liu/Everright-formEditor/commit/2cdf6cb8e756e6135512ed29e986cb4fe8ad7b25)) + + + ## [1.2.3](https://github.com/Liberty-liu/Everright-formEditor/compare/v1.2.2...v1.2.3) (2023-11-30) diff --git a/package.json b/package.json index 3eef2db..a3ab443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "everright-formeditor", - "version": "1.3.0-beta.2", + "version": "1.3.0", "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",