@varlet/cli 1.26.1-alpha.1644652196468 → 1.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/config/vite.config.js +1 -0
- package/package.json +5 -5
- package/site/components/code-example/CodeExample.vue +10 -1
- package/site/components/code-example/codeExample.less +15 -3
- package/site/mobile/main.ts +0 -2
- package/site/pc/App.vue +62 -14
- package/site/useProgress.ts +0 -2
- package/varlet.default.config.js +28 -4
- package/CHANGELOG.md +0 -1596
package/CHANGELOG.md
DELETED
|
@@ -1,1596 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [1.24.0](https://github.com/haoziqaq/varlet/compare/v1.23.11...v1.24.0) (2021-12-27)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* **cli/site:** adjust z-index of the sidebar and code toolbar for site ([5b81918](https://github.com/haoziqaq/varlet/commit/5b8191822305e5a485003223d3109a6554b33251))
|
|
12
|
-
* **site:** modify code example style ([bb33910](https://github.com/haoziqaq/varlet/commit/bb3391008bdafbf052b8485b79bb54270ca27771))
|
|
13
|
-
* fix test fail ([78f20ec](https://github.com/haoziqaq/varlet/commit/78f20ec46bea357fd12c1da68b02ce7dc9cc2918))
|
|
14
|
-
* **cli:** fix icon vertical-align ([f015092](https://github.com/haoziqaq/varlet/commit/f0150923b9d33c6f61c9810887ea294015a35621))
|
|
15
|
-
* **site:** add types ([6520984](https://github.com/haoziqaq/varlet/commit/6520984af6eb13b772783540aa72427cf1e4403e))
|
|
16
|
-
* **site:** fix mobile style ([3189225](https://github.com/haoziqaq/varlet/commit/31892257a3611e2c6fa39d01cd0d87d4cc2d5ebb))
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Features
|
|
20
|
-
|
|
21
|
-
* **cli:** add clipboard and fold tool for site ([5298c99](https://github.com/haoziqaq/varlet/commit/5298c996a6ea890ee29c01c254704f06d157df4c))
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Reverts
|
|
25
|
-
|
|
26
|
-
* revert fix mobile style ([22d9da9](https://github.com/haoziqaq/varlet/commit/22d9da9beaf88fa1a29394bc07141e5ec3355c42))
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
## [1.23.11](https://github.com/haoziqaq/varlet/compare/v1.23.10...v1.23.11) (2021-12-10)
|
|
33
|
-
|
|
34
|
-
**Note:** Version bump only for package @varlet/cli
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
## [1.23.8](https://github.com/haoziqaq/varlet/compare/v1.23.7...v1.23.8) (2021-11-24)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
* **cli:** add ts ignore to generate routes ([3363578](https://github.com/haoziqaq/varlet/commit/3363578eb2763282fd3c274ab75374cbff94c92b))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
## [1.23.7](https://github.com/haoziqaq/varlet/compare/v1.23.6...v1.23.7) (2021-11-23)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Bug Fixes
|
|
55
|
-
|
|
56
|
-
* **ui/themes, cli:** fix themes types ([f29511a](https://github.com/haoziqaq/varlet/commit/f29511a016edb462bdf578a6b5a19fbe10a22158))
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## [1.23.5](https://github.com/haoziqaq/varlet/compare/v1.23.4...v1.23.5) (2021-11-21)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Bug Fixes
|
|
66
|
-
|
|
67
|
-
* **cli:** add module moduleCompatible option in varlet.config.js ([0b1d95f](https://github.com/haoziqaq/varlet/commit/0b1d95fc740a225240ee3f28e06015f4538b2304))
|
|
68
|
-
* **cli:** expose lib folder ([2a8848a](https://github.com/haoziqaq/varlet/commit/2a8848a6f064aa91d56875ba467c46da79589a79))
|
|
69
|
-
* **cli:** fix commonjs compiler ([c5c2b12](https://github.com/haoziqaq/varlet/commit/c5c2b12f163bed130b3c6c0ee0eb805fe4a015f1))
|
|
70
|
-
* **cli:** fix inline css plugin ([3e8b7b4](https://github.com/haoziqaq/varlet/commit/3e8b7b4e5489bc67dd38f8787477f07e2a13e7ac))
|
|
71
|
-
* **cli/compile:** add commonjs bundle ([4a424d4](https://github.com/haoziqaq/varlet/commit/4a424d4c066f7de69cbf561a5bc9279862739637))
|
|
72
|
-
* **cli/compile:** add match commonjs script extname function ([2b5b1bd](https://github.com/haoziqaq/varlet/commit/2b5b1bde5e1c16d4e58ce2a100ae4a1a3cc428ce))
|
|
73
|
-
* **cli/compile:** fix compile module readdir ([9c3ad08](https://github.com/haoziqaq/varlet/commit/9c3ad08410009e50b288f033b8fdbe10a8c01160))
|
|
74
|
-
* **ui/popup,input:** support nuxt ([def81ef](https://github.com/haoziqaq/varlet/commit/def81ef821a8ce679287702316bd98ca363bc7f4))
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## [1.23.3](https://github.com/haoziqaq/varlet/compare/v1.23.2...v1.23.3) (2021-11-20)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Bug Fixes
|
|
84
|
-
|
|
85
|
-
* **cli/jest:** add watchAll mode ([84ebb4e](https://github.com/haoziqaq/varlet/commit/84ebb4efe823cb9d7f22995d429b82d8fc3e05c8))
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
# [1.23.0](https://github.com/haoziqaq/varlet/compare/v1.22.10...v1.23.0) (2021-11-19)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
* **ui,cli:** move dark theme import to example ([579e461](https://github.com/haoziqaq/varlet/commit/579e461a620c2a7e416193b43368b885ec02b862))
|
|
97
|
-
* add assert for example lang ([7ce8bae](https://github.com/haoziqaq/varlet/commit/7ce8baefeaaf0f10d2638cb4927ccbf570b28006))
|
|
98
|
-
* **cli:** bump typescript and commander version ([af893e9](https://github.com/haoziqaq/varlet/commit/af893e970b71ddc46365187c94ecba244513ef5a))
|
|
99
|
-
* **doc:** progress bar should not use unmount function ([0587103](https://github.com/haoziqaq/varlet/commit/05871038e42a50f38fdc2a201107d786431691cd))
|
|
100
|
-
* **site:** modify the width of nav ([af0bfbe](https://github.com/haoziqaq/varlet/commit/af0bfbe8557182fa23083b8a4060625b18132c92))
|
|
101
|
-
* **site:** support bg-color for dark mode of nav button ([b8417fe](https://github.com/haoziqaq/varlet/commit/b8417fe0873b8ecea4bcef21068aa0328ec32f88))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Features
|
|
105
|
-
|
|
106
|
-
* **all:** support dark mode ([94d9899](https://github.com/haoziqaq/varlet/commit/94d9899cd54ebe1ac864712484d2c6f6f958150a))
|
|
107
|
-
* **cli/generators:** support dark mode ([4795af8](https://github.com/haoziqaq/varlet/commit/4795af8c25cc155eb1fe7cd8d8a6b23b45379989))
|
|
108
|
-
* **menu:** add dark-mode ([e2807f6](https://github.com/haoziqaq/varlet/commit/e2807f6f45ee3331acdd3b9ba4180b16096f0114))
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## [1.22.10](https://github.com/haoziqaq/varlet/compare/v1.22.9...v1.22.10) (2021-11-03)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
### Bug Fixes
|
|
118
|
-
|
|
119
|
-
* **cli/site:** change code block font color to white ([f38aa0e](https://github.com/haoziqaq/varlet/commit/f38aa0ea1a21be630e8dd0dec9e219a28a4f4567))
|
|
120
|
-
* **cli/site:** modify site theme update logic ([d12195a](https://github.com/haoziqaq/varlet/commit/d12195ae7d98f8d1e9b4cc44d71c564b2f7b2974))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
## [1.22.9](https://github.com/haoziqaq/varlet/compare/v1.22.8...v1.22.9) (2021-10-31)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
|
-
|
|
131
|
-
* **cli/types:** add global.d.ts for volar ([c99e0c1](https://github.com/haoziqaq/varlet/commit/c99e0c16176f81dc3aa58b5512f9ec66d85156e2))
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
## [1.22.8](https://github.com/haoziqaq/varlet/compare/v1.22.7...v1.22.8) (2021-10-31)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Bug Fixes
|
|
141
|
-
|
|
142
|
-
* **cli/highlight:** fix web-types version ([636b408](https://github.com/haoziqaq/varlet/commit/636b4088270857e3ada7341d707ecc63ee5c58f4))
|
|
143
|
-
* **cli/site:** optimize site scroll on mobile trigger route change ([536d7b1](https://github.com/haoziqaq/varlet/commit/536d7b1daa30b6b9a8093173f64e394d3a3e69eb))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
## [1.22.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-22)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
* **cli/dev:** add varlet config file watcher ([28b4ea9](https://github.com/haoziqaq/varlet/commit/28b4ea9a6b28a83dd57e12914f256634c8822297))
|
|
155
|
-
* **cli/dev:** fixed bug of repeat restart server ([e14f090](https://github.com/haoziqaq/varlet/commit/e14f090cd8a3b932680acb8871ffd8cdd562f2a0))
|
|
156
|
-
* **cli/site:** optimize github link style ([47db851](https://github.com/haoziqaq/varlet/commit/47db8511df8234a6a713d6bdbbf6f9c6f5bfd7e8))
|
|
157
|
-
* **cli/site:** optimize site ([40161bf](https://github.com/haoziqaq/varlet/commit/40161bff3776760933c3f99e6b13ab656fa456e8))
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
## [1.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Bug Fixes
|
|
167
|
-
|
|
168
|
-
* **cli/jest:** add root config check ([052a338](https://github.com/haoziqaq/varlet/commit/052a338c9860b6d7d92e652dea0efdd8fbe41217))
|
|
169
|
-
* **cli/site:** optimize site style ([aaec99e](https://github.com/haoziqaq/varlet/commit/aaec99ee9abcf6807e5629e5f07a7475452b6b5a))
|
|
170
|
-
* **ui/pagination, cli/site:** fix size and total cannot be centered vertically in the pagination, ad ([ad3eb81](https://github.com/haoziqaq/varlet/commit/ad3eb81269cdb005bb41a8c8127bb07bdc62ff91))
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
## [1.22.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Bug Fixes
|
|
180
|
-
|
|
181
|
-
* **ui/app-bar:** fix app-bar style ([9da67b6](https://github.com/haoziqaq/varlet/commit/9da67b6fa0e07a644cba6118f4a90cb8293df8be))
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
## [1.22.3](https://github.com/haoziqaq/varlet/compare/v1.22.2...v1.22.3) (2021-10-10)
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
### Bug Fixes
|
|
191
|
-
|
|
192
|
-
* **cli:** use vite internal printUrls instead of logger ([1b164d7](https://github.com/haoziqaq/varlet/commit/1b164d7f464d7c48b78cc17271a41170f61f53c6))
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
## [1.22.2](https://github.com/haoziqaq/varlet/compare/v1.22.1...v1.22.2) (2021-10-08)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
### Bug Fixes
|
|
202
|
-
|
|
203
|
-
* **cli:** fix mobile cell hover color ([ea999ed](https://github.com/haoziqaq/varlet/commit/ea999edcab71acca6894e1e7f2017fe8d96d787c))
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
## [1.22.1](https://github.com/haoziqaq/varlet/compare/v1.22.0...v1.22.1) (2021-10-08)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### Bug Fixes
|
|
213
|
-
|
|
214
|
-
* **cli/jest:** replace testMatch to testRegex ([5ed0a5c](https://github.com/haoziqaq/varlet/commit/5ed0a5c59cdfd296d3732a10387a454464c17c05))
|
|
215
|
-
* **site:** remove hover style ([5ae0179](https://github.com/haoziqaq/varlet/commit/5ae0179f6344a822ecb69d6665b7d7512ee865d7))
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
# [1.22.0](https://github.com/haoziqaq/varlet/compare/v1.21.0...v1.22.0) (2021-10-08)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* **cli:** fix dev server logger ([4e9f81d](https://github.com/haoziqaq/varlet/commit/4e9f81dabf854961e3bd99c445a0a8566b26db66))
|
|
227
|
-
* **cli:** fix dev server port log error ([2e82806](https://github.com/haoziqaq/varlet/commit/2e82806817f23e4da2f4d80e4200c3da5a4dc439))
|
|
228
|
-
* **cli:** remove unuseful code and opt dev logger ([18da4b5](https://github.com/haoziqaq/varlet/commit/18da4b590bf4194581d10edff8f4b1a052ff2b69))
|
|
229
|
-
* **cli/gen:** add default themes ([2d68e91](https://github.com/haoziqaq/varlet/commit/2d68e91c2fc83d1db4063ae576144815e24f17e5))
|
|
230
|
-
* **cli/site:** increase app-bar vars weight ([b3e8d15](https://github.com/haoziqaq/varlet/commit/b3e8d150b843c603b090d8e2da3ec05e02f2a32e))
|
|
231
|
-
* **ui/ripple, ui/menu:** opt ripple animation, fix menu left error on transition animation running ([0f714de](https://github.com/haoziqaq/varlet/commit/0f714de1c40af46116fd07d7717525c2c63d0470))
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Features
|
|
235
|
-
|
|
236
|
-
* **cli:** add preview command that can preview document site for production ([3fea1f1](https://github.com/haoziqaq/varlet/commit/3fea1f1fed8a2f0fdb0d2fd5e7880531335a6711))
|
|
237
|
-
* **cli:** migrate the build tool to vite ([c0eb94c](https://github.com/haoziqaq/varlet/commit/c0eb94c3c82683abb49b8561e181e75aa843aac4))
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
# [1.21.0](https://github.com/haoziqaq/varlet/compare/v1.20.0...v1.21.0) (2021-09-22)
|
|
244
|
-
|
|
245
|
-
**Note:** Version bump only for package @varlet/cli
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
# [1.20.0](https://github.com/haoziqaq/varlet/compare/v1.19.0...v1.20.0) (2021-09-15)
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Features
|
|
255
|
-
|
|
256
|
-
* **cli:** support pc component preview ([be463ad](https://github.com/haoziqaq/varlet/commit/be463adf62cb7cb196e555a42c37a7d2b10cac77))
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
# [1.19.0](https://github.com/haoziqaq/varlet/compare/v1.18.1...v1.19.0) (2021-09-13)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### Bug Fixes
|
|
266
|
-
|
|
267
|
-
* **cli:** add public folder to linter ignore ([d10a799](https://github.com/haoziqaq/varlet/commit/d10a7996efe9963a4f3c7247b1c5d2f2baac2502))
|
|
268
|
-
* **cli:** fix prepare scripts to husky ([d0ff087](https://github.com/haoziqaq/varlet/commit/d0ff087834a5b2c4e1cacd6cb6e7e7ad0412aeda))
|
|
269
|
-
* **cli:** fix the parameter passing method of webpack-dev-server ([0d88843](https://github.com/haoziqaq/varlet/commit/0d88843af5b15b59b27321f61f2701e562d4f8af))
|
|
270
|
-
* **cli:** optimize site style ([f789d77](https://github.com/haoziqaq/varlet/commit/f789d7795a86736ad4f67f758759a17283e7dcdb))
|
|
271
|
-
* **cli:** optimize site style ([9287d7b](https://github.com/haoziqaq/varlet/commit/9287d7b004f9b6508d065f62bb3d2e7b370499f5))
|
|
272
|
-
* **cli/gen:** localize static resources ([80f9097](https://github.com/haoziqaq/varlet/commit/80f9097fde3c5e18f3ac162979b45bdb0147ffe4))
|
|
273
|
-
* **doc:** fix typo ([6371e4e](https://github.com/haoziqaq/varlet/commit/6371e4e7e53fa03589ac99247ab2abec8330e5c5))
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Features
|
|
277
|
-
|
|
278
|
-
* **cli:** add release for template ([5078838](https://github.com/haoziqaq/varlet/commit/5078838cfee1cd8232aaef7fafd5eec0a03f1569))
|
|
279
|
-
* **cli:** webpack-dev-server upgrade to 4.x version ([4d1fe95](https://github.com/haoziqaq/varlet/commit/4d1fe9570198b73910c0926c6f1e030753b52cda))
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
## [1.18.1](https://github.com/haoziqaq/varlet/compare/v1.18.0...v1.18.1) (2021-09-10)
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
### Bug Fixes
|
|
289
|
-
|
|
290
|
-
* **cli:** optimize site style and compile style reg ([df5e173](https://github.com/haoziqaq/varlet/commit/df5e173d524879ecf542281b42c93cdc061eda91))
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
# [1.18.0](https://github.com/haoziqaq/varlet/compare/v1.17.4...v1.18.0) (2021-09-10)
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
### Bug Fixes
|
|
300
|
-
|
|
301
|
-
* **cli:** babel configuration-related path optimization ([b79db48](https://github.com/haoziqaq/varlet/commit/b79db48df980fb192e184239d8cf7b4fde252733))
|
|
302
|
-
* **cli/gen:** remove unuseful config ([2085b39](https://github.com/haoziqaq/varlet/commit/2085b39e384b9d9a66d50591dc1ca3d784292bd8))
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Features
|
|
306
|
-
|
|
307
|
-
* **cli:** add version command ([c5860c8](https://github.com/haoziqaq/varlet/commit/c5860c8cc8076b8a9f864a692d9a827beae16ed8))
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
## [1.17.4](https://github.com/haoziqaq/varlet/compare/v1.17.3...v1.17.4) (2021-09-09)
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Bug Fixes
|
|
317
|
-
|
|
318
|
-
* **cli:** add conventional-changelog-cli ([7708781](https://github.com/haoziqaq/varlet/commit/7708781331d0d788fdadce53d8655d5ac93d849c))
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
## [1.17.3](https://github.com/haoziqaq/varlet/compare/v1.17.2...v1.17.3) (2021-09-09)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
### Bug Fixes
|
|
328
|
-
|
|
329
|
-
* **cli:** fix commitlint config, add changelog command ([5688425](https://github.com/haoziqaq/varlet/commit/5688425757e2d6d60fcaa25e9eef254f417d3180))
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
## [1.17.2](https://github.com/haoziqaq/varlet/compare/v1.17.1...v1.17.2) (2021-09-09)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Bug Fixes
|
|
339
|
-
|
|
340
|
-
* **cli:** add eslint,stylelint ([e393ea8](https://github.com/haoziqaq/varlet/commit/e393ea8dab9a0e8ea0248b2ee01a232cf55bc315))
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
## [1.17.1](https://github.com/haoziqaq/varlet/compare/v1.17.0...v1.17.1) (2021-09-09)
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### Bug Fixes
|
|
350
|
-
|
|
351
|
-
* **cli:** fix generators files publish error ([29c014d](https://github.com/haoziqaq/varlet/commit/29c014dab61cf7242dc005a3878e172a03def602))
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
# [1.17.0](https://github.com/haoziqaq/varlet/compare/v1.16.3...v1.17.0) (2021-09-09)
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
### Bug Fixes
|
|
361
|
-
|
|
362
|
-
* **cli:** generators add commitlint ([32dbf2a](https://github.com/haoziqaq/varlet/commit/32dbf2abdb2bc9f75f7447483d4ce6eaa87e5897))
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
### Features
|
|
366
|
-
|
|
367
|
-
* **cli:** add gen command ([abdec46](https://github.com/haoziqaq/varlet/commit/abdec46ac7ef39962bb3025b37b12749f767a777))
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
## [1.16.3](https://github.com/haoziqaq/varlet/compare/v1.16.2...v1.16.3) (2021-09-09)
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
### Bug Fixes
|
|
377
|
-
|
|
378
|
-
* **cli:** add site theme config property ([9bf4945](https://github.com/haoziqaq/varlet/commit/9bf49450a9b6082d5e384ae78d4f8bace568d209))
|
|
379
|
-
* **cli:** fix generators progress color ([7e62811](https://github.com/haoziqaq/varlet/commit/7e62811e5fa8fa4d87ac7d0bf98cd510f5900eb6))
|
|
380
|
-
* **cli:** handle sfc style block's lang non-existent ([96c8551](https://github.com/haoziqaq/varlet/commit/96c85513937e97eebd5c43575e96b689ae3cf3df))
|
|
381
|
-
* **cli:** optimized Baidu statistics, add varlet-cli-app generators template, fix cli depend version ([703517e](https://github.com/haoziqaq/varlet/commit/703517eddf8842093897800e4a940906bb632c5f))
|
|
382
|
-
* **cli:** themes add progress color config ([f804915](https://github.com/haoziqaq/varlet/commit/f80491508fb80bd7c15c9e014eac78f95430dc57))
|
|
383
|
-
* **cli, markdown-loader:** optimize generators, markdown-loader lock highlight version ([9b3e3bb](https://github.com/haoziqaq/varlet/commit/9b3e3bba6e0c67fa53df23718fddfb8e9f09990f))
|
|
384
|
-
* **cli,markdown-loader:** markdown-loader add style option, linter ignore generators ([7ca8844](https://github.com/haoziqaq/varlet/commit/7ca884425eb94df89995ab502a491a26bbefc9d4))
|
|
385
|
-
* **cli/compile-types:** fix the component name of types ([4d999ee](https://github.com/haoziqaq/varlet/commit/4d999ee876e90b2c22dd93a0d17da8c181307378))
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
### Performance Improvements
|
|
389
|
-
|
|
390
|
-
* **site:** remove useless mobile image ([c55d7cf](https://github.com/haoziqaq/varlet/commit/c55d7cff289ac442672cf77636f87465c763fb93))
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
## [1.16.2](https://github.com/haoziqaq/varlet/compare/v1.16.1...v1.16.2) (2021-09-01)
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
### Bug Fixes
|
|
400
|
-
|
|
401
|
-
* **cli:** add depend ([74cc717](https://github.com/haoziqaq/varlet/commit/74cc7170064017264a32feb04b5f0868d3880ebe))
|
|
402
|
-
* **cli:** optimize reference ([eba1951](https://github.com/haoziqaq/varlet/commit/eba1951ae0b89090271126105bc44c0e91838465))
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
## [1.16.1](https://github.com/haoziqaq/varlet/compare/v1.16.0...v1.16.1) (2021-08-31)
|
|
409
|
-
|
|
410
|
-
**Note:** Version bump only for package @varlet/cli
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
# [1.16.0](https://github.com/haoziqaq/varlet/compare/v1.15.0...v1.16.0) (2021-08-30)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Bug Fixes
|
|
420
|
-
|
|
421
|
-
* **cli:** bump version ([3da0433](https://github.com/haoziqaq/varlet/commit/3da04335751955cc0596fddecdcd671add0177de))
|
|
422
|
-
* **cli/eslint:** add ext ([6fa3971](https://github.com/haoziqaq/varlet/commit/6fa39716015036c891aaff9cc3452b044baa0eda))
|
|
423
|
-
* **compile:** remove unnecessary camelize method ([e9fd509](https://github.com/haoziqaq/varlet/commit/e9fd509fb07e29be47f11333e595a852bdc1971c))
|
|
424
|
-
* **site:** remove import ([2b6c499](https://github.com/haoziqaq/varlet/commit/2b6c4996275dba15ce7bc0a8a83cd7a5f1e7ba8c))
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
### Features
|
|
428
|
-
|
|
429
|
-
* **site:** add theme config ([1d2c04c](https://github.com/haoziqaq/varlet/commit/1d2c04c862e8403655ec8bf5a13b84ddf2c3a801))
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
# [1.15.0](https://github.com/haoziqaq/varlet/compare/v1.14.2...v1.15.0) (2021-08-13)
|
|
436
|
-
|
|
437
|
-
**Note:** Version bump only for package @varlet/cli
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
## [1.14.2](https://github.com/haoziqaq/varlet/compare/v1.14.1...v1.14.2) (2021-08-12)
|
|
444
|
-
|
|
445
|
-
**Note:** Version bump only for package @varlet/cli
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
## [1.14.1](https://github.com/haoziqaq/varlet/compare/v1.14.0...v1.14.1) (2021-08-04)
|
|
452
|
-
|
|
453
|
-
**Note:** Version bump only for package @varlet/cli
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
# [1.14.0](https://github.com/haoziqaq/varlet/compare/v1.13.5...v1.14.0) (2021-08-04)
|
|
460
|
-
|
|
461
|
-
**Note:** Version bump only for package @varlet/cli
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
## [1.13.5](https://github.com/haoziqaq/varlet/compare/v1.13.4...v1.13.5) (2021-07-31)
|
|
468
|
-
|
|
469
|
-
**Note:** Version bump only for package @varlet/cli
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
## [1.13.4](https://github.com/haoziqaq/varlet/compare/v1.13.3...v1.13.4) (2021-07-31)
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
### Bug Fixes
|
|
479
|
-
|
|
480
|
-
* **cli:** fix loose error in windows ([2a3f968](https://github.com/haoziqaq/varlet/commit/2a3f9688fceba337bf8eef1d6977bacc75311dae))
|
|
481
|
-
* **ui:** fix babel config ([e5e4128](https://github.com/haoziqaq/varlet/commit/e5e41289791102ce5955abe19f903a6a58cc1cac))
|
|
482
|
-
* **ui:** fix browserlist ([3f4cfeb](https://github.com/haoziqaq/varlet/commit/3f4cfeb4177403ab8723b4841a3f193d3a8ffec6))
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
### Performance Improvements
|
|
486
|
-
|
|
487
|
-
* **cli:** perf build entry ([19f700a](https://github.com/haoziqaq/varlet/commit/19f700adb44532905861459d60e54f06824dd96b))
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
## [1.13.3](https://github.com/haoziqaq/varlet/compare/v1.13.1...v1.13.3) (2021-07-31)
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
### Bug Fixes
|
|
497
|
-
|
|
498
|
-
* **cli:** jsx tsx is not processed as an index ([4079361](https://github.com/haoziqaq/varlet/commit/4079361bb4c4273199653a02b51be0df1d738274))
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
## [1.13.1](https://github.com/haoziqaq/varlet/compare/v1.13.0...v1.13.1) (2021-07-31)
|
|
505
|
-
|
|
506
|
-
**Note:** Version bump only for package @varlet/cli
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
# [1.13.0](https://github.com/haoziqaq/varlet/compare/v1.12.0...v1.13.0) (2021-07-30)
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
### Bug Fixes
|
|
516
|
-
|
|
517
|
-
* **cli:** add the dev command ipv4 prompt, Optimization tips ([e86313b](https://github.com/haoziqaq/varlet/commit/e86313b790afe7812d52dfcff11c74131bf55cdb))
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
### Features
|
|
521
|
-
|
|
522
|
-
* **cli:** support extraction of style dependencies in scripts, and optimize function definitions ([4d7d76f](https://github.com/haoziqaq/varlet/commit/4d7d76f3d61c351dd50a4d8b19081c7cc8b21b9f))
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
## [1.11.1](https://github.com/haoziqaq/varlet/compare/v1.11.0...v1.11.1) (2021-07-29)
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
# [1.12.0](https://github.com/haoziqaq/varlet/compare/v1.11.0...v1.12.0) (2021-07-29)
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
### Bug Fixes
|
|
537
|
-
|
|
538
|
-
* **cli/lint:** fix the bug of cannot get warning message ([ba849b3](https://github.com/haoziqaq/varlet/commit/ba849b3152924716d2ea20c38c769607a28e48ee))
|
|
539
|
-
* **cli/site:** fix build site fail ([fffbb41](https://github.com/haoziqaq/varlet/commit/fffbb416a9bd5f3812e8529c07ae177e3d3b6e63))
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### Features
|
|
543
|
-
|
|
544
|
-
* **cli:** add babel-presets ([1c5825d](https://github.com/haoziqaq/varlet/commit/1c5825d907115b4c1b017c6fb1747cef7f72d29d))
|
|
545
|
-
* **cli:** support jsx tsx ([8d8c946](https://github.com/haoziqaq/varlet/commit/8d8c9466c80cac7820f9268ac7b257c9870e13be))
|
|
546
|
-
* **cli:** support jsx tsx ([132fade](https://github.com/haoziqaq/varlet/commit/132fade5a12de1b8c71263ee72aec364564f0f35))
|
|
547
|
-
* **cli/site:** support hmr ([5ff00d6](https://github.com/haoziqaq/varlet/commit/5ff00d61ec0d1a332557c87142d5afb04f4a6fdb))
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
## [1.11.1](https://github.com/haoziqaq/varlet/compare/v1.11.0...v1.11.1) (2021-07-29)
|
|
554
|
-
|
|
555
|
-
**Note:** Version bump only for package @varlet/cli
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
# [1.11.0](https://github.com/haoziqaq/varlet/compare/v1.10.0...v1.11.0) (2021-07-28)
|
|
562
|
-
|
|
563
|
-
**Note:** Version bump only for package @varlet/cli
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
# [1.10.0](https://github.com/haoziqaq/varlet/compare/v1.9.7...v1.10.0) (2021-07-22)
|
|
570
|
-
|
|
571
|
-
**Note:** Version bump only for package @varlet/cli
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
## [1.9.7](https://github.com/haoziqaq/varlet/compare/v1.9.6...v1.9.7) (2021-07-21)
|
|
578
|
-
|
|
579
|
-
**Note:** Version bump only for package @varlet/cli
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
## [1.9.6](https://github.com/haoziqaq/varlet/compare/v1.9.5...v1.9.6) (2021-07-20)
|
|
586
|
-
|
|
587
|
-
**Note:** Version bump only for package @varlet/cli
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
## [1.9.5](https://github.com/haoziqaq/varlet/compare/v1.9.4...v1.9.5) (2021-07-19)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Bug Fixes
|
|
597
|
-
|
|
598
|
-
* **cli:** fix build error ([27f1947](https://github.com/haoziqaq/varlet/commit/27f19477986c5979784953a2f3ef3c5e7f4fd0f1))
|
|
599
|
-
* **cli:** modify the logic of create route ([d60158a](https://github.com/haoziqaq/varlet/commit/d60158ac5b7ddc13eb9c41f1a8f27bb6f5c26d8f))
|
|
600
|
-
* modify the logic of create routes ([8c00955](https://github.com/haoziqaq/varlet/commit/8c0095573909db9cd406f8554466f153f39e98b7))
|
|
601
|
-
* remove unnecessary code ([578b842](https://github.com/haoziqaq/varlet/commit/578b842d7cdf8e1b71cf54fc3242e1bfb0d34e3d))
|
|
602
|
-
* **cli:** add ./src ([0f46b0a](https://github.com/haoziqaq/varlet/commit/0f46b0a908d072ca5939bd3c21b74344a9543c65))
|
|
603
|
-
* **cli:** fix eslint pattern ([ae93da1](https://github.com/haoziqaq/varlet/commit/ae93da12af4853bcb42e746d0d89f7fddc7be792))
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
### Reverts
|
|
607
|
-
|
|
608
|
-
* revert the commit of modify routes ([d26c420](https://github.com/haoziqaq/varlet/commit/d26c4200c8a81af81ce74afc62d430d02923d603))
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
## [1.9.4](https://github.com/haoziqaq/varlet/compare/v1.9.2...v1.9.4) (2021-07-17)
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
### Bug Fixes
|
|
618
|
-
|
|
619
|
-
* **cli:** fix gen style error ([4f7dade](https://github.com/haoziqaq/varlet/commit/4f7dade4c9c18997a8151273aa8ac006cabb31c7))
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
## [1.9.2](https://github.com/haoziqaq/varlet/compare/v1.9.0...v1.9.2) (2021-07-17)
|
|
626
|
-
|
|
627
|
-
**Note:** Version bump only for package @varlet/cli
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
# [1.9.0](https://github.com/haoziqaq/varlet/compare/v1.8.0...v1.9.0) (2021-07-17)
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
### Bug Fixes
|
|
637
|
-
|
|
638
|
-
* adjust the execution position of the remove function ([7fc61de](https://github.com/haoziqaq/varlet/commit/7fc61deb9eca3bf30a4ecf1d37f531d2c1b154e8))
|
|
639
|
-
* enhance type import ([ae000e5](https://github.com/haoziqaq/varlet/commit/ae000e5755fe3e7618c96a46fa5f3cde89dcb86f))
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
# [1.8.0](https://github.com/haoziqaq/varlet/compare/v1.7.1...v1.8.0) (2021-07-02)
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
### Bug Fixes
|
|
649
|
-
|
|
650
|
-
* 更新类型引入 ([b1636f3](https://github.com/haoziqaq/varlet/commit/b1636f3b94fd5461a4c3f150fbc39a3de0842b0d))
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
## [1.7.1](https://github.com/haoziqaq/varlet/compare/v1.7.0...v1.7.1) (2021-06-19)
|
|
657
|
-
|
|
658
|
-
**Note:** Version bump only for package @varlet/cli
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
# [1.7.0](https://github.com/haoziqaq/varlet/compare/v1.6.0...v1.7.0) (2021-06-14)
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
### Bug Fixes
|
|
668
|
-
|
|
669
|
-
* fix import path and progress style ([81d1651](https://github.com/haoziqaq/varlet/commit/81d1651ca2a036174c29e98d2aedeb963d17c31d))
|
|
670
|
-
* **cli/site:** add hover for lang button ([5ce2822](https://github.com/haoziqaq/varlet/commit/5ce2822d8e1c8c8bd0981cb55d534387e51f6403))
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### Features
|
|
674
|
-
|
|
675
|
-
* **site:** add progress bar ([e4590ec](https://github.com/haoziqaq/varlet/commit/e4590ecee5043da051593672bc23073de77b414a))
|
|
676
|
-
* **site:** add switch language for mobile ([60aff96](https://github.com/haoziqaq/varlet/commit/60aff9631a85633fb523b12757d36a2bf986adbd))
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
### Performance Improvements
|
|
680
|
-
|
|
681
|
-
* optimize progress bar ([0b349db](https://github.com/haoziqaq/varlet/commit/0b349dbfd02c20599a106dce2e0bcef7153cc1cd))
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
# [1.5.0](https://github.com/haoziqaq/varlet/compare/v1.4.9...v1.5.0) (2021-06-02)
|
|
688
|
-
|
|
689
|
-
**Note:** Version bump only for package @varlet/cli
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
## [1.4.9](https://github.com/haoziqaq/varlet/compare/v1.4.8...v1.4.9) (2021-05-31)
|
|
696
|
-
|
|
697
|
-
**Note:** Version bump only for package @varlet/cli
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
## [1.4.8](https://github.com/haoziqaq/varlet/compare/v1.4.7...v1.4.8) (2021-05-31)
|
|
704
|
-
|
|
705
|
-
**Note:** Version bump only for package @varlet/cli
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
## [1.4.7](https://github.com/haoziqaq/varlet/compare/v1.4.6...v1.4.7) (2021-05-31)
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
### Bug Fixes
|
|
715
|
-
|
|
716
|
-
* **cle/site/pc:** Make the left menu ([2585504](https://github.com/haoziqaq/varlet/commit/258550493deffc79f32bd2a60c88e7055596c6ff))
|
|
717
|
-
* **cli/config:** repair header configuration ([a91cd25](https://github.com/haoziqaq/varlet/commit/a91cd258aed834b161f5e789b627d6cfd3595a94))
|
|
718
|
-
* **cli/config/dev:** Fixed the title ([fe54e48](https://github.com/haoziqaq/varlet/commit/fe54e486478247864ae8edf7507e6c2337d11512))
|
|
719
|
-
* **cli/site/pc:** remove unused import ([260358b](https://github.com/haoziqaq/varlet/commit/260358bc8d3c4d3bf5128eaf509d813c39bc6a19))
|
|
720
|
-
* **cli/site/pc:** remove unused import ([c61eb4c](https://github.com/haoziqaq/varlet/commit/c61eb4cc7f6d71f1dabc1ff85be4596a199ea5b0))
|
|
721
|
-
* **cli/site/pc:** repair where the var-cell ([dbb63f8](https://github.com/haoziqaq/varlet/commit/dbb63f84ece63e7f3a48a7c89bf0a8170822caa4))
|
|
722
|
-
* **cli/site/pc:** repair where the var-cell ([bf91f0e](https://github.com/haoziqaq/varlet/commit/bf91f0e3f256dfc5f282f4f6eca9ad2fc95630ad))
|
|
723
|
-
* **cli/site/pc:** add browser title toggle both ([28c9745](https://github.com/haoziqaq/varlet/commit/28c97453752b96618ca8289cb4af5c4ceba0b25c))
|
|
724
|
-
* **cli/site/pc:** remove unused import reactive ([07fdd24](https://github.com/haoziqaq/varlet/commit/07fdd241adf3c5cf1e8c532d7151aae01986c1dc))
|
|
725
|
-
* **cli/site/pc:** remove unused import reactive ([14e1fa8](https://github.com/haoziqaq/varlet/commit/14e1fa89904ba8082eda8198e2b1b8843ff36311))
|
|
726
|
-
* **varlet.default.config:** Now ([fea3daa](https://github.com/haoziqaq/varlet/commit/fea3daa6fc5610a0a567668549d8c92a36c6300d))
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
## [1.4.6](https://github.com/haoziqaq/varlet/compare/v1.4.5...v1.4.6) (2021-05-25)
|
|
733
|
-
|
|
734
|
-
**Note:** Version bump only for package @varlet/cli
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
## [1.4.5](https://github.com/haoziqaq/varlet/compare/v1.4.4...v1.4.5) (2021-05-21)
|
|
741
|
-
|
|
742
|
-
**Note:** Version bump only for package @varlet/cli
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
## [1.4.4](https://github.com/haoziqaq/varlet/compare/v1.4.3...v1.4.4) (2021-05-21)
|
|
749
|
-
|
|
750
|
-
**Note:** Version bump only for package @varlet/cli
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
## [1.4.3](https://github.com/haoziqaq/varlet/compare/v1.4.2...v1.4.3) (2021-05-20)
|
|
757
|
-
|
|
758
|
-
**Note:** Version bump only for package @varlet/cli
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
## [1.4.2](https://github.com/haoziqaq/varlet/compare/v1.4.1...v1.4.2) (2021-05-20)
|
|
765
|
-
|
|
766
|
-
**Note:** Version bump only for package @varlet/cli
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
## [1.4.1](https://github.com/haoziqaq/varlet/compare/v1.4.0...v1.4.1) (2021-05-19)
|
|
773
|
-
|
|
774
|
-
**Note:** Version bump only for package @varlet/cli
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
# [1.4.0](https://github.com/haoziqaq/varlet/compare/v1.3.5...v1.4.0) (2021-05-19)
|
|
781
|
-
|
|
782
|
-
**Note:** Version bump only for package @varlet/cli
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
## [1.3.5](https://github.com/haoziqaq/varlet/compare/v1.3.4...v1.3.5) (2021-05-14)
|
|
789
|
-
|
|
790
|
-
**Note:** Version bump only for package @varlet/cli
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
## [1.3.4](https://github.com/haoziqaq/varlet/compare/v1.3.3...v1.3.4) (2021-05-13)
|
|
797
|
-
|
|
798
|
-
**Note:** Version bump only for package @varlet/cli
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
## [1.3.3](https://github.com/haoziqaq/varlet/compare/v1.3.2...v1.3.3) (2021-05-11)
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
### Bug Fixes
|
|
808
|
-
|
|
809
|
-
* **ui/picker:** 修复picker onChange事件在组件初始化结束后 选择当前选项也会触发一次事件 ([3f6458d](https://github.com/haoziqaq/varlet/commit/3f6458da70ffcce581a4440b350b2fed1764d8b6))
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
## [1.3.2](https://github.com/haoziqaq/varlet/compare/v1.3.1...v1.3.2) (2021-05-10)
|
|
816
|
-
|
|
817
|
-
**Note:** Version bump only for package @varlet/cli
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
## [1.3.1](https://github.com/haoziqaq/varlet/compare/v1.3.0...v1.3.1) (2021-05-08)
|
|
824
|
-
|
|
825
|
-
**Note:** Version bump only for package @varlet/cli
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
# [1.3.0](https://github.com/haoziqaq/varlet/compare/v1.2.3...v1.3.0) (2021-05-08)
|
|
832
|
-
|
|
833
|
-
**Note:** Version bump only for package @varlet/cli
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
## [1.2.3](https://github.com/haoziqaq/varlet/compare/v1.2.2...v1.2.3) (2021-05-07)
|
|
840
|
-
|
|
841
|
-
**Note:** Version bump only for package @varlet/cli
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
## [1.2.2](https://github.com/haoziqaq/varlet/compare/v1.2.1...v1.2.2) (2021-05-06)
|
|
848
|
-
|
|
849
|
-
**Note:** Version bump only for package @varlet/cli
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
## [1.2.1](https://github.com/haoziqaq/varlet/compare/v1.2.0...v1.2.1) (2021-04-29)
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
### Bug Fixes
|
|
859
|
-
|
|
860
|
-
* **ui/input select:** 修复了input select的label居中问题 完成layout skeleton的单元测试 ([b9502f9](https://github.com/haoziqaq/varlet/commit/b9502f9052594398c12397798070589a86e5d879))
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
# [1.2.0](https://github.com/haoziqaq/varlet/compare/v1.1.0...v1.2.0) (2021-04-26)
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
### Bug Fixes
|
|
870
|
-
|
|
871
|
-
* **cli/site:** 添加禁止站点强缓存meta标签 ([761b991](https://github.com/haoziqaq/varlet/commit/761b991dd4b95ee8a3ed543e9b41a1294e1bd944))
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
# [1.1.0](https://github.com/haoziqaq/varlet/compare/v1.0.1...v1.1.0) (2021-04-26)
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
### Bug Fixes
|
|
881
|
-
|
|
882
|
-
* **ui/progress:** 优化progress文档, 重命名props show-active -> label, show-track -> track ([7d82141](https://github.com/haoziqaq/varlet/commit/7d82141aef288e03b580b6ffabc0844f8f889ba3))
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
## [1.0.1](https://github.com/haoziqaq/varlet/compare/v1.0.0...v1.0.1) (2021-04-24)
|
|
889
|
-
|
|
890
|
-
**Note:** Version bump only for package @varlet/cli
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
# [1.0.0](https://github.com/haoziqaq/varlet/compare/v0.13.3...v1.0.0) (2021-04-21)
|
|
897
|
-
|
|
898
|
-
**Note:** Version bump only for package @varlet/cli
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
## [0.13.3](https://github.com/haoziqaq/varlet/compare/v0.13.2...v0.13.3) (2021-04-20)
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
### Bug Fixes
|
|
908
|
-
|
|
909
|
-
* **cli/site:** 修改mobile全局字体颜色 ([3155bf6](https://github.com/haoziqaq/varlet/commit/3155bf65b86dfb5ca0244eb9b2b57fa75870c69e))
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
## [0.13.2](https://github.com/haoziqaq/varlet/compare/v0.13.1...v0.13.2) (2021-04-19)
|
|
916
|
-
|
|
917
|
-
**Note:** Version bump only for package @varlet/cli
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
## [0.13.1](https://github.com/haoziqaq/varlet/compare/v0.13.0...v0.13.1) (2021-04-19)
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
### Bug Fixes
|
|
927
|
-
|
|
928
|
-
* **site:** change logo and back url of mobile ([2709c6c](https://github.com/haoziqaq/varlet/commit/2709c6ca8d084e0360d9014bcadecb074ae2b453))
|
|
929
|
-
* **site:** fix the bug of mouseenter trigger ([d2e4b6d](https://github.com/haoziqaq/varlet/commit/d2e4b6d5a98f04986a05296a0c272d2e6706de8d))
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
# [0.13.0](https://github.com/haoziqaq/varlet/compare/v0.12.2...v0.13.0) (2021-04-17)
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
### Bug Fixes
|
|
939
|
-
|
|
940
|
-
* fix wrong z-index of snackbar and prevent touchmove event of pull-refresh example ([3be0b22](https://github.com/haoziqaq/varlet/commit/3be0b226291d87bba5b660d4e9ea6e2b5f3c3ca9))
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
### Features
|
|
944
|
-
|
|
945
|
-
* **cli/site:** 修改手机样式 自适应高度 ([37029e2](https://github.com/haoziqaq/varlet/commit/37029e2a76fbf6a2995fc4e634c81defe0633fc3))
|
|
946
|
-
* **cli/site markdown-loader/:** 修改文档整体风格 ([288a1f8](https://github.com/haoziqaq/varlet/commit/288a1f8e5a6e81e21accd1b2f18082ac2ee4b74e))
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
## [0.12.2](https://github.com/haoziqaq/varlet/compare/v0.12.1...v0.12.2) (2021-04-14)
|
|
953
|
-
|
|
954
|
-
**Note:** Version bump only for package @varlet/cli
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
## [0.12.1](https://github.com/haoziqaq/varlet/compare/v0.12.0...v0.12.1) (2021-04-14)
|
|
961
|
-
|
|
962
|
-
**Note:** Version bump only for package @varlet/cli
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
# [0.12.0](https://github.com/haoziqaq/varlet/compare/v0.11.4...v0.12.0) (2021-04-14)
|
|
969
|
-
|
|
970
|
-
**Note:** Version bump only for package @varlet/cli
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
## [0.11.4](https://github.com/haoziqaq/varlet/compare/v0.11.3...v0.11.4) (2021-04-11)
|
|
977
|
-
|
|
978
|
-
**Note:** Version bump only for package @varlet/cli
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
## [0.11.3](https://github.com/haoziqaq/varlet/compare/v0.11.2...v0.11.3) (2021-04-09)
|
|
985
|
-
|
|
986
|
-
**Note:** Version bump only for package @varlet/cli
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
## [0.11.2](https://github.com/haoziqaq/varlet/compare/v0.11.1...v0.11.2) (2021-04-08)
|
|
993
|
-
|
|
994
|
-
**Note:** Version bump only for package @varlet/cli
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
## [0.11.1](https://github.com/haoziqaq/varlet/compare/v0.11.0...v0.11.1) (2021-04-08)
|
|
1001
|
-
|
|
1002
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
# [0.11.0](https://github.com/haoziqaq/varlet/compare/v0.10.7...v0.11.0) (2021-04-07)
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
### Features
|
|
1012
|
-
|
|
1013
|
-
* **site:** add Baidu statistics ([db2879b](https://github.com/haoziqaq/varlet/commit/db2879b4ee92fafec54e0e5e3d1dca3a78de4b20))
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
## [0.10.7](https://github.com/haoziqaq/varlet/compare/v0.10.6...v0.10.7) (2021-04-07)
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
### Bug Fixes
|
|
1023
|
-
|
|
1024
|
-
* **cli/compiler:** 编译时创建less.js cover babel-import-plugin ([3b75185](https://github.com/haoziqaq/varlet/commit/3b75185a6e3b25d27da7b95f0778cf70c12268f7))
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
## [0.10.6](https://github.com/haoziqaq/varlet/compare/v0.10.5...v0.10.6) (2021-04-07)
|
|
1031
|
-
|
|
1032
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
## [0.10.5](https://github.com/haoziqaq/varlet/compare/v0.10.4...v0.10.5) (2021-04-07)
|
|
1039
|
-
|
|
1040
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
## [0.10.4](https://github.com/haoziqaq/varlet/compare/v0.10.3...v0.10.4) (2021-04-07)
|
|
1047
|
-
|
|
1048
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
## [0.10.3](https://github.com/haoziqaq/varlet/compare/v0.10.2...v0.10.3) (2021-04-07)
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
### Bug Fixes
|
|
1058
|
-
|
|
1059
|
-
* **ui/*:** 解决组件依赖css优先级问题 优化所有组件文档排版 ([3791438](https://github.com/haoziqaq/varlet/commit/3791438b9d77e381488047a0a4d74f67f4526c59))
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
## [0.10.2](https://github.com/haoziqaq/varlet/compare/v0.10.1...v0.10.2) (2021-04-06)
|
|
1066
|
-
|
|
1067
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
## [0.10.1](https://github.com/haoziqaq/varlet/compare/v0.10.0...v0.10.1) (2021-04-06)
|
|
1074
|
-
|
|
1075
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
# [0.10.0](https://github.com/haoziqaq/varlet/compare/v0.9.6...v0.10.0) (2021-04-06)
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
### Features
|
|
1085
|
-
|
|
1086
|
-
* **varlet-ui:** write rate to form ([4a64a7e](https://github.com/haoziqaq/varlet/commit/4a64a7e93f9ecf58f470c2a1bccb34cec06da189))
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
## [0.9.6](https://github.com/haoziqaq/varlet/compare/v0.9.5...v0.9.6) (2021-04-06)
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
### Bug Fixes
|
|
1096
|
-
|
|
1097
|
-
* **ui/types:** 修改函数式组件类型声明 ([0309fdc](https://github.com/haoziqaq/varlet/commit/0309fdc180e43bdd8788214ffff68637b7450faa))
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
## [0.9.5](https://github.com/haoziqaq/varlet/compare/v0.9.4...v0.9.5) (2021-04-06)
|
|
1104
|
-
|
|
1105
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
## [0.9.4](https://github.com/haoziqaq/varlet/compare/v0.9.3...v0.9.4) (2021-04-06)
|
|
1112
|
-
|
|
1113
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
## [0.9.3](https://github.com/haoziqaq/varlet/compare/v0.9.2...v0.9.3) (2021-04-06)
|
|
1120
|
-
|
|
1121
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
## [0.9.2](https://github.com/haoziqaq/varlet/compare/v0.9.1...v0.9.2) (2021-04-06)
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
### Bug Fixes
|
|
1131
|
-
|
|
1132
|
-
* **ui/*:** 所有组件阻止ios默认的点击高亮 ([78cce5f](https://github.com/haoziqaq/varlet/commit/78cce5f93ff4a039272e8c825b0ed78f324b6fe7))
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
## [0.9.1](https://github.com/haoziqaq/varlet/compare/v0.9.0...v0.9.1) (2021-04-06)
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
### Bug Fixes
|
|
1142
|
-
|
|
1143
|
-
* **cli/site:** 修改生成umd文件名和库的全局变量名称 ([ac39eb0](https://github.com/haoziqaq/varlet/commit/ac39eb0bdee2e3767ec928a119af5f284d7e7649))
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
# [0.9.0](https://github.com/haoziqaq/varlet/compare/v0.8.0...v0.9.0) (2021-04-06)
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
### Bug Fixes
|
|
1153
|
-
|
|
1154
|
-
* **cli:** 优化compileRoutes正则 ([b9223c2](https://github.com/haoziqaq/varlet/commit/b9223c2e63c4f767b319b24c159a4a949a8a4204))
|
|
1155
|
-
* **cli:** 优化compileRoutes的正则匹配 ([2a500dc](https://github.com/haoziqaq/varlet/commit/2a500dce3e22f5c725b9660c8ec01180717fc363))
|
|
1156
|
-
* **cli:** 优化site routes ([8f11570](https://github.com/haoziqaq/varlet/commit/8f1157057a73fe4dbbcd4b818da3d8c661c7a293))
|
|
1157
|
-
* **cli:** 修改了文档站点的样式 ([ac28f9f](https://github.com/haoziqaq/varlet/commit/ac28f9ff6094ee198bca3b2f1d46bc9548de378e))
|
|
1158
|
-
* **cli:** 合并代码 ([9c0a3d5](https://github.com/haoziqaq/varlet/commit/9c0a3d50732399b8c0ed0363c8c52fb30c1784de))
|
|
1159
|
-
* **cli,ui:** icon 文档和重构 ([84fac70](https://github.com/haoziqaq/varlet/commit/84fac70fc627c9e15620000cf34fac69ce6da628))
|
|
1160
|
-
* **cli,ui:** 修改pc站点布局, 修改menu left获取问题 ([87d6041](https://github.com/haoziqaq/varlet/commit/87d6041aba6e579973da67a2d63c144b4d4aa95d))
|
|
1161
|
-
* **cli,ui:** 完成组件库 pc文档 mobile文档的i18n设计 ([cbcd297](https://github.com/haoziqaq/varlet/commit/cbcd2978731f3b7f8850da702beb744fe8e77831))
|
|
1162
|
-
* **cli/site:** 优化路由联动 ([d7bbef3](https://github.com/haoziqaq/varlet/commit/d7bbef370d2feb1c6298eb29b942dbbe241f7dbe))
|
|
1163
|
-
* **cli/site:** 修复语言不同步的问题 ([3271d06](https://github.com/haoziqaq/varlet/commit/3271d06e37faa73e98a68b5986433d27d8be591f))
|
|
1164
|
-
* **cli/site:** 修改手机缩放比例 ([777a38c](https://github.com/haoziqaq/varlet/commit/777a38c46268cf5f394d467eddb149faddc63997))
|
|
1165
|
-
* **site:** return to the previous step and display the left active menu in the visual box ([5ed5313](https://github.com/haoziqaq/varlet/commit/5ed53133de4763dbf360d192324d35674a4e5c52))
|
|
1166
|
-
* **site:** solve the problem of incorrect display of mobile phone ([2a549e8](https://github.com/haoziqaq/varlet/commit/2a549e8eb134e94cc9196908d59b488b059ac70e))
|
|
1167
|
-
* **ui:** merge code ([6565c0b](https://github.com/haoziqaq/varlet/commit/6565c0b94a04ddbe1f33334504634a6153954f58))
|
|
1168
|
-
* **ui:** 增加parse时间格式的工具函数 ([5851cbb](https://github.com/haoziqaq/varlet/commit/5851cbb02e9ff8455f07db42a0f47b61110f2fa4))
|
|
1169
|
-
* **ui:** 重构dialog 完善文档 ([0ba2eb1](https://github.com/haoziqaq/varlet/commit/0ba2eb11081babfc4d48539b6661de3610c1fe77))
|
|
1170
|
-
* **ui:** 重构menu 重写menu example ([edacc76](https://github.com/haoziqaq/varlet/commit/edacc762427eaf1c77614209f636f18bde5b33b8))
|
|
1171
|
-
* **ui/popup:** 重写example ([dd4efa8](https://github.com/haoziqaq/varlet/commit/dd4efa8cfdca28e2ac39a82ad02d2123b34a2518))
|
|
1172
|
-
* **ui/skeleton,button,ripple:** 完成skeleton button ripple的文档编写 ([846ffe9](https://github.com/haoziqaq/varlet/commit/846ffe990b8c755d033843bea3c30ccb8da7e491))
|
|
1173
|
-
* **varlet-ui:** error report in modification ([f8b9020](https://github.com/haoziqaq/varlet/commit/f8b90205837ea059df2f626f4fe9fe2c25e994a7))
|
|
1174
|
-
* **varlet-ui:** modify phone size ([9e92861](https://github.com/haoziqaq/varlet/commit/9e92861d4fbfd562edbdaf67dd14154e6092b01e))
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
### Features
|
|
1178
|
-
|
|
1179
|
-
* countdown ([f3fd177](https://github.com/haoziqaq/varlet/commit/f3fd17770fe367cdfeb41023928f90dc27a3983d))
|
|
1180
|
-
* steps ([4a70c31](https://github.com/haoziqaq/varlet/commit/4a70c31c694ee5c2365b5038df72ca5831ca31df))
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
### Reverts
|
|
1184
|
-
|
|
1185
|
-
* press wrong ([bfe9ee8](https://github.com/haoziqaq/varlet/commit/bfe9ee8ae7d618c7baec0ddf2c120c6b8e2eae93))
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
# [0.8.0](https://github.com/haoziqaq/varlet/compare/v0.7.0...v0.8.0) (2021-02-26)
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
### Bug Fixes
|
|
1195
|
-
|
|
1196
|
-
* **all package.json:** 修订版本 ([c6fc097](https://github.com/haoziqaq/varlet/commit/c6fc09740cda2fb121485e41d01caab082633e2e))
|
|
1197
|
-
* **cli:** webpack4.x -> 5.x ([967b63a](https://github.com/haoziqaq/varlet/commit/967b63a7294058e91dabe0eb27e132c0a3a33baf))
|
|
1198
|
-
* **cli:** 修复windows template highlight 编译异常 ([babb72d](https://github.com/haoziqaq/varlet/commit/babb72d8169d8918bdd09c289227a60b3659f415))
|
|
1199
|
-
* **cli:** 增加模版高亮 默认值描述 ([847ae41](https://github.com/haoziqaq/varlet/commit/847ae4173634cac959783d4d27c4d4a3b4a6908b))
|
|
1200
|
-
* **cli ui/tabs ui/tab:** cli修订依赖版本 tabs tab通信完成 切换效果完成 ([44c9495](https://github.com/haoziqaq/varlet/commit/44c9495469b99d49343f0a20ecf30d406d76e844))
|
|
1201
|
-
* **cli,ui:** 支持组件库,文档i18n ([b76e664](https://github.com/haoziqaq/varlet/commit/b76e66474ae48fffe0722650c4d03499b127aab5))
|
|
1202
|
-
* **merge:** merge ([af975e7](https://github.com/haoziqaq/varlet/commit/af975e772c1d85ce4b220e1911934f37bf709d41))
|
|
1203
|
-
* **root:** 移除了ui/coverage,hightlight的版本控制 ([0c5893d](https://github.com/haoziqaq/varlet/commit/0c5893d9f04fe35e105167a31540c9d1408ec596))
|
|
1204
|
-
* **ui:** 增加单元测试命令 测试覆盖率统计 ide高亮支持 优化cli代码可读性 ([91882c6](https://github.com/haoziqaq/varlet/commit/91882c65349b83140598612fef650330bbf57d56))
|
|
1205
|
-
* **ui/icon:** 增加复制icon功能 ([5282655](https://github.com/haoziqaq/varlet/commit/52826554b46d7121a1209a471be9e6242c8c1167))
|
|
1206
|
-
* **ui/uploader:** uploader原型完成 ([0299500](https://github.com/haoziqaq/varlet/commit/02995005b83b93ee18bd5b4d3bbd2921f783ea61))
|
|
1207
|
-
* modify some style ([ee7be71](https://github.com/haoziqaq/varlet/commit/ee7be710ad1ff0b3d8b9fe349726b5c271e2d21d))
|
|
1208
|
-
* modify style ([72d28b3](https://github.com/haoziqaq/varlet/commit/72d28b35ecbd1b8bfa2d1a2406e566e1b346d1ea))
|
|
1209
|
-
* modify ts to js of example ([d6d269f](https://github.com/haoziqaq/varlet/commit/d6d269f4d159c3cb6bea7605424ab8baf52db6a5))
|
|
1210
|
-
* **ui:** ui/input,checkbox,checkbox-group,radio,radio-group原型完成 优化父子组件通信 ([3af4a62](https://github.com/haoziqaq/varlet/commit/3af4a6205b8a4c1a2f77decdfe4382f0fc9dc24d))
|
|
1211
|
-
* **ui/icon:** icon name支持图片地址 ([a5bcb49](https://github.com/haoziqaq/varlet/commit/a5bcb49d51c7acebf2fe4f515215cc1376fc66f4))
|
|
1212
|
-
* **ui/icon ui/image ui/lazy:** 增加lazy的处理状态 icon原型完成 增加image的load error监听 ([661b111](https://github.com/haoziqaq/varlet/commit/661b111d75061d434d480256b6977908a6dc8ca2))
|
|
1213
|
-
* **ui/tabs ui/tab:** tabs tab原型完成 ([01d6330](https://github.com/haoziqaq/varlet/commit/01d633031a56f4d593a85613a680ed244f49fb2c))
|
|
1214
|
-
* add url-loader and build icons ([c4c219a](https://github.com/haoziqaq/varlet/commit/c4c219a246722cde4d4f60f58b45b223977eba1f))
|
|
1215
|
-
* modify componentName ([206a3c0](https://github.com/haoziqaq/varlet/commit/206a3c04938cd3f21c7f495989e9c8bb7aa118b0))
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
### Features
|
|
1219
|
-
|
|
1220
|
-
* **expansion-panels:** add example ([8ef77ac](https://github.com/haoziqaq/varlet/commit/8ef77ac9d687bb46a897deca6e497660e75538f4))
|
|
1221
|
-
* pullRefresh ([8669e0b](https://github.com/haoziqaq/varlet/commit/8669e0bf76395db657d50acf059fba39faac4e4b))
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
### Performance Improvements
|
|
1225
|
-
|
|
1226
|
-
* **cli:** 优化compiler编译速度 ([20df4e1](https://github.com/haoziqaq/varlet/commit/20df4e18819cc43010cbb3223b980dc140eb5585))
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
# [0.7.0](https://github.com/haoziqaq/varlet/compare/v0.5.13...v0.7.0) (2020-12-25)
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
### Bug Fixes
|
|
1236
|
-
|
|
1237
|
-
* **cli:** 修改.vue文件编译逻辑 ([5e2e64a](https://github.com/haoziqaq/varlet/commit/5e2e64a48acdcf81ba446acc668ebbb32d519ce9))
|
|
1238
|
-
* **cli:** 重构部分代码 ([e4840dc](https://github.com/haoziqaq/varlet/commit/e4840dc59c5087a007d819a0f8db9db795f234a9))
|
|
1239
|
-
* **cli/compiler:** 修复cjs编译bug 增加编译不同模块标准库css,less入口文件 ([226bc04](https://github.com/haoziqaq/varlet/commit/226bc0426f217e834512990edf78077f92fbed78))
|
|
1240
|
-
* **commands:** modify indexTemplate of create ([48a0687](https://github.com/haoziqaq/varlet/commit/48a068701253ceeaca11937a24251c5f5712d435))
|
|
1241
|
-
* **icons:** 子包@varlet/icons完成 svg待选 ([76c8cbd](https://github.com/haoziqaq/varlet/commit/76c8cbd9ff7494e442e6a0edcaed4e9e603905da))
|
|
1242
|
-
* **ui:** button原型制作中 已完成基本type size color基本交互 ([5d528ea](https://github.com/haoziqaq/varlet/commit/5d528ead4d3f13df3d70ee95b837cd819ef4d1e4))
|
|
1243
|
-
* **ui:** menu组件原型完成 重构button popup dialog skeleton的props ([09a57b1](https://github.com/haoziqaq/varlet/commit/09a57b1d692eeab909ab0c1e2672d1095f2df12e))
|
|
1244
|
-
* **ui:** merge ([0c5918f](https://github.com/haoziqaq/varlet/commit/0c5918f0d811691acf9a5549a0e00e1d198435f1))
|
|
1245
|
-
* **ui:** popup dialog原型完成 ([4c3da72](https://github.com/haoziqaq/varlet/commit/4c3da72d776d682c4b1be1b96e445076f53012c1))
|
|
1246
|
-
* **ui:** 增加ui全局上下文 适配teleport keep-alive 锁操作 ([d237750](https://github.com/haoziqaq/varlet/commit/d237750e8efa0ef33841239c0c2e19d745726abe))
|
|
1247
|
-
* **ui/lazy:** lazy原型完成 ([e332fa8](https://github.com/haoziqaq/varlet/commit/e332fa86eed8f6d1598473ba19b023a19c7ed54b))
|
|
1248
|
-
* add margin for loading text and detection componentName ([b42046e](https://github.com/haoziqaq/varlet/commit/b42046e7538d8b05b61b47085446f73c9c46a1b3))
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
### Features
|
|
1252
|
-
|
|
1253
|
-
* add progress ([170d515](https://github.com/haoziqaq/varlet/commit/170d5150aa3dd43c2d2c13ad5c43a154f91749a2))
|
|
1254
|
-
* add touch emulater ([6836953](https://github.com/haoziqaq/varlet/commit/6836953943f38229b5b46361f30f077a00116db7))
|
|
1255
|
-
* loading ([d93e481](https://github.com/haoziqaq/varlet/commit/d93e4812b18f8d4cb310797947416f8feeb97271))
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
# [0.6.0](https://github.com/haoziqaq/varlet/compare/v0.5.13...v0.6.0) (2020-12-24)
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
### Bug Fixes
|
|
1265
|
-
|
|
1266
|
-
* **cli:** 修改.vue文件编译逻辑 ([5e2e64a](https://github.com/haoziqaq/varlet/commit/5e2e64a48acdcf81ba446acc668ebbb32d519ce9))
|
|
1267
|
-
* **cli:** 重构部分代码 ([e4840dc](https://github.com/haoziqaq/varlet/commit/e4840dc59c5087a007d819a0f8db9db795f234a9))
|
|
1268
|
-
* **commands:** modify indexTemplate of create ([48a0687](https://github.com/haoziqaq/varlet/commit/48a068701253ceeaca11937a24251c5f5712d435))
|
|
1269
|
-
* **ui:** button原型制作中 已完成基本type size color基本交互 ([5d528ea](https://github.com/haoziqaq/varlet/commit/5d528ead4d3f13df3d70ee95b837cd819ef4d1e4))
|
|
1270
|
-
* **ui:** menu组件原型完成 重构button popup dialog skeleton的props ([09a57b1](https://github.com/haoziqaq/varlet/commit/09a57b1d692eeab909ab0c1e2672d1095f2df12e))
|
|
1271
|
-
* **ui:** merge ([0c5918f](https://github.com/haoziqaq/varlet/commit/0c5918f0d811691acf9a5549a0e00e1d198435f1))
|
|
1272
|
-
* **ui:** popup dialog原型完成 ([4c3da72](https://github.com/haoziqaq/varlet/commit/4c3da72d776d682c4b1be1b96e445076f53012c1))
|
|
1273
|
-
* **ui:** 增加ui全局上下文 适配teleport keep-alive 锁操作 ([d237750](https://github.com/haoziqaq/varlet/commit/d237750e8efa0ef33841239c0c2e19d745726abe))
|
|
1274
|
-
* **ui/lazy:** lazy原型完成 ([e332fa8](https://github.com/haoziqaq/varlet/commit/e332fa86eed8f6d1598473ba19b023a19c7ed54b))
|
|
1275
|
-
* add margin for loading text and detection componentName ([b42046e](https://github.com/haoziqaq/varlet/commit/b42046e7538d8b05b61b47085446f73c9c46a1b3))
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
### Features
|
|
1279
|
-
|
|
1280
|
-
* add progress ([170d515](https://github.com/haoziqaq/varlet/commit/170d5150aa3dd43c2d2c13ad5c43a154f91749a2))
|
|
1281
|
-
* loading ([d93e481](https://github.com/haoziqaq/varlet/commit/d93e4812b18f8d4cb310797947416f8feeb97271))
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
## [0.5.13](https://github.com/haoziqaq/varlet/compare/v0.5.10...v0.5.13) (2020-11-27)
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
### Bug Fixes
|
|
1291
|
-
|
|
1292
|
-
* **ui/package.json:** fix ([6bb1761](https://github.com/haoziqaq/varlet/commit/6bb1761adb7d25cd27d6ff38ffe3f483f219a4be))
|
|
1293
|
-
* **ui/skeleton:** 修复row的迭代bug ([d1640ac](https://github.com/haoziqaq/varlet/commit/d1640ac6da277ef5023b0cfb136c5a0787d370cd))
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
## [0.5.10](https://github.com/haoziqaq/varlet/compare/v0.5.9...v0.5.10) (2020-11-27)
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
### Bug Fixes
|
|
1303
|
-
|
|
1304
|
-
* **cli ui:** 统一给每个包增加另一个style入口 方便babel-import-plugin解析 ([cd1ef49](https://github.com/haoziqaq/varlet/commit/cd1ef4957d9659c840d710bc423f44234d8340d2))
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
## [0.5.9](https://github.com/haoziqaq/varlet/compare/v0.5.8...v0.5.9) (2020-11-27)
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
### Bug Fixes
|
|
1314
|
-
|
|
1315
|
-
* **all package.json:** 修改了peer依赖 改成了依赖大于目标版本 ([294eced](https://github.com/haoziqaq/varlet/commit/294ecedce9e2f4bb85eea6556eac34e450818d05))
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
## [0.5.8](https://github.com/haoziqaq/varlet/compare/v0.5.7...v0.5.8) (2020-11-27)
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
### Bug Fixes
|
|
1325
|
-
|
|
1326
|
-
* **cli/site ui:** skeleton组件原型完成 文档完成 ([374100f](https://github.com/haoziqaq/varlet/commit/374100f2bcfaafd1ca0369b560e05ecde292de7d))
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
## [0.5.7](https://github.com/haoziqaq/varlet/compare/v0.5.6...v0.5.7) (2020-11-26)
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
### Bug Fixes
|
|
1336
|
-
|
|
1337
|
-
* **ui:** ripple指令原型完成 ([43f8665](https://github.com/haoziqaq/varlet/commit/43f8665e3254fe66b69ca542c9c5daa49a30cce4))
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
## [0.5.6](https://github.com/haoziqaq/varlet/compare/v0.5.5...v0.5.6) (2020-11-23)
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
### Bug Fixes
|
|
1347
|
-
|
|
1348
|
-
* **cli:** 启动生成varlet.config.js ([d8dfa5e](https://github.com/haoziqaq/varlet/commit/d8dfa5ef9ec48ab1c234db0a2b4e20baf3c8f934))
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
## [0.5.5](https://github.com/haoziqaq/varlet/compare/v0.5.4...v0.5.5) (2020-11-23)
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
### Bug Fixes
|
|
1358
|
-
|
|
1359
|
-
* **cli:** 修改ts-loader配置 allowTsInNodeModules ([cf65039](https://github.com/haoziqaq/varlet/commit/cf65039ca0da0021f52cdabecd61029e2abaf485))
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
## [0.5.4](https://github.com/haoziqaq/varlet/compare/v0.5.3...v0.5.4) (2020-11-23)
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
### Bug Fixes
|
|
1369
|
-
|
|
1370
|
-
* **cli:** tsconfig.json加入生产依赖 ([7c56dd2](https://github.com/haoziqaq/varlet/commit/7c56dd22f54001c503dabadd9e77392ce043ad10))
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
## [0.5.3](https://github.com/haoziqaq/varlet/compare/v0.5.2...v0.5.3) (2020-11-23)
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
### Bug Fixes
|
|
1380
|
-
|
|
1381
|
-
* **cli:** 把shim作为生产依赖 ([4e099d9](https://github.com/haoziqaq/varlet/commit/4e099d9c464795ddcc9047871020dfba7cfe6c85))
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
## [0.5.2](https://github.com/haoziqaq/varlet/compare/v0.5.1...v0.5.2) (2020-11-23)
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
### Bug Fixes
|
|
1391
|
-
|
|
1392
|
-
* **all changelog:** 修正版本号 ([af8f2b6](https://github.com/haoziqaq/varlet/commit/af8f2b65d01a436601a5ebfe076be1f75df95c5c))
|
|
1393
|
-
* **添加tsconfig.json到cli的依赖列表:** tsconfig.json ([3e55747](https://github.com/haoziqaq/varlet/commit/3e55747cf3e9877ed30646d13dde35f7c6f0e0a5))
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
## [0.5.1](https://github.com/haoziqaq/varlet/compare/v0.6.0...v0.5.1) (2020-11-23)
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
### Bug Fixes
|
|
1403
|
-
|
|
1404
|
-
* **all packages/package.json:** 发包失败重新发包 ([849f9ae](https://github.com/haoziqaq/varlet/commit/849f9ae95f6ada7cb6e101d976826944bf1e15b3))
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
# [0.5.1](https://github.com/haoziqaq/varlet/compare/v0.5.0...v0.6.0) (2020-11-23)
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
### Bug Fixes
|
|
1414
|
-
|
|
1415
|
-
* add active style ([e23ecb2](https://github.com/haoziqaq/varlet/commit/e23ecb27e564ef761c3f9bd1588956dc0a0e4385))
|
|
1416
|
-
* modify router path ([5451c55](https://github.com/haoziqaq/varlet/commit/5451c552072ad8f1693cf46e51499be0623db2f6))
|
|
1417
|
-
* sentenced to empty ([2f21c5b](https://github.com/haoziqaq/varlet/commit/2f21c5b52753ac4b520c9cf8530b6b35dd2658f8))
|
|
1418
|
-
* **cli:** 增加功能create命令生成单测模板 ([0a2cf55](https://github.com/haoziqaq/varlet/commit/0a2cf55042d18ed0889a2a44ac390eb8dffbf245))
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
### Features
|
|
1422
|
-
|
|
1423
|
-
* add config to globalProperties ([00e2ebf](https://github.com/haoziqaq/varlet/commit/00e2ebf5ee38e1cb2eb0638ad03d724c837eeb44))
|
|
1424
|
-
* add iframe and add style ([5086937](https://github.com/haoziqaq/varlet/commit/508693748e3f9ee574d4db33b9fd83bd57bd66b1))
|
|
1425
|
-
* add markdon-loader ([7dc787b](https://github.com/haoziqaq/varlet/commit/7dc787bfc7719aeef3bdab263a6fffe267e2c9e7))
|
|
1426
|
-
* add style of site ([b936468](https://github.com/haoziqaq/varlet/commit/b9364680cc6bd4952a2e01a62e4c897af8ff6b97))
|
|
1427
|
-
* add test file and router ([fb6615c](https://github.com/haoziqaq/varlet/commit/fb6615c0d92fc086cd91824f4aa49750c0433526))
|
|
1428
|
-
* connect nav and router ([0bc640f](https://github.com/haoziqaq/varlet/commit/0bc640f2cf2081abc378b5db8644d8edeb374763))
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
# [0.5.0](https://github.com/haoziqaq/varlet/compare/v0.4.0...v0.5.0) (2020-11-13)
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
### Bug Fixes
|
|
1438
|
-
|
|
1439
|
-
* **.gitignore:** 移除cli routes文件的依赖托管 ([1576643](https://github.com/haoziqaq/varlet/commit/15766436d3e9e3f16f527635b5fbc97349d39d13))
|
|
1440
|
-
* **cli:** 移除typescript依赖 ([67cd726](https://github.com/haoziqaq/varlet/commit/67cd726ea0fbc72279e8c9a83b13d0bbc4803c6b))
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
### Features
|
|
1444
|
-
|
|
1445
|
-
* **cli:** 增加jest单测命令 一键执行所有单测文件 或是执行某一个组件的单测文件 ([b23bfee](https://github.com/haoziqaq/varlet/commit/b23bfeebf6be90f4e417e3210c3fc82976f59b73))
|
|
1446
|
-
* add auto create pc site route ([65cd41a](https://github.com/haoziqaq/varlet/commit/65cd41a085a22eee4c4cf0b39b3ba727939b4ed3))
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
# [0.4.0](https://github.com/haoziqaq/varlet/compare/v0.3.2...v0.4.0) (2020-11-10)
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
### Features
|
|
1456
|
-
|
|
1457
|
-
* **cli:** 支持打包成umd ([af0645f](https://github.com/haoziqaq/varlet/commit/af0645f8bf648717bf8d616024ac612af4764a51))
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
## [0.3.2](https://github.com/haoziqaq/varlet/compare/v0.3.1...v0.3.2) (2020-11-09)
|
|
1464
|
-
|
|
1465
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
## [0.3.1](https://github.com/haoziqaq/varlet/compare/v0.3.0...v0.3.1) (2020-11-09)
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
### Bug Fixes
|
|
1475
|
-
|
|
1476
|
-
* **cli:** 修改.vue文件编译规则 ([71ab372](https://github.com/haoziqaq/varlet/commit/71ab37266132fa0771802aa57dbef1e6e3670e5a))
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
# [0.3.0](https://github.com/haoziqaq/varlet/compare/v0.2.1...v0.3.0) (2020-11-06)
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
### Features
|
|
1486
|
-
|
|
1487
|
-
* **cli:** 实现compile命令,可编译出es,commonjs规范两套发布代码|实现--watch文件监听,按需编译有改动的文件 ([a00695a](https://github.com/haoziqaq/varlet/commit/a00695a2f0dc66e7ee9674c6ee18e12583cf614b))
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
## [0.2.1](https://github.com/haoziqaq/varlet/compare/v0.2.0...v0.2.1) (2020-11-03)
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
### Bug Fixes
|
|
1497
|
-
|
|
1498
|
-
* **cli:** 修复了node_modules的依赖包没被webpack扫进去的bug ([128a0fa](https://github.com/haoziqaq/varlet/commit/128a0fa44609ef20d5a16d99a25307ccb34be927))
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
# [0.2.0](https://github.com/haoziqaq/varlet/compare/v0.1.7...v0.2.0) (2020-11-03)
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
### Bug Fixes
|
|
1508
|
-
|
|
1509
|
-
* **packages/varlet-cli/lib:** 移除了packages/varlet-cli/lib ([3d71b03](https://github.com/haoziqaq/varlet/commit/3d71b03746838a31fb8922eedda8770699fb6743))
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
### Features
|
|
1513
|
-
|
|
1514
|
-
* **packages/**:** 架构调整,实现varlet-cli dev build命令 ([1ca2cf6](https://github.com/haoziqaq/varlet/commit/1ca2cf636af766615d6e733d5c96ac2d2349b34f))
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
## [0.1.7](https://github.com/haoziqaq/varlet/compare/v0.1.6...v0.1.7) (2020-10-30)
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
### Bug Fixes
|
|
1524
|
-
|
|
1525
|
-
* **所有子包的package.json:** 移除了publicConfig ([1ce49db](https://github.com/haoziqaq/varlet/commit/1ce49db96acb99578517765b4751276d86c1c170))
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
## [0.1.6](https://github.com/haoziqaq/varlet/compare/v0.1.5...v0.1.6) (2020-10-30)
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
### Bug Fixes
|
|
1535
|
-
|
|
1536
|
-
* **lerna.json:** 修改lerna.json的publishConfig字段 ([a6ea83f](https://github.com/haoziqaq/varlet/commit/a6ea83fa70738d7d5d41db377f0f19671c23a755))
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
## [0.1.5](https://github.com/haoziqaq/varlet/compare/v0.1.4...v0.1.5) (2020-10-30)
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
### Bug Fixes
|
|
1546
|
-
|
|
1547
|
-
* **lerna.json:** 修改了lerna.json的public选项 ([831e521](https://github.com/haoziqaq/varlet/commit/831e5219eaa9628decafa53d8e97274c5900c408))
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
## [0.1.4](https://github.com/haoziqaq/varlet/compare/v0.1.3...v0.1.4) (2020-10-30)
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
### Bug Fixes
|
|
1557
|
-
|
|
1558
|
-
* **root package.json:** 修改主包package.json ([1ecfad0](https://github.com/haoziqaq/varlet/commit/1ecfad052da65abb7329dc5c4645717722366496))
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
## [0.1.3](https://github.com/haoziqaq/varlet/compare/v0.1.2...v0.1.3) (2020-10-30)
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
### Bug Fixes
|
|
1568
|
-
|
|
1569
|
-
* **所有子包的package.json:** 修改publicConfig字段 ([d711a57](https://github.com/haoziqaq/varlet/commit/d711a57f6307d8dd9b2f5b2b9a9a869a10d02f7d))
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
## [0.1.2](https://github.com/haoziqaq/varlet/compare/v0.1.1...v0.1.2) (2020-10-30)
|
|
1576
|
-
|
|
1577
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
## [0.1.1](https://github.com/haoziqaq/varlet/compare/v0.1.0...v0.1.1) (2020-10-30)
|
|
1584
|
-
|
|
1585
|
-
**Note:** Version bump only for package @varlet/cli
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
# 0.1.0 (2020-10-30)
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
### Features
|
|
1595
|
-
|
|
1596
|
-
* **初始化仓库:** 初始化规范化配置 monorepo配置 ([5913d0b](https://github.com/haoziqaq/varlet/commit/5913d0b1edb1d72e6c6439af1525a692291861ba))
|