Commit 642d48870ceb51b57568f46f4290aeda2ac589fd
1 parent
3b63e41b
chore: release 2.8.0
Showing
2 changed files
with
39 additions
and
1 deletions
CHANGELOG.en_US.md
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 | + | ||
1 | ## 2.7.2(2021-09-14) | 35 | ## 2.7.2(2021-09-14) |
2 | 36 | ||
3 | ### ✨ Features | 37 | ### ✨ Features |