Skip to content

Commit ef34e3d

Browse files
committed
releas: 1.0.2
1 parent 5eeb42c commit ef34e3d

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.0.2](https://github.com/pearadmin/pear-admin-naive/releases/tag/1.0.2) (2021-12-20)
2+
3+
### Optimize
4+
* **composables:** optimize `useForm`` useTable `
5+
6+
### Refactor
7+
* **Component** Modify the way to register components inside `PearForm`, `PearTable` to fix the problem of not rendering after hot update in development mode
8+
9+
### Feature
10+
* **PearForm** `PearFormItem` supports functional props passing
11+
* **PearTable** PearTable query table header adds `pick up` and `expand` feature
12+
* **pages:** `BasisFormDemo` page optimization, new custom query table header function, query table header support automatic request function after parameter change
13+
114
## [1.0.1](https://github.com/pearadmin/pear-admin-naive/releases/tag/1.0.1) (2021-12-15)
215

316
### Feature

CHANGELOG_zh.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.2](https://github.com/pearadmin/pear-admin-naive/releases/tag/1.0.2) (2021-12-20)
2+
3+
### Optimize
4+
* **composables:** 优化 `useForm`` useTable `
5+
6+
### Refactor
7+
* **Component** 修改PearForm, PearTable内部注册组件的方式,修正开发模式下,热更新后不渲染的问题
8+
9+
### Feature
10+
* **PearForm** PearFormItem支持函数式props传递
11+
* **PearTable** PearTable查询表头新增`收起``展开`功能
12+
* **pages:** basisFormDemo页面优化,新增自定义查询表头功能,查询表头支持参数改变后自动请求功能
13+
14+
115
## [1.0.1](https://github.com/pearadmin/pear-admin-naive/releases/tag/1.0.1) (2021-12-15)
216

317
### Feature

0 commit comments

Comments
 (0)