vben
2020-11-15 abb0cfae0616c8ed85a75eaf61d490275b984ed0
提交 | 用户 | age
3cf798 1 ## 2.0.0-rc.10 (2020-11-13)
V 2
3 ### ✨ Refactor
4
5 - Refactor hook, introduce `@vueuse`, delete existing `hook`, optimize existing hook
6 - ʻUseEvent` renamed ->ʻuseEventListener`
7 - Delete the four types `SelectOptGroup`, `SelectOption`, `Transfer`, and `Radio` from the form `ComponentType`. Modify the `RadioButtonGroup` component
8
9 ### ✨ Features
10
11 - `componentsProps` support function type of form item
12 - Added tag display to the menu, supporting 4 types of colors and dot display
13 - New menu and top bar color selection color matching
14 - Add sample result page
15 - New file download example
16
17 ### ⚡ Wip
18
19 - Upload components (not completed, testing...)
20
21 ### ⚡ Performance Improvements
22
23 - Optimize settingDrawer code
24 - Optimize the switching speed of multiple tabs
25 - Add form customization and dynamic capabilities
26
27 ### 🐛 Bug Fixes
28
29 - Fixed multiple rich text editors showing only one
30 - Fixed the problem of not redirecting to the original page after logging in again after expiration
31 - Fix window system dynamic introduction error
32 - Fix page type error
33 - Fixed an error when the form switch and checkBox were used separately
34
03bbdd 35 ## 2.0.0-rc.9 (2020-11-9)
V 36
37 ### ✨ Features
38
39 - Menu trigger can select location
40 - Add an example of rich text embedded form
41 - Added `required` attribute to form component schema. Simplified configuration
42 - The second parameter of openModal and openDrawer can be passed internally instead of `transferModalData`
43 - Routes with parameters can be cached
44
45 ### ✨ Refactor
46
47 - Refactored the logic of the menu generated by the background
48 - Route Module structural transformation
1db72c 49
V 50 ### ⚡ Performance Improvements
51
52 - Menu performance continues to be optimized and smoother
53 - Optimize lazy loading components and examples
03bbdd 54 - layout style fine-tuning
1db72c 55
V 56 ### 🎫 Chores
57
58 - Delete menu background image
03bbdd 59 - Update the version of ʻant-design-vue`to`beta15`
1db72c 60 - Update `vite` version to `rc.9`
V 61 - Exception page adjustment
62 - `BasicTitle` Color blocks are not displayed by default
63
64 ### 🐛 Bug Fixes
65
66 - Fix table type problem after upgrade
67 - 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
68 - Fix the issue of ʻuseMessage` type
69 - Fix the problem that the form item setting `disabled` does not take effect
70 - Fix that ʻuseECharts`can't adapt when`resize`, and an error is reported
71 - Fix that `resize` is not deleted after ʻuseWatermark` is cleared
72 - Fix form verification problem
03bbdd 73 - Fixed the problem that the multi-level header configuration does not take effect
1db72c 74
d37806 75 ## 2.0.0-rc.8 (2020-11-2)
V 76
77 ### ✨ Features
78
79 - Global loading add text
80 - Right-click menu supports multiple levels
81
82 ### 🎫 Chores
83
84 - Login cache changed from sessionStorage to LocalStorage
85
86 ### ⚡ Performance Improvements
87
88 - Update ʻant-design-vue`to`beta.12`
89 - Layout interface layout style adjustment
90 - Optimize lazy loading components
91 - Optimize table rendering performance
92 - Add animation to form folding search icon
93 - routeModule can ignore the layout configuration. Convenient to configure the first-level menu
94
95 ### 🐛 Bug Fixes
96
97 - Fix table type error
98 - Fix bug in mock paging tool
99 - Fix the folding problem of the search form when the table is opened
100 - Fix the problem of fixed column style when the table size is samll
101 - Fixed the error report when closing multiple tabs
102 - Fix message type error
103
3466d6 104 ## 2.0.0-rc.7 (2020-10-31)
V 105
106 ### ✨ Features
107
108 - 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**
109
110 - The useModalInner of modal now supports the incoming callback function to receive the value passed in from the external `transferModalData`
111
112   - 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**
113   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
114
115 - The drawer’s useDrawerInner now supports the incoming callback function to receive the value passed in from the external `transferModalData`,,
116   - 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**
117   - The value of `receiveModalDataRef` is temporarily reserved. Use as little as possible. It may be deleted later.
118
119 ### ✨ Refactor
120
121 - Form code optimization and reconstruction
122
123 ### ⚡ Performance Improvements
124
125 - Modal slot can be overwritten
126 - Optimize table embedding height calculation problem
127
128 ### 🎫 Chores
129
130 - Add some notes
131 - pwa icon supplement
132 - Type adjustment
133 - Upgrade ʻant-design-vue`to`beta.11`, and modify the known issues brought about, and some issues will be resolved after discovery
134
135 ### 🐛 Bug Fixes
136
137 - Fix the timeout error of local proxy post interface to https address
138 - Fix modal full screen height calculation problem when footer is not displayed
139 - Fix the error that the verification information is not deleted when the form is reset
140 - Fix the style problem of the split mode of the top menu
141 - Fix the invalidation of table expansion icon animation
142
d51cfe 143 ## 2.0.0-rc.6 (2020-10-28)
V 144
145 ### ✨ Features
146
147 - Added `pwa` function, which can be turned on in `.env.production`
148 - Button component extends `preIcon` and `postIcon` attributes to add icons before and after the text
149 - Restore the breadcrumb display icon function
150
151 ### 🎫 Chores
152
153 - Upgrade vite version to `v1.0.0.rc8`
154 - vite.config.ts internal plugins extraction
155 - Build directory structure adjustment
156 - Dependency update
157 - Documentation update
158 - Modify the default route switching animation
159
160 ### ⚡ Performance Improvements
161
162 - `setTitle` logic adjustment
163 - The sessionStorage and LocalStorage cache settings used by the system expire in `7` days by default
164
165 ### ✨ Refactor
166
167 - Separate `vite-plugin-html` and modify the logic of inserting html
168
169 ### 🐛 Bug Fixes
170
171 - Fix the warning problem of multiple registration components during hot update
172 - Fix the login tab page appears after login
173 - Fix the problem of routing switch parameter disappearance
174 - Fix the useMessage icon style problem
175
1d47d8 176 ## # 2.0.0-rc.5 (2020-10-26)
V 177
178 ### ✨ Features
179
180 - Update component documentation
181 - Breadcrumbs support display icon
182 - Added tinymce rich text component
183 - Add submitOnReset to the form to control whether to re-initiate the request when reset
184 - Added `sortFn` to the table to support custom sorting
185 - Added animation components and examples
186 - Added lazy loading/delay loading components and examples
187
188 ### ✨ Refactor
189
190 - The detailType of the Drawer component is changed to isDetail
191
192 ### 🎫 Chores
193
194 - Remove the optional chain syntax in the code
195 - Form reset logic modification
196 - Turn off multi-tab page tabs animation
197 - Upgrade vite version to `v1.0.0.rc6`
198 - Delete Chinese path warning. rc6 has been fixed
199
200 ### 🐛 Bug Fixes
201
202 - Fix the automatic height and display footer display problems of drawer components
203 - Reset to default value after repairing form query
204 - Fix the problem of displaying the collapsed menu when there are no child nodes
205 - Fix the problem of breadcrumb display style
206 - Fixed the problem of multiple open drag and drop failure when destroyOnClose=true in modal
207 - Fixed multiple action columns in the table
208
5f39be 209 # 2.0.0-rc.4 (2020-10-21)
V 210
211 ### ✨ Features
212
213 - New configuration toolbar for tables
214 - New message notification module
215
216 ### 🎫 Chores
217
218 - The table does not show borders by default
219 - Dependency update
220 - Update vue to `v3.0.2`
221 - Interface style fine-tuning
222
223 ### ⚡ Performance Improvements
224
225 - Optimize the size of the first screen
226 - Optimize the TableAction component
227 - Reduce the folding width of the menu
228
229 ### 🐛 Bug Fixes
230
231 - Fix the problem of the menu name when the first level menu is folded
232 - Fix the problem that the preview command is not packaged
233 - Fix the problem that the form actionColOptions parameter does not take effect
234 - Fix the problem that the loading does not take effect when refreshing the form
235
8fd199 236 # 2.0.0-rc.3 (2020-10-19)
V 237
238 ### ✨ Features
239
240 - Added excel component and excel/xml/csv/html export example
241 - Added excel import example
242 - Added global error handling
243 - Added markdown components and examples
244 - The menu name can be displayed when adding a new folding menu
245
246 ### Docs
247
248 - add project doc
249
250 ### 🎫 Chores
251
252 - update deps
253
254 ### 🐛 Bug Fixes
255
256 - Fix the adaptive problem of the top menu
257 - Fix window system packaging error
258
c346bb 259 # 2.0.0-rc.2 (2020-10-17)
V 260
261 ### ✨ Features
262
263 - Package can be configured to output `gizp`
264 - Package can be configured to delete `console`
265 - Routes and menus do not need to be imported manually, they are imported automatically
266
267 ### 🎫 Chores
268
269 - Upgrade vue to `3.0.1`
270 - Change `vite` version to daily build version
271
272 ### 🐛 Bug Fixes
273
274 - Fix menu error
275 - Fix the problem of table adaptive height
276 - Fix the issue of error reporting when executing script in `window system`
277 - Fix the problem of folding components
278
279 ### ⚡ Performance Improvements
280
281 - Remove menu to minimize background
282 - Prevent page refresh and re-render menu
283 - Some other details are optimized
284
9abba7 285 # 2.0.0-rc.1 (2020-10-14)
be8e14 286
V 287 ### ✨ Features
288
289 - Add a tab with parameters
290
291 ### ⚡ Performance Improvements
292
293 - Optimized menu folding
294 - Page details optimization
295 - Compress html after packaging
296 - Functional reconstruction of preview components and right-click menu
297 - The preview component operation column is centered
298
299 ### 🎫 Chores
300
301 - update deps
302 - Added `README.en-US.md`
303 - Added `CHANGELOG.en-US.md`
304
305 ### 🐛 Bug Fixes
306
307 - Fix page refresh and jump to landing page
308
7c7f35 309 # 2.0.0-beta.7 (2020-10-12)
V 310
311 ### ⚡ Performance Improvements
312
313 - The existing tab switching no longer displays animation and progress bar
314
315 ### ✨ Features
316
317 - Added `CountTo` component and sample demo
318 - Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file
319 - The production environment has a separate configuration file for dynamic configuration project configuration
320 - Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos
321 - New workbench interface
322 - New analysis page interface
323
324 ### 🎫 Chores
325
326 - Update dependencies
327
328 ### 🐛 Bug Fixes
329
330 - Fix routing switch, tab inactive problem
331
332 # 2.0.0-beta.6 (2020-10-11)
333
334 ### 💄 Styles
335
336 - Menu style adjustment
337
338 ### 🐛 Bug Fixes
339
340 - Fix the problem that editable forms cannot be entered
341 - Repair packaging errors, no proxy is required in the production environment
342
343 ### ⚡ Performance Improvements
344
345 - Optimize the switching speed of multi-tab pages
346 - First screen loading animation
347
348 # 2.0.0-beta.5 (2020-10-10)
349
350 ### ♻ Code Refactoring
351
352 - Delete `tailwind css`
353
354 ### ⚡ Performance Improvements
355
356 - Optimize page switching speed
357
358 ### 🎫 Chores
359
360 - Add `.vscode` and `.github` configuration
361 - Change menu icon
362 - Added `.env` configuration file
363 - Update readme.md
364
365 ### 🐛 Bug Fixes
366
367 - Fix the failure of `Tree` component check event
368
369 # 2.0.0-beta.4 (2020-10-08)
370
371 ### 🎫 Chores
372
373 - Remove redundant dependencies
374
375 ### 🐛 Bug Fixes
376
377 - Fix page refresh blank
378 - Fix the invalid table style in the production environment
379
380 # 2.0.0-beta.3 (2020-10-07)
381
382 ### ✨ Features
383
384 - Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar
385 - Add `Table` component and demo
386
387 ### 🎫 Chores
388
389 - Add ` github workflows`
390
391 # 2.0.0-beta.2 (2020-10-07)
392
393 ### ✨ Features
394
395 - Added image preview component
396
397 ### 🔧 Continuous Integration
398
399 - Add githubAction script
400
401 # 2.0.0-beta.1(2020-09-30)
402
403 ### 🎫 Chores
404
405 - Migrate some code from 1.0
406 - Add README.md description file
407
408 ### 🐛 Bug Fixes
409
410 - Fix the problem of form, animation and packaging failure