You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`pure-table` adds `headerSlot` custom header slot usage example
9
+
- The route adds a configurable `fixedTag` attribute, which determines whether the current menu name is fixedly displayed on the tab and cannot be closed.
10
+
- Added account setting function page and compatible with mobile terminals
11
+
- Upgrade `eslint9` and related compatibility processing
12
+
- Added global configuration `MaxTagsLevel` property to set the maximum number of open tabs
13
+
- Full coverage of the internationalization of the core code of the framework (only the internationalization of the business code needs to be processed)
14
+
15
+
### 🐞 Bug fixes
16
+
17
+
- Fixed the issue where columns cannot be dragged normally when there are multiple `RePureTableBar` components on a page
18
+
- Fixed the problem of icon display style after the third-level menu is folded to the left
19
+
- Fixed the issue where the font color does not take effect after refreshing the account settings page
20
+
- Fixed the issue where the `refreshToken` parameter is empty when calling the refresh `token` interface
21
+
22
+
### 🍏 Perf
23
+
24
+
- Optimize login interface
25
+
- Optimize the logic of obtaining the top menu
26
+
- Optimize request whitelist logic and be compatible with more scenarios
27
+
- Simplified export and import usage in `store` files
28
+
- Removed unnecessary `cloc` tool dependency package, which uses the `GPL` open source license and is controversial
29
+
- Optimize the types of `post` and `get` utility functions in `src/utils/http` files
-`pure-table` adds `headerSlot` custom header slot usage example
9
+
- The route adds a configurable `fixedTag` attribute, which determines whether the current menu name is fixedly displayed on the tab and cannot be closed.
10
+
- Added account setting function page and compatible with mobile terminals
11
+
- Upgrade `eslint9` and related compatibility processing
12
+
- Added global configuration `MaxTagsLevel` property to set the maximum number of open tabs
13
+
- Full coverage of the internationalization of the core code of the framework (only the internationalization of the business code needs to be processed)
14
+
15
+
### 🐞 Bug fixes
16
+
17
+
- Fixed the issue where columns cannot be dragged normally when there are multiple `RePureTableBar` components on a page
18
+
- Fixed the problem of icon display style after the third-level menu is folded to the left
19
+
- Fixed the issue where the font color does not take effect after refreshing the account settings page
20
+
- Fixed the issue where the `refreshToken` parameter is empty when calling the refresh `token` interface
21
+
22
+
### 🍏 Perf
23
+
24
+
- Optimize login interface
25
+
- Optimize the logic of obtaining the top menu
26
+
- Optimize request whitelist logic and be compatible with more scenarios
27
+
- Simplified export and import usage in `store` files
28
+
- Removed unnecessary `cloc` tool dependency package, which uses the `GPL` open source license and is controversial
29
+
- Optimize the types of `post` and `get` utility functions in `src/utils/http` files
0 commit comments