@vc-shell/framework 1.0.115 → 1.0.116
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/CHANGELOG.md +1934 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,1937 @@
|
|
|
1
|
+
## 1.0.116 (2023-11-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## 1.0.115 (2023-11-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **@vc-shell/framework:** vc-select slot fix ([62953b9](https://github.com/VirtoCommerce/vc-shell/commit/62953b94bbbb7e081c813177c45e8ae49183b1c8))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **@vc-shell/create-vc-app:** changed boilerplate ([740915b](https://github.com/VirtoCommerce/vc-shell/commit/740915baea40f4ac25375679dac9e9a209ae1937))
|
|
16
|
+
* **@vc-shell/framework:** updated tsconfigs ([921d000](https://github.com/VirtoCommerce/vc-shell/commit/921d000de8a0ca1b3eed4712eb5cc87e6d6a6616))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 1.0.114 (2023-10-25)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 1.0.113 (2023-10-25)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* add searchable prop to dynamic select ([9cfc810](https://github.com/VirtoCommerce/vc-shell/commit/9cfc810a7b7d30eef65581ece7a7c309fba53bb1))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* **@vc-shell/api-client:** Replace .env variables to command line args ([4bcfade](https://github.com/VirtoCommerce/vc-shell/commit/4bcfade6f0eee7f6e2b74ed898d5b90da1198da8))
|
|
35
|
+
* vm-1215 expose in dynamic blade ([58cf7ef](https://github.com/VirtoCommerce/vc-shell/commit/58cf7effba8b48865373ce444fc2c7902ae16669))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### BREAKING CHANGES
|
|
39
|
+
|
|
40
|
+
* **@vc-shell/api-client:** api client generator now uses
|
|
41
|
+
command line arguments instead of environment variables
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 1.0.111 (2023-10-17)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* dynamic modules ([ed4af3a](https://github.com/VirtoCommerce/vc-shell/commit/ed4af3ad65e47b0d633d6e2eb23e9c90d73ff50d))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## 1.0.110 (2023-10-16)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
## 1.0.109 (2023-10-13)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 1.0.108 (2023-10-13)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 1.0.107 (2023-10-12)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## 1.0.106 (2023-10-12)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### Bug Fixes
|
|
74
|
+
|
|
75
|
+
* code review improvements ([5c6c6dc](https://github.com/VirtoCommerce/vc-shell/commit/5c6c6dc7a60c1212e4c23e0ddbbc42611f16303b))
|
|
76
|
+
* code review improvements ([5453ba0](https://github.com/VirtoCommerce/vc-shell/commit/5453ba0388a51b2946408b980e119a0ad20f7647))
|
|
77
|
+
* delete index.ts from framework api ([8cc2fee](https://github.com/VirtoCommerce/vc-shell/commit/8cc2feef30ac38bcf229234456cac78c8e23f158))
|
|
78
|
+
* open blade on mount fix in import-module ([6644e03](https://github.com/VirtoCommerce/vc-shell/commit/6644e03bcac5b1298db160f3b749c8a44bb8c9c7))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* status type dynamic component ([95f0472](https://github.com/VirtoCommerce/vc-shell/commit/95f0472cd79cb117a94fe467cf4094cdff29373e))
|
|
84
|
+
* vm-1215 vc-video ([52680f6](https://github.com/VirtoCommerce/vc-shell/commit/52680f6f2bd649d7226818f6432e605502ab9eab))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## 1.0.105 (2023-10-02)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 1.0.104 (2023-10-02)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 1.0.103 (2023-09-29)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 1.0.102 (2023-09-29)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* escape images url ([7bc4f95](https://github.com/VirtoCommerce/vc-shell/commit/7bc4f95a6718300d0fa158d17c08ef6bc3b61429))
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
## 1.0.101 (2023-09-28)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* override ts-ignore toSpliced ([c360888](https://github.com/VirtoCommerce/vc-shell/commit/c3608889c4bc987f475f9d25a9149aad4b59bac6))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Features
|
|
118
|
+
|
|
119
|
+
* dynamic app modules samples ([2af411f](https://github.com/VirtoCommerce/vc-shell/commit/2af411fb14c61d9e98da4612057fd157263de397))
|
|
120
|
+
* dynamic modules ([200dcde](https://github.com/VirtoCommerce/vc-shell/commit/200dcde3d127f45267f2d259967839d11ea5d01e))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## 1.0.100 (2023-09-22)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## 1.0.99 (2023-09-22)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Bug Fixes
|
|
132
|
+
|
|
133
|
+
* encode/decode image url ([d0b32b1](https://github.com/VirtoCommerce/vc-shell/commit/d0b32b1d46a58eb3814ce0086244375df90c5f24))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## 1.0.98 (2023-09-21)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* decode image url ([8ce7dbf](https://github.com/VirtoCommerce/vc-shell/commit/8ce7dbfeb9c8c675fe971a134736743357cdc9b7))
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## 1.0.97 (2023-09-12)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## 1.0.96 (2023-08-28)
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 1.0.95 (2023-08-28)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Features
|
|
158
|
+
|
|
159
|
+
* controls for multilang properties ([b07940d](https://github.com/VirtoCommerce/vc-shell/commit/b07940d02f97387929c0081b033f87185fa375b9))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## 1.0.94 (2023-08-04)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* component registration ([07f829f](https://github.com/VirtoCommerce/vc-shell/commit/07f829f731b9a84b1b223b98a97ac299814ea62c))
|
|
169
|
+
* dynamic properties fix ([1f2738a](https://github.com/VirtoCommerce/vc-shell/commit/1f2738a95c1da6fc83ea9086aafab935f4f79bfe))
|
|
170
|
+
* temporary ([65d7a58](https://github.com/VirtoCommerce/vc-shell/commit/65d7a58e159a4f5a06581710156a533790437f4b))
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Features
|
|
174
|
+
|
|
175
|
+
* mltilang label, remove mltilang in vc-editor ([f3411bd](https://github.com/VirtoCommerce/vc-shell/commit/f3411bdde6bb61751a89ffa253c038aadfe22e36))
|
|
176
|
+
* vc-editor multilang ([b494b9c](https://github.com/VirtoCommerce/vc-shell/commit/b494b9c3439e2d52d4be80616712b86b8126f799))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## 1.0.92 (2023-07-12)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## 1.0.91 (2023-07-12)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
## 1.0.90 (2023-07-12)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Bug Fixes
|
|
192
|
+
|
|
193
|
+
* editor update on status change/val rule fix ([ad269a4](https://github.com/VirtoCommerce/vc-shell/commit/ad269a4a74a5d5539aa08d353367b11ecbf6b99b))
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## 1.0.89 (2023-07-07)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
### Features
|
|
201
|
+
|
|
202
|
+
* improved createAppModule ([3752415](https://github.com/VirtoCommerce/vc-shell/commit/3752415eeae183b8dcfe3f23e47f3bcb07faf136))
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
## 1.0.88 (2023-06-27)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* azure ([419830f](https://github.com/VirtoCommerce/vc-shell/commit/419830f01ea3e8d0c93779ebfb8725a7af551e9e))
|
|
212
|
+
* vc-select search ([3aaf55e](https://github.com/VirtoCommerce/vc-shell/commit/3aaf55ec5fb0b6a311f332ab5b0d4e3a227e525d))
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
## 1.0.87 (2023-06-26)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Bug Fixes
|
|
220
|
+
|
|
221
|
+
* navigation exact blade ([7a20053](https://github.com/VirtoCommerce/vc-shell/commit/7a20053705a5e98eeb9bdf3768ab45be113ba66a))
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## 1.0.86 (2023-06-23)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
## 1.0.85 (2023-06-23)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Bug Fixes
|
|
233
|
+
|
|
234
|
+
* check permissions plugin ([cc65272](https://github.com/VirtoCommerce/vc-shell/commit/cc65272d933e29f427b1403df2bdd627b15dd1e6))
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## 1.0.84 (2023-06-23)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
## 1.0.83 (2023-06-23)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
## 1.0.82 (2023-06-23)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## 1.0.81 (2023-06-23)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
## 1.0.80 (2023-06-22)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## 1.0.79 (2023-06-22)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
## 1.0.78 (2023-06-22)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## 1.0.77 (2023-06-22)
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Bug Fixes
|
|
270
|
+
|
|
271
|
+
* base url ([848feb7](https://github.com/VirtoCommerce/vc-shell/commit/848feb7e607cdfc6eb230e3c392ed4ca92457596))
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
## 1.0.76 (2023-06-22)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Bug Fixes
|
|
279
|
+
|
|
280
|
+
* azure login ([bd2d822](https://github.com/VirtoCommerce/vc-shell/commit/bd2d8221f0e3a286fa944da4c7be7eda81786588))
|
|
281
|
+
* base app path ([146b01b](https://github.com/VirtoCommerce/vc-shell/commit/146b01b2e9001ab170dce1c4758d46761ab5e21f))
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
## 1.0.75 (2023-06-21)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Bug Fixes
|
|
289
|
+
|
|
290
|
+
* forgotPassword condition ([428a339](https://github.com/VirtoCommerce/vc-shell/commit/428a33950bd2aa43b04a5112682032e6fddd7d2e))
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
## 1.0.74 (2023-06-21)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Bug Fixes
|
|
298
|
+
|
|
299
|
+
* azure base env ([b511031](https://github.com/VirtoCommerce/vc-shell/commit/b511031c302be5f2ae251eddeb09f5f3fbf2f2bb))
|
|
300
|
+
* pass platformUrl to shell ([6265790](https://github.com/VirtoCommerce/vc-shell/commit/62657901ae6738883ed785e4f54507db85ba7d66))
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
## 1.0.73 (2023-06-08)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Bug Fixes
|
|
308
|
+
|
|
309
|
+
* vc-select generic ([8aca326](https://github.com/VirtoCommerce/vc-shell/commit/8aca3260cc1d5912f5c8063314d820b14078373e))
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
## 1.0.72 (2023-06-07)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Bug Fixes
|
|
317
|
+
|
|
318
|
+
* authData length check ([bd04284](https://github.com/VirtoCommerce/vc-shell/commit/bd04284fd91887a41ba99f52bd37d844a13c2e8a))
|
|
319
|
+
* vc-app-bar mobile styles ([75955d4](https://github.com/VirtoCommerce/vc-shell/commit/75955d4cb9692a3430395f8dbf5943b5c2eb8f36))
|
|
320
|
+
* vc-select dropdown closing ([ecde06f](https://github.com/VirtoCommerce/vc-shell/commit/ecde06ffd679d06f7d8f75304437510f4e46063c))
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* blade nav last state, permissions ([d98144a](https://github.com/VirtoCommerce/vc-shell/commit/d98144a2e5f2b4241543f7624fc7d811aa3f951f))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
## 1.0.71 (2023-06-02)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Bug Fixes
|
|
333
|
+
|
|
334
|
+
* *ui* vc-button text style ([58545cc](https://github.com/VirtoCommerce/vc-shell/commit/58545cc7955549a877e48cb8451e751490c564b3))
|
|
335
|
+
* *ui* vc-popup condition fix ([f0a3866](https://github.com/VirtoCommerce/vc-shell/commit/f0a3866325b12bf4fbc7d68eb83d1692d4cb7cca))
|
|
336
|
+
* navigation prevention fix ([fd94904](https://github.com/VirtoCommerce/vc-shell/commit/fd94904dc94d076dd690c41c18417e5e80dd2cc5))
|
|
337
|
+
* required blade in IBladeEvent interface ([b5197b2](https://github.com/VirtoCommerce/vc-shell/commit/b5197b26994291cb3cb8955626e7fff5154e2e73))
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Features
|
|
341
|
+
|
|
342
|
+
* azure active directory signin ([46cee05](https://github.com/VirtoCommerce/vc-shell/commit/46cee052064434bdd143d744ca7557f5c0fd7e84))
|
|
343
|
+
* common pages moved to shell ([fca5967](https://github.com/VirtoCommerce/vc-shell/commit/fca5967bfa8fdfee09c043dfc565e8aa2534ada1))
|
|
344
|
+
* error slot removed from blades ([9135daa](https://github.com/VirtoCommerce/vc-shell/commit/9135daa186236c6ee9b95ebe786b4fc532828bfb))
|
|
345
|
+
* refactored vc-button ([b66d081](https://github.com/VirtoCommerce/vc-shell/commit/b66d081b79c32fd9a726bf686ec94070debd7f63))
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Reverts
|
|
349
|
+
|
|
350
|
+
* required blade in IBladeEvent ([61b1223](https://github.com/VirtoCommerce/vc-shell/commit/61b1223a3b4ce8a131a0ac58ec6c65ca18a053e8))
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## 1.0.70 (2023-05-18)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Bug Fixes
|
|
358
|
+
|
|
359
|
+
* blade navigation fix ([1a5ed69](https://github.com/VirtoCommerce/vc-shell/commit/1a5ed69640113e6b17acdbebafe65f4f4a33f75e))
|
|
360
|
+
* notification template render condition ([3b5857f](https://github.com/VirtoCommerce/vc-shell/commit/3b5857fa22584a3717ef96b448da747f9a2f4613))
|
|
361
|
+
* other fixes/refactors and types updated ([46ebd82](https://github.com/VirtoCommerce/vc-shell/commit/46ebd823234741b1e0f8c987b5bcdd65808dbd7a))
|
|
362
|
+
* packages mistakes & yarn warnings ([fdc39d2](https://github.com/VirtoCommerce/vc-shell/commit/fdc39d2f25f5a75318c33c82c7eedc4ed479cc1d))
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
* feat!: refactored blade navigation ([6fdd427](https://github.com/VirtoCommerce/vc-shell/commit/6fdd4273d3060a1c7eca955f4c3eba0f5d34905e))
|
|
366
|
+
* feat!: navigation refactoring ([2421e50](https://github.com/VirtoCommerce/vc-shell/commit/2421e5057760f42ac491e2d236018d8e064fea78))
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Features
|
|
370
|
+
|
|
371
|
+
* eslint vue3-recommended/deps up ([b695f9b](https://github.com/VirtoCommerce/vc-shell/commit/b695f9b40e53ea73fdf0b672956e11c29f8c5de7))
|
|
372
|
+
* make menu hidden if there is no items ([b704c12](https://github.com/VirtoCommerce/vc-shell/commit/b704c123fd34bc75cfd17ee7954383f48b2bdae0))
|
|
373
|
+
* menu and toolbar composer for better typing ([a46dca9](https://github.com/VirtoCommerce/vc-shell/commit/a46dca9cf398a91d75f5114c5ab6ff9b0220123b))
|
|
374
|
+
* notifications template ([1af7c34](https://github.com/VirtoCommerce/vc-shell/commit/1af7c34e228a8c7f8f0cdffd4edce4ff00b5882c))
|
|
375
|
+
* popup handler/updated variant templates ([eae6366](https://github.com/VirtoCommerce/vc-shell/commit/eae6366839a2ab2e0c0dccfc14cf7c6bab5731f6))
|
|
376
|
+
* refactored notifications ([84fda40](https://github.com/VirtoCommerce/vc-shell/commit/84fda4097a3afc7bb8e4a9f99da574885b872d7c))
|
|
377
|
+
* updated boilerplate ([9f686cc](https://github.com/VirtoCommerce/vc-shell/commit/9f686cca9361a1070b09d4763f6c5b3ace1a47ce))
|
|
378
|
+
* v-click-outside changed to vueUse directive ([26d764f](https://github.com/VirtoCommerce/vc-shell/commit/26d764f83c9b53e667a85684b424a91de8e06a29))
|
|
379
|
+
* vc-select generic component ([c71c8da](https://github.com/VirtoCommerce/vc-shell/commit/c71c8daead1ba5c5ece2a0eb4e15a52d01b1666e))
|
|
380
|
+
* vc-select generic component ([17639b2](https://github.com/VirtoCommerce/vc-shell/commit/17639b21dbac0022876e81c955a7d072e733d57b))
|
|
381
|
+
* vc-table refactored to generic component ([bcc8ea2](https://github.com/VirtoCommerce/vc-shell/commit/bcc8ea2777cec3b796373d2a34f2c2108f949f76))
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### BREAKING CHANGES
|
|
385
|
+
|
|
386
|
+
* openBlade method has changed
|
|
387
|
+
* changed navigation props names
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
## 1.0.69 (2023-04-26)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Features
|
|
395
|
+
|
|
396
|
+
* select-all ([3e30fef](https://github.com/VirtoCommerce/vc-shell/commit/3e30fefb71f0e5319724f0487c4c01f049ae19ff))
|
|
397
|
+
* transition to yarn berry monorepo ([73a4da7](https://github.com/VirtoCommerce/vc-shell/commit/73a4da7905fffa030501175d76aeaa0f4caae99a))
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
## 1.0.68 (2023-04-24)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* error handling fixes ([594ca20](https://github.com/VirtoCommerce/vc-shell/commit/594ca20b35cc3b8dfd24aa06b6835e48fb36c4c6))
|
|
407
|
+
* errors in console ([32d3a68](https://github.com/VirtoCommerce/vc-shell/commit/32d3a688d0c9ef7cbaff7c736cd3c7863f16e567))
|
|
408
|
+
* immediate timeout start in notification ([e91b7ff](https://github.com/VirtoCommerce/vc-shell/commit/e91b7ffc8db231882e5a8f59770e21d2c6d4553b))
|
|
409
|
+
* notification update on timeout change ([1e1643f](https://github.com/VirtoCommerce/vc-shell/commit/1e1643fb18f6d30ee98103575d2b6cfb40e7e099))
|
|
410
|
+
* update state of updated columns list props ([89e5bb2](https://github.com/VirtoCommerce/vc-shell/commit/89e5bb28251f9a6c672e6e4f960075f83a5f9b62))
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### Features
|
|
414
|
+
|
|
415
|
+
* bigint validation rule ([e91f7da](https://github.com/VirtoCommerce/vc-shell/commit/e91f7dab477762ab66ebd8c98ec0ad1e35ac596e))
|
|
416
|
+
* blade error popup ([2ba0140](https://github.com/VirtoCommerce/vc-shell/commit/2ba0140bd2f79b5848ee5c5b096b02908135cdbe))
|
|
417
|
+
* error handling ([10ab19a](https://github.com/VirtoCommerce/vc-shell/commit/10ab19a372e247551f16466cf3edfa2b3a7ff82b))
|
|
418
|
+
* updated notifications ([0c0a078](https://github.com/VirtoCommerce/vc-shell/commit/0c0a078c8e1ff1e2ca6fd063c60bd3dc0bbe2ef5))
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Reverts
|
|
422
|
+
|
|
423
|
+
* version ([9c36dfd](https://github.com/VirtoCommerce/vc-shell/commit/9c36dfd1b91d391763ae7576be6c2eedd65a4828))
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
## 1.0.67 (2023-04-18)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Bug Fixes
|
|
431
|
+
|
|
432
|
+
* base prop in app-switcher ([b797317](https://github.com/VirtoCommerce/vc-shell/commit/b797317c72b89fca50814c5c84ca472640e3bf04))
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
## 1.0.66 (2023-04-17)
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
### Bug Fixes
|
|
440
|
+
|
|
441
|
+
* navigation fix ([5a0fd23](https://github.com/VirtoCommerce/vc-shell/commit/5a0fd23969922026b9fad467004dca89d4a9d105))
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
## 1.0.65 (2023-04-17)
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Bug Fixes
|
|
449
|
+
|
|
450
|
+
* navigation fix ([7e062d9](https://github.com/VirtoCommerce/vc-shell/commit/7e062d9cab016faa2a6341961f0c857d930d016b))
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
## 1.0.64 (2023-04-14)
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Bug Fixes
|
|
458
|
+
|
|
459
|
+
* querystring alias ([723bc10](https://github.com/VirtoCommerce/vc-shell/commit/723bc103687d07c350dd4a9720fe674a50e0e131))
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
## 1.0.63 (2023-04-13)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### Features
|
|
467
|
+
|
|
468
|
+
* bulk delete in vc-table ([56e8a43](https://github.com/VirtoCommerce/vc-shell/commit/56e8a43dd079654a6ee6d45c1a543b9bbb591f36))
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
## 1.0.62 (2023-04-13)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
### Reverts
|
|
476
|
+
|
|
477
|
+
* vc-table without bulk delete ([ca2865b](https://github.com/VirtoCommerce/vc-shell/commit/ca2865bea4c5b9b72fc7b704dfc229f0762fa149))
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
## 1.0.61 (2023-04-13)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Bug Fixes
|
|
485
|
+
|
|
486
|
+
* deps revert ([6068096](https://github.com/VirtoCommerce/vc-shell/commit/6068096bdef9a3021208399a048e36d027304e89))
|
|
487
|
+
* fixed modified state ([cae1e3d](https://github.com/VirtoCommerce/vc-shell/commit/cae1e3d62cb4528ec93572e67850b58c2c8fef76))
|
|
488
|
+
* removed console.log ([3040520](https://github.com/VirtoCommerce/vc-shell/commit/304052015aaa8917ba7f0119cdd9c0abf4435c69))
|
|
489
|
+
* storybook deps ([a61b6b7](https://github.com/VirtoCommerce/vc-shell/commit/a61b6b70cdc19151f7ed472e3f263bee7192a9fe))
|
|
490
|
+
* tailwind warning fix ([7d8d9c5](https://github.com/VirtoCommerce/vc-shell/commit/7d8d9c546a6440c89aac8328de90030d1a78e235))
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Features
|
|
494
|
+
|
|
495
|
+
* asset manager fix, table improvement, other fixes ([90425d5](https://github.com/VirtoCommerce/vc-shell/commit/90425d514714eac8e30712e8d61561d739a0b89d))
|
|
496
|
+
* components localization files ([5f3c881](https://github.com/VirtoCommerce/vc-shell/commit/5f3c881c910fd5bfab586204c4e1f29a5bb91de9))
|
|
497
|
+
* get rid of tsconfig.build ([722f4ce](https://github.com/VirtoCommerce/vc-shell/commit/722f4cef4cf022e2a18bc244392f208572679240))
|
|
498
|
+
* improved api generation ([58f2ff6](https://github.com/VirtoCommerce/vc-shell/commit/58f2ff66155bc7d58a043bea13d9a46817c4f844))
|
|
499
|
+
* ready for blade expanding ([e1e81ab](https://github.com/VirtoCommerce/vc-shell/commit/e1e81ab04742889179396cab4da1b1df2c3afcd3))
|
|
500
|
+
* some routing refactoring and fixes ([feb15d7](https://github.com/VirtoCommerce/vc-shell/commit/feb15d72258c48b14803c5f6ee9ef18afc13ff6d))
|
|
501
|
+
* updated lerna and scripts ([0c73bc7](https://github.com/VirtoCommerce/vc-shell/commit/0c73bc70ed62932baf03d9e028f3d59dad056bf5))
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
## 1.0.60 (2023-03-30)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
* assets disable save, vc-select improvement ([cc8858f](https://github.com/VirtoCommerce/vc-shell/commit/cc8858f2d933e4210c5125620706673ca6505995))
|
|
511
|
+
* pk-223 ([c93149c](https://github.com/VirtoCommerce/vc-shell/commit/c93149c4bf65d3a536d4a69b8905671b2a80eb30))
|
|
512
|
+
* vm-1134 ([3413aec](https://github.com/VirtoCommerce/vc-shell/commit/3413aec15023581cd77e32d71d4adc89c2ef3289))
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
## 1.0.59 (2023-03-29)
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Bug Fixes
|
|
520
|
+
|
|
521
|
+
* checkbox click disable ([d29c64b](https://github.com/VirtoCommerce/vc-shell/commit/d29c64b7ce924e52a03f403df1fe6b93076605a2))
|
|
522
|
+
* disabled click on table checkbox and actions ([c7a22c1](https://github.com/VirtoCommerce/vc-shell/commit/c7a22c1b6820b6b013347686537c254b5f918112))
|
|
523
|
+
* fixed some bugs ([5aa4964](https://github.com/VirtoCommerce/vc-shell/commit/5aa4964e8f8081e0a2c790277ba5db4b0d99ec22))
|
|
524
|
+
* pk-216 pk-215 ([d800f0c](https://github.com/VirtoCommerce/vc-shell/commit/d800f0c39fc7c0b8b211d3e8690139e0678dcc35))
|
|
525
|
+
* vm-1121 ([26a8ce3](https://github.com/VirtoCommerce/vc-shell/commit/26a8ce3857c9bb3864d24c6a890af5ef7bf42bcd))
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Features
|
|
529
|
+
|
|
530
|
+
* pk-217 ([198e733](https://github.com/VirtoCommerce/vc-shell/commit/198e733b4e3fb91082a1fd74d65dacabe7305f82))
|
|
531
|
+
* table drag'n'drop cols and rows indication ([5e5fde4](https://github.com/VirtoCommerce/vc-shell/commit/5e5fde4c1df98cfe81573e8c476dfd3c6ba8fec9))
|
|
532
|
+
* vm-1127 vm-1128 vc-1121 vm-119 ([7c23ecc](https://github.com/VirtoCommerce/vc-shell/commit/7c23ecc699ef4851a2068b172f5871e18a94808c))
|
|
533
|
+
* vm-1129 ([44c332e](https://github.com/VirtoCommerce/vc-shell/commit/44c332e28a6b1ab98e50c0957e74ec0d42fe48f5))
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
## 1.0.58 (2023-03-23)
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
### Bug Fixes
|
|
541
|
+
|
|
542
|
+
* fixed closing child blades ([8c3f853](https://github.com/VirtoCommerce/vc-shell/commit/8c3f853370f30b5c35fb2c3bcc03c59bab032838))
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Features
|
|
546
|
+
|
|
547
|
+
* assets manager/assets module, table fix ([e0d7e57](https://github.com/VirtoCommerce/vc-shell/commit/e0d7e572b2b8fa979895a4d6ab411cd82562e90f))
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
## 1.0.57 (2023-03-22)
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Bug Fixes
|
|
555
|
+
|
|
556
|
+
* actions fix ([0e9d133](https://github.com/VirtoCommerce/vc-shell/commit/0e9d1336953581f8ce34fc496b8de91a27cdacca))
|
|
557
|
+
* added code-editor export ([783c742](https://github.com/VirtoCommerce/vc-shell/commit/783c742fae9cceb6fb5f68218ad15e25e820fa5e))
|
|
558
|
+
* added placement update ([d31a60e](https://github.com/VirtoCommerce/vc-shell/commit/d31a60e97d0ef663107b20acb1371ad79aeb36ec))
|
|
559
|
+
* return removed methods ([04aee29](https://github.com/VirtoCommerce/vc-shell/commit/04aee299011da8118f6fe089a8a2a7650ee7e124))
|
|
560
|
+
* some fixes and up version ([ee3d33f](https://github.com/VirtoCommerce/vc-shell/commit/ee3d33f68015cf13cc250346a89c538a0218361b))
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Features
|
|
564
|
+
|
|
565
|
+
* added row reordering to vc-table ([85188f7](https://github.com/VirtoCommerce/vc-shell/commit/85188f75270386d577210df077d479a678ecafe6))
|
|
566
|
+
* better define global components ([c34e37f](https://github.com/VirtoCommerce/vc-shell/commit/c34e37f9d1aa3a41fdc3a312ee24093569a61d03))
|
|
567
|
+
* bugfixes and new editor component ([59ef67a](https://github.com/VirtoCommerce/vc-shell/commit/59ef67a2636099d622dad419e14acbc0aef17dca))
|
|
568
|
+
* edit columns ([43fd8db](https://github.com/VirtoCommerce/vc-shell/commit/43fd8db02d2474a29768e961eb78e98d77c5814b))
|
|
569
|
+
* improved table layout ([8011d16](https://github.com/VirtoCommerce/vc-shell/commit/8011d16041e610333ee8395676abbd98720489fe))
|
|
570
|
+
* new toolbar in vc-editor, image-loader ([72a48fe](https://github.com/VirtoCommerce/vc-shell/commit/72a48fe6372851cff0e73ee73dca715dbca04539))
|
|
571
|
+
* some types refactoring ([4c039ea](https://github.com/VirtoCommerce/vc-shell/commit/4c039ea4d304e76e3dacb960eaf65dd8700ea5d5))
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
## 1.0.55 (2023-03-14)
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
### Bug Fixes
|
|
579
|
+
|
|
580
|
+
* new yarn.lock ([e7492af](https://github.com/VirtoCommerce/vc-shell/commit/e7492afe894926b839bef1ea9a58b86fd83ce1d1))
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
### Features
|
|
584
|
+
|
|
585
|
+
* table sorting/drag'n'drop/column edit ([e542e5c](https://github.com/VirtoCommerce/vc-shell/commit/e542e5c62f589d6d6a4e5d011289a0845bf1326b))
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
## 1.0.54 (2023-03-07)
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
### Bug Fixes
|
|
593
|
+
|
|
594
|
+
* increase allowed line length to 120 ([28ac0d7](https://github.com/VirtoCommerce/vc-shell/commit/28ac0d7f77d64ea980666468d4ee194c7f3ffffb))
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
### Features
|
|
598
|
+
|
|
599
|
+
* deps new versions, vc-shell as ES module, config builder refactoring, new logger ([2cee26c](https://github.com/VirtoCommerce/vc-shell/commit/2cee26c6017b449481dd5c3562043b116a95387f))
|
|
600
|
+
* global components refactoring, removed logger, new development flow, removed unnecessary deps ([e50bf7b](https://github.com/VirtoCommerce/vc-shell/commit/e50bf7b7b12287d278432a705971c761f847e16a))
|
|
601
|
+
* validation and refactoring ([ffc714a](https://github.com/VirtoCommerce/vc-shell/commit/ffc714a7f11afbf2b453686e41d0769243b9ff7a))
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
## 1.0.53 (2023-03-02)
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
### Bug Fixes
|
|
609
|
+
|
|
610
|
+
* types fix/revert unwanted changes ([bf00500](https://github.com/VirtoCommerce/vc-shell/commit/bf00500be7ecdfea1f190556f2d933c2173e66c9))
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
## 1.0.52 (2023-03-02)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Bug Fixes
|
|
618
|
+
|
|
619
|
+
* routing fix ([86f38c6](https://github.com/VirtoCommerce/vc-shell/commit/86f38c6a3c0ce2461fd0c49bd446f5c94c359d61))
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
## 1.0.51 (2023-03-02)
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
### Bug Fixes
|
|
627
|
+
|
|
628
|
+
* shared tailwind styles ([9f9be99](https://github.com/VirtoCommerce/vc-shell/commit/9f9be99aa0709d7f5e3a056e7298cb64af8940ef))
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
## 1.0.50 (2023-03-01)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Features
|
|
636
|
+
|
|
637
|
+
* fully typed components ([8776b3c](https://github.com/VirtoCommerce/vc-shell/commit/8776b3cae31c4014a7e12167ba345c1c2a2bdceb))
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
## 1.0.49 (2023-02-27)
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Bug Fixes
|
|
645
|
+
|
|
646
|
+
* attempt to fix type checking ([59e5874](https://github.com/VirtoCommerce/vc-shell/commit/59e5874a91f0cdbaae84db0608a8577e6eb5911f))
|
|
647
|
+
* build fix ([f0eea9e](https://github.com/VirtoCommerce/vc-shell/commit/f0eea9e0a5a42bc36b8aaf057e9f476372eb7f50))
|
|
648
|
+
* removed peer deps ([87312c4](https://github.com/VirtoCommerce/vc-shell/commit/87312c4f11ca4009e17e1f60793a63eed9142b59))
|
|
649
|
+
* temporary disable checker ([bad403c](https://github.com/VirtoCommerce/vc-shell/commit/bad403c50a890749039c5b02828f6e28878427a5))
|
|
650
|
+
* typeRoots ([24321ca](https://github.com/VirtoCommerce/vc-shell/commit/24321ca2cc3b83a358e06880e4c9ff416d1cd950))
|
|
651
|
+
* types in tsconfig ([c436813](https://github.com/VirtoCommerce/vc-shell/commit/c4368138e809d272c87ea2c264204ca2e716b3be))
|
|
652
|
+
* typings ([b123505](https://github.com/VirtoCommerce/vc-shell/commit/b123505d6dd9e0b9f740ccd354ee760397454745))
|
|
653
|
+
* typings ([b41d7ca](https://github.com/VirtoCommerce/vc-shell/commit/b41d7ca4b7a7967bc83c52a0810cfde77077747c))
|
|
654
|
+
* typo ([ebb4f20](https://github.com/VirtoCommerce/vc-shell/commit/ebb4f207d714c42051626e600f883b4f87aa293c))
|
|
655
|
+
* unused var fix ([b0f62e9](https://github.com/VirtoCommerce/vc-shell/commit/b0f62e93adceb10d8c34ce61d18bb6a5622417c1))
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
## 1.0.48 (2023-02-27)
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
### Bug Fixes
|
|
663
|
+
|
|
664
|
+
* slider fix ([52586c4](https://github.com/VirtoCommerce/vc-shell/commit/52586c45a2afccad5d9d4afa4e830389ec3b192f))
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
### Features
|
|
668
|
+
|
|
669
|
+
* **moment:** add precise duration formatting ([#156](https://github.com/VirtoCommerce/vc-shell/issues/156)) ([ab24d01](https://github.com/VirtoCommerce/vc-shell/commit/ab24d01380605a2c55b243853395574c1e4cf111))
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
## 1.0.47 (2023-02-22)
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
### Bug Fixes
|
|
677
|
+
|
|
678
|
+
* fixed types ([88c89e2](https://github.com/VirtoCommerce/vc-shell/commit/88c89e20430bbd727827ba82ca3427f11aff0c1c))
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
## 1.0.46 (2023-02-16)
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
### Bug Fixes
|
|
686
|
+
|
|
687
|
+
* tailwind blade fix ([ffdbf5a](https://github.com/VirtoCommerce/vc-shell/commit/ffdbf5a8ee00d4fb2a77d185b271dfbf048e9961))
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
## 1.0.45 (2023-02-15)
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Bug Fixes
|
|
695
|
+
|
|
696
|
+
* list price column in offers ([e03af66](https://github.com/VirtoCommerce/vc-shell/commit/e03af662dfcff71b2cd1a98fdd2a684baa922317))
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Features
|
|
700
|
+
|
|
701
|
+
* version up ([dd20390](https://github.com/VirtoCommerce/vc-shell/commit/dd203905f203990f31e1dd57c16ed6fe43ac0b4b))
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
## 1.0.44 (2023-02-08)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Bug Fixes
|
|
709
|
+
|
|
710
|
+
* version ([#153](https://github.com/VirtoCommerce/vc-shell/issues/153)) ([2a9b571](https://github.com/VirtoCommerce/vc-shell/commit/2a9b57151e66df6608e13dd101ce0844fe315f7e))
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
## 1.0.43 (2023-02-02)
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
## 1.0.42 (2023-02-02)
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
### Features
|
|
722
|
+
|
|
723
|
+
* add composables for popular code duplicates ([#152](https://github.com/VirtoCommerce/vc-shell/issues/152)) ([da9d3f3](https://github.com/VirtoCommerce/vc-shell/commit/da9d3f300e43d536c563bb5ca1214ec8b54fefa3))
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
## 1.0.41 (2023-01-20)
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
### Features
|
|
731
|
+
|
|
732
|
+
* extended customization ([07275b8](https://github.com/VirtoCommerce/vc-shell/commit/07275b862e8fddfe01ab9ceabca85f4e1449cace))
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
## 1.0.40 (2023-01-17)
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
### Bug Fixes
|
|
740
|
+
|
|
741
|
+
* components refactoring ([3eccded](https://github.com/VirtoCommerce/vc-shell/commit/3eccdeddaa04d208793a3408847aca298be95ee9))
|
|
742
|
+
* useBladeNavigation parent routing error fix ([7e03eff](https://github.com/VirtoCommerce/vc-shell/commit/7e03effef5961aa0e23d5db337eda6b36563922e))
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
### Features
|
|
746
|
+
|
|
747
|
+
* completed UI inputs refactoring ([c1a3f17](https://github.com/VirtoCommerce/vc-shell/commit/c1a3f17525f3287a76426fcf065aae674ad808ce))
|
|
748
|
+
* extended customization ([f67cefc](https://github.com/VirtoCommerce/vc-shell/commit/f67cefcd836868cf2e24df3313eb3edc3bfd2635))
|
|
749
|
+
* extended customization ([38183ee](https://github.com/VirtoCommerce/vc-shell/commit/38183ee829836e44644864f7036c7eb18653d291))
|
|
750
|
+
* new input and select component ([c5b9bc4](https://github.com/VirtoCommerce/vc-shell/commit/c5b9bc4657a33eb0a141c7ed113b53815df91338))
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
## 1.0.39 (2022-12-12)
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
### Bug Fixes
|
|
758
|
+
|
|
759
|
+
* refactored aliases, main blade expanded fix/param fix, eslint config in framework ([673b714](https://github.com/VirtoCommerce/vc-shell/commit/673b7144abb98aa66cf4c13f54d457a78213dcf4))
|
|
760
|
+
* removed console.log ([f5c6001](https://github.com/VirtoCommerce/vc-shell/commit/f5c60017d72c115cfd8b83624175fcd8b0180cf7))
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
### Features
|
|
764
|
+
|
|
765
|
+
* completed validation refactoring ([5d673fc](https://github.com/VirtoCommerce/vc-shell/commit/5d673fc2a3fdf8cc239171bf94b70ca621268a8e))
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
## 1.0.38 (2022-12-05)
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
### Bug Fixes
|
|
773
|
+
|
|
774
|
+
* navigation fix w/o navigationCB ([66f27e3](https://github.com/VirtoCommerce/vc-shell/commit/66f27e306011d994bb2f0eb31d4cf54383b92c0a))
|
|
775
|
+
* removed app switcher item description ([dc4ce9c](https://github.com/VirtoCommerce/vc-shell/commit/dc4ce9c3114a86bec23a18941c31351198f3e2c5))
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
### Features
|
|
779
|
+
|
|
780
|
+
* merged framework library ([46a2691](https://github.com/VirtoCommerce/vc-shell/commit/46a26910b5c437fddec8d280445209999ff77240))
|
|
781
|
+
* navigation and component types, fixes and improvements ([de303e0](https://github.com/VirtoCommerce/vc-shell/commit/de303e0519e9212e692501132257903e88572d4f))
|
|
782
|
+
* validation draft ([ed7c743](https://github.com/VirtoCommerce/vc-shell/commit/ed7c7439147d9cd37a08cd8097891cc889c1f592))
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
## 1.0.37 (2022-11-22)
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
## 1.0.36 (2022-11-21)
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
### Bug Fixes
|
|
794
|
+
|
|
795
|
+
* remove unwanted gitHead ([3ec4f11](https://github.com/VirtoCommerce/vc-shell/commit/3ec4f115d030375da0b1675be645bad43ee9c544))
|
|
796
|
+
* removed api factories ([bb54dc1](https://github.com/VirtoCommerce/vc-shell/commit/bb54dc10a0e004cc22ed9f66686c41cedd0c14a5))
|
|
797
|
+
* some fixes ([7f17c63](https://github.com/VirtoCommerce/vc-shell/commit/7f17c63592180532ac21ee62dd327bda37d5eb29))
|
|
798
|
+
* switcher width ([6ee568c](https://github.com/VirtoCommerce/vc-shell/commit/6ee568c4a23182dc47cb27e8f94e6ff6c8fff972))
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
### Features
|
|
802
|
+
|
|
803
|
+
* app switcher ([dd7f478](https://github.com/VirtoCommerce/vc-shell/commit/dd7f4789849f6a8a39c95672246140e607c7e287))
|
|
804
|
+
* app switcher ([a214461](https://github.com/VirtoCommerce/vc-shell/commit/a21446130ca7def12cd4aef9a4feb0aa66e813b1))
|
|
805
|
+
* combined vue router + custom ([6d1b6d3](https://github.com/VirtoCommerce/vc-shell/commit/6d1b6d31defe685253dc53f3e761784208f1e92b))
|
|
806
|
+
* combined vue router + custom ([762edea](https://github.com/VirtoCommerce/vc-shell/commit/762edeaa3cef2d80e68c53ce5605b4e2d3aedf63))
|
|
807
|
+
* small refactoring ([721448f](https://github.com/VirtoCommerce/vc-shell/commit/721448f4398a179a77b70e1992873771c13ff3c8))
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
## 1.0.34 (2022-11-15)
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
### Bug Fixes
|
|
815
|
+
|
|
816
|
+
* api client generation ([a8919a0](https://github.com/VirtoCommerce/vc-shell/commit/a8919a014f17bd1a737b6f4ff151fbdb4ced3ebb))
|
|
817
|
+
* vc-input validation rules ([#141](https://github.com/VirtoCommerce/vc-shell/issues/141)) ([666441b](https://github.com/VirtoCommerce/vc-shell/commit/666441be57c177b49d7fb5094198e2e13039d4b2))
|
|
818
|
+
* vuedraggable fix ([e5a78c1](https://github.com/VirtoCommerce/vc-shell/commit/e5a78c19a6581c7e545163731a13b16b7bbf104d))
|
|
819
|
+
* vuedraggable fix ([f449489](https://github.com/VirtoCommerce/vc-shell/commit/f4494896149c50c2ef27bca82f87b45266e36807))
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
### Features
|
|
823
|
+
|
|
824
|
+
* app switcher component, tailwind classes refactoring ([1f25176](https://github.com/VirtoCommerce/vc-shell/commit/1f25176ee0594af1f44ec17268af704c4c1da03f))
|
|
825
|
+
* request refactoring ([415131a](https://github.com/VirtoCommerce/vc-shell/commit/415131a5874ed14886ffb6398e2cad9606162fbf))
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
## 1.0.31 (2022-10-14)
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
## 1.0.30 (2022-10-14)
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### Features
|
|
837
|
+
|
|
838
|
+
* full lib content to npm ([28cc487](https://github.com/VirtoCommerce/vc-shell/commit/28cc4874abb7806e073c976cd12baf1f8bd22f1a))
|
|
839
|
+
* pseudo-monorepo ([a7f7a4a](https://github.com/VirtoCommerce/vc-shell/commit/a7f7a4a8b09739e1755d0cf065fd798c9d66f3aa))
|
|
840
|
+
* rating component ([#136](https://github.com/VirtoCommerce/vc-shell/issues/136)) ([f3ea347](https://github.com/VirtoCommerce/vc-shell/commit/f3ea3478eecd2e5f4bcc058c9569597b6c5c77ff))
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
## 1.0.28 (2022-10-10)
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
### Bug Fixes
|
|
848
|
+
|
|
849
|
+
* signIn issue ([c54ae9a](https://github.com/VirtoCommerce/vc-shell/commit/c54ae9aacbab57b5c650304bb2aa9bbb40b85227))
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
### Features
|
|
853
|
+
|
|
854
|
+
* merge autosave ([8cb20db](https://github.com/VirtoCommerce/vc-shell/commit/8cb20dbd45e990cadcf8eb3b28e4bf463135c397))
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
## 1.0.27 (2022-10-07)
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
### Bug Fixes
|
|
862
|
+
|
|
863
|
+
* fix sharing auth data ([6493fc1](https://github.com/VirtoCommerce/vc-shell/commit/6493fc1691925e9dc91061428f42c3e8fbfbe35a))
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
## 1.0.26 (2022-10-07)
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
### Bug Fixes
|
|
871
|
+
|
|
872
|
+
* local storage auth key ([5d999d6](https://github.com/VirtoCommerce/vc-shell/commit/5d999d60cf465bca29db559a9ea9312857f9ecb2))
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
## 1.0.25 (2022-10-07)
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
### Features
|
|
880
|
+
|
|
881
|
+
* share auth data between platform manager and custom apps ([c466d00](https://github.com/VirtoCommerce/vc-shell/commit/c466d00b341e8e3d9dc7d6861449daad64d9b1c7))
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
## 1.0.24 (2022-10-06)
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
## 1.0.23 (2022-10-06)
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
### Bug Fixes
|
|
893
|
+
|
|
894
|
+
* build ([6be999b](https://github.com/VirtoCommerce/vc-shell/commit/6be999b2f13aa8a040374f668b8b71450e7c8c6b))
|
|
895
|
+
* rename virto-shell -> virtocommerce ([ba74f8f](https://github.com/VirtoCommerce/vc-shell/commit/ba74f8fb7fcb61744f2348e8521dfae77775418b))
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
### Reverts
|
|
899
|
+
|
|
900
|
+
* Revert "chore: %s publish" ([bfdda26](https://github.com/VirtoCommerce/vc-shell/commit/bfdda2630a86d545e5800a3508a77c0fb377fd82))
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
## 1.0.22 (2022-09-29)
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
## 1.0.21 (2022-09-14)
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
### Features
|
|
912
|
+
|
|
913
|
+
* vm-741 893 1005 1019 1021 513 978 914 920 828 963 755 ([b8b2cda](https://github.com/VirtoCommerce/vc-shell/commit/b8b2cdaedf32128b35c04d85689eb3203057b7d0))
|
|
914
|
+
* vm-801 1042 800 569 1043 914 814 1054 920 1019 ([8bf48a3](https://github.com/VirtoCommerce/vc-shell/commit/8bf48a32989c1b64b2aac4a5bc96b9bdcf7f995a))
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
## 1.0.17 (2022-08-05)
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
### Bug Fixes
|
|
922
|
+
|
|
923
|
+
* permissions fix ([d53c3c3](https://github.com/VirtoCommerce/vc-shell/commit/d53c3c39196e9a8aa5dac6b223bbfb81b5a5f54c))
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
## 1.0.16 (2022-08-05)
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
### Bug Fixes
|
|
931
|
+
|
|
932
|
+
* baseUrl ([7306cf9](https://github.com/VirtoCommerce/vc-shell/commit/7306cf9f3218f6cbab639a460b982e4bd7e1220c))
|
|
933
|
+
* refactoring ([d20e1cd](https://github.com/VirtoCommerce/vc-shell/commit/d20e1cd36cf7e85e4dc7ca89a1599194619d353a))
|
|
934
|
+
* shorter human-readable names ([23033f7](https://github.com/VirtoCommerce/vc-shell/commit/23033f77aa6f6788b4e2ef1353a3c14cc6fe7392))
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
### Features
|
|
938
|
+
|
|
939
|
+
* generate API clients from command line ([d8c1870](https://github.com/VirtoCommerce/vc-shell/commit/d8c1870aa38f4376181a584c3259aae3f547d792))
|
|
940
|
+
* new selector ([0880668](https://github.com/VirtoCommerce/vc-shell/commit/0880668fab57925296fd6b4725d9c50157da3b08))
|
|
941
|
+
* new selector ([07ce374](https://github.com/VirtoCommerce/vc-shell/commit/07ce3748aa03cedb2a7d25e2a0b1f798374fed94))
|
|
942
|
+
* new selector ([d600bb9](https://github.com/VirtoCommerce/vc-shell/commit/d600bb9b6aadf1b1716decd6ba3a0c9fef4e5ec7))
|
|
943
|
+
* version up ([85d5ab5](https://github.com/VirtoCommerce/vc-shell/commit/85d5ab59926cc4fe8c2e6464a0d6cb1e849c975d))
|
|
944
|
+
* vm-679, vm-814, vm-807, vc-selector refactoring ([d3426f2](https://github.com/VirtoCommerce/vc-shell/commit/d3426f2bd034e5971d6cc33af5e8f22ce65e27c0))
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
## 1.0.13 (2022-07-14)
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
### Features
|
|
952
|
+
|
|
953
|
+
* npm publish configuration ([41e3ff8](https://github.com/VirtoCommerce/vc-shell/commit/41e3ff8c04eccff1ed9a934c5a3457aec26a32dc))
|
|
954
|
+
* product details improvements ([#120](https://github.com/VirtoCommerce/vc-shell/issues/120)) ([199455c](https://github.com/VirtoCommerce/vc-shell/commit/199455c88ff1b932d2ab5e79a0f40485cdb5e181))
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
## 1.0.12 (2022-07-12)
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
## 1.0.11 (2022-07-08)
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
### Features
|
|
966
|
+
|
|
967
|
+
* org page ([9aa669f](https://github.com/VirtoCommerce/vc-shell/commit/9aa669f2430857f1d599e8b57425ad2ba7d8758a))
|
|
968
|
+
* org page ([d058bfc](https://github.com/VirtoCommerce/vc-shell/commit/d058bfcf414550707db7c2a39d76fa5a513a1350))
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
## 1.0.10 (2022-06-29)
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
## 1.0.9 (2022-06-21)
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
## 1.0.8 (2022-06-16)
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
## 1.0.7 (2022-06-09)
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
## 1.0.6 (2022-06-09)
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
## 1.0.5 (2022-06-07)
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
## 1.0.4 (2022-06-03)
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
## 1.0.3 (2022-05-30)
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
## 1.0.2 (2022-05-25)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
## 1.0.1 (2022-05-24)
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
# 1.0.0 (2022-05-13)
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
## 0.1.20 (2022-04-27)
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
## 0.1.19 (2022-04-19)
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
## 0.1.18 (2022-04-15)
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
## 0.1.17 (2022-04-15)
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
## 0.1.16 (2022-04-15)
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
## 0.1.15 (2022-04-15)
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
## 0.1.13 (2022-04-14)
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
## 0.1.12 (2022-04-07)
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
## 0.1.11 (2022-04-05)
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
## 0.1.10 (2022-04-04)
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
## 0.1.9 (2022-04-01)
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
## 0.1.8 (2022-03-29)
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
## 0.1.7 (2022-03-17)
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
## 0.1.6 (2022-03-16)
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
## 0.1.5 (2022-03-16)
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
## 0.1.4 (2022-03-16)
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
## 0.1.3 (2022-03-14)
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
## 0.1.2 (2022-03-10)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
## 0.1.1 (2022-03-10)
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
## 0.0.123 (2022-03-04)
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
### Bug Fixes
|
|
1096
|
+
|
|
1097
|
+
* dictionary ([65127f9](https://github.com/VirtoCommerce/vc-shell/commit/65127f97d597e4dc7224c70c04902399b0c05adf))
|
|
1098
|
+
* dynamic name fix ([b083495](https://github.com/VirtoCommerce/vc-shell/commit/b0834951087f720562f28fc78a28a69ea0e65cb9))
|
|
1099
|
+
* required key change ([5de380f](https://github.com/VirtoCommerce/vc-shell/commit/5de380f3a2f1493a3a45b1f1199aaa9cb224df76))
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
## 0.0.122 (2022-02-28)
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
## 0.0.121 (2022-02-24)
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
## 0.0.120 (2022-02-17)
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
## 0.0.119 (2022-02-16)
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
## 0.0.117 (2022-02-16)
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
## 0.0.116 (2022-02-14)
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
## 0.0.115 (2022-02-04)
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
## 0.0.114 (2022-02-03)
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
## 0.0.113 (2022-02-03)
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
## 0.0.112 (2022-02-03)
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
## 0.0.111 (2022-01-31)
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
## 0.0.110 (2022-01-31)
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
## 0.0.109 (2022-01-28)
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
## 0.0.108 (2022-01-24)
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
## 0.0.107 (2022-01-20)
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
## 0.0.106 (2022-01-10)
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
## 0.0.105 (2021-12-30)
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
## 0.0.104 (2021-12-29)
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
## 0.0.103 (2021-12-28)
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
## 0.0.102 (2021-12-27)
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
## 0.0.101 (2021-12-24)
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
### Bug Fixes
|
|
1187
|
+
|
|
1188
|
+
* **ui:** deps ([3b5a375](https://github.com/VirtoCommerce/vc-shell/commit/3b5a375f5794cf1c87d042f0e541f3badfe66f47))
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
## 0.0.100 (2021-12-24)
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
## 0.0.99 (2021-12-15)
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
## 0.0.98 (2021-12-15)
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
## 0.0.97 (2021-12-15)
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
## 0.0.96 (2021-12-13)
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
## 0.0.95 (2021-12-07)
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
## 0.0.94 (2021-12-07)
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
## 0.0.93 (2021-12-07)
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
## 0.0.92 (2021-12-04)
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
## 0.0.91 (2021-12-03)
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
### Features
|
|
1232
|
+
|
|
1233
|
+
* vm-271 ([3f9dd6d](https://github.com/VirtoCommerce/vc-shell/commit/3f9dd6d443ea16fbba61e1efb2da2244abd4bc10))
|
|
1234
|
+
* vm-271 fixes ([62c75ee](https://github.com/VirtoCommerce/vc-shell/commit/62c75ee93f85c86f9d9eb9c1fd17aeacf197aade))
|
|
1235
|
+
* vm-271 fixes ([3eb887d](https://github.com/VirtoCommerce/vc-shell/commit/3eb887d3f416977cfd1f1e0ba2f106f1dae3b60a))
|
|
1236
|
+
* vm-271 input fix ([0b1b538](https://github.com/VirtoCommerce/vc-shell/commit/0b1b5388560a7f9346c8ab666f0303247c74f2a3))
|
|
1237
|
+
* vm-271 removed currency sign ([579257b](https://github.com/VirtoCommerce/vc-shell/commit/579257bab5ba9b44cb59590f6c989cbb81c16444))
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
## 0.0.90 (2021-12-02)
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
## 0.0.89 (2021-12-02)
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
## 0.0.88 (2021-12-02)
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
### Bug Fixes
|
|
1253
|
+
|
|
1254
|
+
* vm-100 tooltip disabled state ([f7c5527](https://github.com/VirtoCommerce/vc-shell/commit/f7c55271dafb439a44a59683389c007a92f7ae2b))
|
|
1255
|
+
* vm-100 tooltip disabled state ([0775fee](https://github.com/VirtoCommerce/vc-shell/commit/0775fee621febcd2ab735204672eb53fb4153319))
|
|
1256
|
+
* vm-100 tooltip positioning on scroll ([5a46ced](https://github.com/VirtoCommerce/vc-shell/commit/5a46ceda3ec24b23200e0e5c4d3f6e13deb7c87f))
|
|
1257
|
+
* vm-100 tooltip positioning on scroll ([a262292](https://github.com/VirtoCommerce/vc-shell/commit/a26229246f9a2ada8d35e0767f6c2bd5c3d3d22e))
|
|
1258
|
+
* vm-100 tooltip positioning on scroll ([5db55b9](https://github.com/VirtoCommerce/vc-shell/commit/5db55b998576cee79e0b81d48005a36b044fca90))
|
|
1259
|
+
* vm-336 toolbar init value ([fc921fc](https://github.com/VirtoCommerce/vc-shell/commit/fc921fcb1be877a514685e36e433abcf7a7b22fb))
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
### Features
|
|
1263
|
+
|
|
1264
|
+
* vm-100 fix: vm-336 ([3533d23](https://github.com/VirtoCommerce/vc-shell/commit/3533d234d4ded877fb3eecaa3046d2738fda2d8c))
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
## 0.0.87 (2021-12-01)
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
## 0.0.86 (2021-12-01)
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
### Bug Fixes
|
|
1276
|
+
|
|
1277
|
+
* build failure ([9911a30](https://github.com/VirtoCommerce/vc-shell/commit/9911a307973c6a55b324f857a577afec4c54a669))
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
## 0.0.85 (2021-12-01)
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
### Bug Fixes
|
|
1285
|
+
|
|
1286
|
+
* vm-346, vm-280, vm-267 ([5859b36](https://github.com/VirtoCommerce/vc-shell/commit/5859b36b1e88414e83a36589b3ae0c4f95763d93))
|
|
1287
|
+
* vm-346, vm-280, vm-267 ([803c581](https://github.com/VirtoCommerce/vc-shell/commit/803c581e723feed4a8430d078b27b3e70db2a763))
|
|
1288
|
+
* vm-346, vm-280, vm-267 ([29c74a1](https://github.com/VirtoCommerce/vc-shell/commit/29c74a1f51dba58b61c46e14076592488322d1d8))
|
|
1289
|
+
* vm-346, vm-280, vm-267 ([96061ce](https://github.com/VirtoCommerce/vc-shell/commit/96061ce6195ced76ec1e543ef09754ce49e6b5f1))
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
## 0.0.84 (2021-11-26)
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
### Features
|
|
1297
|
+
|
|
1298
|
+
* signalr push notifications ([3a4e327](https://github.com/VirtoCommerce/vc-shell/commit/3a4e32707147ae36f91648242d7db12d83ee367e))
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
## 0.0.83 (2021-11-24)
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
### Features
|
|
1306
|
+
|
|
1307
|
+
* dynamic property select search ([02b7726](https://github.com/VirtoCommerce/vc-shell/commit/02b77266eed60282fe2cb6591344d77439f287ce))
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
## 0.0.82 (2021-11-24)
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
### Features
|
|
1315
|
+
|
|
1316
|
+
* signalr integration (WIP) ([1db00e8](https://github.com/VirtoCommerce/vc-shell/commit/1db00e835c2a6a62338d62934da317aa8c1ddf98))
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
## 0.0.81 (2021-11-23)
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
### Bug Fixes
|
|
1324
|
+
|
|
1325
|
+
* vm-320, 330, 331, 332, 333 ([21a8fa5](https://github.com/VirtoCommerce/vc-shell/commit/21a8fa54ec28a854b3ad039a47340f058ed52706))
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
## 0.0.80 (2021-11-22)
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
### Features
|
|
1333
|
+
|
|
1334
|
+
* vc-widget disabled state, vc-gallery disabled state, vc-table row highlight ([a87dc75](https://github.com/VirtoCommerce/vc-shell/commit/a87dc7544d89cec7bc7f6de50d2c9d5185db0fe7))
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
## 0.0.79 (2021-11-22)
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
### Features
|
|
1342
|
+
|
|
1343
|
+
* download invoice + some minor UI bug fixes ([bbb6cca](https://github.com/VirtoCommerce/vc-shell/commit/bbb6cca09895d24420d7184354efaf8f7db7722f))
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
## 0.0.78 (2021-11-22)
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
### Features
|
|
1351
|
+
|
|
1352
|
+
* multivalue fields, table cell templates ([0096eda](https://github.com/VirtoCommerce/vc-shell/commit/0096eda8c565db8d69255d0c7232469dce5a658e))
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
## 0.0.77 (2021-11-18)
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
## 0.0.76 (2021-11-18)
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
### Features
|
|
1364
|
+
|
|
1365
|
+
* offer tier prices ([f19f6e9](https://github.com/VirtoCommerce/vc-shell/commit/f19f6e9ce2a9927f2a6b5b4d64f9dfd9b8ee93a0))
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
## 0.0.75 (2021-11-18)
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
### Features
|
|
1373
|
+
|
|
1374
|
+
* properties validation ([6ae2d66](https://github.com/VirtoCommerce/vc-shell/commit/6ae2d668814ea02ee81d459b75e218a9a18f8e4b))
|
|
1375
|
+
* properties validation (WIP) ([9d021d0](https://github.com/VirtoCommerce/vc-shell/commit/9d021d062ea32b1ab945b88134641a98bf7f10b9))
|
|
1376
|
+
* properties validation (WIP) ([1180217](https://github.com/VirtoCommerce/vc-shell/commit/11802175cf15b4bf66b593c125c9b7b04a392269))
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
## 0.0.74 (2021-11-12)
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
## 0.0.73 (2021-11-11)
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
### Features
|
|
1388
|
+
|
|
1389
|
+
* tier prices for offer ([1531a61](https://github.com/VirtoCommerce/vc-shell/commit/1531a6152ff1023a41c92f84ceb6cf01e8d1b115))
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
## 0.0.71 (2021-11-11)
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
## 0.0.70 (2021-11-08)
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
### Features
|
|
1401
|
+
|
|
1402
|
+
* vm-283, vm-284, vm-285, vm-286, vm-287, vm-288, vm-289, vm-290, vm-291, vm-292, vm-293 ([55541a8](https://github.com/VirtoCommerce/vc-shell/commit/55541a8fa355999cdc9a222d2e79723e387b618e))
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
## 0.0.69 (2021-11-03)
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
### Features
|
|
1410
|
+
|
|
1411
|
+
* dynamic select properties ([b19e44e](https://github.com/VirtoCommerce/vc-shell/commit/b19e44e09cb7ddb430d31069ffb1d6d9b78e6822))
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
## 0.0.68 (2021-11-02)
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
## 0.0.67 (2021-11-02)
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
### Features
|
|
1423
|
+
|
|
1424
|
+
* mobile dashboard, image dnd upload ([eae8508](https://github.com/VirtoCommerce/vc-shell/commit/eae85084a41dad38dc2d5dea26aedc53ebd5a2e1))
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
## 0.0.66 (2021-11-02)
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
### Features
|
|
1432
|
+
|
|
1433
|
+
* new product details ui, vc-card collapsable ([3f2d1b4](https://github.com/VirtoCommerce/vc-shell/commit/3f2d1b4eaeacfb032399b7fd8abedf252d7693a7))
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
## 0.0.65 (2021-11-01)
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
### Features
|
|
1441
|
+
|
|
1442
|
+
* new dashboard ([28c7d82](https://github.com/VirtoCommerce/vc-shell/commit/28c7d824b49147be20215301f091253467e35b16))
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
## 0.0.64 (2021-10-28)
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
### Features
|
|
1450
|
+
|
|
1451
|
+
* active row highlight ([cc4f7f9](https://github.com/VirtoCommerce/vc-shell/commit/cc4f7f90d0aad690aa9cac5f1e52b5c027964ed4))
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
## 0.0.63 (2021-10-28)
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
### Features
|
|
1459
|
+
|
|
1460
|
+
* filter counter ([15c6bab](https://github.com/VirtoCommerce/vc-shell/commit/15c6babdf294591c627ad27df570507a3585f57b))
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
## 0.0.62 (2021-10-28)
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
### Features
|
|
1468
|
+
|
|
1469
|
+
* filters ([2a89cf8](https://github.com/VirtoCommerce/vc-shell/commit/2a89cf872729667cbaa1c9457eadb0fbee2a0018))
|
|
1470
|
+
* filters (WIP) ([b25ad3a](https://github.com/VirtoCommerce/vc-shell/commit/b25ad3a23a0f08cd9b3d3837d5223dc045eb8b55))
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
## 0.0.61 (2021-10-26)
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
### Features
|
|
1478
|
+
|
|
1479
|
+
* dashboard ([683f65a](https://github.com/VirtoCommerce/vc-shell/commit/683f65ac6d01b974dc05d931f62277891688ef1f))
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
## 0.0.60 (2021-10-22)
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
### Features
|
|
1487
|
+
|
|
1488
|
+
* order details page ([b8fe53d](https://github.com/VirtoCommerce/vc-shell/commit/b8fe53d7282a6e0381af5eedbf272001a63b3ba9))
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
## 0.0.59 (2021-10-20)
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
### Features
|
|
1496
|
+
|
|
1497
|
+
* seller accept invitation form ([8f5d5b9](https://github.com/VirtoCommerce/vc-shell/commit/8f5d5b9cae6a0c057b1831a48fc41fae13792f00))
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
## 0.0.58 (2021-10-20)
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
### Features
|
|
1505
|
+
|
|
1506
|
+
* additional fields (WIP) ([27596bd](https://github.com/VirtoCommerce/vc-shell/commit/27596bdcdf30790c56e8c2d571309fb9dd05f9b4))
|
|
1507
|
+
* orders edit and additional components ([e8cf8a3](https://github.com/VirtoCommerce/vc-shell/commit/e8cf8a3333664c8d326fdd5df28a2fd9981c550a))
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
## 0.0.57 (2021-10-15)
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
## 0.0.56 (2021-10-13)
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
### Features
|
|
1519
|
+
|
|
1520
|
+
* password field unhide ([2e6deb0](https://github.com/VirtoCommerce/vc-shell/commit/2e6deb01657515c3128ec62c287ecbda5ef92e9e))
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
## 0.0.55 (2021-10-13)
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
### Features
|
|
1528
|
+
|
|
1529
|
+
* new icons, ptr improvements, offers list ptr ([fe0438b](https://github.com/VirtoCommerce/vc-shell/commit/fe0438b6c43b9a0d4baa52293e619c645c2f6f8d))
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
## 0.0.54 (2021-10-13)
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
### Bug Fixes
|
|
1537
|
+
|
|
1538
|
+
* ptr overscroll height ([88f3a1e](https://github.com/VirtoCommerce/vc-shell/commit/88f3a1e356fcf0f7e4855c9b77d8db28bbcdd607))
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
### Features
|
|
1542
|
+
|
|
1543
|
+
* some smooth animations ([79f2aad](https://github.com/VirtoCommerce/vc-shell/commit/79f2aadac40f91ef76f9efc484d37184a47c2b95))
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
## 0.0.53 (2021-10-13)
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
### Features
|
|
1551
|
+
|
|
1552
|
+
* scroll ptr, menu styling ([4eff9a0](https://github.com/VirtoCommerce/vc-shell/commit/4eff9a0fffc9feef8dbad433d210f0537702efd2))
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
## 0.0.52 (2021-10-13)
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
## 0.0.51 (2021-10-13)
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
## 0.0.50 (2021-10-12)
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
### Features
|
|
1568
|
+
|
|
1569
|
+
* list mobile actions ([c269a88](https://github.com/VirtoCommerce/vc-shell/commit/c269a88b9ca304520b9157a51ccd4c602fd0059b))
|
|
1570
|
+
* mobile swipe transition ([8fdccb1](https://github.com/VirtoCommerce/vc-shell/commit/8fdccb1345ba3f2d495a6f9344503f1c50b27a7b))
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
## 0.0.49 (2021-10-12)
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
### Features
|
|
1578
|
+
|
|
1579
|
+
* mobile extended actions, vendor-portal detached ([c92a317](https://github.com/VirtoCommerce/vc-shell/commit/c92a31743ded9788c939641ccff9922328b6f2f6))
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
## 0.0.48 (2021-10-06)
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
## 0.0.47 (2021-10-06)
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
### Features
|
|
1591
|
+
|
|
1592
|
+
* filters and swipe actions ([a463ad5](https://github.com/VirtoCommerce/vc-shell/commit/a463ad59519925ea5fd1ee2f90d45e85d5ef2008))
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
## 0.0.46 (2021-09-30)
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
## 0.0.45 (2021-09-30)
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
### Bug Fixes
|
|
1604
|
+
|
|
1605
|
+
* build failure fix ([d9cd4e7](https://github.com/VirtoCommerce/vc-shell/commit/d9cd4e76378d328527f46f91930ee352fe8f811c))
|
|
1606
|
+
* deepClone for product ([d587e39](https://github.com/VirtoCommerce/vc-shell/commit/d587e39345fcca9a28f8290ba9761e0325e933de))
|
|
1607
|
+
* minor refactoring ([a0c287c](https://github.com/VirtoCommerce/vc-shell/commit/a0c287ccf4678a315737c98961d1ea51394f24a8))
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
### Features
|
|
1611
|
+
|
|
1612
|
+
* blade navigation improvements ([5dd0a7e](https://github.com/VirtoCommerce/vc-shell/commit/5dd0a7e745c04684de702e780e978e580800d476))
|
|
1613
|
+
* mobile table, menu and toolbar isVisible handling ([948d655](https://github.com/VirtoCommerce/vc-shell/commit/948d655dd106ddd08d161879a78b8a5aa2adf896))
|
|
1614
|
+
* validation ([43a7ab9](https://github.com/VirtoCommerce/vc-shell/commit/43a7ab96c5dd302f5960a6b2e55f5460a547d82c))
|
|
1615
|
+
* vc-app update, login form improvements ([3618289](https://github.com/VirtoCommerce/vc-shell/commit/36182892ae2496b6a693aaa9ad3cea5e13d5a55f))
|
|
1616
|
+
* vc-select update ([5188c4b](https://github.com/VirtoCommerce/vc-shell/commit/5188c4bc60df3cac4a446d95d70d384903090171))
|
|
1617
|
+
* vc-select/autocomplete keyProperty and displayProperty props ([da380ab](https://github.com/VirtoCommerce/vc-shell/commit/da380ab9729bd48b0b2a869535bf01f95b51e9cd))
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
## 0.0.43 (2021-09-24)
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
### Features
|
|
1625
|
+
|
|
1626
|
+
* autocomplete and select v-models ([775c913](https://github.com/VirtoCommerce/vc-shell/commit/775c91388c7fc05db08b82663310ba3153187245))
|
|
1627
|
+
* product list update on changes ([198731f](https://github.com/VirtoCommerce/vc-shell/commit/198731ff5b8b5a0539ccca5c4998bb02f2d5b4fb))
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
## 0.0.42 (2021-09-23)
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
### Features
|
|
1635
|
+
|
|
1636
|
+
* basic mobile UI/UX ([77be3a4](https://github.com/VirtoCommerce/vc-shell/commit/77be3a414e842500e6ca9fded1ffadd4eccb68ed))
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
## 0.0.41 (2021-09-23)
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
### Features
|
|
1644
|
+
|
|
1645
|
+
* apply new statuses matrix ([31f2ab0](https://github.com/VirtoCommerce/vc-shell/commit/31f2ab0fa9ee28491cb43d993a56be2a86ff835e))
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
## 0.0.40 (2021-09-23)
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
### Features
|
|
1653
|
+
|
|
1654
|
+
* gallery upload, table width, label updates ([596ec14](https://github.com/VirtoCommerce/vc-shell/commit/596ec1451d7f4c57abc5b336737b40d79773000d))
|
|
1655
|
+
* product list connect to Api ([53bb711](https://github.com/VirtoCommerce/vc-shell/commit/53bb7119dd0603cb136024a35ff66cb47cfd8248))
|
|
1656
|
+
* routing update ([d7ec6ef](https://github.com/VirtoCommerce/vc-shell/commit/d7ec6effd07aa5c5156a7f36cf652dbe024803c7))
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
### Reverts
|
|
1660
|
+
|
|
1661
|
+
* Revert "chore: %s publish" ([9e60760](https://github.com/VirtoCommerce/vc-shell/commit/9e607601cfed4e10d4cc33ceb81a408967b82eee))
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
## 0.0.39 (2021-09-13)
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
### Features
|
|
1669
|
+
|
|
1670
|
+
* gallery component ([ecb9219](https://github.com/VirtoCommerce/vc-shell/commit/ecb9219d376035a9e16f221bcb961f50b1443179))
|
|
1671
|
+
* vm-26 - form components improvements ([2ffc621](https://github.com/VirtoCommerce/vc-shell/commit/2ffc62184f436c2e029e529975c5f1c379ce8c3a))
|
|
1672
|
+
* vm-94 - gallery component ([ee288e2](https://github.com/VirtoCommerce/vc-shell/commit/ee288e2107771e8ae6787fbd3bdbf03fd4ef3b4a))
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
## 0.0.38 (2021-09-09)
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
### Features
|
|
1680
|
+
|
|
1681
|
+
* naming standarts ([45a4eae](https://github.com/VirtoCommerce/vc-shell/commit/45a4eae642d1f7d67efe8551ea7e3a37d6d47abb))
|
|
1682
|
+
* repository-level storybook ([436addd](https://github.com/VirtoCommerce/vc-shell/commit/436addda5f2b546e780ae895f9316b52447b5fc1))
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
## 0.0.37 (2021-09-07)
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
### Features
|
|
1690
|
+
|
|
1691
|
+
* vm-20 offers list ([ebafb36](https://github.com/VirtoCommerce/vc-shell/commit/ebafb36bb151f28f4415e5ebb4223d029514e90a))
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
## 0.0.36 (2021-09-07)
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
### Features
|
|
1699
|
+
|
|
1700
|
+
* vm-97 extended products ([496db62](https://github.com/VirtoCommerce/vc-shell/commit/496db62414726df80561945f80d8957c543c00c3))
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
## 0.0.35 (2021-09-07)
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
### Features
|
|
1708
|
+
|
|
1709
|
+
* vm-97 extended products ([cab5998](https://github.com/VirtoCommerce/vc-shell/commit/cab5998e2254a2c5d810e3e0e28dc3dc4b8ed8e0))
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
## 0.0.34 (2021-09-07)
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
### Features
|
|
1717
|
+
|
|
1718
|
+
* vm-26 - app style improvements ([50becc0](https://github.com/VirtoCommerce/vc-shell/commit/50becc09fe4afe1e4e21e1f45c4727ba1b473e19))
|
|
1719
|
+
* vm-33 loading indicator ([a8241c1](https://github.com/VirtoCommerce/vc-shell/commit/a8241c1577663961bed735779d4c5efddb92c3a3))
|
|
1720
|
+
* vm-97 extended products ([b617328](https://github.com/VirtoCommerce/vc-shell/commit/b617328ccac90cf84b59d7f31f901b51ad2f41ff))
|
|
1721
|
+
* vm-97 extended products ([1b6e54a](https://github.com/VirtoCommerce/vc-shell/commit/1b6e54a2ecddc95944b5885b1c4821a939b8c038))
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
## 0.0.33 (2021-09-02)
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
### Features
|
|
1729
|
+
|
|
1730
|
+
* vm-14 - multiple components improved ([41cd1a3](https://github.com/VirtoCommerce/vc-shell/commit/41cd1a305740d9dafa5e621c607583e0f18c6e48))
|
|
1731
|
+
* vm-14 - product total count ([b51e2c0](https://github.com/VirtoCommerce/vc-shell/commit/b51e2c00ac1f3d6d2aa05f580378deff0fc2cd7a))
|
|
1732
|
+
* vm-14 - table improvements ([9184acf](https://github.com/VirtoCommerce/vc-shell/commit/9184acfc1e86b1f151d69d836466b6f0e07c2ce2))
|
|
1733
|
+
* vm-31 - table styling ([8cf26a1](https://github.com/VirtoCommerce/vc-shell/commit/8cf26a1cc76c881ffb9b9f1ee74be578d009ee26))
|
|
1734
|
+
* vm-32 - pagination component ([91d2463](https://github.com/VirtoCommerce/vc-shell/commit/91d246385083597fbaaed9c1ce02ec287830309d))
|
|
1735
|
+
* vm-32 - pagination component ([e6691cf](https://github.com/VirtoCommerce/vc-shell/commit/e6691cff79e9b93c9788eff78291e84c46711e90))
|
|
1736
|
+
* vm-35 table sorting ([e26abf5](https://github.com/VirtoCommerce/vc-shell/commit/e26abf5eb21fe928d379282c1df5269c82b9b877))
|
|
1737
|
+
* vm-66 - product list search component ([8abc12d](https://github.com/VirtoCommerce/vc-shell/commit/8abc12d66ba3c56f9bc426af3efc1564218f51c0))
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
## 0.0.31 (2021-08-30)
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
### Bug Fixes
|
|
1745
|
+
|
|
1746
|
+
* **ui:** storybook build issues ([484acc5](https://github.com/VirtoCommerce/vc-shell/commit/484acc52ab9623fa5db9c2650846fde268083d9f))
|
|
1747
|
+
* watching fix ([a7da180](https://github.com/VirtoCommerce/vc-shell/commit/a7da180682a15b9dedf206067df70000ff869c9d))
|
|
1748
|
+
* watching fix ([f65ba67](https://github.com/VirtoCommerce/vc-shell/commit/f65ba67b68d6082d22bb00885ac4ef82baca6ce1))
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
### Features
|
|
1752
|
+
|
|
1753
|
+
* **core:** routing update (WIP) ([47a8ab2](https://github.com/VirtoCommerce/vc-shell/commit/47a8ab274f610820a1e91f63d99995601e898961))
|
|
1754
|
+
* **core:** webpack config for [@vueuse](https://github.com/vueuse) submodules ([79aeef7](https://github.com/VirtoCommerce/vc-shell/commit/79aeef71c838bbe46eacdeaf37a079756a2e2c41))
|
|
1755
|
+
* signIn/signOut ([3493066](https://github.com/VirtoCommerce/vc-shell/commit/3493066c28b34359c1c89c695c33c6a264d10398))
|
|
1756
|
+
* store access toke in cookies (does not compile) ([fd75285](https://github.com/VirtoCommerce/vc-shell/commit/fd75285c62f9b9136f77ac4f79d2ae388682ae54))
|
|
1757
|
+
* typescript watching ([dc6a43a](https://github.com/VirtoCommerce/vc-shell/commit/dc6a43a4ce9c3cc5b0ab694ad8b637d86849b3c6))
|
|
1758
|
+
* **ui:** component relocation ([54caaea](https://github.com/VirtoCommerce/vc-shell/commit/54caaeaf105a6582917db29fa5d8bb34a0f16f62))
|
|
1759
|
+
* vm-31 table display ([ebb2924](https://github.com/VirtoCommerce/vc-shell/commit/ebb292476ddf010d69fac361eef9ffb8045fdc0a))
|
|
1760
|
+
* yarn migration and cleanup ([5c0fc1b](https://github.com/VirtoCommerce/vc-shell/commit/5c0fc1b02515fada99be5c2e5d4db8ce3c47a36e))
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
## 0.0.29 (2021-08-20)
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
### Bug Fixes
|
|
1768
|
+
|
|
1769
|
+
* **app-demo-manager:** add missed changes after merging ([2d6be5e](https://github.com/VirtoCommerce/vc-shell/commit/2d6be5e40526d3dccb1933384f5fb86cde4ce4b1))
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
### Features
|
|
1773
|
+
|
|
1774
|
+
* **app-demo-manager:** connect to platform api ([9198c70](https://github.com/VirtoCommerce/vc-shell/commit/9198c700acafa4ad233c62f59539c476bb89a2ca))
|
|
1775
|
+
* **core:** additional dependencies for API connecton ([6d77562](https://github.com/VirtoCommerce/vc-shell/commit/6d77562d0509544248e2d9494f89ec4960b6d52a))
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
## 0.0.28 (2021-08-19)
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
### Features
|
|
1783
|
+
|
|
1784
|
+
* **app-demo-manager:** order blade ([72e2efe](https://github.com/VirtoCommerce/vc-shell/commit/72e2efe64aea0fdecf7ddfcd9cfc6766eafa89c0))
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
## 0.0.27 (2021-08-19)
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
## 0.0.26 (2021-08-19)
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
## 0.0.25 (2021-08-12)
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
### Features
|
|
1800
|
+
|
|
1801
|
+
* sample workspace with blade ([1c772fc](https://github.com/VirtoCommerce/vc-shell/commit/1c772fcfa09311f38dfb68c4c16345caf2372d38))
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
## 0.0.24 (2021-08-12)
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
### Features
|
|
1809
|
+
|
|
1810
|
+
* **ui:** some codestyle improvements ([443fcc4](https://github.com/VirtoCommerce/vc-shell/commit/443fcc4b4e0e9030365cf0eb5d0325358cd88f1d))
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
## 0.0.23 (2021-08-11)
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
### Features
|
|
1818
|
+
|
|
1819
|
+
* **ui:** vc-icon component update ([1c7d84f](https://github.com/VirtoCommerce/vc-shell/commit/1c7d84f01dbe782d7709779becb9bd3ae646ef31))
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
## 0.0.22 (2021-08-11)
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
### Features
|
|
1827
|
+
|
|
1828
|
+
* **ui:** remove vc-spacer component ([3038110](https://github.com/VirtoCommerce/vc-shell/commit/30381106d9b570690a8d9a47377ff536c2c5eec5))
|
|
1829
|
+
* **ui:** vc-container component ([ebdaa41](https://github.com/VirtoCommerce/vc-shell/commit/ebdaa4164b15bdb79a1acd0b3d119e54fcaabb6a))
|
|
1830
|
+
* **ui:** vc-container component ([6bca4d6](https://github.com/VirtoCommerce/vc-shell/commit/6bca4d66a47b694ece70a0af9594c06c3dc3c3d3))
|
|
1831
|
+
* **ui:** vc-image component ([1ee7cc3](https://github.com/VirtoCommerce/vc-shell/commit/1ee7cc3ac8293e7d4beba5cbfed715b95a21ce7a))
|
|
1832
|
+
* **ui:** vc-progressbar component ([5dbb3f0](https://github.com/VirtoCommerce/vc-shell/commit/5dbb3f0e3ae4fb36804bc68e89768b43a3d25bcf))
|
|
1833
|
+
* **ui:** vc-tooltip component ([82face9](https://github.com/VirtoCommerce/vc-shell/commit/82face9ce96889aad8dfc83cba4db059997c76c0))
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
## 0.0.21 (2021-08-11)
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
### Features
|
|
1841
|
+
|
|
1842
|
+
* **ui:** storybook static assets ([6794188](https://github.com/VirtoCommerce/vc-shell/commit/679418826ba785a817e0c5b33950564ed64cc73f))
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
## 0.0.20 (2021-08-11)
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
### Features
|
|
1850
|
+
|
|
1851
|
+
* **ui:** vc-blade component update ([615676e](https://github.com/VirtoCommerce/vc-shell/commit/615676e17cacf52c5cfa7f8f57efa0c0a4210465))
|
|
1852
|
+
* **ui:** vc-blade component update ([2c3fe2b](https://github.com/VirtoCommerce/vc-shell/commit/2c3fe2bf56a70dff938b496d6ec50353bda06ce4))
|
|
1853
|
+
* **ui:** vc-blade-header component update ([48a18ce](https://github.com/VirtoCommerce/vc-shell/commit/48a18cea84ffd5fc2db3b62e06ccf2525907ac16))
|
|
1854
|
+
* **ui:** vc-blade-toolbar component ([dd61fea](https://github.com/VirtoCommerce/vc-shell/commit/dd61fea8499d0d226d007a154d6476036ba21297))
|
|
1855
|
+
* **ui:** vc-blade-toolbar component update ([9a71287](https://github.com/VirtoCommerce/vc-shell/commit/9a712871cd60f8c11cec3bf612230e4e3d036082))
|
|
1856
|
+
* **ui:** vc-blade-toolbar-button component ([83d2af7](https://github.com/VirtoCommerce/vc-shell/commit/83d2af760e13985c417e4c92ac6927afd51737fe))
|
|
1857
|
+
* **ui:** vc-blade-toolbar-button component update ([5d3c586](https://github.com/VirtoCommerce/vc-shell/commit/5d3c586d4c7a310767cf16fe32620d86ec8a8151))
|
|
1858
|
+
* **ui:** vc-breadcrumbs component update ([dea9e89](https://github.com/VirtoCommerce/vc-shell/commit/dea9e8940c18daaefb743fc8df0e0dc50f25d28a))
|
|
1859
|
+
* **ui:** vc-breadcrumbs-item component ([062d653](https://github.com/VirtoCommerce/vc-shell/commit/062d6532c8bfd07bf170d63e7224ea606b92e637))
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
## 0.0.19 (2021-08-11)
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
### Features
|
|
1867
|
+
|
|
1868
|
+
* **ui:** vc-blade-header component ([80207b2](https://github.com/VirtoCommerce/vc-shell/commit/80207b2a2f7c417cbf572230f4eaf36513ec7f40))
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
## 0.0.18 (2021-08-11)
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
### Features
|
|
1876
|
+
|
|
1877
|
+
* **ui:** vc-icon component ([ae06601](https://github.com/VirtoCommerce/vc-shell/commit/ae06601c1798601a73cafaf7d4355e5542df7ad5))
|
|
1878
|
+
* **ui:** vc-thumbnail component ([fa00029](https://github.com/VirtoCommerce/vc-shell/commit/fa00029729c20ec4c5e73862f13df6200e7cfb02))
|
|
1879
|
+
* **ui:** vc-thumbnail component ([f83e401](https://github.com/VirtoCommerce/vc-shell/commit/f83e40195ec401a0eaf31ae527f9cd0b8dd9b3a6))
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
## 0.0.17 (2021-08-10)
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
### Features
|
|
1887
|
+
|
|
1888
|
+
* login component style minor update ([244e147](https://github.com/VirtoCommerce/vc-shell/commit/244e1476f610dc28ceb5d7582573a33491fbb2c5))
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
## 0.0.16 (2021-08-10)
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
### Features
|
|
1896
|
+
|
|
1897
|
+
* minor style improvements ([b588956](https://github.com/VirtoCommerce/vc-shell/commit/b58895667a89085647d728d77f835bc62d866273))
|
|
1898
|
+
* profile menu item clickable ([bcfbd15](https://github.com/VirtoCommerce/vc-shell/commit/bcfbd15aa410a2e5c739ec5a7da3ea7b0a5aba96))
|
|
1899
|
+
* **ui:** storybook icons and fonts ([7685968](https://github.com/VirtoCommerce/vc-shell/commit/76859687c28053a77129872d009b5d7a59f5a773))
|
|
1900
|
+
* **ui:** vc-badge component ([7d02109](https://github.com/VirtoCommerce/vc-shell/commit/7d021095f32ecf3be49fdaf5e08bf7d2f85f41f7))
|
|
1901
|
+
* **ui:** vc-bubble component ([1f242ba](https://github.com/VirtoCommerce/vc-shell/commit/1f242ba76511c7e7678a3712d07a1a5cdd5c29ac))
|
|
1902
|
+
* **ui:** vc-button component ([98fa9c3](https://github.com/VirtoCommerce/vc-shell/commit/98fa9c35309ff80a8c8f190bba1e73b7edd22e85))
|
|
1903
|
+
* **ui:** vc-link component ([83e62c5](https://github.com/VirtoCommerce/vc-shell/commit/83e62c578d6b36ba1b4b649998e2f750e0c1f7d6))
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
## 0.0.15 (2021-08-09)
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
## 0.0.10 (2021-08-04)
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
## 0.0.9 (2021-08-03)
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
### Features
|
|
1919
|
+
|
|
1920
|
+
* core composables ([57d84af](https://github.com/VirtoCommerce/vc-shell/commit/57d84afae7eeaab6c501346150f18ce49f7c27b7))
|
|
1921
|
+
* core composables ([7713230](https://github.com/VirtoCommerce/vc-shell/commit/771323097efd7aef41fc77d320e153e589c2f0e0))
|
|
1922
|
+
* demo manager version display and locale ([674dc7e](https://github.com/VirtoCommerce/vc-shell/commit/674dc7e4a993f12477764ef3e1ad1c4b5f2f7a3b))
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
## 0.0.8 (2021-08-02)
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
### Features
|
|
1930
|
+
|
|
1931
|
+
* new folder structure ([caa6712](https://github.com/VirtoCommerce/vc-shell/commit/caa67129423a8cde15212961ee0cbfed9ac08b53))
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
|
|
1
1935
|
## 1.0.115 (2023-11-02)
|
|
2
1936
|
|
|
3
1937
|
|