vben
2021-10-20 787bc462e75f319b2da34bf58aa268895a4a958a
提交 | 用户 | age
2aa5e5 1 ## 2.7.2(2021-09-14)
V 2
3 ### ✨ Features
4
5 - **BasicForm** New `Divider` in the form component for dividing the area of longer forms
6 - **BasicTable**
7   - Cell editor adds submit callback, which will decide whether to submit data to the form based on the result returned by the callback function
8   - Add check method for row editing, allowing only check but not submit value, so asynchronously save data successfully before submit to table
9   - Fix the problem that the `rowClassName` property cannot be used at the same time as `striped`.
10 - New component **MarkdownViewer** for displaying rich text in Markdown format
11
12 ### 🐛 Bug Fixes
13
14 - **CodeEditor** Fix JSON editor throwing exception when formatting invalid JSON text
15 - **Tinymce** fixes an issue where inline mode throws an exception in some scenarios
16 - **BasicTable**
17   - Repair the problem that the editing icon is not displayed when the content of editable cell is empty
18   - Repair the problem that the total row at the end of the table sometimes fails to align with the columns in the main part of the table.
19 - **MarkDown** Repair the problem that the value of initial value property does not work.
20 - **BasicUpload** Repair the problem that `accept` property does not support `MIME` and suffix name starting with dot.
21 - **ApiSelect** Fix the problem of type definition of `value` property.
22 - **Other**
23   - Repair the problem that some wrapper components give error when using slots.
24   - Repair the problem that `theme` parameter of `useECharts` does not work.
25   - Repair the problem that when `Token` is invalid, pressing F5 to refresh the page may cause abnormal page loading.
26   - Repair the problem that the improper call of `useRedo` may lead to `path` redirection abnormality.
27   - Repair the problem that `vite` custom mode name does not support underscore.
28
43658e 29 ## 2.7.1(2021-08-16)
V 30
31 - Upgrade vue 3.2, if the operation fails, delete node_modules and reinstall it
32
33 ### ✨ Features
34
35 - **BasicTree** Add search function related properties and methods
36 - **BasicForm** added `alwaysShowLines` to set the number of lines kept displayed when folding
37
38 ### 🐛 Bug Fixes
39
40 - **Cropper** Fix the problem of failure to destroy in time
41 - **BasicTable**
42   - Fix the problem that `CellFormat` cannot use `Map` type data
43   - Fixed an issue where the editable cell failed to display the `0` value correctly
44   - Fixed the issue that selection-change event failed to trigger correctly when unchecked
45   - Fix the problem that the background color of the full screen state under the light theme is incorrect
46   - Fix the problem of obtaining complete data when `getSelectRows` does not support remote data cross-page selection
47   - Fix the issue that the `size` property provided for editing components in `editComponentProps` is invalid
48 - **Qrcode** Fixed the problem that the QR code component could not be drawn in time when it was created
49 - **BasicModal** Fix the problem that the `helpMessage` property does not work
50 - **BasicButton** Fix the problem that the button style performance is inconsistent with the official antd
51 - **Others** Fix the problem that `useRedo` (reload the current route) will lose route `params` data
52
c82040 53 ## 2.7.0(2021-08-03)
V 54
55 ## (Breaking changes) Breaking changes
56
57 - Restore the project `tailwindcss` back to `windicss`, tried `tailwindcss`, there may be a lot of problems, first switch back to `windicss` to improve development efficiency and lower switching costs.
58   - There are currently incompatible areas of the project
59     - The wording of `xl:!m-4` needs to be changed to `!xl:m-4`, note that only `!` is incompatible. If you don’t use it, you don’t need to change it.
60     - The memory overflow problem may still exist (low frequency, just restart, restart vite faster)
61
62 ### ✨ Features
63
64 - **Preview** Add new properties and events
65 - **Dark Theme** added support for tailwindcss night mode
66 - **Others** add setTip method for useLoading
67
68 ### 🐛 Bug Fixes
69
70 - **ApiTreeSelect** Fixed the problem of failing to monitor `params` changes correctly
71 - **ImgRotateDragVerify** Fix the problem that the component `resume` method cannot be called
72 - **TableAction** Fix the problem that the stopButtonPropagation property does not work in some cases
73 - **PageWrapper** Fix the problem of invalid `class` attribute
74 - **BasicTree** Fix the problem that the `checkAll` method will affect the `disabled` state node
75 - **BasicTable**
76   - Fix the issue that editable cells do not support `ellipsis` configuration
77   - Fixed the problem that the pop-up layer of sub-components (popconfirm and edit components such as select and treeSelect) cannot be seen in full-screen mode
78   - Fixed an issue where when `expandRowByClick` is enabled, clicking non-expandable rows may cause style errors
79   - Fix the problem that the dynamic change of `pagination` property does not take effect
80   - Fix the problem that `getSelectRows` does not support the child data of the tree table -**Dark Theme** Fix the color matching problem under the dark theme
81   - Fix the background color of the selected node of the `Tree` component
82   - Fix the color configuration of the `Alert` component
83   - Fix the problem of the button color of `link` type in the disabled state
84   - Fix the style problem of checked checkboxes in `Tree` -**Others** Fix the problem that useScript failed to automatically remove the script node
85
596670 86 ## 2.6.1(2021-07-19)
V 87
88 ### ✨ Features
89
90 - **NoticeList** Add pagination, auto omit for overlength, title click event, title strikethrough, etc.
91 - **MixSider** Optimize the style of the bottom collapse button in the Mix menu layout to be consistent with the style of other menu layouts
92 - **ApiTreeSelect** Extend `TreeSelect` component of `antdv` to support remote data source, similar to `ApiSelect`.
93 - **BasicTable** New `ApiTreeSelect` editing component
94 - Different backend home pages can be specified for different users.
95   - Add `homePath` field (optional) to the user information returned by the `getUserInfo` interface to customize the home page path for the current user
96
97 ### 🐛 Bug Fixes
98
99 - **BasicTable**
100   - Fix scrollbar style issue (removed scroll style patch)
101   - Fix the alignment problem of cells with expanded icons in tree tables
102   - Add `headerTop` slot.
103   - Fix the color display of the operation column button in disabled state.
104   - Repair the problem that the values of editable cells cannot be updated by modifying `dataSource` directly.
105   - Repair the problem of data replay when using `ApiSelect` to edit components.
106   - Repair the problem that editing components may report `onXXX` type error in some scenarios.
107 - **TableAction**
108   - Create Tooltip component only if `action.tooltip` exists.
109   - Fix the problem that the content of the round button inside the component is not centered
110 - **AppSearch** Fix the problem that the hidden menu may be searched.
111 - **BasicUpload** Repair the problem of error when handling non-`array` values.
112 - **Form** Repair the `suffix` slot style problem of `FormItem`.
113 - **Menu**
114   - Repair the hovering trigger logic of the left mixed menu
115   - Repair the problem that the top bar menu is wrong when displaying menu items that need to be hidden.
116   - Fix the left mixed menu in hover trigger mode will jump to route directly when there is no submenu and it is activated
117 - **Breadcrumb** Repair the problem that the menu with redirection cannot be jumped when clicked
118 - **Markdown** fixes an initialization exception and an issue where value was not set dynamically correctly
119 - **Modal** Make sure props are passed correctly
120 - **MultipleTab** fixes an issue that could accidentally create login route tabs
121 - **BasicTree** Fix the problem that the search function may cause `checkedKeys` to be lost
122 - **CodeEditor** Fix the problem that value does not support v-model usage.
123 - **CountdownInput** Fix the problem that `input` slot is not supported.
124 - **ApiSelect** Fix the problem that the `options-change` event parameter is not the standard `options` data used by `select
125 - **Other**
126   - Fix the problem that the configuration of default menu collapse does not work
127   - Repair the problem that `safari` browser reports an error and the website cannot be opened.
128   - Repair the problem that eslint keeps error due to endOfLine after pulling the code on window.
129   - Fix `Vue Router warn` caused by dynamic routing
130
131 ### 🎫 Chores
132
133 - Add test environment test command
134
f47784 135 ## 2.6.0(2021-07-04)
V 136
137 ### ✨ Features
138
139 - **Axios** New `withToken` configuration to control whether the request carries a token or not
140 - **BasicUpload**
141   - New `preview-delete` event triggered when deleting a file in preview `Modal`.
142   - `value` supports `v-model` usage
143 - **Route configuration**
144   - Add `ignoreRoute` to generate menu only in `ROUTE_MAPPING` or `BACK` permission mode
145   - Add `hidePathForChildren` configuration to ignore this level `path` when generating menus for child items
146 - **TableAction** Add `tooltip` configuration to add tooltip hint for button
147 - **CropperAvatar**
148   - Added `value` to set the current avatar
149   - Added `onChange` to accept avatar cropping and upload success event
150   - New `btnText`, `btnProps` for customizing the text and properties of the upload button
151   - Add tooltips to the action buttons in `Modal` for cropping
152 - **Modal** Add tooltip for action button in top right corner
153
154 ### 🐛 Bug Fixes
155
156 - **Modal**
157   - Fix the problem that the mask cannot be closed by clicking on it.
158   - Fix `setModalProps` does not support setting `defaultFullscreen`.
159 - **Table**
160   - Fix the problem that `editComponentProps` doesn't support `onChange`.
161   - Fix the problem that `selection-change` event is not triggered when `clickToRowSelect` is enabled.
162   - Fix the problem that global configuration `fetchSetting` may be accidentally modified by local configuration.
163   - Fix the problem that the parameter of `handleSearchInfoFn` contains redundant blank keys.
164   - Repair the problem that when rowSelection.onChange is provided for table, the selected items of table cannot be changed manually.
165   - Fix the problem that the scrollbar continues to be displayed even when it is not needed to be displayed.
166 - **Icon** Repair the problem that SvgIcon is missing some styles.
167 - **Menu**
168   - Repair the problem that single-level menu refreshing will not be activated in route mapping mode.
169   - Repair the problem that the collapse customization at the bottom of the side menu is invalid.
170 - **Form** Repair the type definition of `submitButtonOptions` and `resetButtonOptions`.
171 - **PopConfirmButton** Remove the redundant `title` on `Button`.
172 - **Axios** Fix the problem that `params` and `data` data cannot be submitted at the same time when non-`GET` requests are made
173 - **Other**
174   - Repair the problem that the lock screen function can skip the lock state by refreshing the page or copying the URL to open a new browser tab
175   - Repair the problem that `Token` won't be synchronized when multiple windows open pages at the same time.
176   - Repair the problem that `hasPermission` does not work in `ROLE` permission mode.
177 - **Table** Repair the problem that the parameter of `handleSearchInfoFn` contains extra blank keys.
178 - **Tailwindcss** Remove console warning
179
f9cda2 180 ## 2.5.2(2021-06-27)
V 181
182 ### ⚡ Performance Improvements
183
184 - **Icon** Remove the global registration of Icon components to prevent hot update issues under certain circumstances
185
186 ### ✨ Features
187
188 - **Menu** Added `permissionMode=PermissionModeEnum.ROUTE_MAPPING` mode
189   - The project is changed to this mode by default, and the original menu file is deleted
190   - If you have written the menu before, you can change to `PermissionModeEnum.ROLE` mode
191
81a0f4 192 ## 2.5.1(2021-06-26)
V 193
194 ### ⚡ Performance Improvements
195
196 - Upgrade `vue` and `ant-design-vue` versions to solve compatibility issues
197 - **Tree** Performance optimization
198
199 ### 🐛 Bug Fixes
200
201 - **Table** Fix page jitter problem
202 - **Upload** Make sure to carry custom parameters
203 - **Dropdown** Fix the icon display problem of popConfirm
204 - **Table** Fix the problem that the editing event of the tree table is abnormal
205 - **Table** Fix the problem that when the table data is empty, the value returned by getDataSource is not the data source used by the table
206
8eba7f 207 ## 2.5.0(2021-06-20)
V 208
209 ## (Breaking changes) Breaking changes
210
211 - Change the project `windicss` to `tailwindcss` to solve the memory overflow problem
212   - There are currently incompatible areas of the project
213     - The wording of `!xl:m-4` needs to be changed to `xl:!m-4`, note that only `!` is incompatible. If you don’t use it, you don’t need to change it.
214     - The new features of `windicss` itself need to be adjusted, for example, `Attribute` mode is not compatible
215
216 ### ✨ Refactor
217
218 - Remove `useExpose` and use `expose` provided by the component itself instead
219
220 ### ⚡ Performance Improvements
221
222 - **Locale** merge multi-language files to reduce the number of files
223 - **Utils** Mitt default export is changed from `Class` to `Function`
224 - **Axios** `isTransformRequestResult` is renamed to `isTransformResponse`
225
226 ### ✨ Features
227
228 - **CropperImage** `Cropper` Avatar cropping adds circular cropping function
229 - **CropperAvatar** Added avatar upload component
230 - **Drawer** `useDrawer` added `closeDrawer` function
231 - **Preview** Added `createImgPreview` picture preview function
232 - **Setup** New guide page example
233 - **Tests** Add jest test suite, Vue component single test is not currently supported
234 - **Axios** Added `authenticationScheme` configuration to specify the authentication scheme
235 - **Setting** Added `sessionTimeoutProcessing` project configuration item, used to configure how to deal with session timeout
236
237 ### 🐛 Bug Fixes
238
239 - **Modal** fix full screen height calculation error
240 - **Modal** Fix the problem that the shutdown event is triggered multiple times
241 - **PageWrapper** fix the height calculation problem
242 - **FlowChart** Repair drag and drop menu missing
243 - Fixed Iframe routing error in background mode
244 - **PageWrapper** Fix the height calculation problem when footer and global footer are opened at the same time
245 - **Menu** Fix the jitter problem of menu folding animation
246 - **Store** fixed type error after pinia version upgrade
247
2c5351 248 ## 2.4.2(2021-06-10)
V 249
250 ### ✨ Refactor
251
252 - `CountTo` component refactoring
253
254 ### ✨ Features
255
256 - `radioButtonGroup` supports `boolean` value
257 - `useModalInner` added `redoModalHeight` to reset the height of `Modal` inside Modal
258 - `useECharts` added `getInstance` to obtain instances of `echart`
259 - `TableAction` added `stopButtonPropagation` to prevent the action button click event from bubbling
260 - `BasicTable` in the row edit mode, you can get or set the value of other editing components in the column
261 - The `ApiSelect` component will automatically re-fetch the data after the `params` is changed
262 - `TableImg` component improvement
263 - `BasicTable` added `columns-change` event to monitor the user to change the sorting, display, and fixed status of columns
264 - `Tinymce` supports dynamic modification readonly
265 - `BasicTable` added `updateTableDataRecord` method to update the specified row data
266 - `useModal` added `closeModal` method to close `Modal`
267
268 ### 🐛 Bug Fixes
269
270 - Fix the problem that `redoModalHeight` cannot reduce the height
271 - Fix the problem that the schema data of `BasicForm` does not take effect
272 - Fix the problem that multiple tags may cause `KeepAlive` to fail
273 - Fix the problem that the default `axios` interceptor cannot handle custom code
274 - Fix the height issue of the lock screen pop-up window
275 - Fixed the problem that the half-selected state of the `Column Display` checkbox of `BaiscTable` was incorrectly displayed
276 - Fixed the problem that the preview list of the `BasicUpload` component could not be displayed in some cases
277 - Fix the problem that the `options` setting of ` RadioButtonGroup``disabled ` does not take effect
278 - Fix the problem that the button for uploading pictures in the read-only mode of the `Tinymce` component is still available
279 - Fix the stuttering problem of `BasicForm` under certain circumstances
280 - Fix the problem that "directory" routing does not work
281
1a429d 282 ## 2.4.1(2021-06-01)
V 283
284 ### ✨ Features
285
286 - Add `DatePicker` and `TimePicker` components to editable tables
287 - Added `defaultExpandLevel` configuration to `Tree` component
288
289 ### ⚡ Performance Improvements
290
291 -Menu search default focus
292
293 ### 🐛 Bug Fixes
294
295 - Fix known issues of `CodeEditor`
296 - Fix the issue of `i18n` console warning
297 - Fix the problem that the editable table `align` configuration does not take effect
298 - Ensure that `axios` only processes `Object` parameters
299 - Fix the failure of the `defaultExpandAll` configuration of the `Tree` component
300 - Fix the problem of missing dividing line in `TableAction`
301 - Fix the known issues of the table
302 - Fix that the lang attribute of HTML will not be set when reloading due to the first loading or changing the language
303
4f0d45 304 ## 2.4.0 (2021-05-25)
afa0ea 305
V 306 ### ✨ Features
307
308 -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
309
310 ### ⚡ Performance Improvements
311
312 -Consolidate some language files to reduce the number of files
313
314 ### 🐛 Bug Fixes
315
316 -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
317
51a9f6 318 ## 2.3.0 (2021-04-10)
V 319
320 ## (Breaking changes) Breaking changes
321
322 - Use `pinia` to replace `vuex`, `vuex-module-decorators`.
323
324   -Impact, if you used vuex-module-decorators yourself before, you need to transform it to pinia.
325
326   - 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
327
328 - Remove `useKeyPress` and use `vueuse`-`onKeyStroke` instead
329 - Remove `useDebounceFn` and use `vueuse`-`useDebounceFn` instead
330 - Remove `useThrottle` and use `vueuse`-`useThrottleFn` instead
331
332 ### ✨ Features
333
334 - Tabs support persistent storage
335
336 ### ✨ Refactor
337
338 - Remove `useElResize`
339
340 ### 🐛 Bug Fixes
341
342 - Login page style fix
343 - Fix the known problems of the menu
344 - Fix the problem of theme style switching
345
d2a1e1 346 ## 2.2.0 (2021-04-06)
V 347
348 ### ✨ Features
349
350 - Added `headerTitle` slot
351 - New printing example
352 - Added about interface
353
354 ### ✨ Refactor
355
356 - Remove useFullScreen function
357 - tinymce changed from Cdn to npm (the package size is too large)
358 - Dashboard refactoring
359 - Remove ApexCharts and examples
360
361 ### 🐛 Bug Fixes
362
363 - Make sure the breadcrumbs are displayed correctly
364 - Fixed the issue of tinymce upload button disappearing in full screen mode
365 - Make sure that the title changes normally after logging in again
366 - Ensure that the background mode login is normal
367 - Fix TableAction click event issue
368
2658e1 369 ## 2.1.1 (2021-03-26)
V 370
371 ### ✨ Features
372
373 - Added hideChildrenInMenu configuration for routing. Used to hide submenu
374 - Built-in expand/collapse all functions in the tree form
375
376 ### ✨ Refactor
377
378 - Refactor the routing multi-layer mode to solve the problem of multiple implementations of nested keepalives
379
380 ### 🐛 Bug Fixes
381
382 - Ensure that the CountDownInput component is reset to the empty value
383 - Fix the display problem on the small screen in split mode
384 - Fix table height calculation problem
385 - Fix the problem that components cannot be obtained by background routing
386 - Fix Modal component loadingTip configuration does not take effect
387 - Fix the background permission command does not take effect
388 - Make sure the progress bar is closed properly
389 - Fix the problem of invalid table check column configuration
390 - Ensure that the first level menu can be hidden
391 - Ensure that the hidden fields of the form are verified properly
392
393 ### 🎫 Chores
394
395 - Remove ls-lint
396
397 ### 🎫 Chores
398
399 - 移除 ls-lint
400
9cf673 401 ## 2.1.0 (2021-03-15)
V 402
403 ### ✨ Features
404
405 - Added svg mode to icon selector
406 - Added time component
407 - Added AutoNavi/Baidu/Google Map example
408
409 ### ✨ Refactor
410
411 - Refactor the project to solve the hot update problem caused by circular dependencies
412 - Remove vueHelper/useClickoutside, use @vueuse/core instead
413
414 ### 🐛 Bug Fixes
415
416 - Ensure that the value of `table action` is updated correctly
417 - Fix the animation of page switching cannot be closed
418 - Fix `PageWrapper`title not showing
419 - Fix the known issues of the table
420 - Fix the problem that the BasicTree component can't customize the title
421 - Fix the button style problem after theme switching
422
371af1 423 ## 2.0.3 (2021-03-07)
V 424
425 ### ✨ Features
426
427 - `BasicTree` added `clickRowToExpand`, used to click tree node to expand
428 - Added SvgIcon plugin and examples
429 - Add the department tree on the left side of the account management interface·
430
431 ### ⚡ Performance Improvements
432
433 - Pagination parameters are no longer carried when the table is closed
434 - The login page monitors the carriage return event to log in
435 - When the adaptive size of the table is set, the height is filled according to the screen.
436 - Tree scroll bar optimization
437 - Optimize the loading speed of local development
438
439 ### 🐛 Bug Fixes
440
441 - Fix known issues with `Description`
442 - Fix known issues with `BasicForm`
443 - Fix the logic problem of show attribute of ActionItem under `BasicTree`
444 - Fix the style error of the tree component demo example
445 - Repair account management to add new but not cleared old data
446 - The form component should allow the setFieldsValue method to be null or undefined
447 - Ensure that the single-level breadcrumbs jump correctly
448 - Ensure that the Form component does not verify hidden form items
449
ee5fb2 450 ## 2.0.2 (2021-03-04)
553467 451
V 452 ### ✨ Refactor
453
454 - Refactored multi-language modules to support lazy loading and remote loading
455
456 ### ✨ Features
457
458 - axios supports form-data format request
459 - Added icon selector component (support local and online methods)
460 - Added WebSocket examples and service scripts
461 - Added the `renderIcon` property to the Tree component to control the display of level icons
462 - Tree->actionItem added show attribute, used to dynamically control button display
463 - New toolbar/title/search function for Tree
464 - Added department management/password modification/account management/role management/menu management sample interface
465
466 ### ⚡ Performance Improvements
467
468 - Optimized login interface animation
469 - Fix the problem of excessively large github warehouse.
470 - Hide table full screen button by default
471 - `crypto-es` is changed to `crypto-js` to reduce the package size
472 - `types` directory moved to the root directory, compatible with other directory global types
473
474 ### 🐛 Bug Fixes
475
476 - Fix the warning problem of verification code component
477 - Fix the table cannot get the selected row correctly
478 - Fixed modal height calculation error in full screen state
479 - Fix some table style issues
480 - Fix the invalidation of the tree form `indentSize` setting
481
562189 482 ## 2.0.1 (2021-02-21)
V 483
484 ### ✨ Refactor
485
486 - Refactored login page, new registration page/reset password page/mobile phone login/QR code login
487
488 ### ✨ Features
489
490 - Added the `settingButtonPosition` configuration item for configuring the position of the `settings` button
491 - `modal` can switch the full screen by double-clicking the head
492 - Added `CountDownInput` component
493
494 ### ⚡ Performance Improvements
495
496 - Optimize the editable center style and the width of the drop-down box is too short
497 - The `edit-change` event listener when the table is added and edited
498
499 ### 🐛 Bug Fixes
500
501 - Fix image preview style error
502 - Fix icon style problem
503 - Fix the drop-down echo problem of editable table
504
6da237 505 ## 2.0.0 (2021-02-18)
V 506
507 ## Breaking changes
508
509 - `echarts` is upgraded to 5.0 and introduced on demand (just use `useECharts`).
510
511 ### ✨ Refactor
512
513 - Removed `global.less`, `mixin.less`, `design/helper`, replaced by `windicss`, and need to modify the corresponding styles if they are useful
514
515 ### ✨ Features
516
517 - useModal adds the return value function `redoModalHeight`, which is used to refresh the modal height when the modal is dynamic content
518 - Upgrade husky to 5.0
519 - Added `brotli`|`gzip` compression and related test commands
520 - Re-introduction of `windicss` (same as `tailwind`). Faster in speed
521
522 ### ⚡ Performance Improvements
523
524 - Adjust the return value of the interface to obtain user information in array format
525 - Fix the error-log list as the system route
526
527 ### 🐛 Bug Fixes
528
529 - Fix the issue of upload component maxNumber invalid
530 - Fix package sourcemap error report
531 - Fix code debugger location display error
532 - Fix the issue of mock plugin post request error
533 - Fix some themes color value error
534 - Fix the table in editable row status and press Enter to confirm
535
536 ### 🎫 Chores
537
538 - Documentation update
539 - Upgrade ant-design-vue to `2.0.0`
540 - Upgrade vite to `2.0.0`
541
562e2a 542 ## 2.0.0-rc.18 (2021-02-05)
V 543
544 ### ✨ Features
545
546 - `ApiSelect` adds `numberToString` property, which is used to convert all the value of `number` into `string`
547 - Added theme color switch
548 - Packed image compression
549
550 ### ⚡ Performance Improvements
551
552 When mock is not used, move `mock.js` out of the package file
553
554 ### 🐛 Bug Fixes
555
556 - Fix modal height calculation error
557 - Fix the pop-up menu when the menu is clicked on the tab when the menu is collapsed
558 - Fix the problem that the initial value of form is 0
559 - Fix table wrapping problem
560 - Fix the menu outside link does not jump
561 - Fix the display problem at the top of the menu
562 - Fix the issue of `modifyVars` configuration failure
563
322d7c 564 ## 2.0.0-rc.17 (2020-01-18)
V 565
566 ### ✨ Refactor
567
568 - 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.
569 - 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
570
571 ### ✨ Features
572
573 - `css` import on demand
574
575 ### 🐛 Bug Fixes
576
577 - Fix `TableAction` icon problem
578 - Fix the problem of missing menu folding buttons
579 - Fix menu related issues
580 - Fix moment multilingual issue
581
b803c4 582 ## 2.0.0-rc.16 (2020-01-12)
d7dc09 583
V 584 ### ✨ Refactor
585
586 - Independent component configuration to `/@/settings/componentsSetting`
587 - `colorSetting` and `designSetting` are now merged into `designSetting`
588 - `ant-design-vue` component registration moved to `components/registerComponent`
589 - Remove the `setup` folder
590 - Upgrade to `vite2`
591 - Image preview is changed to `Image` component implementation, temporarily removing functional usage
592
593 ### ✨ Features
594
595 - Added `mixSideTrigger` configuration. Used to configure how to open the mixed mode menu on the left. Optional `hover`, default `click`
596 - Added `mixSideFixed` configuration. Used to fix the left mixed mode menu
597 - Added `height` and `min-height` properties to the modal component
598 - Added `PageWrapper` component. And applied to the sample page
599 - Added tab folding function
600 - Compatible with older browsers
601 - tinymce new image upload
602
603 ### 🐛 Bug Fixes
604
605 - Fix known issues with table column configuration
606 - Restore the `isTreeTable` property of the table
607 - Fix table memory overflow problem
608 - Fix the function of `layout` shrinking and expanding in split mode
609 - Fix modal height calculation error
610 - Fix file upload error
611
799a69 612 ## 2.0.0-rc.15 (2020-12-31)
V 613
614 ### ✨ Table destructive update
615
616 - Refactored editable cells and editable rows. See examples for details. The writing has changed. For editable tables.
617
618 - Form editing supports form validation
619
620 - Added the following configuration in the table column configuration
621
622 ```bash
623 {
624
625   # Whether to display columns by default. Those that are not displayed can be opened in the column configuration
626   defaultHidden?: boolean;
627   # Help text on the right side of the column header
628   helpMessage?: string | string[];
629   # Custom formatting Cell content. Support time/enumeration automatic conversion
630   format?: CellFormat;
631
632   # Editable
633   # Is it an editable cell
634   edit?: boolean;
635   # Is it an editable line
636   editRow?: boolean;
637   # Edit status.
638   editable?: boolean;
639   # Edit component
640   editComponent?: ComponentType;
641   # The parameters of the corresponding component
642   editComponentProps?: Recordable;
643   # Check
644   editRule?: boolean | ((text: string, record: Recordable) => Promise<string>);
645   # Value enumeration conversion
646   editValueMap?: (value: any) => string;
647   # Trigger editing Zhenghang
648   record.onEditRow?: () => void;
649 }
650
651 ```
652
653 ### ✨ Table reconstruction
654
655 - Added `clickToRowSelect` attribute. Used to control whether the clicked row is checked or not
656 - Monitor row click event
657 - Add column drag and drop and column fix function for the table column configuration button.
658 - Added `defaultHidden` attribute to table column configuration. Used to hide by default. You can configure the tick display in the table column
659 - More powerful column configuration
660 - useTable: Support for dynamically changing parameters. You can pass in `Ref` type and `Computed` type for dynamic changes
661 - useTable: Added return function `getForm`. Can be used to manipulate forms in the form Fix known issues in the table
662
663 ### ✨ Features
664
665 - Added `v-ripple` water ripple command
666 - Added the left menu mixed mode
667 - Add an example of markdown embedded in the form
668 - Add an example of a page outside the main frame
669 - `route.meta` added `currentActiveMenu`, `hideTab`, and `hideMenu` parameters to control the display and hide of the crumb-level menu on the detail page.
670 - Added breadcrumb navigation example
671 - form: Added `suffix` attribute to configure suffix content
672 - form: Added remote drop-down `ApiSelect` and examples
673 - form: Add `autoFocusFirstItem` configuration. Used to configure whether to focus on the first input box of the form
674 - useForm: Support for dynamically changing parameters. You can pass in `Ref` type and `Computed` type for dynamic changes
675
676 ### ⚡ Performance Improvements
677
678 - Optimize the scroll bar components of `modal` and `drawer`
679 - table: remove the `isTreeTable` attribute
680 - Import `less` files globally. No need to manually re-introduce the component
681
682 ### 🎫 Chores
683
684 - Upgrade `ant-design-vue` to `2.0.0-rc.7`
685 - Upgrade `vue` to `3.0.5`
686
687 ### 🐛 Bug Fixes
688
689 - Fixed the issue of missing scroll bars in mixed mode
690 - Fix the invalid configuration of environment variables and the logo address problem in history mode
691 - Fix the calculation error of width and height caused by switching page of chart library
692 - Fixed the issue of multi-language configuration `Locale.show` causing the configuration not to take effect
693 - Fix routing type error
694 - Fix the problem of invalid permissions when the menu is split
695 - Iframe loads early when closing multi-tab pages
696 - Fix known issues with `modal` and `drawer`
697 - Fix the problem of mixing mode adaptation in the left menu
698
689425 699 ## 2.0.0-rc.14 (2020-12-15)
V 700
701 ### ✨ Features
702
703 -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
704
705 ### ⚡ Performance Improvements
706
707 -Import components asynchronously -Optimize the overall structure -Replace the default scroll bar of the menu as a scroll component -Menu performance optimization
708
709 ### 🎫 Chores
710
711 -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
712
713 ### ✨ Refactor
714
715 -`openModal` and `openDrawer` third parameter `openOnSet` is set to true by default
716
717 ### 🐛 Bug Fixes
718
719 -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
720
596e70 721 ## 2.0.0-rc.13 (2020-12-10)
V 722
723 ## (Breaking changes) Breaking changes
724
725 -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
726
727 ### ✨ Features
728
729 -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
730
731 ### ✨ Refactor
732
733 -Tree component ref function call to delete `$` -Reconstruction and beautification of the lock screen interface, delete unnecessary background pictures
734
735 ### ⚡ Performance Improvements
736
737 -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.
738
739 ### 🎫 Chores
740
741 -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
742
743 ### 🐛 Bug Fixes
744
745 -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
746
c9e44c 747 ## 2.0.0-rc.12 (2020-11-30)
V 748
749 ## (破坏性更新) Breaking changes
750
751 - The ClickOutSide component import method is changed from `import ClickOutSide from'/@/components/ClickOutSide/index.vue'` to `import {ClickOutSide} from'/@/components/ClickOutSide'`
5db3ce 752 - Button component import method changed from `import Button from'/@/components/Button/index.vue'` to `import {Button} from'/@/components/Button'`
c9e44c 753 - StrengthMeter component import method is changed from `import StrengthMeter from'/@/components/StrengthMeter'` to `import {StrengthMeter} from'/@/components/StrengthMeter'`
V 754 - In addition to the examples, the global internationalization function is added, supporting Chinese and English
755
756 ### ✨ Refactor
757
758 - Refactor the overall layout. Change the code implementation method. Code is more streamlined
759 - Configuration item reconstruction
760 - Remove messageSetting configuration
761 - BasicTitle component `showSpan`=> `span`
762
763 ### ✨ Features
764
765 - The cache can be configured to encrypt or not, and Aes encryption is enabled in the production environment by default
766 - Add tab drag and drop sort
767 - Added LayoutFooter. The default display, can be closed in the configuration
768
769 ### ⚡ Performance Improvements
770
771 - Optimized the problem that the full screen animation of `Modal` component is not smooth
772
773 ### 🐛 Bug Fixes
774
775 - tree: Fix the problem that the text exceeds the operation button
776 - useRedo: Fix the problem of missing parameters when refreshing the page through useRedo
777 - form: Fix the problem that the form verification is first set in the verification and the console error message
778 - `modal`&`drawer` fix the problem of component passing array parameters
779 - form: fix `updateSchema` does not take effect when the value contains `[]`
780 - table: Fix the display problem of the table `TableAction` icon
781 - table: fix table column settings not displayed by `setColumns` setting
782
783 ### 🎫 Chores
784
785 - Update antdv to `2.0.0-rc.2`
786 - Update vue to `3.0.3`
787 - Update vite to `1.0.0.rc13`
788 - Temporarily delete `@vueuse/core`. After it is stable, it will be integrated. It is currently not stable.
789
ea24df 790 ## 2.0.0-rc.11 (2020-11-18)
V 791
792 ### ✨ Features
793
794 - Added base64 file stream download
795 - Optimize upload components and examples
796 - New editable row example
797 - Add a personal page
798 - New form page
799 - Add details page
800 - Integrate upload components into form by default
801
802 ### 🎫 Chores
803
804 - Update antdv to `2.0.0-rc.1` (temporarily restore to beta15, rc1 menu freezes too seriously.)
805 - Add some notes
806
807 ### ✨ Refactor
808
809 - Removed `receiveDrawerDataRef` and `transferDrawerData` properties of `useModal` and `useDrawer`
810 - `openModal` and `openDrawer` corresponding to `useModal` and `useDrawer` extend the third parameter. Used to open the trigger callback again
811
812 ### 🐛 Bug Fixes
813
814 - Repair form inputNumber verification error
815 - Fix the error of setting the default value of the form
816 - Fix the problem of occupying position when the menu collapse button is hidden
817 - Fix the form baseColProps does not take effect
818
3cf798 819 ## 2.0.0-rc.10 (2020-11-13)
V 820
821 ### ✨ Refactor
822
823 - Refactor hook, introduce `@vueuse`, delete existing `hook`, optimize existing hook
824 - ʻUseEvent` renamed ->ʻuseEventListener`
825 - Delete the four types `SelectOptGroup`, `SelectOption`, `Transfer`, and `Radio` from the form `ComponentType`. Modify the `RadioButtonGroup` component
826
827 ### ✨ Features
828
829 - `componentsProps` support function type of form item
830 - Added tag display to the menu, supporting 4 types of colors and dot display
831 - New menu and top bar color selection color matching
832 - Add sample result page
833 - New file download example
834
835 ### ⚡ Wip
836
837 - Upload components (not completed, testing...)
838
839 ### ⚡ Performance Improvements
840
841 - Optimize settingDrawer code
842 - Optimize the switching speed of multiple tabs
843 - Add form customization and dynamic capabilities
844
845 ### 🐛 Bug Fixes
846
847 - Fixed multiple rich text editors showing only one
848 - Fixed the problem of not redirecting to the original page after logging in again after expiration
849 - Fix window system dynamic introduction error
850 - Fix page type error
851 - Fixed an error when the form switch and checkBox were used separately
852
03bbdd 853 ## 2.0.0-rc.9 (2020-11-9)
V 854
855 ### ✨ Features
856
857 - Menu trigger can select location
858 - Add an example of rich text embedded form
859 - Added `required` attribute to form component schema. Simplified configuration
860 - The second parameter of openModal and openDrawer can be passed internally instead of `transferModalData`
861 - Routes with parameters can be cached
862
863 ### ✨ Refactor
864
865 - Refactored the logic of the menu generated by the background
866 - Route Module structural transformation
1db72c 867
V 868 ### ⚡ Performance Improvements
869
870 - Menu performance continues to be optimized and smoother
871 - Optimize lazy loading components and examples
03bbdd 872 - layout style fine-tuning
1db72c 873
V 874 ### 🎫 Chores
875
876 - Delete menu background image
03bbdd 877 - Update the version of ʻant-design-vue`to`beta15`
1db72c 878 - Update `vite` version to `rc.9`
V 879 - Exception page adjustment
880 - `BasicTitle` Color blocks are not displayed by default
881
882 ### 🐛 Bug Fixes
883
884 - Fix table type problem after upgrade
885 - 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
886 - Fix the issue of ʻuseMessage` type
887 - Fix the problem that the form item setting `disabled` does not take effect
888 - Fix that ʻuseECharts`can't adapt when`resize`, and an error is reported
889 - Fix that `resize` is not deleted after ʻuseWatermark` is cleared
890 - Fix form verification problem
03bbdd 891 - Fixed the problem that the multi-level header configuration does not take effect
1db72c 892
d37806 893 ## 2.0.0-rc.8 (2020-11-2)
V 894
895 ### ✨ Features
896
897 - Global loading add text
898 - Right-click menu supports multiple levels
899
900 ### 🎫 Chores
901
902 - Login cache changed from sessionStorage to LocalStorage
903
904 ### ⚡ Performance Improvements
905
906 - Update ʻant-design-vue`to`beta.12`
907 - Layout interface layout style adjustment
908 - Optimize lazy loading components
909 - Optimize table rendering performance
910 - Add animation to form folding search icon
911 - routeModule can ignore the layout configuration. Convenient to configure the first-level menu
912
913 ### 🐛 Bug Fixes
914
915 - Fix table type error
916 - Fix bug in mock paging tool
917 - Fix the folding problem of the search form when the table is opened
918 - Fix the problem of fixed column style when the table size is samll
919 - Fixed the error report when closing multiple tabs
920 - Fix message type error
921
3466d6 922 ## 2.0.0-rc.7 (2020-10-31)
V 923
924 ### ✨ Features
925
926 - 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**
927
928 - The useModalInner of modal now supports the incoming callback function to receive the value passed in from the external `transferModalData`
929
930   - 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**
931   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
932
933 - The drawer’s useDrawerInner now supports the incoming callback function to receive the value passed in from the external `transferModalData`,,
934   - 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**
935   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
936
937 ### ✨ Refactor
938
939 - Form code optimization and reconstruction
940
941 ### ⚡ Performance Improvements
942
943 - Modal slot can be overwritten
944 - Optimize table embedding height calculation problem
945
946 ### 🎫 Chores
947
948 - Add some notes
949 - pwa icon supplement
950 - Type adjustment
951 - Upgrade ʻant-design-vue`to`beta.11`, and modify the known issues brought about, and some issues will be resolved after discovery
952
953 ### 🐛 Bug Fixes
954
955 - Fix the timeout error of local proxy post interface to https address
956 - Fix modal full screen height calculation problem when footer is not displayed
957 - Fix the error that the verification information is not deleted when the form is reset
958 - Fix the style problem of the split mode of the top menu
959 - Fix the invalidation of table expansion icon animation
960
d51cfe 961 ## 2.0.0-rc.6 (2020-10-28)
V 962
963 ### ✨ Features
964
965 - Added `pwa` function, which can be turned on in `.env.production`
966 - Button component extends `preIcon` and `postIcon` attributes to add icons before and after the text
967 - Restore the breadcrumb display icon function
968
969 ### 🎫 Chores
970
971 - Upgrade vite version to `v1.0.0.rc8`
972 - vite.config.ts internal plugins extraction
973 - Build directory structure adjustment
974 - Dependency update
975 - Documentation update
976 - Modify the default route switching animation
977
978 ### ⚡ Performance Improvements
979
980 - `setTitle` logic adjustment
981 - The sessionStorage and LocalStorage cache settings used by the system expire in `7` days by default
982
983 ### ✨ Refactor
984
985 - Separate `vite-plugin-html` and modify the logic of inserting html
986
987 ### 🐛 Bug Fixes
988
989 - Fix the warning problem of multiple registration components during hot update
990 - Fix the login tab page appears after login
991 - Fix the problem of routing switch parameter disappearance
992 - Fix the useMessage icon style problem
993
1d47d8 994 ## # 2.0.0-rc.5 (2020-10-26)
V 995
996 ### ✨ Features
997
998 - Update component documentation
999 - Breadcrumbs support display icon
1000 - Added tinymce rich text component
1001 - Add submitOnReset to the form to control whether to re-initiate the request when reset
1002 - Added `sortFn` to the table to support custom sorting
1003 - Added animation components and examples
1004 - Added lazy loading/delay loading components and examples
1005
1006 ### ✨ Refactor
1007
1008 - The detailType of the Drawer component is changed to isDetail
1009
1010 ### 🎫 Chores
1011
1012 - Remove the optional chain syntax in the code
1013 - Form reset logic modification
1014 - Turn off multi-tab page tabs animation
1015 - Upgrade vite version to `v1.0.0.rc6`
1016 - Delete Chinese path warning. rc6 has been fixed
1017
1018 ### 🐛 Bug Fixes
1019
1020 - Fix the automatic height and display footer display problems of drawer components
1021 - Reset to default value after repairing form query
1022 - Fix the problem of displaying the collapsed menu when there are no child nodes
1023 - Fix the problem of breadcrumb display style
1024 - Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal
1025 - Fixed multiple action columns in the table
1026
5f39be 1027 # 2.0.0-rc.4 (2020-10-21)
V 1028
1029 ### ✨ Features
1030
1031 - New configuration toolbar for tables
1032 - New message notification module
1033
1034 ### 🎫 Chores
1035
1036 - The table does not show borders by default
1037 - Dependency update
1038 - Update vue to `v3.0.2`
1039 - Interface style fine-tuning
1040
1041 ### ⚡ Performance Improvements
1042
1043 - Optimize the size of the first screen
1044 - Optimize the TableAction component
1045 - Reduce the folding width of the menu
1046
1047 ### 🐛 Bug Fixes
1048
1049 - Fix the problem of the menu name when the first level menu is folded
1050 - Fix the problem that the preview command is not packaged
1051 - Fix the problem that the form actionColOptions parameter does not take effect
1052 - Fix the problem that the loading does not take effect when refreshing the form
1053
8fd199 1054 # 2.0.0-rc.3 (2020-10-19)
V 1055
1056 ### ✨ Features
1057
1058 - Added excel component and excel/xml/csv/html export example
1059 - Added excel import example
1060 - Added global error handling
1061 - Added markdown components and examples
1062 - The menu name can be displayed when adding a new folding menu
1063
1064 ### Docs
1065
1066 - add project doc
1067
1068 ### 🎫 Chores
1069
1070 - update deps
1071
1072 ### 🐛 Bug Fixes
1073
1074 - Fix the adaptive problem of the top menu
1075 - Fix window system packaging error
1076
c346bb 1077 # 2.0.0-rc.2 (2020-10-17)
V 1078
1079 ### ✨ Features
1080
1081 - Package can be configured to output `gizp`
1082 - Package can be configured to delete `console`
1083 - Routes and menus do not need to be imported manually, they are imported automatically
1084
1085 ### 🎫 Chores
1086
1087 - Upgrade vue to `3.0.1`
1088 - Change `vite` version to daily build version
1089
1090 ### 🐛 Bug Fixes
1091
1092 - Fix menu error
1093 - Fix the problem of table adaptive height
1094 - Fix the issue of error reporting when executing script in `window system`
1095 - Fix the problem of folding components
1096
1097 ### ⚡ Performance Improvements
1098
1099 - Remove menu to minimize background
1100 - Prevent page refresh and re-render menu
1101 - Some other details are optimized
1102
9abba7 1103 # 2.0.0-rc.1 (2020-10-14)
be8e14 1104
V 1105 ### ✨ Features
1106
1107 - Add a tab with parameters
1108
1109 ### ⚡ Performance Improvements
1110
1111 - Optimized menu folding
1112 - Page details optimization
1113 - Compress html after packaging
1114 - Functional reconstruction of preview components and right-click menu
1115 - The preview component operation column is centered
1116
1117 ### 🎫 Chores
1118
1119 - update deps
1120 - Added `README.en-US.md`
1121 - Added `CHANGELOG.en-US.md`
1122
1123 ### 🐛 Bug Fixes
1124
1125 - Fix page refresh and jump to landing page
1126
7c7f35 1127 # 2.0.0-beta.7 (2020-10-12)
V 1128
1129 ### ⚡ Performance Improvements
1130
1131 - The existing tab switching no longer displays animation and progress bar
1132
1133 ### ✨ Features
1134
1135 - Added `CountTo` component and sample demo
1136 - Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file
1137 - The production environment has a separate configuration file for dynamic configuration project configuration
1138 - Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos
1139 - New workbench interface
1140 - New analysis page interface
1141
1142 ### 🎫 Chores
1143
1144 - Update dependencies
1145
1146 ### 🐛 Bug Fixes
1147
1148 - Fix routing switch, tab inactive problem
1149
1150 # 2.0.0-beta.6 (2020-10-11)
1151
1152 ### 💄 Styles
1153
1154 - Menu style adjustment
1155
1156 ### 🐛 Bug Fixes
1157
1158 - Fix the problem that editable forms cannot be entered
1159 - Repair packaging errors, no proxy is required in the production environment
1160
1161 ### ⚡ Performance Improvements
1162
1163 - Optimize the switching speed of multi-tab pages
1164 - First screen loading animation
1165
1166 # 2.0.0-beta.5 (2020-10-10)
1167
1168 ### ♻ Code Refactoring
1169
1170 - Delete `tailwind css`
1171
1172 ### ⚡ Performance Improvements
1173
1174 - Optimize page switching speed
1175
1176 ### 🎫 Chores
1177
1178 - Add `.vscode` and `.github` configuration
1179 - Change menu icon
1180 - Added `.env` configuration file
1181 - Update readme.md
1182
1183 ### 🐛 Bug Fixes
1184
1185 - Fix the failure of `Tree` component check event
1186
1187 # 2.0.0-beta.4 (2020-10-08)
1188
1189 ### 🎫 Chores
1190
1191 - Remove redundant dependencies
1192
1193 ### 🐛 Bug Fixes
1194
1195 - Fix page refresh blank
1196 - Fix the invalid table style in the production environment
1197
1198 # 2.0.0-beta.3 (2020-10-07)
1199
1200 ### ✨ Features
1201
1202 - Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar
1203 - Add `Table` component and demo
1204
1205 ### 🎫 Chores
1206
1207 - Add ` github workflows`
1208
1209 # 2.0.0-beta.2 (2020-10-07)
1210
1211 ### ✨ Features
1212
1213 - Added image preview component
1214
1215 ### 🔧 Continuous Integration
1216
1217 - Add githubAction script
1218
1219 # 2.0.0-beta.1(2020-09-30)
1220
1221 ### 🎫 Chores
1222
1223 - Migrate some code from 1.0
1224 - Add README.md description file
1225
1226 ### 🐛 Bug Fixes
1227
1228 - Fix the problem of form, animation and packaging failure