@vc-shell/framework 1.0.115 → 1.0.117

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