Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chensuifengran committed Nov 23, 2024
1 parent bb09f92 commit b26b96f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## Changelog

### 2.1.1(unreleased)
### 2.1.1

_2024.xx.xx_
_2024.11.23_

#### 新特性:

- 编辑器中 buildForm 方法支持打开快捷填写参数弹窗
- 同类型组件可以拖拽排序
- 修改后的参数可以直接应用到代码中
- Check、Picker、Select组件的添加、删除、修改
- FindResult类waitText方法添加mismatchCallback参数,用于在未找到文本时执行回调
- 表单组件和分组支持:添加、删除、修改
- 支持复制分组或组件的取值表达式
- FindResult 类 waitText 方法添加 mismatchCallback 参数,用于在未找到文本时执行回调
- RFormUtil 类新增 getGroupValues 方法,用于获取分组所有组件的值,返回值为对象,键为组件标签,值为组件值

#### 重构:

Expand All @@ -24,7 +26,7 @@ _2024.xx.xx_
- 修复枚举常量在打开快速填写/修改参数时为 undefined 的问题
- 脚本表单:自动导入上次选项失效
- (dev)修复内置 API 管理模块无法正常保存,以及未正确传入最新选项
- 表单组件:Select组件选项值应该为基本类型,而不是对象
- 表单组件:Select 组件选项值应该为基本类型,而不是对象

#### 杂项:

Expand Down

0 comments on commit b26b96f

Please sign in to comment.