vben
2020-10-20 f96d6b221c7ad97e0ed80250acb192b6be92c4a6
提交 | 用户 | age
8fd199 1 # 2.0.0-rc.3 (2020-10-19)
V 2
3 ### ✨ Features
4
5 - Added excel component and excel/xml/csv/html export example
6 - Added excel import example
7 - Added global error handling
8 - Added markdown components and examples
9 - The menu name can be displayed when adding a new folding menu
10
11 ### Docs
12
13 - add project doc
14
15 ### 🎫 Chores
16
17 - update deps
18
19 ### 🐛 Bug Fixes
20
21 - Fix the adaptive problem of the top menu
22 - Fix window system packaging error
23
c346bb 24 # 2.0.0-rc.2 (2020-10-17)
V 25
26 ### ✨ Features
27
28 - Package can be configured to output `gizp`
29 - Package can be configured to delete `console`
30 - Routes and menus do not need to be imported manually, they are imported automatically
31
32 ### 🎫 Chores
33
34 - Upgrade vue to `3.0.1`
35 - Change `vite` version to daily build version
36
37 ### 🐛 Bug Fixes
38
39 - Fix menu error
40 - Fix the problem of table adaptive height
41 - Fix the issue of error reporting when executing script in `window system`
42 - Fix the problem of folding components
43
44 ### ⚡ Performance Improvements
45
46 - Remove menu to minimize background
47 - Prevent page refresh and re-render menu
48 - Some other details are optimized
49
9abba7 50 # 2.0.0-rc.1 (2020-10-14)
be8e14 51
V 52 ### ✨ Features
53
54 - Add a tab with parameters
55
56 ### ⚡ Performance Improvements
57
58 - Optimized menu folding
59 - Page details optimization
60 - Compress html after packaging
61 - Functional reconstruction of preview components and right-click menu
62 - The preview component operation column is centered
63
64 ### 🎫 Chores
65
66 - update deps
67 - Added `README.en-US.md`
68 - Added `CHANGELOG.en-US.md`
69
70 ### 🐛 Bug Fixes
71
72 - Fix page refresh and jump to landing page
73
7c7f35 74 # 2.0.0-beta.7 (2020-10-12)
V 75
76 ### ⚡ Performance Improvements
77
78 - The existing tab switching no longer displays animation and progress bar
79
80 ### ✨ Features
81
82 - Added `CountTo` component and sample demo
83 - Added `closeMessageOnSwitch` and `removeAllHttpPending` to the project configuration file
84 - The production environment has a separate configuration file for dynamic configuration project configuration
85 - Added ʻuseEcharts` and ʻuseApexChart` to facilitate the use of charts, and added related demos
86 - New workbench interface
87 - New analysis page interface
88
89 ### 🎫 Chores
90
91 - Update dependencies
92
93 ### 🐛 Bug Fixes
94
95 - Fix routing switch, tab inactive problem
96
97 # 2.0.0-beta.6 (2020-10-11)
98
99 ### 💄 Styles
100
101 - Menu style adjustment
102
103 ### 🐛 Bug Fixes
104
105 - Fix the problem that editable forms cannot be entered
106 - Repair packaging errors, no proxy is required in the production environment
107
108 ### ⚡ Performance Improvements
109
110 - Optimize the switching speed of multi-tab pages
111 - First screen loading animation
112
113 # 2.0.0-beta.5 (2020-10-10)
114
115 ### ♻ Code Refactoring
116
117 - Delete `tailwind css`
118
119 ### ⚡ Performance Improvements
120
121 - Optimize page switching speed
122
123 ### 🎫 Chores
124
125 - Add `.vscode` and `.github` configuration
126 - Change menu icon
127 - Added `.env` configuration file
128 - Update readme.md
129
130 ### 🐛 Bug Fixes
131
132 - Fix the failure of `Tree` component check event
133
134 # 2.0.0-beta.4 (2020-10-08)
135
136 ### 🎫 Chores
137
138 - Remove redundant dependencies
139
140 ### 🐛 Bug Fixes
141
142 - Fix page refresh blank
143 - Fix the invalid table style in the production environment
144
145 # 2.0.0-beta.3 (2020-10-07)
146
147 ### ✨ Features
148
149 - Added ʻopenNProgress` to the project configuration file to control whether to open the top control bar
150 - Add `Table` component and demo
151
152 ### 🎫 Chores
153
154 - Add ` github workflows`
155
156 # 2.0.0-beta.2 (2020-10-07)
157
158 ### ✨ Features
159
160 - Added image preview component
161
162 ### 🔧 Continuous Integration
163
164 - Add githubAction script
165
166 # 2.0.0-beta.1(2020-09-30)
167
168 ### 🎫 Chores
169
170 - Migrate some code from 1.0
171 - Add README.md description file
172
173 ### 🐛 Bug Fixes
174
175 - Fix the problem of form, animation and packaging failure