vben
2020-11-02 96c10d6c0fb46b56b0e74e09a8e20bcfc9f54cde
提交 | 用户 | age
d37806 1 ## 2.0.0-rc.8 (2020-11-2)
V 2
3 ### ✨ Features
4
5 - Global loading add text
6 - Right-click menu supports multiple levels
7
8 ### 🎫 Chores
9
10 - Login cache changed from sessionStorage to LocalStorage
11
12 ### ⚡ Performance Improvements
13
14 - Update ʻant-design-vue`to`beta.12`
15 - Layout interface layout style adjustment
16 - Optimize lazy loading components
17 - Optimize table rendering performance
18 - Add animation to form folding search icon
19 - routeModule can ignore the layout configuration. Convenient to configure the first-level menu
20
21 ### 🐛 Bug Fixes
22
23 - Fix table type error
24 - Fix bug in mock paging tool
25 - Fix the folding problem of the search form when the table is opened
26 - Fix the problem of fixed column style when the table size is samll
27 - Fixed the error report when closing multiple tabs
28 - Fix message type error
29
3466d6 30 ## 2.0.0-rc.7 (2020-10-31)
V 31
32 ### ✨ Features
33
34 - The form component now supports directly passing in the model to directly perform the set operation, please refer to **Component -> Popup Extension -> Open Popup and Pass Data**
35
36 - The useModalInner of modal now supports the incoming callback function to receive the value passed in from the external `transferModalData`
37
38   - Used to handle the setting values ​​of components such as forms when the pop-up window is opened. Refer to **Component -> Popup Extension -> Open Popup and Pass Data**
39   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
40
41 - The drawer’s useDrawerInner now supports the incoming callback function to receive the value passed in from the external `transferModalData`,,
42   - Used to handle the setting values ​​of components such as forms for opening the drawer Refer to **Component->Drawer Extension->Open the drawer and transfer data**
43   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
44
45 ### ✨ Refactor
46
47 - Form code optimization and reconstruction
48
49 ### ⚡ Performance Improvements
50
51 - Modal slot can be overwritten
52 - Optimize table embedding height calculation problem
53
54 ### 🎫 Chores
55
56 - Add some notes
57 - pwa icon supplement
58 - Type adjustment
59 - Upgrade ʻant-design-vue`to`beta.11`, and modify the known issues brought about, and some issues will be resolved after discovery
60
61 ### 🐛 Bug Fixes
62
63 - Fix the timeout error of local proxy post interface to https address
64 - Fix modal full screen height calculation problem when footer is not displayed
65 - Fix the error that the verification information is not deleted when the form is reset
66 - Fix the style problem of the split mode of the top menu
67 - Fix the invalidation of table expansion icon animation
68
d51cfe 69 ## 2.0.0-rc.6 (2020-10-28)
V 70
71 ### ✨ Features
72
73 - Added `pwa` function, which can be turned on in `.env.production`
74 - Button component extends `preIcon` and `postIcon` attributes to add icons before and after the text
75 - Restore the breadcrumb display icon function
76
77 ### 🎫 Chores
78
79 - Upgrade vite version to `v1.0.0.rc8`
80 - vite.config.ts internal plugins extraction
81 - Build directory structure adjustment
82 - Dependency update
83 - Documentation update
84 - Modify the default route switching animation
85
86 ### ⚡ Performance Improvements
87
88 - `setTitle` logic adjustment
89 - The sessionStorage and LocalStorage cache settings used by the system expire in `7` days by default
90
91 ### ✨ Refactor
92
93 - Separate `vite-plugin-html` and modify the logic of inserting html
94
95 ### 🐛 Bug Fixes
96
97 - Fix the warning problem of multiple registration components during hot update
98 - Fix the login tab page appears after login
99 - Fix the problem of routing switch parameter disappearance
100 - Fix the useMessage icon style problem
101
1d47d8 102 ## # 2.0.0-rc.5 (2020-10-26)
V 103
104 ### ✨ Features
105
106 - Update component documentation
107 - Breadcrumbs support display icon
108 - Added tinymce rich text component
109 - Add submitOnReset to the form to control whether to re-initiate the request when reset
110 - Added `sortFn` to the table to support custom sorting
111 - Added animation components and examples
112 - Added lazy loading/delay loading components and examples
113
114 ### ✨ Refactor
115
116 - The detailType of the Drawer component is changed to isDetail
117
118 ### 🎫 Chores
119
120 - Remove the optional chain syntax in the code
121 - Form reset logic modification
122 - Turn off multi-tab page tabs animation
123 - Upgrade vite version to `v1.0.0.rc6`
124 - Delete Chinese path warning. rc6 has been fixed
125
126 ### 🐛 Bug Fixes
127
128 - Fix the automatic height and display footer display problems of drawer components
129 - Reset to default value after repairing form query
130 - Fix the problem of displaying the collapsed menu when there are no child nodes
131 - Fix the problem of breadcrumb display style
132 - Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal
133 - Fixed multiple action columns in the table
134
5f39be 135 # 2.0.0-rc.4 (2020-10-21)
V 136
137 ### ✨ Features
138
139 - New configuration toolbar for tables
140 - New message notification module
141
142 ### 🎫 Chores
143
144 - The table does not show borders by default
145 - Dependency update
146 - Update vue to `v3.0.2`
147 - Interface style fine-tuning
148
149 ### ⚡ Performance Improvements
150
151 - Optimize the size of the first screen
152 - Optimize the TableAction component
153 - Reduce the folding width of the menu
154
155 ### 🐛 Bug Fixes
156
157 - Fix the problem of the menu name when the first level menu is folded
158 - Fix the problem that the preview command is not packaged
159 - Fix the problem that the form actionColOptions parameter does not take effect
160 - Fix the problem that the loading does not take effect when refreshing the form
161
8fd199 162 # 2.0.0-rc.3 (2020-10-19)
V 163
164 ### ✨ Features
165
166 - Added excel component and excel/xml/csv/html export example
167 - Added excel import example
168 - Added global error handling
169 - Added markdown components and examples
170 - The menu name can be displayed when adding a new folding menu
171
172 ### Docs
173
174 - add project doc
175
176 ### 🎫 Chores
177
178 - update deps
179
180 ### 🐛 Bug Fixes
181
182 - Fix the adaptive problem of the top menu
183 - Fix window system packaging error
184
c346bb 185 # 2.0.0-rc.2 (2020-10-17)
V 186
187 ### ✨ Features
188
189 - Package can be configured to output `gizp`
190 - Package can be configured to delete `console`
191 - Routes and menus do not need to be imported manually, they are imported automatically
192
193 ### 🎫 Chores
194
195 - Upgrade vue to `3.0.1`
196 - Change `vite` version to daily build version
197
198 ### 🐛 Bug Fixes
199
200 - Fix menu error
201 - Fix the problem of table adaptive height
202 - Fix the issue of error reporting when executing script in `window system`
203 - Fix the problem of folding components
204
205 ### ⚡ Performance Improvements
206
207 - Remove menu to minimize background
208 - Prevent page refresh and re-render menu
209 - Some other details are optimized
210
9abba7 211 # 2.0.0-rc.1 (2020-10-14)
be8e14 212
V 213 ### ✨ Features
214
215 - Add a tab with parameters
216
217 ### ⚡ Performance Improvements
218
219 - Optimized menu folding
220 - Page details optimization
221 - Compress html after packaging
222 - Functional reconstruction of preview components and right-click menu
223 - The preview component operation column is centered
224
225 ### 🎫 Chores
226
227 - update deps
228 - Added `README.en-US.md`
229 - Added `CHANGELOG.en-US.md`
230
231 ### 🐛 Bug Fixes
232
233 - Fix page refresh and jump to landing page
234
7c7f35 235 # 2.0.0-beta.7 (2020-10-12)
V 236
237 ### ⚡ Performance Improvements
238
239 - The existing tab switching no longer displays animation and progress bar
240
241 ### ✨ Features
242
243 - Added `CountTo` component and sample demo
244 - Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file
245 - The production environment has a separate configuration file for dynamic configuration project configuration
246 - Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos
247 - New workbench interface
248 - New analysis page interface
249
250 ### 🎫 Chores
251
252 - Update dependencies
253
254 ### 🐛 Bug Fixes
255
256 - Fix routing switch, tab inactive problem
257
258 # 2.0.0-beta.6 (2020-10-11)
259
260 ### 💄 Styles
261
262 - Menu style adjustment
263
264 ### 🐛 Bug Fixes
265
266 - Fix the problem that editable forms cannot be entered
267 - Repair packaging errors, no proxy is required in the production environment
268
269 ### ⚡ Performance Improvements
270
271 - Optimize the switching speed of multi-tab pages
272 - First screen loading animation
273
274 # 2.0.0-beta.5 (2020-10-10)
275
276 ### ♻ Code Refactoring
277
278 - Delete `tailwind css`
279
280 ### ⚡ Performance Improvements
281
282 - Optimize page switching speed
283
284 ### 🎫 Chores
285
286 - Add `.vscode` and `.github` configuration
287 - Change menu icon
288 - Added `.env` configuration file
289 - Update readme.md
290
291 ### 🐛 Bug Fixes
292
293 - Fix the failure of `Tree` component check event
294
295 # 2.0.0-beta.4 (2020-10-08)
296
297 ### 🎫 Chores
298
299 - Remove redundant dependencies
300
301 ### 🐛 Bug Fixes
302
303 - Fix page refresh blank
304 - Fix the invalid table style in the production environment
305
306 # 2.0.0-beta.3 (2020-10-07)
307
308 ### ✨ Features
309
310 - Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar
311 - Add `Table` component and demo
312
313 ### 🎫 Chores
314
315 - Add ` github workflows`
316
317 # 2.0.0-beta.2 (2020-10-07)
318
319 ### ✨ Features
320
321 - Added image preview component
322
323 ### 🔧 Continuous Integration
324
325 - Add githubAction script
326
327 # 2.0.0-beta.1(2020-09-30)
328
329 ### 🎫 Chores
330
331 - Migrate some code from 1.0
332 - Add README.md description file
333
334 ### 🐛 Bug Fixes
335
336 - Fix the problem of form, animation and packaging failure