vben
2020-11-27 68a96b7f81a1ad72c93a53c2ebfde046c66c215f
提交 | 用户 | age
ea24df 1 ## 2.0.0-rc.11 (2020-11-18)
V 2
3 ### ✨ Features
4
5 - Added base64 file stream download
6 - Optimize upload components and examples
7 - New editable row example
8 - Add a personal page
9 - New form page
10 - Add details page
11 - Integrate upload components into form by default
12
13 ### 🎫 Chores
14
15 - Update antdv to `2.0.0-rc.1` (temporarily restore to beta15, rc1 menu freezes too seriously.)
16 - Add some notes
17
18 ### ✨ Refactor
19
20 - Removed `receiveDrawerDataRef` and `transferDrawerData` properties of `useModal` and `useDrawer`
21 - `openModal` and `openDrawer` corresponding to `useModal` and `useDrawer` extend the third parameter. Used to open the trigger callback again
22
23 ### 🐛 Bug Fixes
24
25 - Repair form inputNumber verification error
26 - Fix the error of setting the default value of the form
27 - Fix the problem of occupying position when the menu collapse button is hidden
28 - Fix the form baseColProps does not take effect
29
3cf798 30 ## 2.0.0-rc.10 (2020-11-13)
V 31
32 ### ✨ Refactor
33
34 - Refactor hook, introduce `@vueuse`, delete existing `hook`, optimize existing hook
35 - ʻUseEvent` renamed ->ʻuseEventListener`
36 - Delete the four types `SelectOptGroup`, `SelectOption`, `Transfer`, and `Radio` from the form `ComponentType`. Modify the `RadioButtonGroup` component
37
38 ### ✨ Features
39
40 - `componentsProps` support function type of form item
41 - Added tag display to the menu, supporting 4 types of colors and dot display
42 - New menu and top bar color selection color matching
43 - Add sample result page
44 - New file download example
45
46 ### ⚡ Wip
47
48 - Upload components (not completed, testing...)
49
50 ### ⚡ Performance Improvements
51
52 - Optimize settingDrawer code
53 - Optimize the switching speed of multiple tabs
54 - Add form customization and dynamic capabilities
55
56 ### 🐛 Bug Fixes
57
58 - Fixed multiple rich text editors showing only one
59 - Fixed the problem of not redirecting to the original page after logging in again after expiration
60 - Fix window system dynamic introduction error
61 - Fix page type error
62 - Fixed an error when the form switch and checkBox were used separately
63
03bbdd 64 ## 2.0.0-rc.9 (2020-11-9)
V 65
66 ### ✨ Features
67
68 - Menu trigger can select location
69 - Add an example of rich text embedded form
70 - Added `required` attribute to form component schema. Simplified configuration
71 - The second parameter of openModal and openDrawer can be passed internally instead of `transferModalData`
72 - Routes with parameters can be cached
73
74 ### ✨ Refactor
75
76 - Refactored the logic of the menu generated by the background
77 - Route Module structural transformation
1db72c 78
V 79 ### ⚡ Performance Improvements
80
81 - Menu performance continues to be optimized and smoother
82 - Optimize lazy loading components and examples
03bbdd 83 - layout style fine-tuning
1db72c 84
V 85 ### 🎫 Chores
86
87 - Delete menu background image
03bbdd 88 - Update the version of ʻant-design-vue`to`beta15`
1db72c 89 - Update `vite` version to `rc.9`
V 90 - Exception page adjustment
91 - `BasicTitle` Color blocks are not displayed by default
92
93 ### 🐛 Bug Fixes
94
95 - Fix table type problem after upgrade
96 - Fix the problem that the last submenu continues to be displayed when the menu is divided and there is no data in the left menu
97 - Fix the issue of ʻuseMessage` type
98 - Fix the problem that the form item setting `disabled` does not take effect
99 - Fix that ʻuseECharts`can't adapt when`resize`, and an error is reported
100 - Fix that `resize` is not deleted after ʻuseWatermark` is cleared
101 - Fix form verification problem
03bbdd 102 - Fixed the problem that the multi-level header configuration does not take effect
1db72c 103
d37806 104 ## 2.0.0-rc.8 (2020-11-2)
V 105
106 ### ✨ Features
107
108 - Global loading add text
109 - Right-click menu supports multiple levels
110
111 ### 🎫 Chores
112
113 - Login cache changed from sessionStorage to LocalStorage
114
115 ### ⚡ Performance Improvements
116
117 - Update ʻant-design-vue`to`beta.12`
118 - Layout interface layout style adjustment
119 - Optimize lazy loading components
120 - Optimize table rendering performance
121 - Add animation to form folding search icon
122 - routeModule can ignore the layout configuration. Convenient to configure the first-level menu
123
124 ### 🐛 Bug Fixes
125
126 - Fix table type error
127 - Fix bug in mock paging tool
128 - Fix the folding problem of the search form when the table is opened
129 - Fix the problem of fixed column style when the table size is samll
130 - Fixed the error report when closing multiple tabs
131 - Fix message type error
132
3466d6 133 ## 2.0.0-rc.7 (2020-10-31)
V 134
135 ### ✨ Features
136
137 - 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**
138
139 - The useModalInner of modal now supports the incoming callback function to receive the value passed in from the external `transferModalData`
140
141   - 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**
142   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
143
144 - The drawer’s useDrawerInner now supports the incoming callback function to receive the value passed in from the external `transferModalData`,,
145   - 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**
146   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
147
148 ### ✨ Refactor
149
150 - Form code optimization and reconstruction
151
152 ### ⚡ Performance Improvements
153
154 - Modal slot can be overwritten
155 - Optimize table embedding height calculation problem
156
157 ### 🎫 Chores
158
159 - Add some notes
160 - pwa icon supplement
161 - Type adjustment
162 - Upgrade ʻant-design-vue`to`beta.11`, and modify the known issues brought about, and some issues will be resolved after discovery
163
164 ### 🐛 Bug Fixes
165
166 - Fix the timeout error of local proxy post interface to https address
167 - Fix modal full screen height calculation problem when footer is not displayed
168 - Fix the error that the verification information is not deleted when the form is reset
169 - Fix the style problem of the split mode of the top menu
170 - Fix the invalidation of table expansion icon animation
171
d51cfe 172 ## 2.0.0-rc.6 (2020-10-28)
V 173
174 ### ✨ Features
175
176 - Added `pwa` function, which can be turned on in `.env.production`
177 - Button component extends `preIcon` and `postIcon` attributes to add icons before and after the text
178 - Restore the breadcrumb display icon function
179
180 ### 🎫 Chores
181
182 - Upgrade vite version to `v1.0.0.rc8`
183 - vite.config.ts internal plugins extraction
184 - Build directory structure adjustment
185 - Dependency update
186 - Documentation update
187 - Modify the default route switching animation
188
189 ### ⚡ Performance Improvements
190
191 - `setTitle` logic adjustment
192 - The sessionStorage and LocalStorage cache settings used by the system expire in `7` days by default
193
194 ### ✨ Refactor
195
196 - Separate `vite-plugin-html` and modify the logic of inserting html
197
198 ### 🐛 Bug Fixes
199
200 - Fix the warning problem of multiple registration components during hot update
201 - Fix the login tab page appears after login
202 - Fix the problem of routing switch parameter disappearance
203 - Fix the useMessage icon style problem
204
1d47d8 205 ## # 2.0.0-rc.5 (2020-10-26)
V 206
207 ### ✨ Features
208
209 - Update component documentation
210 - Breadcrumbs support display icon
211 - Added tinymce rich text component
212 - Add submitOnReset to the form to control whether to re-initiate the request when reset
213 - Added `sortFn` to the table to support custom sorting
214 - Added animation components and examples
215 - Added lazy loading/delay loading components and examples
216
217 ### ✨ Refactor
218
219 - The detailType of the Drawer component is changed to isDetail
220
221 ### 🎫 Chores
222
223 - Remove the optional chain syntax in the code
224 - Form reset logic modification
225 - Turn off multi-tab page tabs animation
226 - Upgrade vite version to `v1.0.0.rc6`
227 - Delete Chinese path warning. rc6 has been fixed
228
229 ### 🐛 Bug Fixes
230
231 - Fix the automatic height and display footer display problems of drawer components
232 - Reset to default value after repairing form query
233 - Fix the problem of displaying the collapsed menu when there are no child nodes
234 - Fix the problem of breadcrumb display style
235 - Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal
236 - Fixed multiple action columns in the table
237
5f39be 238 # 2.0.0-rc.4 (2020-10-21)
V 239
240 ### ✨ Features
241
242 - New configuration toolbar for tables
243 - New message notification module
244
245 ### 🎫 Chores
246
247 - The table does not show borders by default
248 - Dependency update
249 - Update vue to `v3.0.2`
250 - Interface style fine-tuning
251
252 ### ⚡ Performance Improvements
253
254 - Optimize the size of the first screen
255 - Optimize the TableAction component
256 - Reduce the folding width of the menu
257
258 ### 🐛 Bug Fixes
259
260 - Fix the problem of the menu name when the first level menu is folded
261 - Fix the problem that the preview command is not packaged
262 - Fix the problem that the form actionColOptions parameter does not take effect
263 - Fix the problem that the loading does not take effect when refreshing the form
264
8fd199 265 # 2.0.0-rc.3 (2020-10-19)
V 266
267 ### ✨ Features
268
269 - Added excel component and excel/xml/csv/html export example
270 - Added excel import example
271 - Added global error handling
272 - Added markdown components and examples
273 - The menu name can be displayed when adding a new folding menu
274
275 ### Docs
276
277 - add project doc
278
279 ### 🎫 Chores
280
281 - update deps
282
283 ### 🐛 Bug Fixes
284
285 - Fix the adaptive problem of the top menu
286 - Fix window system packaging error
287
c346bb 288 # 2.0.0-rc.2 (2020-10-17)
V 289
290 ### ✨ Features
291
292 - Package can be configured to output `gizp`
293 - Package can be configured to delete `console`
294 - Routes and menus do not need to be imported manually, they are imported automatically
295
296 ### 🎫 Chores
297
298 - Upgrade vue to `3.0.1`
299 - Change `vite` version to daily build version
300
301 ### 🐛 Bug Fixes
302
303 - Fix menu error
304 - Fix the problem of table adaptive height
305 - Fix the issue of error reporting when executing script in `window system`
306 - Fix the problem of folding components
307
308 ### ⚡ Performance Improvements
309
310 - Remove menu to minimize background
311 - Prevent page refresh and re-render menu
312 - Some other details are optimized
313
9abba7 314 # 2.0.0-rc.1 (2020-10-14)
be8e14 315
V 316 ### ✨ Features
317
318 - Add a tab with parameters
319
320 ### ⚡ Performance Improvements
321
322 - Optimized menu folding
323 - Page details optimization
324 - Compress html after packaging
325 - Functional reconstruction of preview components and right-click menu
326 - The preview component operation column is centered
327
328 ### 🎫 Chores
329
330 - update deps
331 - Added `README.en-US.md`
332 - Added `CHANGELOG.en-US.md`
333
334 ### 🐛 Bug Fixes
335
336 - Fix page refresh and jump to landing page
337
7c7f35 338 # 2.0.0-beta.7 (2020-10-12)
V 339
340 ### ⚡ Performance Improvements
341
342 - The existing tab switching no longer displays animation and progress bar
343
344 ### ✨ Features
345
346 - Added `CountTo` component and sample demo
347 - Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file
348 - The production environment has a separate configuration file for dynamic configuration project configuration
349 - Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos
350 - New workbench interface
351 - New analysis page interface
352
353 ### 🎫 Chores
354
355 - Update dependencies
356
357 ### 🐛 Bug Fixes
358
359 - Fix routing switch, tab inactive problem
360
361 # 2.0.0-beta.6 (2020-10-11)
362
363 ### 💄 Styles
364
365 - Menu style adjustment
366
367 ### 🐛 Bug Fixes
368
369 - Fix the problem that editable forms cannot be entered
370 - Repair packaging errors, no proxy is required in the production environment
371
372 ### ⚡ Performance Improvements
373
374 - Optimize the switching speed of multi-tab pages
375 - First screen loading animation
376
377 # 2.0.0-beta.5 (2020-10-10)
378
379 ### ♻ Code Refactoring
380
381 - Delete `tailwind css`
382
383 ### ⚡ Performance Improvements
384
385 - Optimize page switching speed
386
387 ### 🎫 Chores
388
389 - Add `.vscode` and `.github` configuration
390 - Change menu icon
391 - Added `.env` configuration file
392 - Update readme.md
393
394 ### 🐛 Bug Fixes
395
396 - Fix the failure of `Tree` component check event
397
398 # 2.0.0-beta.4 (2020-10-08)
399
400 ### 🎫 Chores
401
402 - Remove redundant dependencies
403
404 ### 🐛 Bug Fixes
405
406 - Fix page refresh blank
407 - Fix the invalid table style in the production environment
408
409 # 2.0.0-beta.3 (2020-10-07)
410
411 ### ✨ Features
412
413 - Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar
414 - Add `Table` component and demo
415
416 ### 🎫 Chores
417
418 - Add ` github workflows`
419
420 # 2.0.0-beta.2 (2020-10-07)
421
422 ### ✨ Features
423
424 - Added image preview component
425
426 ### 🔧 Continuous Integration
427
428 - Add githubAction script
429
430 # 2.0.0-beta.1(2020-09-30)
431
432 ### 🎫 Chores
433
434 - Migrate some code from 1.0
435 - Add README.md description file
436
437 ### 🐛 Bug Fixes
438
439 - Fix the problem of form, animation and packaging failure