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