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