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