@vc-shell/framework 1.0.111 → 1.0.113

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