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