Vben
2021-03-29 b9b470f4df1cd57ca501666b6b3270a4d4d4f873
提交 | 用户 | age
2658e1 1 ## 2.1.1 (2021-03-26)
V 2
3 ### ✨ Features
4
5 - Added hideChildrenInMenu configuration for routing. Used to hide submenu
6 - Built-in expand/collapse all functions in the tree form
7
8 ### ✨ Refactor
9
10 - Refactor the routing multi-layer mode to solve the problem of multiple implementations of nested keepalives
11
12 ### 🐛 Bug Fixes
13
14 - Ensure that the CountDownInput component is reset to the empty value
15 - Fix the display problem on the small screen in split mode
16 - Fix table height calculation problem
17 - Fix the problem that components cannot be obtained by background routing
18 - Fix Modal component loadingTip configuration does not take effect
19 - Fix the background permission command does not take effect
20 - Make sure the progress bar is closed properly
21 - Fix the problem of invalid table check column configuration
22 - Ensure that the first level menu can be hidden
23 - Ensure that the hidden fields of the form are verified properly
24
25 ### 🎫 Chores
26
27 - Remove ls-lint
28
29 ### 🎫 Chores
30
31 - 移除 ls-lint
32
9cf673 33 ## 2.1.0 (2021-03-15)
V 34
35 ### ✨ Features
36
37 - Added svg mode to icon selector
38 - Added time component
39 - Added AutoNavi/Baidu/Google Map example
40
41 ### ✨ Refactor
42
43 - Refactor the project to solve the hot update problem caused by circular dependencies
44 - Remove vueHelper/useClickoutside, use @vueuse/core instead
45
46 ### 🐛 Bug Fixes
47
48 - Ensure that the value of `table action` is updated correctly
49 - Fix the animation of page switching cannot be closed
50 - Fix `PageWrapper`title not showing
51 - Fix the known issues of the table
52 - Fix the problem that the BasicTree component can't customize the title
53 - Fix the button style problem after theme switching
54
371af1 55 ## 2.0.3 (2021-03-07)
V 56
57 ### ✨ Features
58
59 - `BasicTree` added `clickRowToExpand`, used to click tree node to expand
60 - Added SvgIcon plugin and examples
61 - Add the department tree on the left side of the account management interface·
62
63 ### ⚡ Performance Improvements
64
65 - Pagination parameters are no longer carried when the table is closed
66 - The login page monitors the carriage return event to log in
67 - When the adaptive size of the table is set, the height is filled according to the screen.
68 - Tree scroll bar optimization
69 - Optimize the loading speed of local development
70
71 ### 🐛 Bug Fixes
72
73 - Fix known issues with `Description`
74 - Fix known issues with `BasicForm`
75 - Fix the logic problem of show attribute of ActionItem under `BasicTree`
76 - Fix the style error of the tree component demo example
77 - Repair account management to add new but not cleared old data
78 - The form component should allow the setFieldsValue method to be null or undefined
79 - Ensure that the single-level breadcrumbs jump correctly
80 - Ensure that the Form component does not verify hidden form items
81
ee5fb2 82 ## 2.0.2 (2021-03-04)
553467 83
V 84 ### ✨ Refactor
85
86 - Refactored multi-language modules to support lazy loading and remote loading
87
88 ### ✨ Features
89
90 - axios supports form-data format request
91 - Added icon selector component (support local and online methods)
92 - Added WebSocket examples and service scripts
93 - Added the `renderIcon` property to the Tree component to control the display of level icons
94 - Tree->actionItem added show attribute, used to dynamically control button display
95 - New toolbar/title/search function for Tree
96 - Added department management/password modification/account management/role management/menu management sample interface
97
98 ### ⚡ Performance Improvements
99
100 - Optimized login interface animation
101 - Fix the problem of excessively large github warehouse.
102 - Hide table full screen button by default
103 - `crypto-es` is changed to `crypto-js` to reduce the package size
104 - `types` directory moved to the root directory, compatible with other directory global types
105
106 ### 🐛 Bug Fixes
107
108 - Fix the warning problem of verification code component
109 - Fix the table cannot get the selected row correctly
110 - Fixed modal height calculation error in full screen state
111 - Fix some table style issues
112 - Fix the invalidation of the tree form `indentSize` setting
113
562189 114 ## 2.0.1 (2021-02-21)
V 115
116 ### ✨ Refactor
117
118 - Refactored login page, new registration page/reset password page/mobile phone login/QR code login
119
120 ### ✨ Features
121
122 - Added the `settingButtonPosition` configuration item for configuring the position of the `settings` button
123 - `modal` can switch the full screen by double-clicking the head
124 - Added `CountDownInput` component
125
126 ### ⚡ Performance Improvements
127
128 - Optimize the editable center style and the width of the drop-down box is too short
129 - The `edit-change` event listener when the table is added and edited
130
131 ### 🐛 Bug Fixes
132
133 - Fix image preview style error
134 - Fix icon style problem
135 - Fix the drop-down echo problem of editable table
136
6da237 137 ## 2.0.0 (2021-02-18)
V 138
139 ## Breaking changes
140
141 - `echarts` is upgraded to 5.0 and introduced on demand (just use `useECharts`).
142
143 ### ✨ Refactor
144
145 - Removed `global.less`, `mixin.less`, `design/helper`, replaced by `windicss`, and need to modify the corresponding styles if they are useful
146
147 ### ✨ Features
148
149 - useModal adds the return value function `redoModalHeight`, which is used to refresh the modal height when the modal is dynamic content
150 - Upgrade husky to 5.0
151 - Added `brotli`|`gzip` compression and related test commands
152 - Re-introduction of `windicss` (same as `tailwind`). Faster in speed
153
154 ### ⚡ Performance Improvements
155
156 - Adjust the return value of the interface to obtain user information in array format
157 - Fix the error-log list as the system route
158
159 ### 🐛 Bug Fixes
160
161 - Fix the issue of upload component maxNumber invalid
162 - Fix package sourcemap error report
163 - Fix code debugger location display error
164 - Fix the issue of mock plugin post request error
165 - Fix some themes color value error
166 - Fix the table in editable row status and press Enter to confirm
167
168 ### 🎫 Chores
169
170 - Documentation update
171 - Upgrade ant-design-vue to `2.0.0`
172 - Upgrade vite to `2.0.0`
173
562e2a 174 ## 2.0.0-rc.18 (2021-02-05)
V 175
176 ### ✨ Features
177
178 - `ApiSelect` adds `numberToString` property, which is used to convert all the value of `number` into `string`
179 - Added theme color switch
180 - Packed image compression
181
182 ### ⚡ Performance Improvements
183
184 When mock is not used, move `mock.js` out of the package file
185
186 ### 🐛 Bug Fixes
187
188 - Fix modal height calculation error
189 - Fix the pop-up menu when the menu is clicked on the tab when the menu is collapsed
190 - Fix the problem that the initial value of form is 0
191 - Fix table wrapping problem
192 - Fix the menu outside link does not jump
193 - Fix the display problem at the top of the menu
194 - Fix the issue of `modifyVars` configuration failure
195
322d7c 196 ## 2.0.0-rc.17 (2020-01-18)
V 197
198 ### ✨ Refactor
199
200 - Added `SimpleMenu` component to replace the left menu component (the top menu is not replaced, the function should be as simple as possible without stuck). Solve the menu stuck problem.
201 - The `ant-design-vue` component is no longer registered globally. In order to better coordinate with the introduction of css on demand. If you need to register globally, you need to add it yourself
202
203 ### ✨ Features
204
205 - `css` import on demand
206
207 ### 🐛 Bug Fixes
208
209 - Fix `TableAction` icon problem
210 - Fix the problem of missing menu folding buttons
211 - Fix menu related issues
212 - Fix moment multilingual issue
213
b803c4 214 ## 2.0.0-rc.16 (2020-01-12)
d7dc09 215
V 216 ### ✨ Refactor
217
218 - Independent component configuration to `/@/settings/componentsSetting`
219 - `colorSetting` and `designSetting` are now merged into `designSetting`
220 - `ant-design-vue` component registration moved to `components/registerComponent`
221 - Remove the `setup` folder
222 - Upgrade to `vite2`
223 - Image preview is changed to `Image` component implementation, temporarily removing functional usage
224
225 ### ✨ Features
226
227 - Added `mixSideTrigger` configuration. Used to configure how to open the mixed mode menu on the left. Optional `hover`, default `click`
228 - Added `mixSideFixed` configuration. Used to fix the left mixed mode menu
229 - Added `height` and `min-height` properties to the modal component
230 - Added `PageWrapper` component. And applied to the sample page
231 - Added tab folding function
232 - Compatible with older browsers
233 - tinymce new image upload
234
235 ### 🐛 Bug Fixes
236
237 - Fix known issues with table column configuration
238 - Restore the `isTreeTable` property of the table
239 - Fix table memory overflow problem
240 - Fix the function of `layout` shrinking and expanding in split mode
241 - Fix modal height calculation error
242 - Fix file upload error
243
799a69 244 ## 2.0.0-rc.15 (2020-12-31)
V 245
246 ### ✨ Table destructive update
247
248 - Refactored editable cells and editable rows. See examples for details. The writing has changed. For editable tables.
249
250 - Form editing supports form validation
251
252 - Added the following configuration in the table column configuration
253
254 ```bash
255 {
256
257   # Whether to display columns by default. Those that are not displayed can be opened in the column configuration
258   defaultHidden?: boolean;
259   # Help text on the right side of the column header
260   helpMessage?: string | string[];
261   # Custom formatting Cell content. Support time/enumeration automatic conversion
262   format?: CellFormat;
263
264   # Editable
265   # Is it an editable cell
266   edit?: boolean;
267   # Is it an editable line
268   editRow?: boolean;
269   # Edit status.
270   editable?: boolean;
271   # Edit component
272   editComponent?: ComponentType;
273   # The parameters of the corresponding component
274   editComponentProps?: Recordable;
275   # Check
276   editRule?: boolean | ((text: string, record: Recordable) => Promise<string>);
277   # Value enumeration conversion
278   editValueMap?: (value: any) => string;
279   # Trigger editing Zhenghang
280   record.onEditRow?: () => void;
281 }
282
283 ```
284
285 ### ✨ Table reconstruction
286
287 - Added `clickToRowSelect` attribute. Used to control whether the clicked row is checked or not
288 - Monitor row click event
289 - Add column drag and drop and column fix function for the table column configuration button.
290 - Added `defaultHidden` attribute to table column configuration. Used to hide by default. You can configure the tick display in the table column
291 - More powerful column configuration
292 - useTable: Support for dynamically changing parameters. You can pass in `Ref` type and `Computed` type for dynamic changes
293 - useTable: Added return function `getForm`. Can be used to manipulate forms in the form Fix known issues in the table
294
295 ### ✨ Features
296
297 - Added `v-ripple` water ripple command
298 - Added the left menu mixed mode
299 - Add an example of markdown embedded in the form
300 - Add an example of a page outside the main frame
301 - `route.meta` added `currentActiveMenu`, `hideTab`, and `hideMenu` parameters to control the display and hide of the crumb-level menu on the detail page.
302 - Added breadcrumb navigation example
303 - form: Added `suffix` attribute to configure suffix content
304 - form: Added remote drop-down `ApiSelect` and examples
305 - form: Add `autoFocusFirstItem` configuration. Used to configure whether to focus on the first input box of the form
306 - useForm: Support for dynamically changing parameters. You can pass in `Ref` type and `Computed` type for dynamic changes
307
308 ### ⚡ Performance Improvements
309
310 - Optimize the scroll bar components of `modal` and `drawer`
311 - table: remove the `isTreeTable` attribute
312 - Import `less` files globally. No need to manually re-introduce the component
313
314 ### 🎫 Chores
315
316 - Upgrade `ant-design-vue` to `2.0.0-rc.7`
317 - Upgrade `vue` to `3.0.5`
318
319 ### 🐛 Bug Fixes
320
321 - Fixed the issue of missing scroll bars in mixed mode
322 - Fix the invalid configuration of environment variables and the logo address problem in history mode
323 - Fix the calculation error of width and height caused by switching page of chart library
324 - Fixed the issue of multi-language configuration `Locale.show` causing the configuration not to take effect
325 - Fix routing type error
326 - Fix the problem of invalid permissions when the menu is split
327 - Iframe loads early when closing multi-tab pages
328 - Fix known issues with `modal` and `drawer`
329 - Fix the problem of mixing mode adaptation in the left menu
330
689425 331 ## 2.0.0-rc.14 (2020-12-15)
V 332
333 ### ✨ Features
334
335 -Remove the left menu search, add the top menu search function -Layout mobile terminal adaptation. Business page is not adapted -axios join the joinTime configuration. Control whether the response includes a timestamp
336
337 ### ⚡ Performance Improvements
338
339 -Import components asynchronously -Optimize the overall structure -Replace the default scroll bar of the menu as a scroll component -Menu performance optimization
340
341 ### 🎫 Chores
342
343 -Return to the top to adjust the style to avoid covering other elements -Upgrade `ant-design-vue` to `2.0.0-rc.5` -Refresh button layout adjustment -`route.meta` removes the `externalLink` attribute
344
345 ### ✨ Refactor
346
347 -`openModal` and `openDrawer` third parameter `openOnSet` is set to true by default
348
349 ### 🐛 Bug Fixes
350
351 -Fixed an issue where multi-level routing cache caused components to render multiple times -Fixed the problem of disappearing after switching the map chart -Fix the issue of successful login and notify disappearing -Modify the names of `VirtualScroll` and `ImportExcel` components as `VScroll` and `ImpExcel` to temporarily solve the memory overflow of components containing keywords in the vue template -Fix axios case problem -Fix button style problem -Fix the problem of menu split mode -Fix the issue of invalid data transmission when using emits in `Modal` and `Drawer` components -Fix the known problems of the menu -Fix the issue of upload component api failure -Fix the problem of invalid menu permission filtering
352
596e70 353 ## 2.0.0-rc.13 (2020-12-10)
V 354
355 ## (Breaking changes) Breaking changes
356
357 -Route reconstruction, the previous format is no longer supported. Change to support the original default structure of vue-router, the specific format can be changed by referring to the example. Realize multi-level route caching, and no longer convert routes to level 2. -Refactor breadcrumbs and use antd's breadcrumbs component. The previous component has been deleted
358
359 ### ✨ Features
360
361 -Restore the default loading of antdv, refactor the `Loading` component, and add `useLoading` and `v-loading` instructions. And add examples -i18n supports vscode `i18n-ally` plugin -New examples of increased routing cache -Packaged code split (experimental) -Extract upload address to global variable, package can be dynamically configured
362
363 ### ✨ Refactor
364
365 -Tree component ref function call to delete `$` -Reconstruction and beautification of the lock screen interface, delete unnecessary background pictures
366
367 ### ⚡ Performance Improvements
368
369 -Page switching loading logic modification. Regardless of whether the loaded page is closed or not, loading will not be displayed when opened again (pages that have been opened are opened again faster, and loading is not required, and the logic of the top progress bar is the same), and it will be restored after refreshing.
370
371 ### 🎫 Chores
372
373 -First screen loading modification -Upgrade `vue` to `3.0.4` -Upgrade `ant-design-vue` to `2.0.0-rc.3` -Re-introduction of `vueuse` -Remove the `afterCloseLoading` attribute in route meta -Documentation update
374
375 ### 🐛 Bug Fixes
376
377 -Fix form i18n error -Fix the inconsistent size of menu icons -Fix the calculation of the top menu width -Fix table tabSetting problem -Repair file upload and delete invalidation -Fix the problem of editing and saving table rows
378
c9e44c 379 ## 2.0.0-rc.12 (2020-11-30)
V 380
381 ## (破坏性更新) Breaking changes
382
383 - The ClickOutSide component import method is changed from `import ClickOutSide from'/@/components/ClickOutSide/index.vue'` to `import {ClickOutSide} from'/@/components/ClickOutSide'`
5db3ce 384 - Button component import method changed from `import Button from'/@/components/Button/index.vue'` to `import {Button} from'/@/components/Button'`
c9e44c 385 - StrengthMeter component import method is changed from `import StrengthMeter from'/@/components/StrengthMeter'` to `import {StrengthMeter} from'/@/components/StrengthMeter'`
V 386 - In addition to the examples, the global internationalization function is added, supporting Chinese and English
387
388 ### ✨ Refactor
389
390 - Refactor the overall layout. Change the code implementation method. Code is more streamlined
391 - Configuration item reconstruction
392 - Remove messageSetting configuration
393 - BasicTitle component `showSpan`=> `span`
394
395 ### ✨ Features
396
397 - The cache can be configured to encrypt or not, and Aes encryption is enabled in the production environment by default
398 - Add tab drag and drop sort
399 - Added LayoutFooter. The default display, can be closed in the configuration
400
401 ### ⚡ Performance Improvements
402
403 - Optimized the problem that the full screen animation of `Modal` component is not smooth
404
405 ### 🐛 Bug Fixes
406
407 - tree: Fix the problem that the text exceeds the operation button
408 - useRedo: Fix the problem of missing parameters when refreshing the page through useRedo
409 - form: Fix the problem that the form verification is first set in the verification and the console error message
410 - `modal`&`drawer` fix the problem of component passing array parameters
411 - form: fix `updateSchema` does not take effect when the value contains `[]`
412 - table: Fix the display problem of the table `TableAction` icon
413 - table: fix table column settings not displayed by `setColumns` setting
414
415 ### 🎫 Chores
416
417 - Update antdv to `2.0.0-rc.2`
418 - Update vue to `3.0.3`
419 - Update vite to `1.0.0.rc13`
420 - Temporarily delete `@vueuse/core`. After it is stable, it will be integrated. It is currently not stable.
421
ea24df 422 ## 2.0.0-rc.11 (2020-11-18)
V 423
424 ### ✨ Features
425
426 - Added base64 file stream download
427 - Optimize upload components and examples
428 - New editable row example
429 - Add a personal page
430 - New form page
431 - Add details page
432 - Integrate upload components into form by default
433
434 ### 🎫 Chores
435
436 - Update antdv to `2.0.0-rc.1` (temporarily restore to beta15, rc1 menu freezes too seriously.)
437 - Add some notes
438
439 ### ✨ Refactor
440
441 - Removed `receiveDrawerDataRef` and `transferDrawerData` properties of `useModal` and `useDrawer`
442 - `openModal` and `openDrawer` corresponding to `useModal` and `useDrawer` extend the third parameter. Used to open the trigger callback again
443
444 ### 🐛 Bug Fixes
445
446 - Repair form inputNumber verification error
447 - Fix the error of setting the default value of the form
448 - Fix the problem of occupying position when the menu collapse button is hidden
449 - Fix the form baseColProps does not take effect
450
3cf798 451 ## 2.0.0-rc.10 (2020-11-13)
V 452
453 ### ✨ Refactor
454
455 - Refactor hook, introduce `@vueuse`, delete existing `hook`, optimize existing hook
456 - ʻUseEvent` renamed ->ʻuseEventListener`
457 - Delete the four types `SelectOptGroup`, `SelectOption`, `Transfer`, and `Radio` from the form `ComponentType`. Modify the `RadioButtonGroup` component
458
459 ### ✨ Features
460
461 - `componentsProps` support function type of form item
462 - Added tag display to the menu, supporting 4 types of colors and dot display
463 - New menu and top bar color selection color matching
464 - Add sample result page
465 - New file download example
466
467 ### ⚡ Wip
468
469 - Upload components (not completed, testing...)
470
471 ### ⚡ Performance Improvements
472
473 - Optimize settingDrawer code
474 - Optimize the switching speed of multiple tabs
475 - Add form customization and dynamic capabilities
476
477 ### 🐛 Bug Fixes
478
479 - Fixed multiple rich text editors showing only one
480 - Fixed the problem of not redirecting to the original page after logging in again after expiration
481 - Fix window system dynamic introduction error
482 - Fix page type error
483 - Fixed an error when the form switch and checkBox were used separately
484
03bbdd 485 ## 2.0.0-rc.9 (2020-11-9)
V 486
487 ### ✨ Features
488
489 - Menu trigger can select location
490 - Add an example of rich text embedded form
491 - Added `required` attribute to form component schema. Simplified configuration
492 - The second parameter of openModal and openDrawer can be passed internally instead of `transferModalData`
493 - Routes with parameters can be cached
494
495 ### ✨ Refactor
496
497 - Refactored the logic of the menu generated by the background
498 - Route Module structural transformation
1db72c 499
V 500 ### ⚡ Performance Improvements
501
502 - Menu performance continues to be optimized and smoother
503 - Optimize lazy loading components and examples
03bbdd 504 - layout style fine-tuning
1db72c 505
V 506 ### 🎫 Chores
507
508 - Delete menu background image
03bbdd 509 - Update the version of ʻant-design-vue`to`beta15`
1db72c 510 - Update `vite` version to `rc.9`
V 511 - Exception page adjustment
512 - `BasicTitle` Color blocks are not displayed by default
513
514 ### 🐛 Bug Fixes
515
516 - Fix table type problem after upgrade
517 - 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
518 - Fix the issue of ʻuseMessage` type
519 - Fix the problem that the form item setting `disabled` does not take effect
520 - Fix that ʻuseECharts`can't adapt when`resize`, and an error is reported
521 - Fix that `resize` is not deleted after ʻuseWatermark` is cleared
522 - Fix form verification problem
03bbdd 523 - Fixed the problem that the multi-level header configuration does not take effect
1db72c 524
d37806 525 ## 2.0.0-rc.8 (2020-11-2)
V 526
527 ### ✨ Features
528
529 - Global loading add text
530 - Right-click menu supports multiple levels
531
532 ### 🎫 Chores
533
534 - Login cache changed from sessionStorage to LocalStorage
535
536 ### ⚡ Performance Improvements
537
538 - Update ʻant-design-vue`to`beta.12`
539 - Layout interface layout style adjustment
540 - Optimize lazy loading components
541 - Optimize table rendering performance
542 - Add animation to form folding search icon
543 - routeModule can ignore the layout configuration. Convenient to configure the first-level menu
544
545 ### 🐛 Bug Fixes
546
547 - Fix table type error
548 - Fix bug in mock paging tool
549 - Fix the folding problem of the search form when the table is opened
550 - Fix the problem of fixed column style when the table size is samll
551 - Fixed the error report when closing multiple tabs
552 - Fix message type error
553
3466d6 554 ## 2.0.0-rc.7 (2020-10-31)
V 555
556 ### ✨ Features
557
558 - 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**
559
560 - The useModalInner of modal now supports the incoming callback function to receive the value passed in from the external `transferModalData`
561
562   - 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**
563   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
564
565 - The drawer’s useDrawerInner now supports the incoming callback function to receive the value passed in from the external `transferModalData`,,
566   - 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**
567   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
568
569 ### ✨ Refactor
570
571 - Form code optimization and reconstruction
572
573 ### ⚡ Performance Improvements
574
575 - Modal slot can be overwritten
576 - Optimize table embedding height calculation problem
577
578 ### 🎫 Chores
579
580 - Add some notes
581 - pwa icon supplement
582 - Type adjustment
583 - Upgrade ʻant-design-vue`to`beta.11`, and modify the known issues brought about, and some issues will be resolved after discovery
584
585 ### 🐛 Bug Fixes
586
587 - Fix the timeout error of local proxy post interface to https address
588 - Fix modal full screen height calculation problem when footer is not displayed
589 - Fix the error that the verification information is not deleted when the form is reset
590 - Fix the style problem of the split mode of the top menu
591 - Fix the invalidation of table expansion icon animation
592
d51cfe 593 ## 2.0.0-rc.6 (2020-10-28)
V 594
595 ### ✨ Features
596
597 - Added `pwa` function, which can be turned on in `.env.production`
598 - Button component extends `preIcon` and `postIcon` attributes to add icons before and after the text
599 - Restore the breadcrumb display icon function
600
601 ### 🎫 Chores
602
603 - Upgrade vite version to `v1.0.0.rc8`
604 - vite.config.ts internal plugins extraction
605 - Build directory structure adjustment
606 - Dependency update
607 - Documentation update
608 - Modify the default route switching animation
609
610 ### ⚡ Performance Improvements
611
612 - `setTitle` logic adjustment
613 - The sessionStorage and LocalStorage cache settings used by the system expire in `7` days by default
614
615 ### ✨ Refactor
616
617 - Separate `vite-plugin-html` and modify the logic of inserting html
618
619 ### 🐛 Bug Fixes
620
621 - Fix the warning problem of multiple registration components during hot update
622 - Fix the login tab page appears after login
623 - Fix the problem of routing switch parameter disappearance
624 - Fix the useMessage icon style problem
625
1d47d8 626 ## # 2.0.0-rc.5 (2020-10-26)
V 627
628 ### ✨ Features
629
630 - Update component documentation
631 - Breadcrumbs support display icon
632 - Added tinymce rich text component
633 - Add submitOnReset to the form to control whether to re-initiate the request when reset
634 - Added `sortFn` to the table to support custom sorting
635 - Added animation components and examples
636 - Added lazy loading/delay loading components and examples
637
638 ### ✨ Refactor
639
640 - The detailType of the Drawer component is changed to isDetail
641
642 ### 🎫 Chores
643
644 - Remove the optional chain syntax in the code
645 - Form reset logic modification
646 - Turn off multi-tab page tabs animation
647 - Upgrade vite version to `v1.0.0.rc6`
648 - Delete Chinese path warning. rc6 has been fixed
649
650 ### 🐛 Bug Fixes
651
652 - Fix the automatic height and display footer display problems of drawer components
653 - Reset to default value after repairing form query
654 - Fix the problem of displaying the collapsed menu when there are no child nodes
655 - Fix the problem of breadcrumb display style
656 - Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal
657 - Fixed multiple action columns in the table
658
5f39be 659 # 2.0.0-rc.4 (2020-10-21)
V 660
661 ### ✨ Features
662
663 - New configuration toolbar for tables
664 - New message notification module
665
666 ### 🎫 Chores
667
668 - The table does not show borders by default
669 - Dependency update
670 - Update vue to `v3.0.2`
671 - Interface style fine-tuning
672
673 ### ⚡ Performance Improvements
674
675 - Optimize the size of the first screen
676 - Optimize the TableAction component
677 - Reduce the folding width of the menu
678
679 ### 🐛 Bug Fixes
680
681 - Fix the problem of the menu name when the first level menu is folded
682 - Fix the problem that the preview command is not packaged
683 - Fix the problem that the form actionColOptions parameter does not take effect
684 - Fix the problem that the loading does not take effect when refreshing the form
685
8fd199 686 # 2.0.0-rc.3 (2020-10-19)
V 687
688 ### ✨ Features
689
690 - Added excel component and excel/xml/csv/html export example
691 - Added excel import example
692 - Added global error handling
693 - Added markdown components and examples
694 - The menu name can be displayed when adding a new folding menu
695
696 ### Docs
697
698 - add project doc
699
700 ### 🎫 Chores
701
702 - update deps
703
704 ### 🐛 Bug Fixes
705
706 - Fix the adaptive problem of the top menu
707 - Fix window system packaging error
708
c346bb 709 # 2.0.0-rc.2 (2020-10-17)
V 710
711 ### ✨ Features
712
713 - Package can be configured to output `gizp`
714 - Package can be configured to delete `console`
715 - Routes and menus do not need to be imported manually, they are imported automatically
716
717 ### 🎫 Chores
718
719 - Upgrade vue to `3.0.1`
720 - Change `vite` version to daily build version
721
722 ### 🐛 Bug Fixes
723
724 - Fix menu error
725 - Fix the problem of table adaptive height
726 - Fix the issue of error reporting when executing script in `window system`
727 - Fix the problem of folding components
728
729 ### ⚡ Performance Improvements
730
731 - Remove menu to minimize background
732 - Prevent page refresh and re-render menu
733 - Some other details are optimized
734
9abba7 735 # 2.0.0-rc.1 (2020-10-14)
be8e14 736
V 737 ### ✨ Features
738
739 - Add a tab with parameters
740
741 ### ⚡ Performance Improvements
742
743 - Optimized menu folding
744 - Page details optimization
745 - Compress html after packaging
746 - Functional reconstruction of preview components and right-click menu
747 - The preview component operation column is centered
748
749 ### 🎫 Chores
750
751 - update deps
752 - Added `README.en-US.md`
753 - Added `CHANGELOG.en-US.md`
754
755 ### 🐛 Bug Fixes
756
757 - Fix page refresh and jump to landing page
758
7c7f35 759 # 2.0.0-beta.7 (2020-10-12)
V 760
761 ### ⚡ Performance Improvements
762
763 - The existing tab switching no longer displays animation and progress bar
764
765 ### ✨ Features
766
767 - Added `CountTo` component and sample demo
768 - Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file
769 - The production environment has a separate configuration file for dynamic configuration project configuration
770 - Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos
771 - New workbench interface
772 - New analysis page interface
773
774 ### 🎫 Chores
775
776 - Update dependencies
777
778 ### 🐛 Bug Fixes
779
780 - Fix routing switch, tab inactive problem
781
782 # 2.0.0-beta.6 (2020-10-11)
783
784 ### 💄 Styles
785
786 - Menu style adjustment
787
788 ### 🐛 Bug Fixes
789
790 - Fix the problem that editable forms cannot be entered
791 - Repair packaging errors, no proxy is required in the production environment
792
793 ### ⚡ Performance Improvements
794
795 - Optimize the switching speed of multi-tab pages
796 - First screen loading animation
797
798 # 2.0.0-beta.5 (2020-10-10)
799
800 ### ♻ Code Refactoring
801
802 - Delete `tailwind css`
803
804 ### ⚡ Performance Improvements
805
806 - Optimize page switching speed
807
808 ### 🎫 Chores
809
810 - Add `.vscode` and `.github` configuration
811 - Change menu icon
812 - Added `.env` configuration file
813 - Update readme.md
814
815 ### 🐛 Bug Fixes
816
817 - Fix the failure of `Tree` component check event
818
819 # 2.0.0-beta.4 (2020-10-08)
820
821 ### 🎫 Chores
822
823 - Remove redundant dependencies
824
825 ### 🐛 Bug Fixes
826
827 - Fix page refresh blank
828 - Fix the invalid table style in the production environment
829
830 # 2.0.0-beta.3 (2020-10-07)
831
832 ### ✨ Features
833
834 - Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar
835 - Add `Table` component and demo
836
837 ### 🎫 Chores
838
839 - Add ` github workflows`
840
841 # 2.0.0-beta.2 (2020-10-07)
842
843 ### ✨ Features
844
845 - Added image preview component
846
847 ### 🔧 Continuous Integration
848
849 - Add githubAction script
850
851 # 2.0.0-beta.1(2020-09-30)
852
853 ### 🎫 Chores
854
855 - Migrate some code from 1.0
856 - Add README.md description file
857
858 ### 🐛 Bug Fixes
859
860 - Fix the problem of form, animation and packaging failure