Skip to content

Commit 642d488

Browse files
committed
chore: release 2.8.0
1 parent 3b63e41 commit 642d488

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.en_US.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 2.8.0(2021-11.03)
2+
3+
### Upgrade Instructions
4+
5+
- Package manager changed from `yarn` to `pnpm`
6+
- Delete `node_modules` and `yarn.lock`, install `pnpm` globally
7+
- Execute `pnpm install`
8+
9+
### ✨ Features
10+
11+
- **Others**
12+
- The `VITE_PROXY` configuration in the `.env` file supports single quotes
13+
- Remove warnings during build
14+
15+
### 🐛 Bug Fixes
16+
17+
- **BasicTable**
18+
- Fix the issue that editable cells cannot be submitted in some cases
19+
- Fix the problem that the `inset` attribute does not work
20+
- Fix the problem that the performance of `useTable` and `reload` method `await` of `BasicTable` instance are inconsistent
21+
- Fix the issue that `clickToRowSelect` would ignore the disabled state of the row selection box
22+
- Fix the problem that the page of `BasicTable` will be reset in some cases
23+
- Modify the `deleteTableDataRecord` method
24+
- **BasicModal**
25+
- Fixed the problem that `Modal` could not be closed even when clicking on the mask and pressing the `Esc` key
26+
- Fixed the issue that clicking the close button and the blank area next to the maximize button would also cause `Modal` to close
27+
- **BasicTree** Fix the problem that the node slot does not work
28+
- **CodeEditor** Fix the problem that may cause `Build` failure
29+
- **BasicForm** Fix the problem that the content width of the custom FormItem component may be out of range
30+
- **ApiTreeSelect** Fix the problem that the change of `params` failed to trigger the re-request of api data
31+
- **Others** -Fixed an issue where multiple tabs would not jump to routing when closing tabs in some cases
32+
- Fix the issue that some components may cause abnormal hot update
33+
- Fix the problem that some sub-components of `antdv` will be reported in the build process when directly `import` part of the `antdv`, such as: TabPane, RadioGroup
34+
135
## 2.7.2(2021-09-14)
236

337
### ✨ Features

CHANGELOG.zh_CN.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## 2.8.0(2021-11.03)
22

3-
包管理器由`yarn`改为 `pnpm`
3+
### 升级说明
4+
5+
- 包管理器由`yarn`改为 `pnpm`
6+
- 删除`node_modules``yarn.lock`,全局安装`pnpm`
7+
- 执行`pnpm install`
48

59
### ✨ Features
610

0 commit comments

Comments
 (0)