@vc-shell/framework 2.0.0-alpha.1 → 2.0.0-alpha.11

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 (668) hide show
  1. package/CHANGELOG.md +4556 -0
  2. package/dist/core/composables/useBlade/index.d.ts +21 -24
  3. package/dist/core/composables/useBlade/index.d.ts.map +1 -1
  4. package/dist/core/composables/useNotifications/index.d.ts +3 -8
  5. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  6. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  7. package/dist/core/notifications/composables/index.d.ts +3 -0
  8. package/dist/core/notifications/composables/index.d.ts.map +1 -0
  9. package/dist/core/notifications/composables/useBladeNotifications.d.ts +13 -0
  10. package/dist/core/notifications/composables/useBladeNotifications.d.ts.map +1 -0
  11. package/dist/core/notifications/composables/useNotificationStore.d.ts +8 -0
  12. package/dist/core/notifications/composables/useNotificationStore.d.ts.map +1 -0
  13. package/dist/core/notifications/index.d.ts +7 -0
  14. package/dist/core/notifications/index.d.ts.map +1 -0
  15. package/dist/core/notifications/store.d.ts +27 -0
  16. package/dist/core/notifications/store.d.ts.map +1 -0
  17. package/dist/core/notifications/toast-controller.d.ts +7 -0
  18. package/dist/core/notifications/toast-controller.d.ts.map +1 -0
  19. package/dist/core/notifications/types.d.ts +46 -0
  20. package/dist/core/notifications/types.d.ts.map +1 -0
  21. package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts +2 -1
  22. package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts.map +1 -1
  23. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts +2 -1
  24. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentHeader.vue.d.ts.map +1 -1
  25. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts +2 -1
  26. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentIframe.vue.d.ts.map +1 -1
  27. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts +2 -1
  28. package/dist/core/plugins/ai-agent/components/_internal/VcAiAgentLoader.vue.d.ts.map +1 -1
  29. package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts +2 -1
  30. package/dist/core/plugins/ai-agent/components/_internal/VcVirtoOzLogo.vue.d.ts.map +1 -1
  31. package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts +3 -2
  32. package/dist/core/plugins/extension-points/ExtensionPoint.vue.d.ts.map +1 -1
  33. package/dist/core/plugins/modularity/index.d.ts +43 -31
  34. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  35. package/dist/core/plugins/signalR/index.d.ts.map +1 -1
  36. package/dist/core/types/index.d.ts +2 -79
  37. package/dist/core/types/index.d.ts.map +1 -1
  38. package/dist/core/types/menu-types.d.ts +80 -0
  39. package/dist/core/types/menu-types.d.ts.map +1 -0
  40. package/dist/framework.css +1 -1
  41. package/dist/framework.js +30477 -34705
  42. package/dist/index.d.ts +2 -0
  43. package/dist/index.d.ts.map +1 -1
  44. package/dist/injection-keys.d.ts +2 -21
  45. package/dist/injection-keys.d.ts.map +1 -1
  46. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +2 -1
  47. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  48. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts +2 -1
  49. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/_internal/vc-mobile-back-button.vue.d.ts.map +1 -1
  50. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts +2 -1
  51. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts.map +1 -1
  52. package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +2 -1
  53. package/dist/shared/components/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
  54. package/dist/shared/components/blade-navigation/composables/useBladeStack.d.ts.map +1 -1
  55. package/dist/shared/components/blade-navigation/plugin-v2.d.ts.map +1 -1
  56. package/dist/shared/components/blade-navigation/types/index.d.ts +3 -1
  57. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  58. package/dist/shared/components/blade-navigation/utils/bladeRouterGuard.d.ts +31 -0
  59. package/dist/shared/components/blade-navigation/utils/bladeRouterGuard.d.ts.map +1 -0
  60. package/dist/shared/components/change-password/change-password.vue.d.ts +2 -1
  61. package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
  62. package/dist/shared/components/change-password-button/change-password-button.vue.d.ts +2 -1
  63. package/dist/shared/components/change-password-button/change-password-button.vue.d.ts.map +1 -1
  64. package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts +3 -2
  65. package/dist/shared/components/common/popup/vc-popup-base.vue.d.ts.map +1 -1
  66. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts +3 -2
  67. package/dist/shared/components/common/popup/vc-popup-error.vue.d.ts.map +1 -1
  68. package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts +3 -2
  69. package/dist/shared/components/common/popup/vc-popup-info.vue.d.ts.map +1 -1
  70. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts +3 -2
  71. package/dist/shared/components/common/popup/vc-popup-warning.vue.d.ts.map +1 -1
  72. package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts +3 -2
  73. package/dist/shared/components/dashboard-charts/ChartContainer.vue.d.ts.map +1 -1
  74. package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts +2 -1
  75. package/dist/shared/components/dashboard-charts/ChartLegend.vue.d.ts.map +1 -1
  76. package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts +2 -1
  77. package/dist/shared/components/dashboard-charts/ChartTooltip.vue.d.ts.map +1 -1
  78. package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts +10 -5
  79. package/dist/shared/components/dashboard-charts/DashboardBarChart.vue.d.ts.map +1 -1
  80. package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts +11 -6
  81. package/dist/shared/components/dashboard-charts/DashboardDonutChart.vue.d.ts.map +1 -1
  82. package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts +10 -5
  83. package/dist/shared/components/dashboard-charts/DashboardLineChart.vue.d.ts.map +1 -1
  84. package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts +3 -2
  85. package/dist/shared/components/dashboard-widget-card/dashboard-feed-list.vue.d.ts.map +1 -1
  86. package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts +3 -2
  87. package/dist/shared/components/dashboard-widget-card/dashboard-feed-row.vue.d.ts.map +1 -1
  88. package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts +2 -1
  89. package/dist/shared/components/dashboard-widget-card/dashboard-stat-item.vue.d.ts.map +1 -1
  90. package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts +3 -2
  91. package/dist/shared/components/dashboard-widget-card/dashboard-widget-card.vue.d.ts.map +1 -1
  92. package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts +2 -1
  93. package/dist/shared/components/draggable-dashboard/DraggableDashboard.vue.d.ts.map +1 -1
  94. package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts +2 -1
  95. package/dist/shared/components/draggable-dashboard/GridstackDashboard.vue.d.ts.map +1 -1
  96. package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts +13 -8
  97. package/dist/shared/components/generic-dropdown/generic-dropdown.vue.d.ts.map +1 -1
  98. package/dist/shared/components/generic-dropdown/index.d.ts +8 -6
  99. package/dist/shared/components/generic-dropdown/index.d.ts.map +1 -1
  100. package/dist/shared/components/index.d.ts +0 -1
  101. package/dist/shared/components/index.d.ts.map +1 -1
  102. package/dist/shared/components/language-selector/language-selector.vue.d.ts +2 -1
  103. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  104. package/dist/shared/components/logout-button/logout-button.vue.d.ts +2 -1
  105. package/dist/shared/components/logout-button/logout-button.vue.d.ts.map +1 -1
  106. package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +2 -1
  107. package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts.map +1 -1
  108. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +2 -3
  109. package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  110. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +2 -1
  111. package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts.map +1 -1
  112. package/dist/shared/components/notification-template/notification-template.vue.d.ts +8 -4
  113. package/dist/shared/components/notification-template/notification-template.vue.d.ts.map +1 -1
  114. package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
  115. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  116. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  117. package/dist/shared/components/notifications/types/index.d.ts +9 -1
  118. package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
  119. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +2 -1
  120. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  121. package/dist/shared/components/popup-handler/plugin.d.ts.map +1 -1
  122. package/dist/shared/components/settings-menu/settings-menu.vue.d.ts +2 -1
  123. package/dist/shared/components/settings-menu/settings-menu.vue.d.ts.map +1 -1
  124. package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts +3 -2
  125. package/dist/shared/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
  126. package/dist/shared/components/sidebar/sidebar.vue.d.ts +3 -2
  127. package/dist/shared/components/sidebar/sidebar.vue.d.ts.map +1 -1
  128. package/dist/shared/components/sign-in/external-provider.vue.d.ts +2 -1
  129. package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +1 -1
  130. package/dist/shared/components/sign-in/external-providers.vue.d.ts +2 -1
  131. package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +1 -1
  132. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts +2 -1
  133. package/dist/shared/components/theme-selector/theme-selector.vue.d.ts.map +1 -1
  134. package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts +2 -1
  135. package/dist/shared/components/user-dropdown-button/_internal/user-info.vue.d.ts.map +1 -1
  136. package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts +2 -1
  137. package/dist/shared/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +1 -1
  138. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +2 -1
  139. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  140. package/dist/shared/index.d.ts.map +1 -1
  141. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +2 -1
  142. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  143. package/dist/shared/modules/assets/index.d.ts +1 -3
  144. package/dist/shared/modules/assets/index.d.ts.map +1 -1
  145. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -1
  146. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  147. package/dist/shared/modules/assets-manager/index.d.ts +1 -3
  148. package/dist/shared/modules/assets-manager/index.d.ts.map +1 -1
  149. package/dist/shared/modules/index.d.ts +0 -1
  150. package/dist/shared/modules/index.d.ts.map +1 -1
  151. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts +2 -1
  152. package/dist/shared/pages/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
  153. package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts +2 -1
  154. package/dist/shared/pages/ForgotPasswordPage/components/forgot-password/ForgotPassword.vue.d.ts.map +1 -1
  155. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +2 -1
  156. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  157. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +2 -1
  158. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  159. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +2 -1
  160. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  161. package/dist/test-helpers.d.ts +102 -1
  162. package/dist/test-helpers.d.ts.map +1 -1
  163. package/dist/tsconfig.tsbuildinfo +1 -1
  164. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +3 -2
  165. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  166. package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts +3 -2
  167. package/dist/ui/components/atoms/vc-banner/vc-banner.vue.d.ts.map +1 -1
  168. package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts +3 -2
  169. package/dist/ui/components/atoms/vc-button/vc-button-group.vue.d.ts.map +1 -1
  170. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +3 -2
  171. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  172. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +3 -2
  173. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  174. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +3 -2
  175. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  176. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +5 -4
  177. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  178. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +3 -2
  179. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  180. package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts +2 -1
  181. package/dist/ui/components/atoms/vc-icon/icons/MenuBurgerIcon.vue.d.ts.map +1 -1
  182. package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts +2 -1
  183. package/dist/ui/components/atoms/vc-icon/vc-bootstrap-icon.vue.d.ts.map +1 -1
  184. package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts +3 -2
  185. package/dist/ui/components/atoms/vc-icon/vc-fontawesome-icon.vue.d.ts.map +1 -1
  186. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +3 -2
  187. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  188. package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts +2 -1
  189. package/dist/ui/components/atoms/vc-icon/vc-lucide-icon.vue.d.ts.map +1 -1
  190. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts +2 -1
  191. package/dist/ui/components/atoms/vc-icon/vc-material-icon.vue.d.ts.map +1 -1
  192. package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts +2 -1
  193. package/dist/ui/components/atoms/vc-icon/vc-svg-icon.vue.d.ts.map +1 -1
  194. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +2 -1
  195. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  196. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +3 -2
  197. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  198. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +3 -2
  199. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  200. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +2 -1
  201. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  202. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +2 -1
  203. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  204. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +3 -2
  205. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  206. package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts +6 -5
  207. package/dist/ui/components/atoms/vc-scrollable-container/vc-scrollable-container.vue.d.ts.map +1 -1
  208. package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts +2 -1
  209. package/dist/ui/components/atoms/vc-skeleton/vc-skeleton.vue.d.ts.map +1 -1
  210. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +3 -2
  211. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  212. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +2 -1
  213. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  214. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +3 -2
  215. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  216. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +2 -1
  217. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  218. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +2 -1
  219. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  220. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +3 -2
  221. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -1
  222. package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts +3 -2
  223. package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -1
  224. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +2 -1
  225. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  226. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +3 -2
  227. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  228. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -2
  229. package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
  230. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +31 -34
  231. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  232. package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +1 -1
  233. package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts.map +1 -1
  234. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +28 -31
  235. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
  236. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +4 -3
  237. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts.map +1 -1
  238. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +4 -3
  239. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
  240. package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts +2 -1
  241. package/dist/ui/components/molecules/vc-dropdown/_internal/VcDropdownItem.vue.d.ts.map +1 -1
  242. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +15 -10
  243. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts.map +1 -1
  244. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +9 -8
  245. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
  246. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +2 -1
  247. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts.map +1 -1
  248. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts +2 -1
  249. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-custom-button.vue.d.ts.map +1 -1
  250. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts +2 -1
  251. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-font-selector.vue.d.ts.map +1 -1
  252. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts +2 -1
  253. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-toolbar.vue.d.ts.map +1 -1
  254. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +5 -4
  255. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  256. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +3 -2
  257. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -1
  258. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -1
  259. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
  260. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +3 -2
  261. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  262. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +3 -2
  263. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  264. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +32 -54
  265. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  266. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +2 -1
  267. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  268. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts +3 -2
  269. package/dist/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.vue.d.ts.map +1 -1
  270. package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts +7 -6
  271. package/dist/ui/components/molecules/vc-input-group/vc-input-group.vue.d.ts.map +1 -1
  272. package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts +3 -2
  273. package/dist/ui/components/molecules/vc-menu/vc-menu-group.vue.d.ts.map +1 -1
  274. package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts +3 -2
  275. package/dist/ui/components/molecules/vc-menu/vc-menu-item.vue.d.ts.map +1 -1
  276. package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts +3 -2
  277. package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts.map +1 -1
  278. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts +3 -2
  279. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueDropdown.vue.d.ts.map +1 -1
  280. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +5 -4
  281. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts.map +1 -1
  282. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +15 -10
  283. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  284. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +2 -1
  285. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  286. package/dist/ui/components/molecules/vc-radio-button/index.d.ts +0 -1
  287. package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -1
  288. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +27 -39
  289. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
  290. package/dist/ui/components/molecules/vc-radio-group/index.d.ts +1 -1
  291. package/dist/ui/components/molecules/vc-radio-group/index.d.ts.map +1 -1
  292. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +27 -28
  293. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
  294. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +4 -3
  295. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  296. package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts +3 -2
  297. package/dist/ui/components/molecules/vc-select/_internal/SelectDropdown.vue.d.ts.map +1 -1
  298. package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts +3 -2
  299. package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts.map +1 -1
  300. package/dist/ui/components/molecules/vc-select/composables/index.d.ts +1 -3
  301. package/dist/ui/components/molecules/vc-select/composables/index.d.ts.map +1 -1
  302. package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts +30 -0
  303. package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts.map +1 -0
  304. package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts +3 -2
  305. package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts.map +1 -1
  306. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +30 -19
  307. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  308. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +8 -7
  309. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  310. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts +3 -2
  311. package/dist/ui/components/molecules/vc-switch/vc-switch.vue.d.ts.map +1 -1
  312. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +3 -2
  313. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  314. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +3 -2
  315. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
  316. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts +2 -1
  317. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts.map +1 -1
  318. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts +5 -4
  319. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts.map +1 -1
  320. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts +2 -1
  321. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetContent.vue.d.ts.map +1 -1
  322. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts +3 -2
  323. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts.map +1 -1
  324. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts +2 -1
  325. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetsMenu.vue.d.ts.map +1 -1
  326. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts +3 -2
  327. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubContent.vue.d.ts.map +1 -1
  328. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts +3 -2
  329. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppHubPopover.vue.d.ts.map +1 -1
  330. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts +3 -2
  331. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
  332. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +3 -2
  333. package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
  334. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +3 -2
  335. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
  336. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts +2 -1
  337. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
  338. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts +2 -1
  339. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarCollapseButton.vue.d.ts.map +1 -1
  340. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts +3 -2
  341. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarContent.vue.d.ts.map +1 -1
  342. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts +6 -5
  343. package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
  344. package/dist/ui/components/organisms/vc-app/composables/useShellNavigation.d.ts.map +1 -1
  345. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +3 -2
  346. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  347. package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts +3 -2
  348. package/dist/ui/components/organisms/vc-auth-layout/vc-auth-layout.vue.d.ts.map +1 -1
  349. package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts +2 -1
  350. package/dist/ui/components/organisms/vc-blade/_internal/BladeContentSkeleton.vue.d.ts.map +1 -1
  351. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts +5 -4
  352. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
  353. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts +2 -1
  354. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts.map +1 -1
  355. package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts +2 -1
  356. package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
  357. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +5 -4
  358. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
  359. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts +2 -1
  360. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
  361. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts +3 -2
  362. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarBaseButton.vue.d.ts.map +1 -1
  363. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts +3 -2
  364. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarCircleButton.vue.d.ts.map +1 -1
  365. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts +2 -1
  366. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarDesktop.vue.d.ts.map +1 -1
  367. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts +2 -1
  368. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts.map +1 -1
  369. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts +2 -1
  370. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts.map +1 -1
  371. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts +2 -1
  372. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
  373. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts +2 -1
  374. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
  375. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts +2 -1
  376. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetDropdownItem.vue.d.ts.map +1 -1
  377. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +3 -30
  378. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  379. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +20 -15
  380. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  381. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +4 -3
  382. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  383. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +2 -1
  384. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  385. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +10 -9
  386. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  387. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +4 -3
  388. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
  389. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +6 -5
  390. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  391. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +5 -4
  392. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
  393. package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +62 -57
  394. package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts.map +1 -1
  395. package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +36 -31
  396. package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts.map +1 -1
  397. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts +7 -6
  398. package/dist/ui/components/organisms/vc-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
  399. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +2 -1
  400. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  401. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +2 -1
  402. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  403. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +2 -1
  404. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  405. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts +3 -2
  406. package/dist/ui/components/organisms/vc-table/_internal/vc-table-empty/vc-table-empty.vue.d.ts.map +1 -1
  407. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +5 -4
  408. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  409. package/dist/ui/components/organisms/vc-table/base/BaseVcDataTable.d.ts +4 -4
  410. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +5 -4
  411. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
  412. package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts +2 -1
  413. package/dist/ui/components/organisms/vc-table/components/ColumnSwitcherButton.vue.d.ts.map +1 -1
  414. package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts +12 -11
  415. package/dist/ui/components/organisms/vc-table/components/DataTableBody.vue.d.ts.map +1 -1
  416. package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts +20 -15
  417. package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
  418. package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts +2 -1
  419. package/dist/ui/components/organisms/vc-table/components/DataTableHeader.vue.d.ts.map +1 -1
  420. package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts +31 -26
  421. package/dist/ui/components/organisms/vc-table/components/DataTableRow.vue.d.ts.map +1 -1
  422. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts +2 -1
  423. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersButton.vue.d.ts.map +1 -1
  424. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +9 -8
  425. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
  426. package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts +11 -6
  427. package/dist/ui/components/organisms/vc-table/components/Table.vue.d.ts.map +1 -1
  428. package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts +2 -1
  429. package/dist/ui/components/organisms/vc-table/components/TableActions.vue.d.ts.map +1 -1
  430. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +2 -1
  431. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
  432. package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts +3 -2
  433. package/dist/ui/components/organisms/vc-table/components/TableBody.vue.d.ts.map +1 -1
  434. package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts +3 -2
  435. package/dist/ui/components/organisms/vc-table/components/TableCell.vue.d.ts.map +1 -1
  436. package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts +4 -3
  437. package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts.map +1 -1
  438. package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts +2 -1
  439. package/dist/ui/components/organisms/vc-table/components/TableColumnSwitcher.vue.d.ts.map +1 -1
  440. package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts +6 -5
  441. package/dist/ui/components/organisms/vc-table/components/TableEmpty.vue.d.ts.map +1 -1
  442. package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts +3 -2
  443. package/dist/ui/components/organisms/vc-table/components/TableFooter.vue.d.ts.map +1 -1
  444. package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts +3 -2
  445. package/dist/ui/components/organisms/vc-table/components/TableGroupRow.vue.d.ts.map +1 -1
  446. package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts +3 -2
  447. package/dist/ui/components/organisms/vc-table/components/TableHead.vue.d.ts.map +1 -1
  448. package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts +3 -2
  449. package/dist/ui/components/organisms/vc-table/components/TableHeader.vue.d.ts.map +1 -1
  450. package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts +2 -1
  451. package/dist/ui/components/organisms/vc-table/components/TableResizeHandle.vue.d.ts.map +1 -1
  452. package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts +8 -7
  453. package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts.map +1 -1
  454. package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts +2 -1
  455. package/dist/ui/components/organisms/vc-table/components/TableRowActions.vue.d.ts.map +1 -1
  456. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +6 -5
  457. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
  458. package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts +2 -1
  459. package/dist/ui/components/organisms/vc-table/components/TableSelectAllBar.vue.d.ts.map +1 -1
  460. package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +11 -10
  461. package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts.map +1 -1
  462. package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts +2 -1
  463. package/dist/ui/components/organisms/vc-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -1
  464. package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts +2 -1
  465. package/dist/ui/components/organisms/vc-table/components/cells/CellDate.vue.d.ts.map +1 -1
  466. package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts +2 -1
  467. package/dist/ui/components/organisms/vc-table/components/cells/CellDateAgo.vue.d.ts.map +1 -1
  468. package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts +2 -1
  469. package/dist/ui/components/organisms/vc-table/components/cells/CellDefault.vue.d.ts.map +1 -1
  470. package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts +5 -4
  471. package/dist/ui/components/organisms/vc-table/components/cells/CellEditableWrapper.vue.d.ts.map +1 -1
  472. package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts +2 -1
  473. package/dist/ui/components/organisms/vc-table/components/cells/CellHtml.vue.d.ts.map +1 -1
  474. package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts +2 -1
  475. package/dist/ui/components/organisms/vc-table/components/cells/CellImage.vue.d.ts.map +1 -1
  476. package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts +2 -1
  477. package/dist/ui/components/organisms/vc-table/components/cells/CellLink.vue.d.ts.map +1 -1
  478. package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts +2 -1
  479. package/dist/ui/components/organisms/vc-table/components/cells/CellMoney.vue.d.ts.map +1 -1
  480. package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts +2 -1
  481. package/dist/ui/components/organisms/vc-table/components/cells/CellNumber.vue.d.ts.map +1 -1
  482. package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts +2 -1
  483. package/dist/ui/components/organisms/vc-table/components/cells/CellStatus.vue.d.ts.map +1 -1
  484. package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts +2 -1
  485. package/dist/ui/components/organisms/vc-table/components/cells/CellStatusIcon.vue.d.ts.map +1 -1
  486. package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts +2 -1
  487. package/dist/ui/components/organisms/vc-table/components/cells/DynamicCellRenderer.vue.d.ts.map +1 -1
  488. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts +15 -10
  489. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
  490. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts +17 -12
  491. package/dist/ui/components/organisms/vc-table/components/mobile/DataTableMobileView.vue.d.ts.map +1 -1
  492. package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +15 -10
  493. package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts.map +1 -1
  494. package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts +11 -6
  495. package/dist/ui/components/organisms/vc-table/components/mobile/MobileCellRenderer.vue.d.ts.map +1 -1
  496. package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts +5 -4
  497. package/dist/ui/components/organisms/vc-table/components/mobile/PullToRefresh.vue.d.ts.map +1 -1
  498. package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts +2 -6
  499. package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts.map +1 -1
  500. package/dist/ui/components/organisms/vc-table/keys.d.ts +5 -1
  501. package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
  502. package/dist/ui/components/organisms/vc-table/types.d.ts +12 -9
  503. package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
  504. package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +2 -6
  505. package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts.map +1 -1
  506. package/dist/ui/types/global-components.d.ts +10 -0
  507. package/dist/ui/types/global-components.d.ts.map +1 -0
  508. package/dist/ui/types/index.d.ts +0 -8
  509. package/dist/ui/types/index.d.ts.map +1 -1
  510. package/dist/{vendor-boolbase-D2i1C8XR.js → vendor-boolbase-DYkUBG-P.js} +1 -1
  511. package/dist/{vendor-cheerio-DrsWhxJH.js → vendor-cheerio-DE71XQ9x.js} +1 -1
  512. package/dist/{vendor-cheerio-select-jw4C2SiT.js → vendor-cheerio-select-D-qK1Cpo.js} +2 -2
  513. package/dist/{vendor-css-select-BwGMmTuc.js → vendor-css-select-DqoO1-RK.js} +2 -2
  514. package/dist/{vendor-dompurify-M2Bspgo5.js → vendor-dompurify-BIuh5IAZ.js} +2 -2
  515. package/dist/{vendor-iso-639-1-rPqx9HMT.js → vendor-iso-639-1-BEjYyfKo.js} +7 -9
  516. package/dist/vendor-lodash-es-CWnYz7RK.js +1497 -0
  517. package/dist/{vendor-markdown-it-task-lists-CHCnS7dl.js → vendor-markdown-it-task-lists-CHKeJZfk.js} +1 -1
  518. package/dist/{vendor-nth-check-CGMdQf59.js → vendor-nth-check-D0N1qpsw.js} +1 -1
  519. package/dist/{vendor-prettier-CoRReRqw.js → vendor-prettier-DeqUTTnE.js} +1 -1
  520. package/dist/{vendor-striptags-BrHtQQiF.js → vendor-striptags-DtlgQudQ.js} +1 -1
  521. package/dist/{vendor-tiptap-markdown-DLzeP3KU.js → vendor-tiptap-markdown-BTXJw7Bt.js} +1 -1
  522. package/dist/{vendor-truncate-html-r2r8GKvW.js → vendor-truncate-html-ChA1T5zy.js} +1 -1
  523. package/dist/{vendor-unovis-ts-Bue71Kwt.js → vendor-unovis-ts-stSsHr9j.js} +1 -1
  524. package/dist/{vendor-unovis-vue-C_K1g5KH.js → vendor-unovis-vue-CZWGT3-0.js} +1 -1
  525. package/dist/{vendor-vue-i18n-DeO9Fa9I.js → vendor-vue-i18n-DfoSKa-v.js} +265 -283
  526. package/dist/{vendor-vue3-application-insights-BmJCYUcp.js → vendor-vue3-application-insights-BLGgC5YQ.js} +25 -25
  527. package/dist/vendor-vueuse-components-BQDr5uOZ.js +219 -0
  528. package/dist/vendor-vueuse-core-BFg8Ys-l.js +530 -0
  529. package/dist/vendor-vueuse-shared-ZhCFpkF2.js +149 -0
  530. package/package.json +9 -10
  531. package/LICENSE +0 -12
  532. package/dist/core/plugins/modularity/loader-mf.d.ts +0 -17
  533. package/dist/core/plugins/modularity/loader-mf.d.ts.map +0 -1
  534. package/dist/shared/components/app-switcher/index.d.ts +0 -14
  535. package/dist/shared/components/app-switcher/index.d.ts.map +0 -1
  536. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
  537. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
  538. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
  539. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
  540. package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
  541. package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
  542. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
  543. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
  544. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
  545. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
  546. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
  547. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
  548. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
  549. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
  550. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
  551. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
  552. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
  553. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
  554. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
  555. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
  556. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
  557. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
  558. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
  559. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
  560. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
  561. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
  562. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
  563. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
  564. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
  565. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
  566. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
  567. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
  568. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
  569. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
  570. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
  571. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
  572. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
  573. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
  574. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
  575. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
  576. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
  577. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
  578. package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
  579. package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
  580. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
  581. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
  582. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
  583. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
  584. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
  585. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
  586. package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
  587. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
  588. package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
  589. package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
  590. package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
  591. package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
  592. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
  593. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
  594. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
  595. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
  596. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
  597. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
  598. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
  599. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
  600. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
  601. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
  602. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
  603. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
  604. package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
  605. package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
  606. package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
  607. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
  608. package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
  609. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
  610. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
  611. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
  612. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
  613. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
  614. package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
  615. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
  616. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
  617. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
  618. package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
  619. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
  620. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
  621. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
  622. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
  623. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
  624. package/dist/shared/modules/dynamic/index.d.ts +0 -39
  625. package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
  626. package/dist/shared/modules/dynamic/keys.d.ts +0 -3
  627. package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
  628. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
  629. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
  630. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
  631. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
  632. package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
  633. package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
  634. package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
  635. package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
  636. package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
  637. package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
  638. package/dist/shared/pages/ChangePasswordPage/plugin.d.ts +0 -6
  639. package/dist/shared/pages/ChangePasswordPage/plugin.d.ts.map +0 -1
  640. package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts +0 -6
  641. package/dist/shared/pages/ForgotPasswordPage/plugin.d.ts.map +0 -1
  642. package/dist/shared/pages/InvitePage/plugin.d.ts +0 -6
  643. package/dist/shared/pages/InvitePage/plugin.d.ts.map +0 -1
  644. package/dist/shared/pages/LoginPage/plugin.d.ts +0 -6
  645. package/dist/shared/pages/LoginPage/plugin.d.ts.map +0 -1
  646. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +0 -6
  647. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +0 -1
  648. package/dist/shared/pages/plugin.d.ts +0 -6
  649. package/dist/shared/pages/plugin.d.ts.map +0 -1
  650. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts +0 -16
  651. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts.map +0 -1
  652. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts +0 -19
  653. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts.map +0 -1
  654. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts +0 -23
  655. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts.map +0 -1
  656. package/dist/vendor-core-js-Do_NZFHx.js +0 -880
  657. package/dist/vendor-lodash-es-BtnfG6xF.js +0 -4829
  658. package/dist/vendor-module-federation-enhanced-CV1CNdJy.js +0 -22
  659. package/dist/vendor-module-federation-error-codes-DdVwX11j.js +0 -55
  660. package/dist/vendor-module-federation-runtime-CVH_lWgu.js +0 -91
  661. package/dist/vendor-module-federation-runtime-core-D5G-s9nP.js +0 -2202
  662. package/dist/vendor-module-federation-runtime-tools-CQbtw-RJ.js +0 -18
  663. package/dist/vendor-module-federation-sdk-DM4AJRa7.js +0 -683
  664. package/dist/vendor-semver-Dar8oU3V.js +0 -1023
  665. package/dist/vendor-vue-router-R3V0tq8_.js +0 -6
  666. package/dist/vendor-vueuse-components-Be490f6P.js +0 -542
  667. package/dist/vendor-vueuse-core-BW8bO6-j.js +0 -5135
  668. package/dist/vendor-vueuse-shared-bmkWEEYZ.js +0 -1169
package/CHANGELOG.md ADDED
@@ -0,0 +1,4556 @@
1
+ # [2.0.0-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
2
+
3
+ **Note:** Version bump only for package @vc-shell/framework
4
+
5
+ # [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
6
+
7
+
8
+ * feat!(blade): unify useBlade() API, deprecate useBladeNavigation() and useBladeContext() ([d07d829](https://github.com/VirtoCommerce/vc-shell/commit/d07d829b34720797e99f860014a835906ae11cd6))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **notifications:** address architectural review findings ([4429f1c](https://github.com/VirtoCommerce/vc-shell/commit/4429f1ccf77830d3d36efa537d93c4c463ffaced))
14
+ * **notifications:** address code review findings ([1104f68](https://github.com/VirtoCommerce/vc-shell/commit/1104f681ed26d775632b769e618b623d81480078))
15
+ * **notifications:** remove broken hasUnreadNotifications, add loadHistory tests ([9f25854](https://github.com/VirtoCommerce/vc-shell/commit/9f2585430b6eba78920e1037951a39a77b26205a))
16
+ * **notifications:** replace VcDropdown with VcScrollableContainer in dropdown ([d635694](https://github.com/VirtoCommerce/vc-shell/commit/d6356940fca5ad450cf4b592d283021468d6f08d))
17
+ * **vc-button:** rename icon class to BEM modifier and reduce icon-title gap ([ba2297d](https://github.com/VirtoCommerce/vc-shell/commit/ba2297d5c06de19c8a40df1207f13587991a8a08))
18
+ * **vc-select:** resolve primitive modelValue when emitValue is false ([3cc38ac](https://github.com/VirtoCommerce/vc-shell/commit/3cc38acd4dbccd788575aab6218897ab33ab67f8))
19
+
20
+
21
+ ### Features
22
+
23
+ * **icons:** migrate from FontAwesome and Material to Lucide icons ([1165217](https://github.com/VirtoCommerce/vc-shell/commit/1165217459ccac086aa5eab381deb43be46d7746))
24
+ * **modularity,dropdown:** support notifications config in defineAppModule, use store in dropdown ([eb96c22](https://github.com/VirtoCommerce/vc-shell/commit/eb96c228b0e8f8d5efa6bd5d31cd8f3e70ae3dc8))
25
+ * **notifications:** add barrel exports for notifications module ([f10526f](https://github.com/VirtoCommerce/vc-shell/commit/f10526ffe639700a82c96d73b533f3ef78c9b9c9))
26
+ * **notifications:** add core types for notification system redesign ([402cbbc](https://github.com/VirtoCommerce/vc-shell/commit/402cbbc83de926aa7cd025173c7c838eb3c0b3a4))
27
+ * **notifications:** add NotificationStore with types and tests ([921fd84](https://github.com/VirtoCommerce/vc-shell/commit/921fd8461416e02234b4bce9eb299b1767660ad4))
28
+ * **notifications:** add ToastController with progress/auto/silent modes ([9eb6268](https://github.com/VirtoCommerce/vc-shell/commit/9eb62687245bd63788d76d67e7185237c6c3e9e8))
29
+ * **notifications:** add useBladeNotifications composable with auto-cleanup ([af18fd8](https://github.com/VirtoCommerce/vc-shell/commit/af18fd869d2b4874732592292dda0fa46578d07e))
30
+ * **notifications:** add useNotificationStore singleton composable ([596d1d6](https://github.com/VirtoCommerce/vc-shell/commit/596d1d677cd72b6f6e4a6e24583d3a6d8cc4152a))
31
+ * **notifications:** integrate ToastController into store.ingest and wire SignalR ([8c7be3e](https://github.com/VirtoCommerce/vc-shell/commit/8c7be3ea06a94341a82f9741e34d5e4a2eccb4a2))
32
+
33
+
34
+ ### BREAKING CHANGES
35
+
36
+ * `useBladeNavigation()` and `useBladeContext()` are removed.
37
+ Use `useBlade()` everywhere. The old `useBlade()` that returned `ComputedRef<IBladeInstance>`
38
+ is replaced with a new API returning destructured properties and methods.
39
+ # [2.0.0-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-03-12)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
45
+ * **ui:** replace VcInput discriminated union Props with single interface ([b25b153](https://github.com/VirtoCommerce/vc-shell/commit/b25b153eb81a13f879bfd2d14be63c333ea3f9a6))
46
+ # [2.0.0-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2026-03-12)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * add promise deduplication to loadUser() to prevent concurrent duplicate API calls ([ec83ab6](https://github.com/VirtoCommerce/vc-shell/commit/ec83ab6298648c5386467fcb88624e8154379f4b))
52
+ * resolve vue-tsc build errors for generic components ([a8955e5](https://github.com/VirtoCommerce/vc-shell/commit/a8955e5ada0940345f149298653dd4bd96c6a574))
53
+
54
+
55
+ ### Features
56
+
57
+ * **mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([9b079c2](https://github.com/VirtoCommerce/vc-shell/commit/9b079c27bc1497d89849b909f62c1403eff0c9b4))
58
+ * **vc-select:** add useSelectDataSource composable with cache layer ([4f4e724](https://github.com/VirtoCommerce/vc-shell/commit/4f4e7246cd40cc09623e0f283ea32032f9ee0da1))
59
+ # [2.0.0-alpha.7](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2026-03-11)
60
+
61
+
62
+ ### Bug Fixes
63
+
64
+ * remove duplicate changelog entries caused by multiline regex bug ([2f27d4c](https://github.com/VirtoCommerce/vc-shell/commit/2f27d4c2ca81452ddc1042af47a4648348e7e323))
65
+ * **vc-gallery:** handle undefined images prop on mount ([4338c8e](https://github.com/VirtoCommerce/vc-shell/commit/4338c8ea035e37b3eba8a909310b6146948a3527))
66
+
67
+
68
+ ### Code Refactoring
69
+
70
+ * remove legacy dynamic views module ([3a673a8](https://github.com/VirtoCommerce/vc-shell/commit/3a673a89156c36ef1e1908f80e012104f36fa54e))
71
+
72
+
73
+ ### BREAKING CHANGES
74
+
75
+ * removed createDynamicAppModule,
76
+ useDetailsFactory, useListFactory, DynamicBladeList,
77
+ DynamicBladeForm, DynamicModuleRegistryState and
78
+ all dynamic schema types from the framework.
79
+ # [2.0.0-alpha.6](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2026-03-10)
80
+
81
+ **Note:** Version bump only for package @vc-shell/framework
82
+
83
+ # [2.0.0-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2026-03-10)
84
+
85
+ ### Code Refactoring
86
+
87
+ - extract blade router guard into standalone utility ([7e2a590](https://github.com/VirtoCommerce/vc-shell/commit/7e2a5900d521131e578205b31be734d975b72ff3))
88
+
89
+ **Note:** Version bump only for package @vc-shell/framework
90
+
91
+ # [2.0.0-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2026-03-10)
92
+
93
+ ### Features
94
+
95
+ - add blade catch-all route handling in VcBladeNavigationComponent ([cb7920a](https://github.com/VirtoCommerce/vc-shell/commit/cb7920a3563d9224a160c00f728b5e5a84277f7f))
96
+
97
+ # [2.0.0-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-03-10)
98
+
99
+ **Note:** Version bump only for package @vc-shell/framework
100
+
101
+ # [2.0.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.2) (2026-03-10)
102
+
103
+ ### Code Refactoring
104
+
105
+ - remove unused components and update package resolutions ([26ff398](https://github.com/VirtoCommerce/vc-shell/commit/26ff398739d75b23f7f700542920a117e0022ff3))
106
+
107
+ **Note:** Version bump only for package @vc-shell/framework
108
+
109
+ # [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
110
+
111
+ **Note:** Version bump only for package @vc-shell/framework
112
+
113
+ # [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
114
+
115
+ ### Features
116
+
117
+ - **a11y:** add ARIA attributes to blades, popups, and blade navigation ([12454c6](https://github.com/VirtoCommerce/vc-shell/commit/12454c628683d36fba9efea6e24224d1e0a029e4))
118
+ - **ai-agent:** add embedded mode support with iframe messaging ([d605a2d](https://github.com/VirtoCommerce/vc-shell/commit/d605a2dedaf223718a0dccd6eaad94fbeddae1c0))
119
+ - **core:** add Module Federation support and remove legacy UMD globals ([18c4026](https://github.com/VirtoCommerce/vc-shell/commit/18c402677846dfff8f077dccb7a782fcf5a778e0))
120
+ - **blade-nav:** enforce workspace permissions in BladeStack ([edfe789](https://github.com/VirtoCommerce/vc-shell/commit/edfe7898828eaf1c2fde5abc00a7c13b1bdc9a2f))
121
+ - add Lato font family ([8384890](https://github.com/VirtoCommerce/vc-shell/commit/83848902a6b83122663070e9056863d85ae7f11f))
122
+ - **vc-menu:** add loading prop with skeleton placeholders ([d0bb25c](https://github.com/VirtoCommerce/vc-shell/commit/d0bb25c345c977fbb32e1492c74db4bfdcc94413))
123
+ - **vc-menu-group:** add section variant, grid animation, chevron transition ([c5f04f1](https://github.com/VirtoCommerce/vc-shell/commit/c5f04f1fd2f0df3bcf3749feb8cbb32e1295eca8))
124
+ - **vc-menu:** add loading and variant to type definitions ([4d64610](https://github.com/VirtoCommerce/vc-shell/commit/4d646106ef86e74bf9761ebbb461b8200c749b64))
125
+
126
+ ### Bug Fixes
127
+
128
+ - **ui:** improve collapsed sidebar UX and embedded AI agent context ([c87e16d](https://github.com/VirtoCommerce/vc-shell/commit/c87e16df0b70069f919ea20676f3aa3b66d447d9))
129
+ - **shell-nav:** logo click navigates to main route without clearing stack ([f9f8f78](https://github.com/VirtoCommerce/vc-shell/commit/f9f8f785153bc0e4027f4553fce7c070ea43aa14))
130
+ - **shell-nav:** openRoot no longer clears blade stack ([547ae53](https://github.com/VirtoCommerce/vc-shell/commit/547ae5363b7b96d30cc2ad65fc9ec97191116f26))
131
+ - **vc-menu:** move font and padding to app level, add activeItemId ([3018007](https://github.com/VirtoCommerce/vc-shell/commit/30180073b684ebd5c6f77df62fde1bd740b32720))
132
+ - **notifications:** fix toast width, centering, expand/collapse UX ([a5a5423](https://github.com/VirtoCommerce/vc-shell/commit/a5a54239ec9e3b3ebe897a25fb0657397d123fdb))
133
+
134
+ ### Documentation
135
+
136
+ - **vc-menu:** update stories with sections, nesting, loading, badges ([4426976](https://github.com/VirtoCommerce/vc-shell/commit/44269767f013f769bb6f4ae4e8362075e93ba9f1))
137
+
138
+ ### Styles
139
+
140
+ - **vc-menu-item:** update design tokens to match Figma mockup ([0c634cf](https://github.com/VirtoCommerce/vc-shell/commit/0c634cf5cef63201d264b36b7d880adfc07175a8))
141
+
142
+ ### Code Refactoring
143
+
144
+ - **table:** extract orchestration logic into useDataTableOrchestrator ([86e946e](https://github.com/VirtoCommerce/vc-shell/commit/86e946e559749dc53d71e7fb7da52471ece0ec3c))
145
+ - **navigation:** improve blade stack management and extension points ([6817743](https://github.com/VirtoCommerce/vc-shell/commit/6817743aa38efed0c9d98496c8adaa032a458548))
146
+ - **ui:** standardize component prop/emit types and remove any usage ([a7a587a](https://github.com/VirtoCommerce/vc-shell/commit/a7a587a5848dbb9acbfce6d9235e4b0e196b4a18))
147
+ - **core:** standardize composable return types with \*Return naming convention ([f84452b](https://github.com/VirtoCommerce/vc-shell/commit/f84452bc23d523bdc252d70f2e6d22a3b6fd1d07))
148
+ - **loader-mf:** clarify route re-resolution happens after module installation ([6b7bbd3](https://github.com/VirtoCommerce/vc-shell/commit/6b7bbd3d732c6c8f017c016013dd8004cc7f6dcb))
149
+ - **loader-mf:** consume SHARED_DEP_NAMES from shared-deps.ts, fix stale comment ([b2eb9f8](https://github.com/VirtoCommerce/vc-shell/commit/b2eb9f829204c636bb214962ea6f38cec79b2af2))
150
+ - **vc-menu:** rework skeleton and migrate main-menu to VcMenu ([5066677](https://github.com/VirtoCommerce/vc-shell/commit/50666775cb8e2d7f8f2bfa1078aa602482e64c52))
151
+ - enhance VcDataTable and related components for improved accessibility and styling ([4cc8ce2](https://github.com/VirtoCommerce/vc-shell/commit/4cc8ce2d0e721e0d574f68e8ca0d829533fc1d90))
152
+ - replace native checkbox in TableCheckbox with VcCheckbox ([e0a0be2](https://github.com/VirtoCommerce/vc-shell/commit/e0a0be282d53b4a42fbde0f2e99f7a842714dc0a))
153
+ - replace native buttons in table components with VcButton ([5ec395e](https://github.com/VirtoCommerce/vc-shell/commit/5ec395e163eb4d08240f513ee0fda93ce5e829e7))
154
+
155
+ ### Tests
156
+
157
+ - add unit and accessibility tests across framework ([59086a9](https://github.com/VirtoCommerce/vc-shell/commit/59086a90690a13bfb186685bc423b73cfb406dc8))
158
+
159
+ ## [1.2.4-beta.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.7...v1.2.4-beta.8) (2026-03-04)
160
+
161
+ ### Code Refactoring
162
+
163
+ - improve code readability and component properties in VcDataTable ([08a822f](https://github.com/VirtoCommerce/vc-shell/commit/08a822f2525687ad4987e242f3a99774f946a826))
164
+ - streamline component exports and remove async component definitions ([fb1d76c](https://github.com/VirtoCommerce/vc-shell/commit/fb1d76c9ac8a1974472e1c43ab3c09d41a0b5ee3))
165
+
166
+ **Note:** Version bump only for package @vc-shell/framework
167
+
168
+ ## [1.2.4-beta.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
169
+
170
+ **Note:** Version bump only for package @vc-shell/framework
171
+
172
+ ## [1.2.4-beta.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.5...v1.2.4-beta.6) (2026-03-04)
173
+
174
+ ### Features
175
+
176
+ - **vc-data-table:** refactor table empty and not-found states with new `TableStateConfig` props, enhance `TableEmpty` component, and improve `formatDate` utility to handle invalid dates ([32283c5](https://github.com/VirtoCommerce/vc-shell/commit/32283c5c715d1742c8ffb395de5dd689a27f0437))
177
+ - **storybook:** add auth page stories for Login, ForgotPassword, ResetPassword, ChangePassword, Invite ([1c1940f](https://github.com/VirtoCommerce/vc-shell/commit/1c1940f50b5a366549012cc4a81ed85797110b4a))
178
+ - **vc-table:** add empty and not-found state storybook stories ([753f703](https://github.com/VirtoCommerce/vc-shell/commit/753f703a9d4b7bfd3b2b6e5adc256792df69d254))
179
+ - **vc-table:** add ActiveItemHighlight storybook story ([6e36b12](https://github.com/VirtoCommerce/vc-shell/commit/6e36b1240d30ab53603a52ccbc1f1d9db38671f3))
180
+ - **vc-table:** wire activeItemId into VcDataTable for row highlighting ([87f0b78](https://github.com/VirtoCommerce/vc-shell/commit/87f0b789ffbc64b008af491ac9d928e722dcafe3))
181
+ - **vc-table:** add activeItemId prop and emit to BaseVcDataTable ([033cada](https://github.com/VirtoCommerce/vc-shell/commit/033cada35d31a48b55cbc57e29a116753b4a111b))
182
+ - **vc-table:** add activeItemId to VcDataTableProps type ([aa18ec7](https://github.com/VirtoCommerce/vc-shell/commit/aa18ec7e112ee4709ef877e2084a7bd087294d5a))
183
+ - **theme:** add global overlay, shadow, surface, and glass design tokens ([3509103](https://github.com/VirtoCommerce/vc-shell/commit/3509103ba47172ce8201c491934ebe79dddb5a26))
184
+
185
+ ### Bug Fixes
186
+
187
+ - resolve TypeScript build errors in storybook helpers and VcDataTable slots ([24fc068](https://github.com/VirtoCommerce/vc-shell/commit/24fc0687bc92f3dfd7cebd2a1f67a6a90330e516))
188
+ - **core data-fns:** improve `toDate` utility to validate Date objects ([302a5e9](https://github.com/VirtoCommerce/vc-shell/commit/302a5e924cc30d290f3cfb22b03ace93113f73fc))
189
+ - **vc-select:** tone down no-options empty state text styling ([37a35e9](https://github.com/VirtoCommerce/vc-shell/commit/37a35e96d466c221fe5e0e8a50179f76ae98b204))
190
+ - **vc-table:** separate active row highlight from checkbox selection ([55d26b4](https://github.com/VirtoCommerce/vc-shell/commit/55d26b455d7e01ca07d53a0350201d163050e0aa))
191
+ - **vc-table:** consistent null-guarding in handleRowClick activeItemId toggle ([acb5479](https://github.com/VirtoCommerce/vc-shell/commit/acb5479b1d960f777da703c75006361ba43b09cb))
192
+
193
+ ### Code Refactoring
194
+
195
+ - **user-info:** update avatar fallback and typography to match new design ([adac87c](https://github.com/VirtoCommerce/vc-shell/commit/adac87ca9d8dab841885a21d20c6a1fac5b5d662))
196
+ - **vc-table:** delegate row highlighting from VcTableAdapter to VcDataTable activeItemId ([2e82f83](https://github.com/VirtoCommerce/vc-shell/commit/2e82f8337463a7ac16702928e83890f07a841eaa))
197
+ - **vc-app-menu:** wire overlay to global --overlay-bg token ([478c3f7](https://github.com/VirtoCommerce/vc-shell/commit/478c3f7c46b22fe37c7e06551c4fb8dd03ab7016))
198
+ - **vc-popup:** wire overlay and shadow to global design tokens ([175b14e](https://github.com/VirtoCommerce/vc-shell/commit/175b14ee53b99ba4a7a9d79517fd6d76cf4440a8))
199
+ - **toolbar-mobile:** use global design tokens for overlay, shadow, glass ([8e54b09](https://github.com/VirtoCommerce/vc-shell/commit/8e54b098ef95b05fbf15fe786ac88f1493ccbd82))
200
+ - **vc-sidebar:** use global design tokens for overlay, shadow, glass ([4522c3c](https://github.com/VirtoCommerce/vc-shell/commit/4522c3c23e4096546ae430ce7c62330ffab29fdd))
201
+
202
+ ## [1.2.4-beta.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.4...v1.2.4-beta.5) (2026-03-04)
203
+
204
+ ### Features
205
+
206
+ - **modularity:** signal module load completion via injection keys ([9f9e0ae](https://github.com/VirtoCommerce/vc-shell/commit/9f9e0aec5174579e7ba75f19984fbdac8cb7e549))
207
+ - **vc-table:** add column-aware skeleton rows for initial loading state ([297606d](https://github.com/VirtoCommerce/vc-shell/commit/297606d2027aa0e6c829ad4ba0c378df0ec946ed))
208
+ - **vc-blade:** replace spinner overlay with skeleton loading placeholders ([5eda1fe](https://github.com/VirtoCommerce/vc-shell/commit/5eda1fe1506ca2aebc3736c63f42015d11e53960))
209
+ - **vc-skeleton:** add circle and block shape variants with configurable dimensions ([64eaa92](https://github.com/VirtoCommerce/vc-shell/commit/64eaa92c5a853f79f7f8602c2723c53b5e9f1a28))
210
+ - **auth:** parallelize getCurrentUser and getAccessToken in loadUser() ([325cced](https://github.com/VirtoCommerce/vc-shell/commit/325cced26e33e15861c3203d7a9b99183c0fa057))
211
+ - **perf:** defer AppInsights SDK and SignalR connection to post-paint in framework install ([c4ebb45](https://github.com/VirtoCommerce/vc-shell/commit/c4ebb45d0f15a0e7eab3addae8e32f16f9e1c81b))
212
+ - **signalr:** add mountComplete guard to SignalR plugin and export notifyMountComplete ([a89b62b](https://github.com/VirtoCommerce/vc-shell/commit/a89b62b82c10630cade2558587c8690a46171e78))
213
+ - **vc-app:** add sidebar menu batch reveal to VcAppMenu.vue ([5f37762](https://github.com/VirtoCommerce/vc-shell/commit/5f3776225fea463a13652a15c3e564760049b3aa))
214
+ - **vc-app:** add workspace loading gate and error state to vc-app.vue ([842c0c5](https://github.com/VirtoCommerce/vc-shell/commit/842c0c5b14150aa930e8bc9127e2eaf9ac740a37))
215
+ - **modularity:** add ModulesReadyKey and ModulesLoadErrorKey injection keys ([bafd2b0](https://github.com/VirtoCommerce/vc-shell/commit/bafd2b0fa9385ec07b89b6f1e75b7babfb6fffa6))
216
+ - **perf:** add performance marks to modularity loader ([59eadf7](https://github.com/VirtoCommerce/vc-shell/commit/59eadf7294be177d29324519e8108439aba59ba7))
217
+ - **perf:** install web-vitals and create useWebVitals composable ([b0ba458](https://github.com/VirtoCommerce/vc-shell/commit/b0ba458e9e9a08685d306e1bc307c459a5716d5e))
218
+ - **vc-app:** add tabbed Menu/Hub switcher with swipe gestures in mobile sidebar ([126897a](https://github.com/VirtoCommerce/vc-shell/commit/126897ae90100a4ae93df24fcf684f587498d2b6))
219
+ - **vc-loading:** replace dots loader with bar sweep and add instant preloader ([019e8d6](https://github.com/VirtoCommerce/vc-shell/commit/019e8d6fb5736f766bdba2841c3b5cf7f00b3b77))
220
+ - **global-filters:** use VcSidebar bottom sheet on mobile ([6e4a090](https://github.com/VirtoCommerce/vc-shell/commit/6e4a0903c7b41d95fc4044eb326f3483e110a240))
221
+ - **vc-toast:** enhance toast component with stacking and two-phase dismissal animations ([cc2b4fb](https://github.com/VirtoCommerce/vc-shell/commit/cc2b4fb89b151a378c3e58f3c46adc5d208b767d))
222
+ - **login:** introduce SSO-only login page mode with conditional form rendering and enhanced sign-in error message parsing from API responses ([6fec3fb](https://github.com/VirtoCommerce/vc-shell/commit/6fec3fb025c710e7022ed1c8637ea1a59fb9831d))
223
+ - **menu-service:** add removeRegisteredMenuItem for bus-level item removal ([cb587b8](https://github.com/VirtoCommerce/vc-shell/commit/cb587b849c31e1cd6b6d99c82ff8e22261d6074a))
224
+ - add date utility module (locale resolver, format converter, wrappers) ([ee17b24](https://github.com/VirtoCommerce/vc-shell/commit/ee17b248f2dca17b9936b719ce2dc9a916c722de))
225
+ - **vc-gallery:** redesign preview modal with light theme and polished UI ([8de2fdc](https://github.com/VirtoCommerce/vc-shell/commit/8de2fdc64b49dab99e691b5b419d5b3510c47b21))
226
+ - **vc-banner:** refactor VcBanner component with enhanced styling and add Storybook documentation ([b36d383](https://github.com/VirtoCommerce/vc-shell/commit/b36d38335783a7664d703231330ebcd475955ea9))
227
+ - **vc-image-upload:** add single-image upload component New VcImageUpload for avatar/logo use-cases, extracted from gallery's variant="file-upload" mode. Supports preview, remove, validation rules. Legacy gallery shim renders VcImageUpload when variant="file-upload". ([0fb3e12](https://github.com/VirtoCommerce/vc-shell/commit/0fb3e12c1ec4936bf7dcf003311aec52c6425c0d))
228
+ - **vc-gallery:** redesign with CSS Grid, slide-up tray and dark preview Rewrite gallery layout using CSS Grid with responsive auto-fill/minmax and semantic size presets (sm/md/lg). Redesign tile hover with slide-up frosted-glass action tray, add skeleton shimmer loading states, dark preview lightbox with crossfade transitions. Old props deprecated with runtime warnings. Remove gallery-specific variant from VcFileUpload. ([c62d727](https://github.com/VirtoCommerce/vc-shell/commit/c62d727a534528d11ffa6e2762dba371b759b2ec))
229
+ - **vc-gallery:** extract composables with unit tests Extract reorder, upload, preview, and image-loading logic from monolithic vc-gallery.vue into dedicated composables for better testability and reuse. ([dc52944](https://github.com/VirtoCommerce/vc-shell/commit/dc52944ec9e5a2972571422d5cafeb84abab638b))
230
+ - **ui:** UX polish and export normalization - VcCheckbox: add check-out exit animation via <Transition> wrapper (scale-down + fade with asymmetric 60% faster exit timing) - Blade slot: add slide-in transition (opacity + translateX) with appear for new blade opening - VcPaginator, VcInputDropdown: remove duplicate default exports, keep only named exports for consistency ([931e1a1](https://github.com/VirtoCommerce/vc-shell/commit/931e1a1b423d0b4470600369afa8dab1980889dd))
231
+ - **core:** add offline guard and 30s timeout to fetch interceptor API requests (/api/\*) now fail fast with a friendly error when the browser is offline and abort after 30s timeout. Non-API requests bypass these guards entirely. External AbortSignal composition is preserved so component-level cancellation still works. ([12c7519](https://github.com/VirtoCommerce/vc-shell/commit/12c75193b96ae5b3abf9564fe5066196685ec830))
232
+ - **core:** add useConnectionStatus composable for network awareness Singleton composable backed by VueUse useNetwork(). On offline transition: shows persistent warning notification, adds html.vc-offline CSS class. On online transition: removes notification and CSS class. Initialized in framework install() via app.runWithContext(). ([77246b1](https://github.com/VirtoCommerce/vc-shell/commit/77246b1c1509e611cda1dda9589d5e14a1431e62))
233
+ - **core:** add global error handlers for unhandled errors and rejections Adds setupGlobalErrorHandlers plugin that chains into app.config.errorHandler and registers window-level listeners for unhandledrejection and error events. Includes time-based deduplication (3s window) and idempotency guard to prevent duplicate listeners on repeated framework installs. Wired into framework install() after setupApplicationInsights. ([3c27dcf](https://github.com/VirtoCommerce/vc-shell/commit/3c27dcf778a4910507c74646086390bc9673d931))
234
+ - **shared:** wire ErrorInterceptor to blade.error and cancel deferred toasts ErrorInterceptor now injects BladeDescriptorKey + BladeStackKey to propagate caught errors to blade.error for red banner display. When catching an error, it also cancels any pending useAsync deferred toast via cancelPendingErrorNotification, preventing duplicate banner+toast for load errors. Degrades gracefully outside blade context. ([d7f02f6](https://github.com/VirtoCommerce/vc-shell/commit/d7f02f61fdc980dd32afc2b1ad9a228900dee78c))
235
+ - **core:** add error ref and deferred notification to useAsync useAsync now returns an `error` ref (DisplayableError | null) that is set on failure and cleared on next invocation. Notifications are enabled by default but deferred via setTimeout(0) so ErrorInterceptor can cancel them when it catches the same error for blade banner display. This prevents duplicate toast+banner for load errors while still showing toasts for save/delete errors caught by module try/catch. ([82e0167](https://github.com/VirtoCommerce/vc-shell/commit/82e01675223339982ea9292588e92fc594410a1d))
236
+ - **core:** export parseError/DisplayableError and add pending notification utility Exports parseError and DisplayableError from the utilities barrel so they can be consumed by useAsync. Adds a shared WeakMap-based utility (pendingErrorNotifications) that decouples useAsync deferred toasts from ErrorInterceptor's cancellation logic. ([f710aab](https://github.com/VirtoCommerce/vc-shell/commit/f710aab3a4b0489c3e3b294f26d7e2e76881e0f7))
237
+ - **shell:** unify notification bell with AppHub pattern - Bell icon transitions to X when notifications panel is open (same rotation animation as burger menu) - Remove title/header from notification VcDropdownPanel (consistent with AppHub's headerless popover) - Remove unread red dot from burger button (notifications indicator now belongs to bell only) ([6ac1547](https://github.com/VirtoCommerce/vc-shell/commit/6ac1547824b0132043e025d01a94c13d921250e1))
238
+ - **shell:** remove notifications widget from AppHub Notifications are now accessed via the standalone bell icon in the sidebar header. Remove widget registration, auto-open on unread logic, and clean up unused imports. ([5b9811f](https://github.com/VirtoCommerce/vc-shell/commit/5b9811f942125c7085ad958128cd14917760a8fd))
239
+ - **shell:** wire notification bell popover in DesktopLayout Add VcDropdownPanel with NotificationDropdown anchored to the bell button. Implements mutual exclusion: opening bell closes AppHub and vice versa. Closes on route change. ([c0fccca](https://github.com/VirtoCommerce/vc-shell/commit/c0fcccae35d69bf0b722616eba3fba9cf4a17ef0))
240
+ - **shell:** add notification bell button to SidebarHeader Add a bell icon button between logo and burger menu in the sidebar header. Visible when sidebar is expanded, shows unread indicator dot. ([02fbe5e](https://github.com/VirtoCommerce/vc-shell/commit/02fbe5e566f629bb011ebddfcf4b6eeb2730ce16))
241
+
242
+ ### Bug Fixes
243
+
244
+ - **vc-table:** relax generic constraint from Record<string, unknown> to Record<string, any> ([615733b](https://github.com/VirtoCommerce/vc-shell/commit/615733b77df77b0f6be55d7677089909b0c5e208))
245
+ - **teleport:** remove defer attribute that prevented rendering inside skeleton-guarded blades ([5be89d3](https://github.com/VirtoCommerce/vc-shell/commit/5be89d34165862939fcb44d5d7b7f3fed1cb77f1))
246
+ - **filters:** call onFilterChange after every useFilterState mutation ([208a9a0](https://github.com/VirtoCommerce/vc-shell/commit/208a9a0d8af6b11b89441528b6f7bc0ebc46c012))
247
+ - **vc-app:** move notification badge from logo to mobile bell button ([3e95e55](https://github.com/VirtoCommerce/vc-shell/commit/3e95e55b077c0c00a181cd0c5e182f9eb358ecd2))
248
+ - **vc-app:** show notification bell on mobile and use VcSidebar bottom sheet ([aab267e](https://github.com/VirtoCommerce/vc-shell/commit/aab267e5304c4288189205d90e29ed44628fd395))
249
+ - **vc-app:** correct BEM selector for mobile flex-col on main-content ([791bc59](https://github.com/VirtoCommerce/vc-shell/commit/791bc59fde97a190628addc67b88a28668780f2e))
250
+ - **vc-dropdown-panel:** prevent panel close when clicking inside child VcSelect dropdown ([d82513a](https://github.com/VirtoCommerce/vc-shell/commit/d82513a873aaa3af1424d934091d231e5e1b38b2))
251
+ - **vc-blade:** fix mobile back button visibility and breadcrumbs overflow in header ([04f79f3](https://github.com/VirtoCommerce/vc-shell/commit/04f79f3e21b9d808a41a427acfef6c6c9d47b89d))
252
+ - **vc-widget:** suppress duplicate hover state when widgets render inside dropdown ([9557328](https://github.com/VirtoCommerce/vc-shell/commit/9557328a3b71218f8ca3a4bc9831152f55d887fa))
253
+ - prevent false modification detections by treating empty values as equivalent and avoid emitting editor updates when content is set programmatically ([8af41de](https://github.com/VirtoCommerce/vc-shell/commit/8af41de42e08c7265fd6ddfb20de743cb75f4fe5))
254
+ - **dynamic-properties:** handle missing localizedValues in multilanguage dictionary select ([b1a0445](https://github.com/VirtoCommerce/vc-shell/commit/b1a0445e55b9672d98b1c4edb2d0a7b57465dda4))
255
+ - **vc-table:** use correct injection key for row actions hover visibility ([b750c3f](https://github.com/VirtoCommerce/vc-shell/commit/b750c3fc06ff36b9379d3e5eb6ddd6ff9019c978))
256
+ - **ui:** collapse scroll arrow space when arrows are hidden ([b266287](https://github.com/VirtoCommerce/vc-shell/commit/b2662876698f64941b0b5ceb1ca02e48e5eb7fd2))
257
+ - **login:** remove .prevent modifier on VcForm custom submit event ([bb7aef8](https://github.com/VirtoCommerce/vc-shell/commit/bb7aef8494787fa3a32ec8b1813c9eda841de933))
258
+ - **blade-navigation:** remove slide transition that caused visual glitch on blade switch ([06be549](https://github.com/VirtoCommerce/vc-shell/commit/06be549f2a4e488fc415d80c8284912317a21f36))
259
+ - **build:** suppress empty chunk, mixed import, and date-fns locale warnings ([d973302](https://github.com/VirtoCommerce/vc-shell/commit/d97330264de9f0f03474d919fcee971c6864989c))
260
+ - **vc-gallery:** fix review findings across gallery components ([5bf9fb5](https://github.com/VirtoCommerce/vc-shell/commit/5bf9fb518f10b93b29c9922b69e951dba7a50812))
261
+ - **vc-gallery:** restrict drag to handle and improve upload UX ([5c6bf75](https://github.com/VirtoCommerce/vc-shell/commit/5c6bf752480be95d97bd8cc7f3137a2dd3ae870e))
262
+ - **vc-table:** align row-action emit typing for mobile actions ([bc42336](https://github.com/VirtoCommerce/vc-shell/commit/bc42336cc6df48181ae21e1d1e7dc7ca15d64bb1))
263
+ - **vc-gallery:** fix cross-row drag reorder in CSS Grid layout ([2407d2d](https://github.com/VirtoCommerce/vc-shell/commit/2407d2db0ac02bf4d1042d7e3a487336c68b6677))
264
+ - **vc-gallery:** fix stories interactivity and upload tile layout ([30f0a02](https://github.com/VirtoCommerce/vc-shell/commit/30f0a021d8b504e48790b7bf888ddf9bb4545f6f))
265
+ - **vc-table:** optimize global listeners and filter state callback ([94b73a0](https://github.com/VirtoCommerce/vc-shell/commit/94b73a0f7521c983863219ab47d9a6713d67ae70))
266
+ - **ui:** CSS consistency and tree-shaking improvements - VcDropdown: replace hardcoded focus ring with CSS custom properties - Table components: remove wrong Tailwind blue hex fallbacks (~31 instances across DataTableHeader, ColumnFilter, TableSelectAllBar, TableGroupRow, GlobalFiltersButton, TableRowActions, TableColumnSwitcher, TableHead, TableRow, TableActions) - VcLink, VcEditor: replace rgba(59,130,246,0.3) with color-mix(var(--primary-500)) - Replace wholesale lodash-es imports with selective imports in vc-dynamic-property, DataTableCellRenderer, MobileCellRenderer ([a459728](https://github.com/VirtoCommerce/vc-shell/commit/a459728462063138fe7227c1080adeb94a9bac95))
267
+ - **ui:** accessibility fixes - Add 44px touch target via ::after pseudo-element on VcButton (WCAG 2.5.8) - Replace <div> with semantic <button>/<span> in VcBreadcrumbsItem - Wrap VcSelect chip remove icon in accessible <button> with aria-label - Add aria-pressed for VcButton selected state with tests - Consolidate VcInput password toggle into single button ([97fb917](https://github.com/VirtoCommerce/vc-shell/commit/97fb917d8c8f6003e1074379d35d9e2397d237e6))
268
+ - **shared:** prevent duplicate toast+banner on blade load errors Two root causes fixed: 1. WeakMap reference mismatch: useAsync stores original Error in WeakMap but useErrorHandler wraps it via parseError() → DisplayableError. cancelPendingErrorNotification now falls back to originalError lookup. 2. Error propagation: ErrorInterceptor inside a blade context now stops error propagation (capture=true), preventing the global error handler from showing a duplicate toast for errors already shown as blade banner. ([89a021c](https://github.com/VirtoCommerce/vc-shell/commit/89a021c63944c3ac4e9ecc2c0ce8d90ffde8339f))
269
+ - **core:** resolve circular dependencies via lazy notification imports useAsync and pendingErrorNotifications had top-level imports of @shared/components/notifications/core/notification which transitively pulled in @ui/components → @core/composables, creating circular deps. Replace with dynamic imports that resolve lazily at call time. Remove barrel re-exports of pendingErrorNotifications and useConnectionStatus that also triggered circular chains. Update useAsync tests to use vi.runAllTimersAsync() for microtask flush after dynamic import. ([16a99ec](https://github.com/VirtoCommerce/vc-shell/commit/16a99ec8554ffd989e99b2e3c71b2d22ef56d7de))
270
+ - **table:** disable FLIP animation on cells during container resize TransitionGroup with name="vc-table-col-swap" in TableRow applied FLIP move animations on every re-render where cell positions changed, not just during column reorder. When blades narrow, flex cells shift and any coinciding Vue re-render triggered a 250ms sliding animation, causing visible horizontal "jumping" of rows. Conditionally enable the TransitionGroup name only during actual column drag-and-drop reorder via provided IsColumnReorderingKey. ([40eee44](https://github.com/VirtoCommerce/vc-shell/commit/40eee44eabd287256dffa414b10169665597b38c))
271
+ - **shell:** normalize icon paths in AppHub Add normalizeIconUrl — if iconUrl does not start with / or http, a leading slash is prepended so the path resolves from the domain root. Fixes display of application icons with relative paths (e.g. Modules/…). ([c3e2b40](https://github.com/VirtoCommerce/vc-shell/commit/c3e2b400c5d97fc4bbc7e8b7d3482cb582d82a2f))
272
+ - **shell:** group bell and burger icons in sidebar header toolbar Wrap notification bell, actions slot, and burger button in a shared toolbar container with gap-3 spacing. Prevents justify-between from spreading icons across the full header width. ([33d350a](https://github.com/VirtoCommerce/vc-shell/commit/33d350a141e928add771650125d74755f81feca9))
273
+ - **shell:** update tests and cleanup for notification bell feature - Remove widget registration test (widget no longer registered) - Fix mobile button test to use correct ID "notifications" - Clean up unused mockRegisterWidget and AppBarWidgetServiceKey - Remove unused MenuBurgerIcon import from SidebarHeader - Add aria-label to notification bell button ([ab75831](https://github.com/VirtoCommerce/vc-shell/commit/ab758316b982c5ac137285cb6a1c1cb1f4437517))
274
+ - **ui:** improve accessibility, type safety, and code quality across UI kit - Add aria-required to useFormField and all 9 form components (WCAG 1.3.1) - Add aria-label to VcPopup close button, use currentColor for SVG fill - Add html-for to VcLabel in VcInput, VcTextarea, VcColorInput, VcCheckbox, VcSwitch - Standardize error display guards to `invalid && errorMessage` in VcDatePicker, VcColorInput, VcCheckbox, VcRadioButton (fixes VcDatePicker never showing errors) - Replace div-based clear/toggle buttons with semantic <button> in VcInput - Add defineSlots to VcSwitch and VcRadioButton for slot type inference - Remove dead "no-option" slot from VcSelect defineSlots - Add focus return to trigger on Escape in VcSelect and VcMultivalue (WCAG 2.4.3) - Deprecate VcSwitch tooltip prop with dev-only console.warn - Add missing :error="true" on VcHint in SelectTrigger and VcMultivalue - Extend IFormFieldProps in VcInputCurrency (removes 7 duplicate prop declarations) - Fix useKeyboardNavigation double-registration when initKeyboardNavigation is called after onMounted auto-attach - Break circular imports in vc-blade by using direct component import paths instead of @ui/components barrel - Delete unused useDataTableOrchestrator.ts (516 lines dead code) ([f212649](https://github.com/VirtoCommerce/vc-shell/commit/f212649f80f6abe5d37a065bbf0663a948029361))
275
+
276
+ ### Performance Improvements
277
+
278
+ - **dashboard:** lazy-load chart components and GridstackDashboard ([4f628dc](https://github.com/VirtoCommerce/vc-shell/commit/4f628dc1d172c6a888330bb70e373b835bd35153))
279
+
280
+ ### Documentation
281
+
282
+ - complete project research for startup performance optimization ([8f73cb0](https://github.com/VirtoCommerce/vc-shell/commit/8f73cb08a0dd591339ff32611e052d50c95bb906))
283
+
284
+ ### Styles
285
+
286
+ - **menu-service:** type-only Component import, remove redundant title assignment ([ca29bb2](https://github.com/VirtoCommerce/vc-shell/commit/ca29bb29e504219c82e7931038f9b0cdbe8cf656))
287
+ - add visual desaturation hint when browser is offline Applies 30% grayscale filter to .vc-app when html.vc-offline class is present. The class is toggled by useConnectionStatus composable. ([7153339](https://github.com/VirtoCommerce/vc-shell/commit/71533398596a22d7d959f32c1df67942558eb617))
288
+
289
+ ### Code Refactoring
290
+
291
+ - **blade-navigation:** simplify blade-slot rendering and URL restoration ([74a490e](https://github.com/VirtoCommerce/vc-shell/commit/74a490e50ddc053e02dd74c872aad1026d516c39))
292
+ - replace barrel imports in dynamic module ([c31e9a1](https://github.com/VirtoCommerce/vc-shell/commit/c31e9a192d8ce7001ec3e4c65ba881a1e90b6575))
293
+ - replace @shared and @core/services barrels with direct paths ([2d46d59](https://github.com/VirtoCommerce/vc-shell/commit/2d46d593283a74bb5b4ff569eb43b2851df7ae1a))
294
+ - replace @ui/components barrel with direct component paths ([9dda97c](https://github.com/VirtoCommerce/vc-shell/commit/9dda97ce5a09129ad13b27109949fe4c25f54e22))
295
+ - replace @core/composables barrel with direct paths ([e9c896e](https://github.com/VirtoCommerce/vc-shell/commit/e9c896efb4a85517a3e587b3fd1bc3954b1a41fa))
296
+ - convert @core/types imports to import type across framework ([d8f29d4](https://github.com/VirtoCommerce/vc-shell/commit/d8f29d4de6b10235e329a1d3b32b006300125bcd))
297
+ - replace barrel imports with direct paths in core ([2f417c6](https://github.com/VirtoCommerce/vc-shell/commit/2f417c6fe015935c31a574828c23549eb820bbc9))
298
+ - convert remaining core←shared imports to import type ([94a168d](https://github.com/VirtoCommerce/vc-shell/commit/94a168daa4de2672ad2522dd0d5b765e404a7e6d))
299
+ - break ui/types → ui/components cycle with import type ([33b186d](https://github.com/VirtoCommerce/vc-shell/commit/33b186d307cafec3b8e27b5d2e4f06d4764d241f))
300
+ - break core/types ↔ blade-navigation/types cycle with import type ([7b85761](https://github.com/VirtoCommerce/vc-shell/commit/7b857611365c770f28bd06581388564f77dd3009))
301
+ - **multilanguage-selector:** align visual style with UI kit conventions ([d427969](https://github.com/VirtoCommerce/vc-shell/commit/d427969b5cbf787b14cdf1cf7ec8af6d9e1840ed))
302
+ - **notifications:** remove pending queue and add clear-all button ([d55ad47](https://github.com/VirtoCommerce/vc-shell/commit/d55ad470a8a849107b86bb5b079ab684d8315f30))
303
+ - **menu-service:** pure buildMenuTree, immutable groups, remove VueUse ([384143f](https://github.com/VirtoCommerce/vc-shell/commit/384143f71e34210c4cd3e15512a28e59b87c906b))
304
+ - **menu-service:** single-source identity, remove auto-id generation ([7037b05](https://github.com/VirtoCommerce/vc-shell/commit/7037b05c90dbaf7e90ed5c630ed1f3fddba86f80))
305
+ - migrate from moment.js to date-fns ([1777fea](https://github.com/VirtoCommerce/vc-shell/commit/1777fea2b5cf1ab9671eeeed7c5a7a4f65c386d9))
306
+ - remove moment plugin and window.moment global ([d899beb](https://github.com/VirtoCommerce/vc-shell/commit/d899beb2cfe675f84bad8e64550f3f0ee800aabf))
307
+ - replace moment with date-fns in framework components ([090aa2f](https://github.com/VirtoCommerce/vc-shell/commit/090aa2fa77b8cce98f4a14b14bc7dcb1243e22c1))
308
+ - adjust unread accent positioning by introducing a logo-specific modifier class ([4cee7f1](https://github.com/VirtoCommerce/vc-shell/commit/4cee7f169a28aaaf14bfcb71f173ea06a1c11949))
309
+ - **vc-image-upload:** redesign preview as gallery-style tile ([a59b93e](https://github.com/VirtoCommerce/vc-shell/commit/a59b93e611fc7b767921d7cb397c90fd435c1b39))
310
+ - **vc-popup:** add close reasons, configurable dismiss, and variant support ([a77e349](https://github.com/VirtoCommerce/vc-shell/commit/a77e349ecf2a6a5524b61eea2403cedfef2fa3f7))
311
+ - **vc-gallery:** replace line indicator with live-swap FLIP reorder ([34314ce](https://github.com/VirtoCommerce/vc-shell/commit/34314ceec9e48cebe100290b82c53eefb8b632ca))
312
+ - **ui:** extract useCollapsible composable from VcAccordionItem ([fcc1be4](https://github.com/VirtoCommerce/vc-shell/commit/fcc1be43afeda42f60e96068bf4b9ece960f6148))
313
+ - **ui:** redesign BladeStatusBanners with inline expand details ([27cb2cf](https://github.com/VirtoCommerce/vc-shell/commit/27cb2cfc25c5bbde553800337bd3e06a506dd28d))
314
+ - **ui:** remove VcPaginator component exports and source ([caf2cd9](https://github.com/VirtoCommerce/vc-shell/commit/caf2cd962ff3727b52adb0db8d3d3d9f5e0a0293))
315
+ - **ui:** BEM modifier migration from _ to -- Standardize BEM modifier separator across all components: - vc-button, vc-button-group: \_loading/\_text/\_selected etc → --loading/--text/--selected - vc-icon, use-icon: \_size/\_color modifiers → --size/--color - vc-label, vc-container, vc-card, vc-status: all _ modifiers → -- - vc-pagination: **item_current/disabled → **item--current/--disabled - vc-gallery-item: \_readonly/\_hover → --readonly/--hover - vc-app_mobile → vc-app--mobile across 12 files (app, row, blade, toast, date-picker, multivalue, dynamic-blade-form, user-dropdown) ([a3fcdb8](https://github.com/VirtoCommerce/vc-shell/commit/a3fcdb85a5c18bbf46bc7619338ff4fd6a368228))
316
+ - **ui:** critical type safety and architecture fixes - Type all 43 VcDataTable emit events with Vue 3.3 tuple syntax - Migrate vc-editor-button from runtime to TypeScript defineProps - Replace string injection key "$filterContext" with typed FilterContextKey Symbol - Fix stray v-if → v-else-if in VcDynamicProperty Color+dictionary branch ([628851b](https://github.com/VirtoCommerce/vc-shell/commit/628851b8807a1b05d40a8097c3c7cd881861022b))
317
+ - **ui:** extract shared slide-up transition CSS to global styles Move duplicated .slide-up-\* transition classes from 12 component <style> blocks into framework/assets/styles/index.scss. ([df62fa4](https://github.com/VirtoCommerce/vc-shell/commit/df62fa44b5697b8cf468cc10f74425a58abbd0ff))
318
+ - **ui:** standardize BEM modifier separator from \_ to -- Migrate 7 form components to canonical BEM double-dash modifier convention: VcInput, VcSelect, VcTextarea, VcDatePicker, VcColorInput, VcMultivalue, VcRadioButton - Template class bindings: vc-component_modifier → vc-component--modifier - SCSS selectors: &\_modifier → &--modifier - Eliminates visual ambiguity between \_modifier and \_\_element ([1030e3f](https://github.com/VirtoCommerce/vc-shell/commit/1030e3f4c3557c3d8bf04caa5aa969171b71dc7c))
319
+ - **ui:** migrate VcFileUpload to useFormField and IFormFieldProps - Extend Props with IFormFieldProps (adds label, tooltip, disabled, required, error, errorMessage) - Use useFormField for ARIA IDs, InputGroup integration, resolved disabled/name - Dual error source: external errorMessage prop takes priority over vee-validate - Add disabled state with CSS modifier and JS guards - Replace barrel imports with direct paths - Remove getCurrentInstance dependency - Add Disabled and WithErrorMessage stories ([17eed7c](https://github.com/VirtoCommerce/vc-shell/commit/17eed7c0c754069d603d897586e9ca64559f49d5))
320
+
321
+ ### Tests
322
+
323
+ - **auth:** add failing tests for parallelized loadUser() ([0e9b7c6](https://github.com/VirtoCommerce/vc-shell/commit/0e9b7c6b144660597aa17366a1155243908461c5))
324
+ - **menu-service:** add VcAppMenu smoke test for items without explicit id ([e9492ae](https://github.com/VirtoCommerce/vc-shell/commit/e9492ae598117965737354a4d05d28d6a43f20ac))
325
+ - **menu-service:** add comprehensive identity and deduplication tests ([3b9a738](https://github.com/VirtoCommerce/vc-shell/commit/3b9a738573ad132f1674f254911d66c3add8b8dc))
326
+ - **a11y:** add Storybook addon-a11y and axe-core vitest integration - Install @storybook/addon-a11y for interactive accessibility panel in Storybook UI - Add axe-core based toHaveNoViolations custom vitest matcher - Wire addon-a11y/preview annotations into Storybook vitest setup - Add a11y tests for VcButton, VcInput, VcTextarea, VcCheckbox (15 tests) ([57313dc](https://github.com/VirtoCommerce/vc-shell/commit/57313dc5d0803cae5f7bc28fd0fed8af198d3437))
327
+ - **ui:** add ARIA propagation tests for VcInput, VcCheckbox, VcButton, VcSelect - 45 new tests covering aria-required, aria-invalid, aria-describedby, aria-labelledby, label association, disabled state, error display - Fix VcInput missing :error="true" on error VcHint (role="alert") - Add coverage thresholds to vitest.config.ts (30% lines, 25% functions, 50% branches) ([188f88f](https://github.com/VirtoCommerce/vc-shell/commit/188f88f918b75214bdae82ae92077bf31d2967c6))
328
+
329
+ ## [1.2.4-beta.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.3...v1.2.4-beta.4) (2026-02-24)
330
+
331
+ ### Features
332
+
333
+ - **storybook:** enrich VcApp stories with mock data and widgets ([9e3e0db](https://github.com/VirtoCommerce/vc-shell/commit/9e3e0db835f7e84c1a7ca649454cde5cad28cdd2))
334
+ - **dynamic-modules:** add hash-based cache busting for module assets ([eb47537](https://github.com/VirtoCommerce/vc-shell/commit/eb475375fad72f4c00016e0e8d9298cdbc44a321))
335
+ - **dashboard-charts:** add chart components with Unovis integration ([559917c](https://github.com/VirtoCommerce/vc-shell/commit/559917c1e65e48713555bd8d62c022f10a534af5))
336
+
337
+ ### Bug Fixes
338
+
339
+ - **app-hub:** improve panel sizing and widget scroll behavior ([72fc8df](https://github.com/VirtoCommerce/vc-shell/commit/72fc8dfc838141eab0734c4dbbc29098ad530707))
340
+
341
+ ### Code Refactoring
342
+
343
+ - **ui:** standardize focus and error ring styles across form controls ([73932a1](https://github.com/VirtoCommerce/vc-shell/commit/73932a1d2ea36a143e2a7606144b7787e5557363))
344
+ - **login:** redesign form layout and update copy ([0206517](https://github.com/VirtoCommerce/vc-shell/commit/02065178c3998081ad88369288a38858c4c79dae))
345
+
346
+ ## [1.2.4-beta.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.2...v1.2.4-beta.3) (2026-02-20)
347
+
348
+ ### Features
349
+
350
+ - **app-hub:** add App Hub with search, app switcher, and widgets panel ([8a92ecc](https://github.com/VirtoCommerce/vc-shell/commit/8a92ecc10336dde2cef16a99ffa8f9b04c4554ba))
351
+ - **dashboard:** redesign widget cards and add new sub-components ([46aecea](https://github.com/VirtoCommerce/vc-shell/commit/46aecea106f6b6b3793fe90bca7d542098206574))
352
+
353
+ ### Documentation
354
+
355
+ - add architecture docs and shell-features-v2 RFC ([26a568d](https://github.com/VirtoCommerce/vc-shell/commit/26a568d9510248754cf909ef081f947dcb7d1d9e))
356
+
357
+ ### Code Refactoring
358
+
359
+ - **widgets:** update blade widget service and add WidgetDropdownItem ([06aa737](https://github.com/VirtoCommerce/vc-shell/commit/06aa7373fb53b515dbac06f2fc30b1b19bd24eac))
360
+ - configure path aliases and migrate imports ([bfffc3c](https://github.com/VirtoCommerce/vc-shell/commit/bfffc3cbe8029cf875e49941061b582825cad9a6))
361
+
362
+ ## [1.2.4-beta.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.1...v1.2.4-beta.2) (2026-02-16)
363
+
364
+ ### Bug Fixes
365
+
366
+ - **modularity:** update notification import path ([f2ac212](https://github.com/VirtoCommerce/vc-shell/commit/f2ac212317517c10f0dba7cd97f893741dedf14e))
367
+
368
+ ## [1.2.4-beta.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.0...v1.2.4-beta.1) (2026-02-16)
369
+
370
+ ### Code Refactoring
371
+
372
+ - clean up code and remove redundant lines in useBladeRegistry, vc-button, and vc-link components ([8167a0a](https://github.com/VirtoCommerce/vc-shell/commit/8167a0ac571f392885c744f3e248a4258a99a7c3))
373
+
374
+ ## [1.2.4-beta.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3-beta.1...v1.2.4-beta.0) (2026-02-16)
375
+
376
+ ### Features
377
+
378
+ - **locales:** add table, toolbar and multivalue translations ([e43be52](https://github.com/VirtoCommerce/vc-shell/commit/e43be52a95545b7f079d9e8dabde53c2e78cd636))
379
+ - **shared:** update auth components and menu state management ([e9bf476](https://github.com/VirtoCommerce/vc-shell/commit/e9bf4768ace2a2615d2ce72b1a4c17e38f0a34ed))
380
+ - **core:** add module dependency ordering and update framework exports ([81ed54e](https://github.com/VirtoCommerce/vc-shell/commit/81ed54ed571a7f849b51535ea2589404fda72a7d))
381
+ - **ui:** add VcDropdownPanel, VcPaginator and shared composables ([ce67f25](https://github.com/VirtoCommerce/vc-shell/commit/ce67f2560afc43810d277081757de8e2b8eff48d))
382
+ - **vc-auth-layout:** add VcAuthLayout component for authentication layout ([c9a05a3](https://github.com/VirtoCommerce/vc-shell/commit/c9a05a3481641b3f619097ba6ef91da5529456cc))
383
+ - **vc-select:** enhance VcSelect component with new dropdown structure and options handling ([9a9efe5](https://github.com/VirtoCommerce/vc-shell/commit/9a9efe58be6b70861e17bffbd869cd590fa20008))
384
+ - **vc-blade:** introduce new Blade components and refactor existing structure ([3bdbbe2](https://github.com/VirtoCommerce/vc-shell/commit/3bdbbe2fcbfc2fbf9f0cff1d0cf851974ba6f1ae))
385
+ - **vc-app:** enhance VcApp component with new layout options and mobile actions ([394105c](https://github.com/VirtoCommerce/vc-shell/commit/394105c9c1aed7ffa101afafcb02268b9bcbc6a7))
386
+ - **pages:** add ForgotPasswordPage and update ChangePasswordPage ([cfd1874](https://github.com/VirtoCommerce/vc-shell/commit/cfd18749fec952ebaf4ce6df611c4e5ddd9caed5))
387
+ - **composables:** enhance toolbar and app bar services with improved injection and cleanup ([b992f6b](https://github.com/VirtoCommerce/vc-shell/commit/b992f6bed2dad0178f465dbd70c6b09995c1c54c))
388
+ - **extension-points:** implement new extension point system with defineExtensionPoint and ExtensionPoint component ([34b139c](https://github.com/VirtoCommerce/vc-shell/commit/34b139ccc7e8fee2d6f4ea3d72cbc8586f877489))
389
+ - **ui-components:** replace GenericDropdown with VcDropdown across multiple components ([0fb5edc](https://github.com/VirtoCommerce/vc-shell/commit/0fb5edcb26a25c80ba88b0f62eb97f2612d8224e))
390
+ - **ui-components:** replace GenericDropdown with VcDropdown and introduce VcSidebar component ([c182200](https://github.com/VirtoCommerce/vc-shell/commit/c182200c32e343db83d7b14b17dae21fbd428ca9))
391
+ - **ui-components:** add VcColorInput and VcDatePicker components with storybook examples ([f35b9f1](https://github.com/VirtoCommerce/vc-shell/commit/f35b9f1dd132bca2c2df0535bd9c7e1a54cb4aa5))
392
+ - **ui-components:** enhance accessibility and styling for form elements ([a7b1d2c](https://github.com/VirtoCommerce/vc-shell/commit/a7b1d2c8927bee0adf56f758460ba9b1aa8a65f2))
393
+ - **draggable-dashboard:** implement GridstackDashboard component and refactor existing dashboard structure ([cd61462](https://github.com/VirtoCommerce/vc-shell/commit/cd614627ae23a9c43a2d51c57815932db0ffd2a3))
394
+ - **blade-navigation:** introduce new architecture and migration to useBladeContext API ([9181724](https://github.com/VirtoCommerce/vc-shell/commit/91817249a198a1b076b18f1d6a9f228886bed035))
395
+ - **vc-button:** introduce VcButtonGroup component and enhance button functionality ([4c42348](https://github.com/VirtoCommerce/vc-shell/commit/4c4234846f7e0f891fd4b4484720cc6eaf9f4224))
396
+ - **menu:** implement badge functionality for menu items ([5f9c798](https://github.com/VirtoCommerce/vc-shell/commit/5f9c798bce1a4cb79a4534537187e8d827ed627a))
397
+
398
+ ### Bug Fixes
399
+
400
+ - **composables:** implement 3-state sort cycling and fix adaptive items ([484f51f](https://github.com/VirtoCommerce/vc-shell/commit/484f51f31bc76e1178bda09a9fb4765743426d23))
401
+ - **ui-components:** improve accessibility and fix type errors ([d874e75](https://github.com/VirtoCommerce/vc-shell/commit/d874e75e57c34124431c817851dfdc210d05dfd3))
402
+ - **vc-date-picker:** improve internal value type handling ([7a282a1](https://github.com/VirtoCommerce/vc-shell/commit/7a282a110cf749fbb7ee0f2b1eeb99f1f0fa70c3))
403
+
404
+ ### Code Refactoring
405
+
406
+ - **shared:** migrate GenericDropdown to VcDropdown and update exports ([dcdbb91](https://github.com/VirtoCommerce/vc-shell/commit/dcdbb916410ecf537343da76d9f60045bf4f6e89))
407
+ - **vc-multivalue:** extract composables and sub-components ([2336673](https://github.com/VirtoCommerce/vc-shell/commit/2336673cacd5cfb5d9243393dd074c80fcc9864e))
408
+ - **vc-table:** improve type safety and internal component structure ([5e1e410](https://github.com/VirtoCommerce/vc-shell/commit/5e1e410cf025d0c2b83a27dd1855108c1a88415d))
409
+ - **vc-container:** remove pull-to-refresh functionality and clean up component ([edda2d4](https://github.com/VirtoCommerce/vc-shell/commit/edda2d46849fc651d2d42e87e55dca879d941c8b))
410
+ - **vc-table:** migrate to VcDataTable and enhance API ([3e64a1f](https://github.com/VirtoCommerce/vc-shell/commit/3e64a1ffa49c0dc7aab39463d8310da60cfc5b54))
411
+
412
+ ## [1.2.3-beta.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3...v1.2.3-beta.1) (2026-01-26)
413
+
414
+ ### Features
415
+
416
+ - enhance AI agent panel with internationalization and UI improvements ([cdf0b7a](https://github.com/VirtoCommerce/vc-shell/commit/cdf0b7af14c02a51ffc261f9bac5c3da7916bf65))
417
+ - enhance AI agent context management and configuration ([a98c7ed](https://github.com/VirtoCommerce/vc-shell/commit/a98c7ed2a2b54977f02e620493873ca2abacd47a))
418
+ - integrate AI agent plugin into VC-Shell framework ([706f015](https://github.com/VirtoCommerce/vc-shell/commit/706f015f436ecc4ca19831e7159213b0759df6bc))
419
+ - enhance framework with AI agent integration ([dcb1fef](https://github.com/VirtoCommerce/vc-shell/commit/dcb1fef55f25755d1903c26f18f6cca588eab286))
420
+
421
+ ### Bug Fixes
422
+
423
+ - improve error handling and token refresh logic in useUser composable ([2900d9c](https://github.com/VirtoCommerce/vc-shell/commit/2900d9cc2b4465d9457c3e57338a915fe6a3a3e6))
424
+ - adjust AI agent panel configuration and styling ([ebdd57a](https://github.com/VirtoCommerce/vc-shell/commit/ebdd57ac50342cacf79968253d8240c685062d89))
425
+
426
+ ### Code Refactoring
427
+
428
+ - implement centralized logging across composables, components and services ([e27cae6](https://github.com/VirtoCommerce/vc-shell/commit/e27cae64e59b3f8231812297322543e0c5434096))
429
+
430
+ ## [1.2.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.2...v1.2.3) (2026-01-12)
431
+
432
+ ### Features
433
+
434
+ - **menu:** implement badge functionality for menu items ([f20bf71](https://github.com/VirtoCommerce/vc-shell/commit/f20bf718a0ae62126ad08dacb95d14c22e24a705))
435
+
436
+ ## [1.2.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3-beta.0...v1.2.2) (2026-01-12)
437
+
438
+ ### Features
439
+
440
+ - **menu:** implement badge functionality for menu items ([34f3fe8](https://github.com/VirtoCommerce/vc-shell/commit/34f3fe8b7c68f1987bbf90ac7c6ca9156d60e27a))
441
+
442
+ ## [1.2.3-beta.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.14...v1.2.3-beta.0) (2025-12-26)
443
+
444
+ ### Features
445
+
446
+ - enhance AI agent context management and configuration ([a98c7ed](https://github.com/VirtoCommerce/vc-shell/commit/a98c7ed2a2b54977f02e620493873ca2abacd47a))
447
+ - integrate AI agent plugin into VC-Shell framework ([706f015](https://github.com/VirtoCommerce/vc-shell/commit/706f015f436ecc4ca19831e7159213b0759df6bc))
448
+ - enhance framework with AI agent integration ([dcb1fef](https://github.com/VirtoCommerce/vc-shell/commit/dcb1fef55f25755d1903c26f18f6cca588eab286))
449
+ - **ui:** add VcAccordion component with customizable items and storybook documentation ([cc40911](https://github.com/VirtoCommerce/vc-shell/commit/cc409114b0e52008e24a7cfe59204949295a6307))
450
+
451
+ ### Bug Fixes
452
+
453
+ - improve error handling and token refresh logic in useUser composable ([2900d9c](https://github.com/VirtoCommerce/vc-shell/commit/2900d9cc2b4465d9457c3e57338a915fe6a3a3e6))
454
+ - adjust AI agent panel configuration and styling ([ebdd57a](https://github.com/VirtoCommerce/vc-shell/commit/ebdd57ac50342cacf79968253d8240c685062d89))
455
+ - update type definitions in useDynamicProperties ([df5ca52](https://github.com/VirtoCommerce/vc-shell/commit/df5ca52cbf3d2ac6036b85028ffb231ad30c0795))
456
+ - handle boolean property values correctly in useDynamicProperties and vc-dynamic-property ([5286329](https://github.com/VirtoCommerce/vc-shell/commit/5286329598f6701ebb457b1bfec5aee872834204))
457
+
458
+ ### Code Refactoring
459
+
460
+ - implement centralized logging across composables, components and services ([e27cae6](https://github.com/VirtoCommerce/vc-shell/commit/e27cae64e59b3f8231812297322543e0c5434096))
461
+
462
+ ## [1.1.99-alpha.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.13...v1.1.99-alpha.14) (2025-11-27)
463
+
464
+ **Note:** Version bump only for package @vc-shell/framework
465
+
466
+ ## [1.1.99-alpha.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.12...v1.1.99-alpha.13) (2025-11-27)
467
+
468
+ **Note:** Version bump only for package @vc-shell/framework
469
+
470
+ ## [1.1.99-alpha.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.11...v1.1.99-alpha.12) (2025-11-27)
471
+
472
+ **Note:** Version bump only for package @vc-shell/framework
473
+
474
+ ## [1.1.99-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.10...v1.1.99-alpha.11) (2025-11-27)
475
+
476
+ **Note:** Version bump only for package @vc-shell/framework
477
+
478
+ ## [1.1.99-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.9...v1.1.99-alpha.10) (2025-11-27)
479
+
480
+ ### Code Refactoring
481
+
482
+ - enhance type safety and improve documentation in composables ([3323d86](https://github.com/VirtoCommerce/vc-shell/commit/3323d86b0049a01628846daeab8ca1d24bed92f3))
483
+
484
+ ## [1.1.99-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.8...v1.1.99-alpha.9) (2025-11-26)
485
+
486
+ **Note:** Version bump only for package @vc-shell/framework
487
+
488
+ ## [1.1.99-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.7...v1.1.99-alpha.8) (2025-11-25)
489
+
490
+ **Note:** Version bump only for package @vc-shell/framework
491
+
492
+ ## [1.1.99-alpha.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.6...v1.1.99-alpha.7) (2025-11-25)
493
+
494
+ **Note:** Version bump only for package @vc-shell/framework
495
+
496
+ ## [1.1.99-alpha.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.5...v1.1.99-alpha.6) (2025-11-25)
497
+
498
+ **Note:** Version bump only for package @vc-shell/framework
499
+
500
+ ## [1.1.99-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.4...v1.1.99-alpha.5) (2025-11-25)
501
+
502
+ **Note:** Version bump only for package @vc-shell/framework
503
+
504
+ ## [1.1.99-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.3...v1.1.99-alpha.4) (2025-11-25)
505
+
506
+ **Note:** Version bump only for package @vc-shell/framework
507
+
508
+ ## [1.1.99-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.1.99-alpha.3) (2025-11-25)
509
+
510
+ ### Features
511
+
512
+ - integrate custom authentication provider checks in useSettings and useExternalProvider ([64bced4](https://github.com/VirtoCommerce/vc-shell/commit/64bced453e364958807ca5746b0babc8aa581490))
513
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
514
+ - **auth:** introduce customizable authentication provider system with PlatformAuthProvider and authProviderManager for enhanced flexibility ([424af98](https://github.com/VirtoCommerce/vc-shell/commit/424af98fe04f60b54cc2baf1db1c6d3dc184f9bc))
515
+
516
+ ### Bug Fixes
517
+
518
+ - **locales:** add newline for better readability in localization check output ([ee8c2fd](https://github.com/VirtoCommerce/vc-shell/commit/ee8c2fd873f2c4a0a8c4d574c2c8b715215fbe4d))
519
+
520
+ ### Code Refactoring
521
+
522
+ - **auth:** replace PlatformAuthProvider checks with centralized feature flagging for improved flexibility ([a2710ac](https://github.com/VirtoCommerce/vc-shell/commit/a2710acf5662ffff2886d26b7dba5e14369170a2))
523
+ - **auth:** streamline configuration logging and enhance notification handling for custom authentication providers ([52e8552](https://github.com/VirtoCommerce/vc-shell/commit/52e8552f4d77eaf207bffdc1b26259b89e11e998))
524
+
525
+ ## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-13)
526
+
527
+ ### Bug Fixes
528
+
529
+ - update type definitions in useDynamicProperties ([df5ca52](https://github.com/VirtoCommerce/vc-shell/commit/df5ca52cbf3d2ac6036b85028ffb231ad30c0795))
530
+
531
+ ## [1.2.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.2...v1.2.0) (2025-11-13)
532
+
533
+ ### Features
534
+
535
+ - **ui:** add VcAccordion component with customizable items and storybook documentation ([cc40911](https://github.com/VirtoCommerce/vc-shell/commit/cc409114b0e52008e24a7cfe59204949295a6307))
536
+
537
+ ### Bug Fixes
538
+
539
+ - handle boolean property values correctly in useDynamicProperties and vc-dynamic-property ([5286329](https://github.com/VirtoCommerce/vc-shell/commit/5286329598f6701ebb457b1bfec5aee872834204))
540
+
541
+ ## [1.1.99-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.1...v1.1.99-alpha.2) (2025-11-07)
542
+
543
+ **Note:** Version bump only for package @vc-shell/framework
544
+
545
+ ## [1.1.99-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.0...v1.1.99-alpha.1) (2025-11-07)
546
+
547
+ **Note:** Version bump only for package @vc-shell/framework
548
+
549
+ ## [1.1.99-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.5...v1.1.99-alpha.0) (2025-11-07)
550
+
551
+ **Note:** Version bump only for package @vc-shell/framework
552
+
553
+ ## [1.1.98-rc.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.4...v1.1.98-rc.5) (2025-11-07)
554
+
555
+ ### Features
556
+
557
+ - integrate custom authentication provider checks in useSettings and useExternalProvider ([64bced4](https://github.com/VirtoCommerce/vc-shell/commit/64bced453e364958807ca5746b0babc8aa581490))
558
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
559
+ - **auth:** introduce customizable authentication provider system with PlatformAuthProvider and authProviderManager for enhanced flexibility ([424af98](https://github.com/VirtoCommerce/vc-shell/commit/424af98fe04f60b54cc2baf1db1c6d3dc184f9bc))
560
+
561
+ ### Bug Fixes
562
+
563
+ - **locales:** add newline for better readability in localization check output ([ee8c2fd](https://github.com/VirtoCommerce/vc-shell/commit/ee8c2fd873f2c4a0a8c4d574c2c8b715215fbe4d))
564
+
565
+ ### Code Refactoring
566
+
567
+ - **auth:** replace PlatformAuthProvider checks with centralized feature flagging for improved flexibility ([a2710ac](https://github.com/VirtoCommerce/vc-shell/commit/a2710acf5662ffff2886d26b7dba5e14369170a2))
568
+ - **auth:** streamline configuration logging and enhance notification handling for custom authentication providers ([52e8552](https://github.com/VirtoCommerce/vc-shell/commit/52e8552f4d77eaf207bffdc1b26259b89e11e998))
569
+
570
+ ## [1.1.98-rc.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.3...v1.1.98-rc.4) (2025-10-24)
571
+
572
+ **Note:** Version bump only for package @vc-shell/framework
573
+
574
+ ## [1.1.98-rc.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.2...v1.1.98-rc.3) (2025-10-24)
575
+
576
+ **Note:** Version bump only for package @vc-shell/framework
577
+
578
+ ## [1.1.98-rc.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.1...v1.1.98-rc.2) (2025-10-24)
579
+
580
+ **Note:** Version bump only for package @vc-shell/framework
581
+
582
+ ## [1.1.98-rc.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.0...v1.1.98-rc.1) (2025-10-24)
583
+
584
+ **Note:** Version bump only for package @vc-shell/framework
585
+
586
+ ## [1.1.98-rc.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.97...v1.1.98-rc.0) (2025-10-24)
587
+
588
+ ### Bug Fixes
589
+
590
+ - **locales:** add newline for better readability in localization check output ([2ecdede](https://github.com/VirtoCommerce/vc-shell/commit/2ecdede43d7f76421944954484b5c313ffe40b7a))
591
+
592
+ ## [1.1.97](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.96...v1.1.97) (2025-10-24)
593
+
594
+ ### Styles
595
+
596
+ - **vc-multivalue, vc-dynamic-property:** unify color square border styles for consistency ([9b55e72](https://github.com/VirtoCommerce/vc-shell/commit/9b55e72139968e088cc9ba3abe0977693162bbc3))
597
+
598
+ ## [1.1.96](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.95...v1.1.96) (2025-10-24)
599
+
600
+ ### Features
601
+
602
+ - **vc-multivalue, vc-dynamic-property:** add support for multivalue color properties ([2dbc590](https://github.com/VirtoCommerce/vc-shell/commit/2dbc5905eb072bf0aaaa7b5f4998cf9ad49fab0b))
603
+
604
+ ## [1.1.95](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.94...v1.1.95) (2025-10-23)
605
+
606
+ ### Code Refactoring
607
+
608
+ - **color-utils:** replace color-namer with Canvas API for color conversion ([61fa71e](https://github.com/VirtoCommerce/vc-shell/commit/61fa71e908115ed1f6231ede8ae8054448428406))
609
+
610
+ ## [1.1.94](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.93...v1.1.94) (2025-10-23)
611
+
612
+ ### Features
613
+
614
+ - **vc-dynamic-property:** enhance color handling ([479b8fc](https://github.com/VirtoCommerce/vc-shell/commit/479b8fcb0eecb2ac2180ff6a2481c7b14e0c20c6))
615
+
616
+ ### Styles
617
+
618
+ - **vc-dynamic-property:** add border to color indicators for better visibility ([048af50](https://github.com/VirtoCommerce/vc-shell/commit/048af50d5fa64cc02b003fe29dacbed53b9929ea))
619
+
620
+ ## [1.1.93](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.92...v1.1.93) (2025-10-23)
621
+
622
+ ### Features
623
+
624
+ - **color-picker:** add color utilities and integrate color selection in vc-input component ([f284c1d](https://github.com/VirtoCommerce/vc-shell/commit/f284c1d8bcd13caf3b82e382e22d3f2962cb87e4))
625
+
626
+ ## [1.1.92](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91...v1.1.92) (2025-10-17)
627
+
628
+ **Note:** Version bump only for package @vc-shell/framework
629
+
630
+ ## [1.1.91](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.5...v1.1.91) (2025-10-17)
631
+
632
+ **Note:** Version bump only for package @vc-shell/framework
633
+
634
+ ## [1.1.91-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.4...v1.1.91-alpha.5) (2025-10-14)
635
+
636
+ **Note:** Version bump only for package @vc-shell/framework
637
+
638
+ ## [1.1.91-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.3...v1.1.91-alpha.4) (2025-10-14)
639
+
640
+ ### Bug Fixes
641
+
642
+ - **locales:** add newline for better readability in localization check output ([ee8c2fd](https://github.com/VirtoCommerce/vc-shell/commit/ee8c2fd873f2c4a0a8c4d574c2c8b715215fbe4d))
643
+
644
+ ## [1.1.91-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.2...v1.1.91-alpha.3) (2025-10-14)
645
+
646
+ **Note:** Version bump only for package @vc-shell/framework
647
+
648
+ ## [1.1.91-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.1...v1.1.91-alpha.2) (2025-10-14)
649
+
650
+ **Note:** Version bump only for package @vc-shell/framework
651
+
652
+ ## [1.1.91-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.90...v1.1.91-alpha.1) (2025-10-14)
653
+
654
+ ### Features
655
+
656
+ - integrate custom authentication provider checks in useSettings and useExternalProvider ([64bced4](https://github.com/VirtoCommerce/vc-shell/commit/64bced453e364958807ca5746b0babc8aa581490))
657
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
658
+ - **auth:** introduce customizable authentication provider system with PlatformAuthProvider and authProviderManager for enhanced flexibility ([424af98](https://github.com/VirtoCommerce/vc-shell/commit/424af98fe04f60b54cc2baf1db1c6d3dc184f9bc))
659
+
660
+ ### Code Refactoring
661
+
662
+ - **auth:** replace PlatformAuthProvider checks with centralized feature flagging for improved flexibility ([a2710ac](https://github.com/VirtoCommerce/vc-shell/commit/a2710acf5662ffff2886d26b7dba5e14369170a2))
663
+ - **auth:** streamline configuration logging and enhance notification handling for custom authentication providers ([52e8552](https://github.com/VirtoCommerce/vc-shell/commit/52e8552f4d77eaf207bffdc1b26259b89e11e998))
664
+
665
+ ## [1.1.90](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.89...v1.1.90) (2025-10-08)
666
+
667
+ **Note:** Version bump only for package @vc-shell/framework
668
+
669
+ ## [1.1.89](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.88...v1.1.89) (2025-10-08)
670
+
671
+ ### Code Refactoring
672
+
673
+ - **useExternalProvider:** update signIn and signOut methods to return promises ([76e8b97](https://github.com/VirtoCommerce/vc-shell/commit/76e8b978c29a58a68124d742b309f2d457d9fb44))
674
+
675
+ ## [1.1.88](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.87...v1.1.88) (2025-10-07)
676
+
677
+ ### Features
678
+
679
+ - **vc-dynamic-property:** add color type dictionary select ([4a21112](https://github.com/VirtoCommerce/vc-shell/commit/4a211124acd4b66d0f4b9f37fc4cb33c70b69a5d))
680
+
681
+ ## [1.1.87](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.86...v1.1.87) (2025-10-06)
682
+
683
+ ### Features
684
+
685
+ - **vc-dynamic-property, input:** color type in dynamic propery and input VM-1645 ([1ff529e](https://github.com/VirtoCommerce/vc-shell/commit/1ff529eab6e560a21cb64a5de6a28f11c80b4b30))
686
+
687
+ ### Code Refactoring
688
+
689
+ - **vc-tooltip:** expand placement prop options for enhanced positioning flexibility ([65fcfff](https://github.com/VirtoCommerce/vc-shell/commit/65fcfffd871839c7d205e387440e4f8f15e8d9a5))
690
+
691
+ ## [1.1.86](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.85...v1.1.86) (2025-10-06)
692
+
693
+ ### Code Refactoring
694
+
695
+ - **assets-details, assets-manager:** add hiddenFields option to manage visibility of asset fields for improved flexibility ([84d8635](https://github.com/VirtoCommerce/vc-shell/commit/84d8635fa3664e76b2c3eb660ad94b4ea3c75723))
696
+
697
+ ## [1.1.85](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.84...v1.1.85) (2025-10-03)
698
+
699
+ ### Bug Fixes
700
+
701
+ - **useMenuExpanded:** correct app name extraction logic for dynamic storage key generation ([3cdaeab](https://github.com/VirtoCommerce/vc-shell/commit/3cdaeabf7bf1192a641cb5150a9a8b5b8f34efcf))
702
+
703
+ ### Code Refactoring
704
+
705
+ - **vc-table-mobile-view:** add editing prop to table cell components for enhanced editing functionality ([0813842](https://github.com/VirtoCommerce/vc-shell/commit/08138424a4671e88aa5833ad2ee9349d52b4e31c))
706
+ - **types:** enhance InputSchema interface by specifying input variant types and datePickerOptions for improved type safety ([795d5b5](https://github.com/VirtoCommerce/vc-shell/commit/795d5b573f180e72041b8416098c5fb01ec9379d))
707
+ - **assets-details:** expose asset title for improved accessibility in assets details component ([1213306](https://github.com/VirtoCommerce/vc-shell/commit/12133061a8923fac00bd654d5bcbaaa0ebf1ff72))
708
+ - **types:** update optional properties in ICommonAsset interface for improved type safety ([e20ae67](https://github.com/VirtoCommerce/vc-shell/commit/e20ae67f74eaf05d0d6066798642f114a1e23c42))
709
+ - **vc-table:** update StatusImage interface to TableEmptyAction for improved flexibility in empty state handling ([9ed11c9](https://github.com/VirtoCommerce/vc-shell/commit/9ed11c93be964afa245363727e97e5d399fd1328))
710
+ - replace inject with useBlade for improved blade instance access in multiple components ([ebc109e](https://github.com/VirtoCommerce/vc-shell/commit/ebc109ef0b30eeca902715742444490ccc532f40))
711
+ - **vc-input:** enhance type definitions for modelValue and input props to support various input types ([a88285e](https://github.com/VirtoCommerce/vc-shell/commit/a88285e2fd000d3ba488b964c8e9d11b23b4c1ba))
712
+
713
+ ## [1.1.84](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.84-alpha.0...v1.1.84) (2025-09-30)
714
+
715
+ ### Bug Fixes
716
+
717
+ - **vc-select:** enhance option value retrieval to support primitive types and improve label filtering ([90c9530](https://github.com/VirtoCommerce/vc-shell/commit/90c9530c66e31df7216db9b873fba275c566d8f7))
718
+
719
+ ## [1.1.84-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.83...v1.1.84-alpha.0) (2025-09-30)
720
+
721
+ ### Bug Fixes
722
+
723
+ - **vc-select:** add fallback visibility check for iframe support in dropdown component ([dd3fc7d](https://github.com/VirtoCommerce/vc-shell/commit/dd3fc7d498c1a0d694804332c3fac3513bb4e78f))
724
+
725
+ ### Code Refactoring
726
+
727
+ - **useMenuExpanded:** implement dynamic storage key generation for menu state based on application path ([a9f5d4b](https://github.com/VirtoCommerce/vc-shell/commit/a9f5d4b90916e7e6633d89d4efe407ab7b823a7a))
728
+ - **loader:** remove unused extensions handling from module installation process ([c797ea7](https://github.com/VirtoCommerce/vc-shell/commit/c797ea7fb54c0c2db52e52420f853c2b4ae63947))
729
+ - **extensions:** remove unused extensions helper and related exports ([3263910](https://github.com/VirtoCommerce/vc-shell/commit/326391052b3036c00cdb13cc83048e1308277039))
730
+
731
+ ## [1.1.83](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.83-alpha.0...v1.1.83) (2025-09-30)
732
+
733
+ ### Features
734
+
735
+ - **login:** add localization support for "OR" text in login components ([6ed87e6](https://github.com/VirtoCommerce/vc-shell/commit/6ed87e67963acfaf681ca472e577c3bb79d4f9de))
736
+ - **vc-form:** implement submit event emission in form component ([31019a0](https://github.com/VirtoCommerce/vc-shell/commit/31019a078cb3e3caede67bf8396dc0d985015f6c))
737
+ - **notification-template:** add click event emission to notification template component ([b313b7c](https://github.com/VirtoCommerce/vc-shell/commit/b313b7c0c1ba8aaef4eacd104338a8348a5b8d40))
738
+
739
+ ### Bug Fixes
740
+
741
+ - **vc-select:** update model value type definition to support multiple option formats ([92c70f0](https://github.com/VirtoCommerce/vc-shell/commit/92c70f04448ab1de015cd68c2dd782355a40d9fe))
742
+ - **loader:** enhance version compatibility checks to include prerelease versions ([d1af321](https://github.com/VirtoCommerce/vc-shell/commit/d1af32163d34e4540b49df5d0ed9de71cc5ef0c2))
743
+
744
+ ### Code Refactoring
745
+
746
+ - **ExtensionSlot:** clean up template and script structure for improved readability ([397c1a3](https://github.com/VirtoCommerce/vc-shell/commit/397c1a3045515d379b5e4f5e972db6b01da42c24))
747
+
748
+ ## [1.1.83-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.82...v1.1.83-alpha.0) (2025-09-24)
749
+
750
+ ### Features
751
+
752
+ - **useModificationTracker:** add pristineValue reference to track original state ([adaf67d](https://github.com/VirtoCommerce/vc-shell/commit/adaf67d34ceac0b7b490c2906a7b3f25b57c32e1))
753
+ - **extension-points:** introduce new extension system with composables for slot management and data exchange ([b427cd4](https://github.com/VirtoCommerce/vc-shell/commit/b427cd4a141d4dc39c454b12259b2a8c566179b9))
754
+
755
+ ### Code Refactoring
756
+
757
+ - **login:** replace afterLoginFormExtensions with ExtensionSlot for improved slot management ([fec517c](https://github.com/VirtoCommerce/vc-shell/commit/fec517c481af76b1d3dc9a0077eef1feab0bccf6))
758
+
759
+ ## [1.1.82](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.81...v1.1.82) (2025-09-23)
760
+
761
+ **Note:** Version bump only for package @vc-shell/framework
762
+
763
+ ## [1.1.81](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.80...v1.1.81) (2025-09-23)
764
+
765
+ ### Code Refactoring
766
+
767
+ - **assets-manager:** improve title handling and error management in upload functions ([331bcaa](https://github.com/VirtoCommerce/vc-shell/commit/331bcaab197ea9261ec90787ae6f5b94d2572b5a))
768
+
769
+ ## [1.1.80](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.79...v1.1.80) (2025-09-22)
770
+
771
+ ### Bug Fixes
772
+
773
+ - **vc-editor:** export ToolbarNames type for better accessibility in toolbar components ([e24ba37](https://github.com/VirtoCommerce/vc-shell/commit/e24ba37bd33059dfbe7a8d285c75e4e9724ca329))
774
+
775
+ ## [1.1.79](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.78...v1.1.79) (2025-09-18)
776
+
777
+ ### Features
778
+
779
+ - **vc-field:** update copy button icon dynamically on copy action ([fe47e62](https://github.com/VirtoCommerce/vc-shell/commit/fe47e62a591df136800f4e5e8872e5392f8fb7df))
780
+ - **composables:** add useBlade composable for accessing the current blade instance ([e1d1c59](https://github.com/VirtoCommerce/vc-shell/commit/e1d1c591e3472c38eb459f878f7a69f5e6df8f4a))
781
+
782
+ ## [1.1.78](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.77...v1.1.78) (2025-09-12)
783
+
784
+ ### Features
785
+
786
+ - **dashboard:** enhance widget placement logic to handle new widgets without collisions ([1faf444](https://github.com/VirtoCommerce/vc-shell/commit/1faf444cb7c919c7a0ddb4447e7dab560c8f0e93))
787
+
788
+ ### Bug Fixes
789
+
790
+ - **vc-radio-button:** prevent radio button from shrinking by adding flex-shrink property ([276bd6a](https://github.com/VirtoCommerce/vc-shell/commit/276bd6ac81b74b3d93d8652d75e88b32fae10c38))
791
+
792
+ ### Code Refactoring
793
+
794
+ - **vc-field:** simplify label styling and enhance vertical layout with gap utility ([0441d57](https://github.com/VirtoCommerce/vc-shell/commit/0441d573b96b67758063f3a97780e42af378215d))
795
+
796
+ ## [1.1.77](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.76...v1.1.77) (2025-09-11)
797
+
798
+ **Note:** Version bump only for package @vc-shell/framework
799
+
800
+ ## [1.1.76](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.75...v1.1.76) (2025-09-10)
801
+
802
+ **Note:** Version bump only for package @vc-shell/framework
803
+
804
+ ## [1.1.75](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.74...v1.1.75) (2025-09-10)
805
+
806
+ ### Features
807
+
808
+ - **vc-editor:** enhance editor with custom toolbar buttons and font size selector ([a4b0e6e](https://github.com/VirtoCommerce/vc-shell/commit/a4b0e6eac49880b58d7373c134cb42151f4df4a6))
809
+
810
+ ### Code Refactoring
811
+
812
+ - **vc-slider:** improve swiper configuration and module imports for better performance ([cc35499](https://github.com/VirtoCommerce/vc-shell/commit/cc354996c82a65048c46fb9e8069993a80b39d7e))
813
+
814
+ ## [1.1.74](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.73...v1.1.74) (2025-09-08)
815
+
816
+ ### Bug Fixes
817
+
818
+ - **vc-input-dropdown:** conditionally render button based on options availability ([9182d1f](https://github.com/VirtoCommerce/vc-shell/commit/9182d1f50356df76bfb0b6e2840a73d3d4537a6e))
819
+
820
+ ## [1.1.73](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.72...v1.1.73) (2025-09-04)
821
+
822
+ **Note:** Version bump only for package @vc-shell/framework
823
+
824
+ ## [1.1.72](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.71...v1.1.72) (2025-08-25)
825
+
826
+ ### Bug Fixes
827
+
828
+ - update max height for generic dropdown ([37abe30](https://github.com/VirtoCommerce/vc-shell/commit/37abe30c5994a622798af3919e70f06aca72d482))
829
+
830
+ ## [1.1.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.70...v1.1.71) (2025-08-21)
831
+
832
+ ### Bug Fixes
833
+
834
+ - update event binding for menu item click in useAppSlots composable ([c45e045](https://github.com/VirtoCommerce/vc-shell/commit/c45e045bb10ffc0603d61f79b6ae2de1f7d36d5a))
835
+
836
+ ## [1.1.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.69...v1.1.70) (2025-08-20)
837
+
838
+ ### Bug Fixes
839
+
840
+ - VCST-3680 embedded mode fixes ([2f6a82f](https://github.com/VirtoCommerce/vc-shell/commit/2f6a82f60b4cbb179f00e36bbbbe59d3fe438dd0))
841
+
842
+ ## [1.1.69](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.68...v1.1.69) (2025-08-13)
843
+
844
+ **Note:** Version bump only for package @vc-shell/framework
845
+
846
+ ## [1.1.68](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.67...v1.1.68) (2025-07-31)
847
+
848
+ ### Code Refactoring
849
+
850
+ - change widget registration to use reactive instead of markRaw for widget state management ([ec67316](https://github.com/VirtoCommerce/vc-shell/commit/ec67316c77c61266e8fc715acdd78a62dc0e1e95))
851
+
852
+ ## [1.1.67](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.66...v1.1.67) (2025-07-31)
853
+
854
+ ### Bug Fixes
855
+
856
+ - add !important to width properties for maximized blade component ([aee8edc](https://github.com/VirtoCommerce/vc-shell/commit/aee8edc7d67b534b4a43e5ca2c15875f4a8bb1bf))
857
+
858
+ ## [1.1.66](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.65...v1.1.66) (2025-07-30)
859
+
860
+ ### Features
861
+
862
+ - **generic-dropdown:** improve height applying ([8a39233](https://github.com/VirtoCommerce/vc-shell/commit/8a3923316f6ae488d08ad0e585d1b417d1eaaa5b))
863
+ - **vc-table:** improve columns sorting, resizing ([fdcac27](https://github.com/VirtoCommerce/vc-shell/commit/fdcac270c342aa76411f153991faf938ca868cf3))
864
+
865
+ ## [1.1.65](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.64...v1.1.65) (2025-07-29)
866
+
867
+ **Note:** Version bump only for package @vc-shell/framework
868
+
869
+ ## [1.1.64](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.63...v1.1.64) (2025-07-25)
870
+
871
+ **Note:** Version bump only for package @vc-shell/framework
872
+
873
+ ## [1.1.63](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.62...v1.1.63) (2025-07-25)
874
+
875
+ ### Code Refactoring
876
+
877
+ - migrate language management from composable to service pattern ([23fb0cd](https://github.com/VirtoCommerce/vc-shell/commit/23fb0cd5f8fc032e92aea0d0bbbb44c617ce4605))
878
+
879
+ ## [1.1.62](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.61...v1.1.62) (2025-07-24)
880
+
881
+ ### Code Refactoring
882
+
883
+ - move menu item translation from service to component level ([d81f6c3](https://github.com/VirtoCommerce/vc-shell/commit/d81f6c35337674ceeb95d1d81e06fe3d3a85f1dd))
884
+
885
+ ## [1.1.61](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.60...v1.1.61) (2025-07-23)
886
+
887
+ ### Features
888
+
889
+ - add embedded mode support ([647253b](https://github.com/VirtoCommerce/vc-shell/commit/647253be9bcd5c1b347fd1727cfef9810e9d0d5f))
890
+
891
+ ## [1.1.60](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.59...v1.1.60) (2025-07-17)
892
+
893
+ **Note:** Version bump only for package @vc-shell/framework
894
+
895
+ ## [1.1.59](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.58...v1.1.59) (2025-07-11)
896
+
897
+ ### Features
898
+
899
+ - **icon-components:** revert, material symbols size optimization ([c4b8771](https://github.com/VirtoCommerce/vc-shell/commit/c4b87712503d6bca3edf94efecd2585d7643472c))
900
+
901
+ ## [1.1.58](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.57...v1.1.58) (2025-07-10)
902
+
903
+ ### Code Refactoring
904
+
905
+ - **widget-service:** update widget registration to use markRaw for reactivity ([a3022d3](https://github.com/VirtoCommerce/vc-shell/commit/a3022d372a4f34472562eae3b36a7297b172cd47))
906
+
907
+ ## [1.1.57](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.56...v1.1.57) (2025-07-10)
908
+
909
+ ### Features
910
+
911
+ - **widget-service:** add methods to retrieve all external widgets and clone widgets for improved widget management ([2806152](https://github.com/VirtoCommerce/vc-shell/commit/2806152873d85bbee9877ef2ead9d2ceabcca0a6))
912
+ - **vc-widget-container:** add click event to toggle toolbar visibility on click ([007931f](https://github.com/VirtoCommerce/vc-shell/commit/007931f8c86b224a5b03a1ad321f633eace715ec))
913
+
914
+ ### Bug Fixes
915
+
916
+ - **vc-editor:** update disabled text and background colors ([0ee79c5](https://github.com/VirtoCommerce/vc-shell/commit/0ee79c59bcc631ae5ee8868032dc626ec8fca890))
917
+ - **vc-select:** update modelValue type to support multiple option formats ([1f163a8](https://github.com/VirtoCommerce/vc-shell/commit/1f163a8cc7679d2aa5f5a94db49d79b3f98fe247))
918
+
919
+ ### Code Refactoring
920
+
921
+ - **composables:** remove unused useBladeMultilanguage composable ([5ba38e8](https://github.com/VirtoCommerce/vc-shell/commit/5ba38e8aa81595a08052df23cc7962c69c9f6801))
922
+ - **vc-table:** update header slot type to use a function for improved flexibility ([4920b7c](https://github.com/VirtoCommerce/vc-shell/commit/4920b7c37ed657dcd87588f462bccd27d00cae4f))
923
+
924
+ ## [1.1.56](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.55...v1.1.56) (2025-07-08)
925
+
926
+ ### Bug Fixes
927
+
928
+ - **vc-editor:** update list styles for unordered and ordered lists in the editor component ([2dd3fc2](https://github.com/VirtoCommerce/vc-shell/commit/2dd3fc22e9fef098c800ebe93c5e3e5f5e760333))
929
+
930
+ ### Code Refactoring
931
+
932
+ - **widget-service:** rename bladeType to bladeId for consistency and improve prop resolution logic ([693628e](https://github.com/VirtoCommerce/vc-shell/commit/693628eb179dc35e71aa7ad32ad51932ae038752))
933
+
934
+ ## [1.1.55](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.54...v1.1.55) (2025-07-07)
935
+
936
+ ### Features
937
+
938
+ - **widget-service:** add external widget registration functionality and enhance widget management ([cd35c9b](https://github.com/VirtoCommerce/vc-shell/commit/cd35c9b50bf44af8f466dc6a2d4ce29ad01e9514))
939
+
940
+ ### Bug Fixes
941
+
942
+ - **vc-blade-toolbar:** adjust spacing in 'more' button for improved layout consistency ([2075e5b](https://github.com/VirtoCommerce/vc-shell/commit/2075e5b37b351a89d9aa1a7dde01dd939e76a212))
943
+
944
+ ## [1.1.54](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.53...v1.1.54) (2025-07-07)
945
+
946
+ **Note:** Version bump only for package @vc-shell/framework
947
+
948
+ ## [1.1.53](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.52...v1.1.53) (2025-07-04)
949
+
950
+ **Note:** Version bump only for package @vc-shell/framework
951
+
952
+ ## [1.1.52](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.51...v1.1.52) (2025-07-02)
953
+
954
+ ### Code Refactoring
955
+
956
+ - **vc-fontawesome-icon:** update icon name processing to use pre-processed value for improved clarity ([ce8cde0](https://github.com/VirtoCommerce/vc-shell/commit/ce8cde02060ee705c3366f991a358f47f84d7a2c))
957
+
958
+ ## [1.1.51](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.50...v1.1.51) (2025-07-02)
959
+
960
+ ### Code Refactoring
961
+
962
+ - **loader:** improve dynamic module registration logic and enhance error handling during module loading ([c21873f](https://github.com/VirtoCommerce/vc-shell/commit/c21873f1acecec3dc540137e21bdae45ff0eda80))
963
+
964
+ ## [1.1.50](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.49...v1.1.50) (2025-07-02)
965
+
966
+ **Note:** Version bump only for package @vc-shell/framework
967
+
968
+ ## [1.1.49](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.48...v1.1.49) (2025-07-02)
969
+
970
+ **Note:** Version bump only for package @vc-shell/framework
971
+
972
+ ## [1.1.48](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.47...v1.1.48) (2025-07-02)
973
+
974
+ **Note:** Version bump only for package @vc-shell/framework
975
+
976
+ ## [1.1.47](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.46...v1.1.47) (2025-07-02)
977
+
978
+ **Note:** Version bump only for package @vc-shell/framework
979
+
980
+ ## [1.1.46](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.45...v1.1.46) (2025-07-02)
981
+
982
+ ### Features
983
+
984
+ - **dynamic-module:** enhance UMD name generation and improve logging for dynamic module loading ([8d43f21](https://github.com/VirtoCommerce/vc-shell/commit/8d43f216e6ec3f9f61ab93953f297d80832f9ed7))
985
+
986
+ ## [1.1.45](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.44...v1.1.45) (2025-07-01)
987
+
988
+ ### Features
989
+
990
+ - **loader:** implement parallel loading of dynamic modules and improve error handling ([cf93200](https://github.com/VirtoCommerce/vc-shell/commit/cf93200d4e7e42f8163db09096eec1a24d4600d2))
991
+ - **vc-editor:** migrate to Tiptap editor, enhance functionality with new toolbar and button components ([2b77c73](https://github.com/VirtoCommerce/vc-shell/commit/2b77c734cee3bae8c3d01dd50207e9052c298ac8))
992
+ - remove icon packs in favor of iconify lib ([983f7fc](https://github.com/VirtoCommerce/vc-shell/commit/983f7fc6252816dc9cafbd2defc7eb5292947b96))
993
+
994
+ ## [1.1.44](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.43...v1.1.44) (2025-06-30)
995
+
996
+ **Note:** Version bump only for package @vc-shell/framework
997
+
998
+ ## [1.1.43](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.42...v1.1.43) (2025-06-27)
999
+
1000
+ ### Bug Fixes
1001
+
1002
+ - **vc-select:** set default value for generic parameter P to undefined ([ed13c91](https://github.com/VirtoCommerce/vc-shell/commit/ed13c91a9f09d799df72baa62d1694c893c0e231))
1003
+
1004
+ ## [1.1.42](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.41...v1.1.42) (2025-06-27)
1005
+
1006
+ ### Bug Fixes
1007
+
1008
+ - **vc-select:** fix generic type ([95d78ac](https://github.com/VirtoCommerce/vc-shell/commit/95d78aca9c2fbd68d3116f24f2e8130236dbc56e))
1009
+
1010
+ ## [1.1.41](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.40...v1.1.41) (2025-06-27)
1011
+
1012
+ ### Code Refactoring
1013
+
1014
+ - **blade-navigation:** update onParentCall method to streamline parent method invocation and enhance error handling ([71a82c8](https://github.com/VirtoCommerce/vc-shell/commit/71a82c8416d42fe61e8bedb30f5a2bf979b1899e))
1015
+
1016
+ ## [1.1.40](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.39...v1.1.40) (2025-06-27)
1017
+
1018
+ ### Bug Fixes
1019
+
1020
+ - **vc-widget-container:** set default visibility to true when isVisible is undefined ([09775ed](https://github.com/VirtoCommerce/vc-shell/commit/09775eda9f68b620cfec78206289c135dd9ba4cd))
1021
+
1022
+ ## [1.1.39](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.38...v1.1.39) (2025-06-26)
1023
+
1024
+ **Note:** Version bump only for package @vc-shell/framework
1025
+
1026
+ ## [1.1.38](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.37...v1.1.38) (2025-06-25)
1027
+
1028
+ ### Bug Fixes
1029
+
1030
+ - **useAsync:** correct payload handling in innerAction call to ensure proper execution ([8c1d238](https://github.com/VirtoCommerce/vc-shell/commit/8c1d2386e34b2f70523e4527f77a387ecc203876))
1031
+
1032
+ ## [1.1.37](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.36...v1.1.37) (2025-06-25)
1033
+
1034
+ ### Features
1035
+
1036
+ - **global style:** update base styles with Roboto font and tailwind configurations ([51722bf](https://github.com/VirtoCommerce/vc-shell/commit/51722bff7933816d2cbab9fecb7a7c05fcb8d2d3))
1037
+
1038
+ ### Code Refactoring
1039
+
1040
+ - **blade-navigation:** change options type to Record<string, any> for improved flexibility ([59f9c0f](https://github.com/VirtoCommerce/vc-shell/commit/59f9c0fe9fc7605f2026e7c9d351d306ac0ffbec))
1041
+ - **useContainer:** replace lodash remove with native filter for notification management ([eb285c5](https://github.com/VirtoCommerce/vc-shell/commit/eb285c5ea946183a3dee59875dbc311e9ed4e8f1))
1042
+
1043
+ ## [1.1.36](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.35...v1.1.36) (2025-06-24)
1044
+
1045
+ ### Features
1046
+
1047
+ - **composables:** add useTableSort composable for table sorting functionality ([1e4d768](https://github.com/VirtoCommerce/vc-shell/commit/1e4d768b22436ff7da4cad922b25da5b45dee7f9))
1048
+
1049
+ ## [1.1.35](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.34...v1.1.35) (2025-06-24)
1050
+
1051
+ ### Code Refactoring
1052
+
1053
+ - **error-handling:** enhance error handling by introducing DisplayableError type and improving error processing logic ([f1a98c1](https://github.com/VirtoCommerce/vc-shell/commit/f1a98c17b054df9a9a56f0731139969be4ddda0d))
1054
+
1055
+ ## [1.1.34](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.33...v1.1.34) (2025-06-23)
1056
+
1057
+ **Note:** Version bump only for package @vc-shell/framework
1058
+
1059
+ ## [1.1.33](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.32...v1.1.33) (2025-06-23)
1060
+
1061
+ **Note:** Version bump only for package @vc-shell/framework
1062
+
1063
+ ## [1.1.32](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.31...v1.1.32) (2025-06-23)
1064
+
1065
+ **Note:** Version bump only for package @vc-shell/framework
1066
+
1067
+ ## [1.1.31](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.30...v1.1.31) (2025-06-23)
1068
+
1069
+ ### Features
1070
+
1071
+ - **dashboard:** enhance useDashboardDragAndDrop composable with TypeScript return type and improved setGridContainer function ([65a726f](https://github.com/VirtoCommerce/vc-shell/commit/65a726f65d396f073a21f3502fba7e62e2ce4f03))
1072
+ - **composables:** add useModificationTracker composable for tracking value changes and modifications ([ad911e1](https://github.com/VirtoCommerce/vc-shell/commit/ad911e19640ea675a70cdaf2e6b6c6f5c0f2f0a4))
1073
+ - **multilanguage-selector:** add VcLanguageSelector component for language selection with dropdown functionality ([f620e1d](https://github.com/VirtoCommerce/vc-shell/commit/f620e1dfa94b4b468c5c40a276c411be4b993f9b))
1074
+ - **vc-app:** add disableAppSwitcher prop to control app switcher visibility in VcApp component ([ab2d6dc](https://github.com/VirtoCommerce/vc-shell/commit/ab2d6dc7c09cbf99f7501bb6a8b51d9c3be3d1af))
1075
+ - **vc-card:** enhance VcCard component by adding v-bind for attribute inheritance and defining component options ([12d0096](https://github.com/VirtoCommerce/vc-shell/commit/12d0096809ce46cbff1cdf30c8b4f44d6f69a8ad))
1076
+ - **vc-banner:** add VcBanner component for displaying contextual information with expandable content ([5fa7b4f](https://github.com/VirtoCommerce/vc-shell/commit/5fa7b4f77117a02aa559a48dc1f020414c380720))
1077
+ - **error-handling:** implement DisplayableError class and enhance useErrorHandler for better error normalization and handling ([a68473b](https://github.com/VirtoCommerce/vc-shell/commit/a68473b98726d436d3ab272e0afee9db2d92174b))
1078
+
1079
+ ### Bug Fixes
1080
+
1081
+ - **types:** update error property in IBladeInstance to allow undefined value ([c2f0fb5](https://github.com/VirtoCommerce/vc-shell/commit/c2f0fb58513e15ffadc581f2b75d43618c3b6f10))
1082
+ - **useLanguages:** add validation to getFlag function to handle empty language input ([853325e](https://github.com/VirtoCommerce/vc-shell/commit/853325ecc55e5e26f2e90021f8b4b7d7b6415142))
1083
+ - **vc-checkbox:** update v-model binding to use modelValue and enhance checked state logic for array support ([e3a70dd](https://github.com/VirtoCommerce/vc-shell/commit/e3a70ddc0badd12160319a259ccd592ddb823ca9))
1084
+
1085
+ ### Code Refactoring
1086
+
1087
+ - **locales:** rename VC_STATUS to VC_BANNER for consistency in localization files ([8abe7d2](https://github.com/VirtoCommerce/vc-shell/commit/8abe7d25e981974fea306c607b0c52afe563a3ac))
1088
+ - **vc-table:** simplify item action handling by removing itemActionBuilder prop and updating related logic ([d6cf626](https://github.com/VirtoCommerce/vc-shell/commit/d6cf62638dd7b4da66d88a4c78d0b56b886b1ee0))
1089
+ - **settings-menu-service:** rename SettingsMenuItem to ISettingsMenuItem for consistency and update related types ([9d66c06](https://github.com/VirtoCommerce/vc-shell/commit/9d66c06f34b9cf33e4151431cdf33057ac981e8c))
1090
+
1091
+ ## [1.1.30](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.29...v1.1.30) (2025-06-11)
1092
+
1093
+ **Note:** Version bump only for package @vc-shell/framework
1094
+
1095
+ ## [1.1.29](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.28...v1.1.29) (2025-06-05)
1096
+
1097
+ ### Features
1098
+
1099
+ - **vc-input-dropdown, vc-select:** enhance dropdown and select components with toggle state management for improved user experience ([af3ff4f](https://github.com/VirtoCommerce/vc-shell/commit/af3ff4fef54d07e2861d6b7cc8facdf741e50b35))
1100
+
1101
+ ## [1.1.28](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.27...v1.1.28) (2025-06-04)
1102
+
1103
+ ### Features
1104
+
1105
+ - **modularity:** enhance Blade registration with inject support and improve route handling for workspace components ([1d5a8e3](https://github.com/VirtoCommerce/vc-shell/commit/1d5a8e386168079bd56e9cd633edf79a3c086ce1))
1106
+
1107
+ ## [1.1.27](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.26...v1.1.27) (2025-06-04)
1108
+
1109
+ ### Features
1110
+
1111
+ - **vc-input-dropdown:** add toggle button to dropdown component for improved user interaction ([1289dd5](https://github.com/VirtoCommerce/vc-shell/commit/1289dd5fbc7c2adcddd69184e8eb0792c7121c97))
1112
+
1113
+ ## [1.1.26](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.25...v1.1.26) (2025-06-04)
1114
+
1115
+ ### Features
1116
+
1117
+ - **global-search:** add useGlobalSearch composable and Global Search Service documentation for enhanced search functionality across the application ([e53be10](https://github.com/VirtoCommerce/vc-shell/commit/e53be1095b2b7067dc3ad9ce9f1ab23aafaa57a2))
1118
+ - **localization:** add theme localization support for German and English languages ([8d8fdb0](https://github.com/VirtoCommerce/vc-shell/commit/8d8fdb0a05814ea277f7ab07978902ae86ec3102))
1119
+ - **vc-popup:** add Storybook stories for VcPopup component, showcasing various configurations and customization options ([dc8e961](https://github.com/VirtoCommerce/vc-shell/commit/dc8e961be32469b7a06fed78aa68846ba95a1d70))
1120
+
1121
+ ### Code Refactoring
1122
+
1123
+ - **index:** replace useUser with useUserManagement for improved user management consistency ([d8c6bc6](https://github.com/VirtoCommerce/vc-shell/commit/d8c6bc6fc3a3eb3f7a5f8d7f3cab7fd5ad09a5c6))
1124
+ - **vc-input-dropdown:** remove redundant component description in Storybook stories for clarity ([a0e04c7](https://github.com/VirtoCommerce/vc-shell/commit/a0e04c7da25aa2f7e5db7f1eb0a652c0860cc21b))
1125
+ - **settings-menu:** streamline settings menu component by directly using useSettingsMenu and enhancing slot definitions ([a8bcb65](https://github.com/VirtoCommerce/vc-shell/commit/a8bcb65226346f62c06218cc1faa7db3c6b5fe50))
1126
+ - **widget-service:** enhance widget management by introducing updateFunctionName and improving active widget handling ([1ca6cbe](https://github.com/VirtoCommerce/vc-shell/commit/1ca6cbe8b1705ca5bf00f14096b2b0a5c704cb57))
1127
+ - **user-management:** replace useUser with useUserManagement across the codebase for improved user handling and management consistency ([565305d](https://github.com/VirtoCommerce/vc-shell/commit/565305d269081fb4f92bbe3505051b8011d7b3b8))
1128
+ - **theme:** update theme management to support localization and improve theme registration logic ([0d78946](https://github.com/VirtoCommerce/vc-shell/commit/0d78946fb8a98414e67626cd46b46d51ae78987a))
1129
+
1130
+ ## [1.1.25](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.24...v1.1.25) (2025-05-30)
1131
+
1132
+ ### Code Refactoring
1133
+
1134
+ - **vc-icon:** simplify Font Awesome icon class selectors ([1bb3991](https://github.com/VirtoCommerce/vc-shell/commit/1bb3991c10bbb0ff499b813eff2acb77d7b3fb9b))
1135
+
1136
+ ## [1.1.24](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.23...v1.1.24) (2025-05-29)
1137
+
1138
+ ### Bug Fixes
1139
+
1140
+ - **useDynamicProperties:** export SetPropertyValueParams interface for better accessibility in dynamic properties management ([bddd03f](https://github.com/VirtoCommerce/vc-shell/commit/bddd03f08fd0bb15754109064887ef22c7acf542))
1141
+
1142
+ ## [1.1.23](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.22...v1.1.23) (2025-05-29)
1143
+
1144
+ ### Features
1145
+
1146
+ - **blade-registry:** integrate Blade Registry into the application, enhance error handling for main route validation, and update notification component types for improved type safety ([2535a78](https://github.com/VirtoCommerce/vc-shell/commit/2535a78be870edaf4f563aa69dd0f76b2a6729a5))
1147
+ - **useDynamicProperties:** refactor dynamic properties composable with improved type definitions and utility functions; enhance vc-input-dropdown and vc-dynamic-property components for multilingual support ([4e13175](https://github.com/VirtoCommerce/vc-shell/commit/4e1317545c59cf3aeeaf9141a3f395825c04d285))
1148
+ - **blade-navigation:** implement blade registry and enhance navigation functionality with state management and routing utilities ([ab76268](https://github.com/VirtoCommerce/vc-shell/commit/ab762680f03e1c2a130ff802b8fbbbbf96e7b86a))
1149
+ - **useAppInsights:** enhance app insights integration with page tracking and expose appInsights instance ([603c2b8](https://github.com/VirtoCommerce/vc-shell/commit/603c2b81b82a320209ba5da7685fd36f2797074d))
1150
+
1151
+ ## [1.1.22](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.21...v1.1.22) (2025-05-28)
1152
+
1153
+ ### Features
1154
+
1155
+ - **useKeyboardNavigation:** add validation for focused index and improve focus handling ([9f403f1](https://github.com/VirtoCommerce/vc-shell/commit/9f403f181d27497e9090ac52f6c256e2de387c3f))
1156
+
1157
+ ## [1.1.21](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.20...v1.1.21) (2025-05-28)
1158
+
1159
+ ### Code Refactoring
1160
+
1161
+ - **useKeyboardNavigation:** remove unused key navigation cases and clean up code ([7966e0c](https://github.com/VirtoCommerce/vc-shell/commit/7966e0c52d855692fa25697c5ebbd0ff5861ab3f))
1162
+
1163
+ ## [1.1.20](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.19...v1.1.20) (2025-05-28)
1164
+
1165
+ ### Bug Fixes
1166
+
1167
+ - **vc-select:** enhance dropdown close logic and improve option loading handling ([c0ef43d](https://github.com/VirtoCommerce/vc-shell/commit/c0ef43d9c2a2175f65d2c74dcd98578e17f79c07))
1168
+
1169
+ ## [1.1.19](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.18...v1.1.19) (2025-05-28)
1170
+
1171
+ ### Bug Fixes
1172
+
1173
+ - **vc-select:** update loading logic and add default option loading state ([d02ffa4](https://github.com/VirtoCommerce/vc-shell/commit/d02ffa4ffb226830ee1291e9e74d36bb87040611))
1174
+
1175
+ ## [1.1.18](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.17...v1.1.18) (2025-05-27)
1176
+
1177
+ **Note:** Version bump only for package @vc-shell/framework
1178
+
1179
+ ## [1.1.17](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.16...v1.1.17) (2025-05-27)
1180
+
1181
+ **Note:** Version bump only for package @vc-shell/framework
1182
+
1183
+ ## [1.1.16](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.15...v1.1.16) (2025-05-26)
1184
+
1185
+ ### Features
1186
+
1187
+ - add Measure type to vc-dynamic-property ([14ef021](https://github.com/VirtoCommerce/vc-shell/commit/14ef021634b7f6c135bfa5851b3170e4680d125d))
1188
+
1189
+ ## [1.1.15](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.14...v1.1.15) (2025-05-23)
1190
+
1191
+ **Note:** Version bump only for package @vc-shell/framework
1192
+
1193
+ ## [1.1.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.13...v1.1.14) (2025-05-23)
1194
+
1195
+ **Note:** Version bump only for package @vc-shell/framework
1196
+
1197
+ ## [1.1.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.12...v1.1.13) (2025-05-23)
1198
+
1199
+ ### Code Refactoring
1200
+
1201
+ - **loader:** remove app version compatibility checks and simplify error handling for module compatibility ([cd7ac50](https://github.com/VirtoCommerce/vc-shell/commit/cd7ac509c8fe103dd97b82bb578d09bf02b71490))
1202
+
1203
+ ## [1.1.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.11...v1.1.12) (2025-05-23)
1204
+
1205
+ **Note:** Version bump only for package @vc-shell/framework
1206
+
1207
+ ## [1.1.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.10...v1.1.11) (2025-05-23)
1208
+
1209
+ ### Features
1210
+
1211
+ - **vc-select:** add loading and no options messages for improved user experience ([aa65256](https://github.com/VirtoCommerce/vc-shell/commit/aa65256b99238e6d7feae24177c4304eb25d1153))
1212
+
1213
+ ### Code Refactoring
1214
+
1215
+ - **user-dropdown-button:** enhance styling ([b8a73a8](https://github.com/VirtoCommerce/vc-shell/commit/b8a73a83183f41372bce83e9e3e63ce6a0aa1697))
1216
+
1217
+ ## [1.1.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.9...v1.1.10) (2025-05-22)
1218
+
1219
+ ### Features
1220
+
1221
+ - **dynamic-properties:** add useDynamicProperties composable for managing dynamic property values and dictionaries ([5af9e0b](https://github.com/VirtoCommerce/vc-shell/commit/5af9e0bd27dd9930589166e17ef234fd8dae5998))
1222
+
1223
+ ### Code Refactoring
1224
+
1225
+ - **toolbar & widget services:** normalize bladeId to lowercase for consistent handling across services ([7447f53](https://github.com/VirtoCommerce/vc-shell/commit/7447f5321c180214711d5f87feae0f51f96cf676))
1226
+
1227
+ ## [1.1.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.8...v1.1.9) (2025-05-15)
1228
+
1229
+ ### Code Refactoring
1230
+
1231
+ - **widget-service:** replace ConcreteComponent with Component type for improved type consistency ([2fed433](https://github.com/VirtoCommerce/vc-shell/commit/2fed4333998f256f375355246f1107f73dceed10))
1232
+
1233
+ ## [1.1.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.7...v1.1.8) (2025-05-15)
1234
+
1235
+ ### Bug Fixes
1236
+
1237
+ - **vc-badge:** adjust badge dimensions in story and update visibility condition for content ([41d30de](https://github.com/VirtoCommerce/vc-shell/commit/41d30de789b199bebf94a73eb2dc42790ffdf3c8))
1238
+
1239
+ ### Documentation
1240
+
1241
+ - update toolbar and widget services documentation to include blade context for visibility control ([fd9b616](https://github.com/VirtoCommerce/vc-shell/commit/fd9b61690cfe30f03fcb5223dccf59a4b6981652))
1242
+
1243
+ ### Code Refactoring
1244
+
1245
+ - enhance VcBladeView component with improved blade context ([b8ab391](https://github.com/VirtoCommerce/vc-shell/commit/b8ab39126da06ce6a0097e1f539abef52ea9c8e0))
1246
+
1247
+ ## [1.1.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.6...v1.1.7) (2025-05-12)
1248
+
1249
+ ### Code Refactoring
1250
+
1251
+ - update VcInputDropdown modelValue type and enhance vc-input-currency component integration ([fb52a80](https://github.com/VirtoCommerce/vc-shell/commit/fb52a804778eba2cc3774f4d2ad1bf966fec3581))
1252
+
1253
+ ## [1.1.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.5...v1.1.6) (2025-05-12)
1254
+
1255
+ ### Features
1256
+
1257
+ - VcInputDropdown component, replace VcSelect with VcInputDropdown and update related stories ([08f3c72](https://github.com/VirtoCommerce/vc-shell/commit/08f3c72d1cdee3a82868db5238c7e9879914cc8c))
1258
+ - enhance module compatibility checks with error notifications ([4f9c44e](https://github.com/VirtoCommerce/vc-shell/commit/4f9c44ec73e3e83a31d5099ec641c761b5e96167))
1259
+
1260
+ ### Code Refactoring
1261
+
1262
+ - update slot definitions in multiple components ti fix vue-component-meta ([982825a](https://github.com/VirtoCommerce/vc-shell/commit/982825a168ad768eed0812ee2951c8a07400657e))
1263
+ - update Storybook preview configuration and adjust vc-icon story title ([4853499](https://github.com/VirtoCommerce/vc-shell/commit/485349939565f8cce9cbf5b03dd9e670f91b246f))
1264
+
1265
+ ## [1.1.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.4...v1.1.5) (2025-05-07)
1266
+
1267
+ ### Features
1268
+
1269
+ - implement module versioning and compatibility checks in the modularity plugin ([19c9553](https://github.com/VirtoCommerce/vc-shell/commit/19c95534c4ca0f6041015a0489dab7eabc1a322a))
1270
+ - enhance VcIcon component ([58ad2ba](https://github.com/VirtoCommerce/vc-shell/commit/58ad2baaf306caa92375e81b170fdfb198a75b20))
1271
+
1272
+ ### Code Refactoring
1273
+
1274
+ - improve AppBarHeader styles by adjusting mobile logo properties ([2947c6a](https://github.com/VirtoCommerce/vc-shell/commit/2947c6ab319a604e1d851c5b9e24b630aa89c69f))
1275
+ - update vc-multivalue component styles ([6a8cc29](https://github.com/VirtoCommerce/vc-shell/commit/6a8cc29f52e192701855f4d2f2d2846d8f3b9e86))
1276
+ - extract button properties into a separate props file for better maintainability ([bc51cd9](https://github.com/VirtoCommerce/vc-shell/commit/bc51cd9fd047a9a6f196415cd31b65b9d05352e2))
1277
+ - update vc-app-bar to toggle sidebar icons based on state ([3fac368](https://github.com/VirtoCommerce/vc-shell/commit/3fac36801decd2a64ca0fab977103eec68a0a12f))
1278
+ - update pagination component to use local state for current page management ([1795b97](https://github.com/VirtoCommerce/vc-shell/commit/1795b974f07c3ffe7a4d45fff07378614810167f))
1279
+ - extract table-related types into a separate file, fixed pagination ([c00d920](https://github.com/VirtoCommerce/vc-shell/commit/c00d9203efb569c5d0626f270083f75762e4d577))
1280
+
1281
+ ## [1.1.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.3...v1.1.4) (2025-04-30)
1282
+
1283
+ ### Features
1284
+
1285
+ - add custom position to VcBadge in vc-widget component ([0d42845](https://github.com/VirtoCommerce/vc-shell/commit/0d4284515b8c3c777380b7a3b7cac2b54f63731e))
1286
+
1287
+ ### Bug Fixes
1288
+
1289
+ - vc-blade-toolbar visibility issues ([2e215ed](https://github.com/VirtoCommerce/vc-shell/commit/2e215ed2324efb801116d9c3e15c549adf8e3e9b))
1290
+
1291
+ ## [1.1.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.2...v1.1.3) (2025-04-30)
1292
+
1293
+ **Note:** Version bump only for package @vc-shell/framework
1294
+
1295
+ ## [1.1.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.342...v1.1.2) (2025-04-29)
1296
+
1297
+ ### Features
1298
+
1299
+ - first release ([b94bf6d](https://github.com/VirtoCommerce/vc-shell/commit/b94bf6db1020fdc904c3bc8d9a9181e9becef7fe))
1300
+ - first release ([5c3c607](https://github.com/VirtoCommerce/vc-shell/commit/5c3c607269a3b33478a4bf23b6486ca8b01157a2))
1301
+ - first release ([6685f10](https://github.com/VirtoCommerce/vc-shell/commit/6685f10f98982038206a55b637dc14628a341088))
1302
+ - redesign alpha5 ([ac430b8](https://github.com/VirtoCommerce/vc-shell/commit/ac430b80f684d3b920c35778a83c33ec387b2484))
1303
+ - redesign alpha4 wip ([ac48f52](https://github.com/VirtoCommerce/vc-shell/commit/ac48f526f61e85518a238e1e6b49047ff3fcc786))
1304
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
1305
+
1306
+ ### Code Refactoring
1307
+
1308
+ - menu service and new SVG icons, alpha6 ([df10c9f](https://github.com/VirtoCommerce/vc-shell/commit/df10c9f54678c4a5f0a9752d9889d4acc2d4a29e))
1309
+
1310
+ ### BREAKING CHANGES
1311
+
1312
+ - first release
1313
+ - first release
1314
+
1315
+ ## [1.0.342](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.1...v1.0.342) (2025-04-29)
1316
+
1317
+ ### Features
1318
+
1319
+ - **global style:** update base styles with Roboto font and tailwind configurations ([51722bf](https://github.com/VirtoCommerce/vc-shell/commit/51722bff7933816d2cbab9fecb7a7c05fcb8d2d3))
1320
+
1321
+ ## [1.1.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0...v1.1.1) (2025-04-29)
1322
+
1323
+ **Note:** Version bump only for package @vc-shell/framework
1324
+
1325
+ ## [1.1.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.341...v1.1.0) (2025-04-29)
1326
+
1327
+ ### Features
1328
+
1329
+ - first release ([b94bf6d](https://github.com/VirtoCommerce/vc-shell/commit/b94bf6db1020fdc904c3bc8d9a9181e9becef7fe))
1330
+ - first release ([5c3c607](https://github.com/VirtoCommerce/vc-shell/commit/5c3c607269a3b33478a4bf23b6486ca8b01157a2))
1331
+ - first release ([6685f10](https://github.com/VirtoCommerce/vc-shell/commit/6685f10f98982038206a55b637dc14628a341088))
1332
+ - redesign alpha5 ([ac430b8](https://github.com/VirtoCommerce/vc-shell/commit/ac430b80f684d3b920c35778a83c33ec387b2484))
1333
+ - redesign alpha4 wip ([ac48f52](https://github.com/VirtoCommerce/vc-shell/commit/ac48f526f61e85518a238e1e6b49047ff3fcc786))
1334
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
1335
+
1336
+ ### Code Refactoring
1337
+
1338
+ - menu service and new SVG icons, alpha6 ([df10c9f](https://github.com/VirtoCommerce/vc-shell/commit/df10c9f54678c4a5f0a9752d9889d4acc2d4a29e))
1339
+
1340
+ ### BREAKING CHANGES
1341
+
1342
+ - first release
1343
+ - first release
1344
+
1345
+ ## [1.0.341](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0-alpha.2...v1.0.341) (2025-03-11)
1346
+
1347
+ ### Features
1348
+
1349
+ - **global style:** update base styles with Roboto font and tailwind configurations ([51722bf](https://github.com/VirtoCommerce/vc-shell/commit/51722bff7933816d2cbab9fecb7a7c05fcb8d2d3))
1350
+
1351
+ ## [1.1.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.340...v1.1.0-alpha.2) (2025-02-25)
1352
+
1353
+ ### Features
1354
+
1355
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
1356
+
1357
+ ## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06)
1358
+
1359
+ ### Features
1360
+
1361
+ - **vc-app:** add logo append slot to app bar and app components ([74018b3](https://github.com/VirtoCommerce/vc-shell/commit/74018b34dd10127e62413f00bc75c34254067b4d))
1362
+ - **vc-image:** add HTTPS URL conversion for secure image loading ([b38c31a](https://github.com/VirtoCommerce/vc-shell/commit/b38c31ad0c06ff9e22cb80e5bd9d13a0f0b2f3d6))
1363
+ - **useSettings:** improve UI customization settings handling ([0a5c38d](https://github.com/VirtoCommerce/vc-shell/commit/0a5c38daa9f9fbea4eb7f60b481253c78b5bca62))
1364
+
1365
+ ### Bug Fixes
1366
+
1367
+ - **vc-table:** prevent potential null reference in table state key ([9b6c2da](https://github.com/VirtoCommerce/vc-shell/commit/9b6c2da2762c6e423557ba44139b0a4ec053dc64))
1368
+ - **login:** improve error handling for incorrect credentials ([d9464d0](https://github.com/VirtoCommerce/vc-shell/commit/d9464d0e824f298800730a433bdc63ff2c1f246f))
1369
+
1370
+ ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05)
1371
+
1372
+ ### Code Refactoring
1373
+
1374
+ - **modularity:** improve extension type handling and type safety ([06ea8ad](https://github.com/VirtoCommerce/vc-shell/commit/06ea8ad060f51330dba6778b4fea77d98029c1d0))
1375
+
1376
+ ## [1.0.338](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.337...v1.0.338) (2025-02-05)
1377
+
1378
+ ### Features
1379
+
1380
+ - **login:** add support for after-form extensions ([6addffd](https://github.com/VirtoCommerce/vc-shell/commit/6addffdc05384cafd360c1f147d227e0691b407c))
1381
+ - **modularity:** enhance dynamic module loading and extension support ([309739e](https://github.com/VirtoCommerce/vc-shell/commit/309739eb7aa965530647cc50d4820b5d2e0541f3))
1382
+
1383
+ ## [1.0.337](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.336...v1.0.337) (2025-01-29)
1384
+
1385
+ **Note:** Version bump only for package @vc-shell/framework
1386
+
1387
+ ## [1.0.336](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.335...v1.0.336) (2025-01-29)
1388
+
1389
+ ### Features
1390
+
1391
+ - **useAssets:** add configurable asset key for removal ([2abe831](https://github.com/VirtoCommerce/vc-shell/commit/2abe8310b4a1b203aa5cc811422cc7ad6430e2a5))
1392
+
1393
+ ### Bug Fixes
1394
+
1395
+ - **routing:** improve authentication route guard using meta flag ([200b150](https://github.com/VirtoCommerce/vc-shell/commit/200b1501519b0d48f8abd9b062a13e9c2db2d2b9))
1396
+
1397
+ ## [1.0.335](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.334...v1.0.335) (2025-01-22)
1398
+
1399
+ **Note:** Version bump only for package @vc-shell/framework
1400
+
1401
+ ## [1.0.334](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.333...v1.0.334) (2025-01-22)
1402
+
1403
+ ### Bug Fixes
1404
+
1405
+ - locale typo fix ([af3e87a](https://github.com/VirtoCommerce/vc-shell/commit/af3e87ab0135816f91961c23cb5c0881720d2c04))
1406
+
1407
+ ## [1.0.333](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.332...v1.0.333) (2025-01-21)
1408
+
1409
+ ### Bug Fixes
1410
+
1411
+ - **vc-table:** noHeaderCheckbox hide only checkbox ([99f072a](https://github.com/VirtoCommerce/vc-shell/commit/99f072a19e0d8f46fe8a9bc317553591aa360b61))
1412
+
1413
+ ## [1.0.332](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.331...v1.0.332) (2025-01-21)
1414
+
1415
+ ### Bug Fixes
1416
+
1417
+ - param clearing fix ([d906aa1](https://github.com/VirtoCommerce/vc-shell/commit/d906aa173cc3d87f8a29460e0654e5b0d41bae72))
1418
+
1419
+ ## [1.0.331](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.330...v1.0.331) (2025-01-21)
1420
+
1421
+ ### Features
1422
+
1423
+ - **vc-table:** noHeaderCheckbox prop ([5447efa](https://github.com/VirtoCommerce/vc-shell/commit/5447efaed36772a9421791aded9e1bbaddeeb892))
1424
+
1425
+ ## [1.0.330](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.329...v1.0.330) (2024-12-19)
1426
+
1427
+ ### Bug Fixes
1428
+
1429
+ - **navigation:** param reset fix ([1ff50cc](https://github.com/VirtoCommerce/vc-shell/commit/1ff50ccd22b09263799ebf8741132eb379b396b0))
1430
+
1431
+ ## [1.0.329](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.328...v1.0.329) (2024-12-04)
1432
+
1433
+ ### Features
1434
+
1435
+ - vc-1504 blade error content copy ([bba7a11](https://github.com/VirtoCommerce/vc-shell/commit/bba7a116ac3b23c40b6157de1fc01fc41b09adbd))
1436
+
1437
+ ### Code Refactoring
1438
+
1439
+ - notifications template click handler ([cb3ac18](https://github.com/VirtoCommerce/vc-shell/commit/cb3ac18c5f2acc54f50a292160493053337dc701))
1440
+ - signalR creator injection key ([192caa1](https://github.com/VirtoCommerce/vc-shell/commit/192caa145f39775bca5e69231ba9e400431a474e))
1441
+
1442
+ ## [1.0.328](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0-alpha.1...v1.0.328) (2024-11-14)
1443
+
1444
+ **Note:** Version bump only for package @vc-shell/framework
1445
+
1446
+ ## [1.1.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.327...v1.1.0-alpha.1) (2024-11-13)
1447
+
1448
+ **Note:** Version bump only for package @vc-shell/framework
1449
+
1450
+ ## [1.0.327](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.326...v1.0.327) (2024-11-12)
1451
+
1452
+ **Note:** Version bump only for package @vc-shell/framework
1453
+
1454
+ ## [1.0.326](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.325...v1.0.326) (2024-11-12)
1455
+
1456
+ **Note:** Version bump only for package @vc-shell/framework
1457
+
1458
+ ## [1.0.325](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.324...v1.0.325) (2024-11-08)
1459
+
1460
+ ### Bug Fixes
1461
+
1462
+ - **core:** sso fixes ([decbec2](https://github.com/VirtoCommerce/vc-shell/commit/decbec29ae48deca6183e8f92e1155f5faced943))
1463
+
1464
+ ## [1.0.324](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.323...v1.0.324) (2024-11-06)
1465
+
1466
+ ### Bug Fixes
1467
+
1468
+ - **core:** dynamic loader fix ([503408c](https://github.com/VirtoCommerce/vc-shell/commit/503408c68852d2660b6ecaf06f0b818ece474d69))
1469
+
1470
+ ## [1.0.323](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.322...v1.0.323) (2024-11-05)
1471
+
1472
+ **Note:** Version bump only for package @vc-shell/framework
1473
+
1474
+ ## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)
1475
+
1476
+ ### Features
1477
+
1478
+ - **signalR:** creator update method ([6e78664](https://github.com/VirtoCommerce/vc-shell/commit/6e78664f71201b60069d1dd806db8491fd656db5))
1479
+ - **core:** push subscription, setNotificationHandler as watcher replacement ([8c726fc](https://github.com/VirtoCommerce/vc-shell/commit/8c726fc315d52958201107cfdd101dbbf698c697))
1480
+
1481
+ ## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)
1482
+
1483
+ ### Bug Fixes
1484
+
1485
+ - **shared:** clear param fix ([eeca977](https://github.com/VirtoCommerce/vc-shell/commit/eeca97759c2d5e5de91c85d24a71795739cf7336))
1486
+
1487
+ ## [1.0.320](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.319...v1.0.320) (2024-10-21)
1488
+
1489
+ ### Features
1490
+
1491
+ - **shared:** user email tooltip ([4f69f57](https://github.com/VirtoCommerce/vc-shell/commit/4f69f5764c4fba0f5f6a4753d79d308b8021c12b))
1492
+
1493
+ ### Bug Fixes
1494
+
1495
+ - **ui:** vc-blade action 50% header width ([611f8f4](https://github.com/VirtoCommerce/vc-shell/commit/611f8f48fda9a59228cfd7d4c29dbaf68c0d2443))
1496
+ - **dynamic:** multilanguage selector color ([83afdd3](https://github.com/VirtoCommerce/vc-shell/commit/83afdd3a29f9b0d33f4491df3816c58ee5208bbe))
1497
+
1498
+ ## [1.0.319](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.318...v1.0.319) (2024-10-18)
1499
+
1500
+ ### Bug Fixes
1501
+
1502
+ - **navigation:** fix param ([2e07a2d](https://github.com/VirtoCommerce/vc-shell/commit/2e07a2d6c5343b1ad3b2efc858d9d86ef1db316c))
1503
+
1504
+ ## [1.0.318](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.317...v1.0.318) (2024-10-18)
1505
+
1506
+ ### Features
1507
+
1508
+ - refactored multilanguage selector ([fef81c0](https://github.com/VirtoCommerce/vc-shell/commit/fef81c0d647465a3c81b667fc2df54ffce6d2f84))
1509
+
1510
+ ## [1.0.317](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.316...v1.0.317) (2024-10-17)
1511
+
1512
+ ### Features
1513
+
1514
+ - **dynamic:** added support of loader method ([2166d1b](https://github.com/VirtoCommerce/vc-shell/commit/2166d1b55fbed6b18653d1fa012fa5d1319c777f))
1515
+
1516
+ ## [1.0.316](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.315...v1.0.316) (2024-10-17)
1517
+
1518
+ ### Bug Fixes
1519
+
1520
+ - **ui:** vc-multivalue prevent symbols in num/int ([3b83ca5](https://github.com/VirtoCommerce/vc-shell/commit/3b83ca56202fdc1f630e1d8ecd79b621c75e6bf6))
1521
+
1522
+ ## [1.0.315](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.314...v1.0.315) (2024-10-17)
1523
+
1524
+ ### Features
1525
+
1526
+ - **shared:** user info in mobile user sidebar ([2b49635](https://github.com/VirtoCommerce/vc-shell/commit/2b496353667ca20795bf33cb5ea68dfa20ac11be))
1527
+ - **shared:** sidebar header component in slot ([1cca848](https://github.com/VirtoCommerce/vc-shell/commit/1cca8489734b52c68024d380bd378cf4af814361))
1528
+
1529
+ ### Bug Fixes
1530
+
1531
+ - **dynamic:** fix emitting of edited data ([2a17d42](https://github.com/VirtoCommerce/vc-shell/commit/2a17d42fbd6c02f524be06723b9aceb8d36ed8ca))
1532
+ - **ui:** prevent + sign in input type num/int ([885294d](https://github.com/VirtoCommerce/vc-shell/commit/885294d69ceaea06e16f595195f0472acc06d89d))
1533
+
1534
+ ## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16)
1535
+
1536
+ ### Features
1537
+
1538
+ - **dynamic:** normaliza data in isModified calculation ([2389032](https://github.com/VirtoCommerce/vc-shell/commit/238903269ae31ce62169260f7c164ac580d4f519))
1539
+
1540
+ ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15)
1541
+
1542
+ ### Bug Fixes
1543
+
1544
+ - **ui:** logo height fix ([b24bb02](https://github.com/VirtoCommerce/vc-shell/commit/b24bb0237cdb770a94d5df7f8be4c397ace4d159))
1545
+
1546
+ ## [1.0.312](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.311...v1.0.312) (2024-10-15)
1547
+
1548
+ ### Features
1549
+
1550
+ - **ui:** user info as sidebar ([f04c8c6](https://github.com/VirtoCommerce/vc-shell/commit/f04c8c66f8010cfc7bcec93c67f272859530b65e))
1551
+
1552
+ ### Bug Fixes
1553
+
1554
+ - **dynamic:** overrides fix, redundant comments remove ([3de9436](https://github.com/VirtoCommerce/vc-shell/commit/3de94367320ef81e3b518e9f085205a9684df20a))
1555
+
1556
+ ## [1.0.311](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.310...v1.0.311) (2024-10-11)
1557
+
1558
+ ### Features
1559
+
1560
+ - **ui:** vc-table scroll to top on page change, column switcher modes ([3c7c353](https://github.com/VirtoCommerce/vc-shell/commit/3c7c3533abf5f3f03fada20d5a9693f135517ad6))
1561
+
1562
+ ### Bug Fixes
1563
+
1564
+ - **ui/vc-blade:** adjust error button styles for improved visibility and consistency ([f9db7da](https://github.com/VirtoCommerce/vc-shell/commit/f9db7da7f9da0f8fac6a6b488fa983621389649b))
1565
+ - **ui/vc-pagination:** enhance pagination item styles with hover effects and cursor pointer ([b89296f](https://github.com/VirtoCommerce/vc-shell/commit/b89296f23bc826ada4cb0196f8ffb937657013d4))
1566
+ - **dynamic/filter-builder:** exclude 'skip' property from query parameters in search function ([0591359](https://github.com/VirtoCommerce/vc-shell/commit/0591359508f9c72ef3a44550cf8c336f23288d0b))
1567
+ - **ui:** update status field styles and color variables for improved visibility ([00a4c3f](https://github.com/VirtoCommerce/vc-shell/commit/00a4c3f464f5883c98337aecc9161036f423acf7))
1568
+ - **error-handler:** improve error handling and message extraction ([15f68b4](https://github.com/VirtoCommerce/vc-shell/commit/15f68b4219172226c149430ecf4f5687a6b9e0ab))
1569
+
1570
+ ## [1.0.310](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.309...v1.0.310) (2024-10-11)
1571
+
1572
+ ### Bug Fixes
1573
+
1574
+ - **ui:** user dropdown button full name ([44f411f](https://github.com/VirtoCommerce/vc-shell/commit/44f411fc30be3c859416eb232efa633200f05b71))
1575
+ - **dynamic:** isModified undef/null equality ([1756fbb](https://github.com/VirtoCommerce/vc-shell/commit/1756fbb66206bfb5d200859ebcbff8e1a4c3bc5f))
1576
+
1577
+ ## [1.0.309](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.308...v1.0.309) (2024-10-09)
1578
+
1579
+ ### Features
1580
+
1581
+ - **dynamic:** mixin in list ([c6d954d](https://github.com/VirtoCommerce/vc-shell/commit/c6d954d77643d303fde3333352b023891f5222ef))
1582
+
1583
+ ## [1.0.308](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.307...v1.0.308) (2024-10-08)
1584
+
1585
+ ### Bug Fixes
1586
+
1587
+ - **core:** dynamic module add fix ([9d458ca](https://github.com/VirtoCommerce/vc-shell/commit/9d458ca08da8ad2bab835caa803f89b10b096ef8))
1588
+
1589
+ ## [1.0.307](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.306...v1.0.307) (2024-10-07)
1590
+
1591
+ ### Bug Fixes
1592
+
1593
+ - **UI:** vc-table flex important ([ebc01dc](https://github.com/VirtoCommerce/vc-shell/commit/ebc01dccecf20ba182300a86010acc1882b0ec17))
1594
+
1595
+ ## [1.0.306](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.305...v1.0.306) (2024-10-07)
1596
+
1597
+ ### Features
1598
+
1599
+ - md-editor-v3 instead quill, info popup, clickable form table ([aebb563](https://github.com/VirtoCommerce/vc-shell/commit/aebb563e4dd7819a3ae91eb7ce2cc5629234a9ab))
1600
+
1601
+ ## [1.0.305](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.304...v1.0.305) (2024-10-04)
1602
+
1603
+ **Note:** Version bump only for package @vc-shell/framework
1604
+
1605
+ ## [1.0.304](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.303...v1.0.304) (2024-10-04)
1606
+
1607
+ ### Bug Fixes
1608
+
1609
+ - **shared:** notification flex container ([e253f8c](https://github.com/VirtoCommerce/vc-shell/commit/e253f8cceebac0e0324befef121b9a03830518b8))
1610
+
1611
+ ## [1.0.303](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.302...v1.0.303) (2024-10-04)
1612
+
1613
+ **Note:** Version bump only for package @vc-shell/framework
1614
+
1615
+ ## [1.0.302](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.301...v1.0.302) (2024-10-02)
1616
+
1617
+ **Note:** Version bump only for package @vc-shell/framework
1618
+
1619
+ ## [1.0.301](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.300...v1.0.301) (2024-10-02)
1620
+
1621
+ **Note:** Version bump only for package @vc-shell/framework
1622
+
1623
+ ## [1.0.300](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.299...v1.0.300) (2024-10-01)
1624
+
1625
+ **Note:** Version bump only for package @vc-shell/framework
1626
+
1627
+ ## [1.0.299](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.298...v1.0.299) (2024-10-01)
1628
+
1629
+ **Note:** Version bump only for package @vc-shell/framework
1630
+
1631
+ ## [1.0.298](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.297...v1.0.298) (2024-10-01)
1632
+
1633
+ **Note:** Version bump only for package @vc-shell/framework
1634
+
1635
+ ## [1.0.297](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.296...v1.0.297) (2024-10-01)
1636
+
1637
+ **Note:** Version bump only for package @vc-shell/framework
1638
+
1639
+ ## [1.0.296](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.295...v1.0.296) (2024-10-01)
1640
+
1641
+ ### Bug Fixes
1642
+
1643
+ - providers ([f47bab9](https://github.com/VirtoCommerce/vc-shell/commit/f47bab93feaaddc717617d79537bb41dbc14e55f))
1644
+
1645
+ ## [1.0.295](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.294...v1.0.295) (2024-10-01)
1646
+
1647
+ **Note:** Version bump only for package @vc-shell/framework
1648
+
1649
+ ## [1.0.294](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.293...v1.0.294) (2024-10-01)
1650
+
1651
+ ### Features
1652
+
1653
+ - **dynamic:** mixin support, refactor of module registering ([70589c9](https://github.com/VirtoCommerce/vc-shell/commit/70589c9a9044af31ffbbb66189bd96456a3e5d0c))
1654
+ - **ui:** vc-table resizing, state saving improvements ([cd402b1](https://github.com/VirtoCommerce/vc-shell/commit/cd402b14e1442d8072b7572959eb2b6c97218fac))
1655
+ - locale flag ([0dc7f74](https://github.com/VirtoCommerce/vc-shell/commit/0dc7f740ed24acee2dfd7efbb0880d9b4e7ab4c7))
1656
+
1657
+ ### Bug Fixes
1658
+
1659
+ - **ui:** components fixes and updates ([37148ec](https://github.com/VirtoCommerce/vc-shell/commit/37148ec889065d7e76c7c3466f5bc23a86080389))
1660
+ - **ui:** sidebar component optional position prop ([61a7018](https://github.com/VirtoCommerce/vc-shell/commit/61a7018f88d42f0a84c6d3fbe9b3318f94152c99))
1661
+
1662
+ ### Code Refactoring
1663
+
1664
+ - external providers ([c39f9d0](https://github.com/VirtoCommerce/vc-shell/commit/c39f9d0e134f5e1207eed4aee77a76ba4763aa60))
1665
+
1666
+ ## [1.0.293](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.292...v1.0.293) (2024-09-23)
1667
+
1668
+ **Note:** Version bump only for package @vc-shell/framework
1669
+
1670
+ ## [1.0.292](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.291...v1.0.292) (2024-09-23)
1671
+
1672
+ **Note:** Version bump only for package @vc-shell/framework
1673
+
1674
+ ## [1.0.291](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.290...v1.0.291) (2024-09-23)
1675
+
1676
+ ### Features
1677
+
1678
+ - support of css theming ([dba4097](https://github.com/VirtoCommerce/vc-shell/commit/dba409744b57dd1a999e009700e3b356fe230969))
1679
+
1680
+ ## [1.0.290](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.289...v1.0.290) (2024-09-13)
1681
+
1682
+ ### Features
1683
+
1684
+ - **shared:** user-dropdown-button - add baseMenuItemsHandler prop and handle default menu items ([e5f4017](https://github.com/VirtoCommerce/vc-shell/commit/e5f40174dae9445ed074493d824e3c95c37c7150))
1685
+
1686
+ ## [1.0.289](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.288...v1.0.289) (2024-09-10)
1687
+
1688
+ ### Code Refactoring
1689
+
1690
+ - **dynamic:** add isWidgetView to ListComposableArgs interface ([1a3b1b2](https://github.com/VirtoCommerce/vc-shell/commit/1a3b1b2017ec2b089e745a1121a34a24ff6c1d34))
1691
+
1692
+ ## [1.0.288](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.287...v1.0.288) (2024-09-09)
1693
+
1694
+ ### Code Refactoring
1695
+
1696
+ - improve headerCheckbox calculation in vc-table.vue ([10caec1](https://github.com/VirtoCommerce/vc-shell/commit/10caec1ad2b7aa6a017f8db84e9cf6dd1d956048))
1697
+ - extract currentPage from props ([d276958](https://github.com/VirtoCommerce/vc-shell/commit/d276958368255a8e03faa76cf2ed46d8c827c147))
1698
+
1699
+ ## [1.0.287](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.286...v1.0.287) (2024-09-06)
1700
+
1701
+ **Note:** Version bump only for package @vc-shell/framework
1702
+
1703
+ ## [1.0.286](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.285...v1.0.286) (2024-09-06)
1704
+
1705
+ **Note:** Version bump only for package @vc-shell/framework
1706
+
1707
+ ## [1.0.285](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.284...v1.0.285) (2024-09-06)
1708
+
1709
+ **Note:** Version bump only for package @vc-shell/framework
1710
+
1711
+ ## [1.0.284](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.283...v1.0.284) (2024-09-06)
1712
+
1713
+ ### Features
1714
+
1715
+ - **dynamic:** dynamic-blade-list grid component ability to config externally ([692d354](https://github.com/VirtoCommerce/vc-shell/commit/692d354302452be5b90454377144c0ca0bb515fd))
1716
+
1717
+ ### Code Refactoring
1718
+
1719
+ - **vc-table:** improve mobile view and disable selection for certain items ([0e77520](https://github.com/VirtoCommerce/vc-shell/commit/0e7752020261d4c963b2939fc8b41204b6be82f9))
1720
+
1721
+ ## [1.0.283](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.282...v1.0.283) (2024-09-03)
1722
+
1723
+ **Note:** Version bump only for package @vc-shell/framework
1724
+
1725
+ ## [1.0.282](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.281...v1.0.282) (2024-08-30)
1726
+
1727
+ ### Features
1728
+
1729
+ - **dynamic:** vc-table expandable header slot ([9a3cd40](https://github.com/VirtoCommerce/vc-shell/commit/9a3cd407d3ba1125c38f3d7a7a296923a1a5a8be))
1730
+ - **shared:** toast notification container and core to support component content ([7c17099](https://github.com/VirtoCommerce/vc-shell/commit/7c17099cbb4f797c009282a3af74c655a8c4f8c8))
1731
+
1732
+ ## [1.0.281](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.280...v1.0.281) (2024-08-29)
1733
+
1734
+ ### Features
1735
+
1736
+ - vm-1464 bgimage for change password page ([5259707](https://github.com/VirtoCommerce/vc-shell/commit/525970745a95e94483ace2cfad507b67e49892ac))
1737
+
1738
+ ## [1.0.280](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.279...v1.0.280) (2024-08-28)
1739
+
1740
+ ### Features
1741
+
1742
+ - vm-1464 expired password change form ([4645cba](https://github.com/VirtoCommerce/vc-shell/commit/4645cba7ecc1844b9cd12bb95baf760871b44053))
1743
+
1744
+ ## [1.0.279](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.278...v1.0.279) (2024-08-27)
1745
+
1746
+ ### Bug Fixes
1747
+
1748
+ - **create-vc-app:** update currency option in details.vue and dynamic-blade-list.vue ([40a363a](https://github.com/VirtoCommerce/vc-shell/commit/40a363a292457d0f74e961a342909ed6f425d3b4))
1749
+
1750
+ ## [1.0.278](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.277...v1.0.278) (2024-08-27)
1751
+
1752
+ ### Bug Fixes
1753
+
1754
+ - **ui:** vc-app-menu-link truncating ([e7fe836](https://github.com/VirtoCommerce/vc-shell/commit/e7fe836e8e28d9ec92469f8bdf7dc8353104363f))
1755
+
1756
+ ## [1.0.277](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.276...v1.0.277) (2024-08-22)
1757
+
1758
+ ### Bug Fixes
1759
+
1760
+ - **ui:** adjust min-width and max-width for dp--tp-wrap to prevent timepicker overflow ([b606d9a](https://github.com/VirtoCommerce/vc-shell/commit/b606d9a9ad3026a38d7230550b8ed71194b18d54))
1761
+
1762
+ ## [1.0.276](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.275...v1.0.276) (2024-08-22)
1763
+
1764
+ ### Features
1765
+
1766
+ - **ui:** vc-table highlight multiselected rows vm-1431 ([67dde13](https://github.com/VirtoCommerce/vc-shell/commit/67dde13314a4e8ae906f737dea03c10fa39e5273))
1767
+ - **dynamic:** InputField exposed datePickerOptions prop ([2ce0972](https://github.com/VirtoCommerce/vc-shell/commit/2ce0972beab48e2655795d7630e881053d10b042))
1768
+
1769
+ ## [1.0.275](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.274...v1.0.275) (2024-08-20)
1770
+
1771
+ **Note:** Version bump only for package @vc-shell/framework
1772
+
1773
+ ## [1.0.274](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.273...v1.0.274) (2024-08-19)
1774
+
1775
+ ### Bug Fixes
1776
+
1777
+ - **ui:** vc-pagination pagesToShow logic refactor ([92153d8](https://github.com/VirtoCommerce/vc-shell/commit/92153d8a91990274682fca1490cdc5a9cc9e784a))
1778
+
1779
+ ## [1.0.273](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.272...v1.0.273) (2024-08-16)
1780
+
1781
+ ### Bug Fixes
1782
+
1783
+ - remove vcmp locales, scope variables to mayberef ([a2c29d1](https://github.com/VirtoCommerce/vc-shell/commit/a2c29d1cf60d065f8dd38fdea731455fbb5ce1ec))
1784
+
1785
+ ## [1.0.272](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.271...v1.0.272) (2024-08-13)
1786
+
1787
+ ### Bug Fixes
1788
+
1789
+ - **dynamic:** TableSchema interface fix ([d3c4c40](https://github.com/VirtoCommerce/vc-shell/commit/d3c4c4061f285db8b8c26f7bcf0dfc1d6956fb23))
1790
+
1791
+ ## [1.0.271](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.270...v1.0.271) (2024-08-13)
1792
+
1793
+ ### Features
1794
+
1795
+ - **ui,dynamic:** vc-table external access to selectedIds, searchValue ([33ddec1](https://github.com/VirtoCommerce/vc-shell/commit/33ddec108d88cb118f29102de11d55a7111eb838))
1796
+
1797
+ ## [1.0.270](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.269...v1.0.270) (2024-08-13)
1798
+
1799
+ **Note:** Version bump only for package @vc-shell/framework
1800
+
1801
+ ## [1.0.269](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.268...v1.0.269) (2024-08-09)
1802
+
1803
+ **Note:** Version bump only for package @vc-shell/framework
1804
+
1805
+ ## [1.0.268](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.267...v1.0.268) (2024-08-02)
1806
+
1807
+ ### Features
1808
+
1809
+ - vm-763 display user role ([6d98e13](https://github.com/VirtoCommerce/vc-shell/commit/6d98e1364d003156d71db73a12ce2ee529d41eee))
1810
+
1811
+ ## [1.0.267](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.266...v1.0.267) (2024-08-02)
1812
+
1813
+ ### Bug Fixes
1814
+
1815
+ - **ui:** vc-pagination show jump if pages > 5 ([1523282](https://github.com/VirtoCommerce/vc-shell/commit/1523282abd92d4af4a346b2529f2437172a22e00))
1816
+
1817
+ ## [1.0.266](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.265...v1.0.266) (2024-08-02)
1818
+
1819
+ ### Features
1820
+
1821
+ - **ui:** improved vc-pagination vm-1430 ([2119b72](https://github.com/VirtoCommerce/vc-shell/commit/2119b72fbd232bdaca9adc0ecb7693aee3a6ac42))
1822
+
1823
+ ## [1.0.265](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.264...v1.0.265) (2024-08-02)
1824
+
1825
+ **Note:** Version bump only for package @vc-shell/framework
1826
+
1827
+ ## [1.0.264](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.263...v1.0.264) (2024-08-02)
1828
+
1829
+ **Note:** Version bump only for package @vc-shell/framework
1830
+
1831
+ ## [1.0.263](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.262...v1.0.263) (2024-07-31)
1832
+
1833
+ ### Features
1834
+
1835
+ - **ui:** sanitize vc-editor content to prevent XSS attacks ([0b625f9](https://github.com/VirtoCommerce/vc-shell/commit/0b625f93e26a576ebf04141246b9d8e2ae659c3c))
1836
+
1837
+ ## [1.0.262](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.261...v1.0.262) (2024-07-31)
1838
+
1839
+ **Note:** Version bump only for package @vc-shell/framework
1840
+
1841
+ ## [1.0.261](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.260...v1.0.261) (2024-07-26)
1842
+
1843
+ **Note:** Version bump only for package @vc-shell/framework
1844
+
1845
+ ## [1.0.260](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.259...v1.0.260) (2024-07-26)
1846
+
1847
+ ### Features
1848
+
1849
+ - **ui:** vc-select truncating ([ba67161](https://github.com/VirtoCommerce/vc-shell/commit/ba6716135fa55e17c5670964efef70e01d94c195))
1850
+
1851
+ ## [1.0.259](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.258...v1.0.259) (2024-07-25)
1852
+
1853
+ ### Bug Fixes
1854
+
1855
+ - **dynamic:** editable blade condition fix ([c446afa](https://github.com/VirtoCommerce/vc-shell/commit/c446afaf736db86a9b4e0618d200376fae242fff))
1856
+
1857
+ ## [1.0.258](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.257...v1.0.258) (2024-07-24)
1858
+
1859
+ ### Features
1860
+
1861
+ - **dynamic:** grid blade editable table ([5b41467](https://github.com/VirtoCommerce/vc-shell/commit/5b414675c1148fb8652c0125253a882b1f9a665e))
1862
+
1863
+ ## [1.0.257](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.256...v1.0.257) (2024-07-23)
1864
+
1865
+ ### Features
1866
+
1867
+ - **core:** memoize opened nested nav groups ([20942b0](https://github.com/VirtoCommerce/vc-shell/commit/20942b0ffbe440cbf607e821314078aa1972083c))
1868
+ - **ui:** widgets 2 line/equal height vm-1442, fix table breadcrumbs position ([53a801b](https://github.com/VirtoCommerce/vc-shell/commit/53a801b68743161391e48de77db7ed0e72da1abf))
1869
+
1870
+ ## [1.0.256](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.255...v1.0.256) (2024-07-12)
1871
+
1872
+ ### Bug Fixes
1873
+
1874
+ - **core:** fix useDynamicModules error ([f85b5ec](https://github.com/VirtoCommerce/vc-shell/commit/f85b5ecf0d9b39c66b1389796ad453aaae3800da))
1875
+
1876
+ ## [1.0.255](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.254...v1.0.255) (2024-07-12)
1877
+
1878
+ ### Bug Fixes
1879
+
1880
+ - **core:** useDynamicModules fix ([b38d966](https://github.com/VirtoCommerce/vc-shell/commit/b38d9668b410d7bbb0d798f2218f2b6051416cc9))
1881
+
1882
+ ## [1.0.254](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.253...v1.0.254) (2024-07-12)
1883
+
1884
+ ### Features
1885
+
1886
+ - dynamic module loader ([4d15575](https://github.com/VirtoCommerce/vc-shell/commit/4d15575bb5448e16b4034782bafc7097189742f1))
1887
+
1888
+ ## [1.0.253](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.252...v1.0.253) (2024-07-12)
1889
+
1890
+ ### Features
1891
+
1892
+ - **shared:** update login logic to redirect to the previous page after successful login ([8701044](https://github.com/VirtoCommerce/vc-shell/commit/8701044315a7b13609474e00e83a069d542bb256))
1893
+
1894
+ ## [1.0.252](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.251...v1.0.252) (2024-07-08)
1895
+
1896
+ **Note:** Version bump only for package @vc-shell/framework
1897
+
1898
+ ## [1.0.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)
1899
+
1900
+ **Note:** Version bump only for package @vc-shell/framework
1901
+
1902
+ ## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)
1903
+
1904
+ **Note:** Version bump only for package @vc-shell/framework
1905
+
1906
+ ## [1.0.249](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.248...v1.0.249) (2024-07-05)
1907
+
1908
+ **Note:** Version bump only for package @vc-shell/framework
1909
+
1910
+ ## [1.0.248](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.247...v1.0.248) (2024-07-03)
1911
+
1912
+ **Note:** Version bump only for package @vc-shell/framework
1913
+
1914
+ ## [1.0.247](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.246...v1.0.247) (2024-07-01)
1915
+
1916
+ ### Bug Fixes
1917
+
1918
+ - **useAppInsights:** add return if appInsights is not active ([5724a14](https://github.com/VirtoCommerce/vc-shell/commit/5724a1437f95e726216079f7a77b976434436b51))
1919
+
1920
+ ## [1.0.246](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.245...v1.0.246) (2024-06-28)
1921
+
1922
+ ### Features
1923
+
1924
+ - add useAppInsights composable for application insights pageview logging ([7c030d6](https://github.com/VirtoCommerce/vc-shell/commit/7c030d6947529a93f0476adc9d59b94336c3580b))
1925
+
1926
+ ## [1.0.245](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.244...v1.0.245) (2024-06-28)
1927
+
1928
+ ### Bug Fixes
1929
+
1930
+ - **ui:** fix vc-table cell hover behavior and cell opacity ([8548032](https://github.com/VirtoCommerce/vc-shell/commit/85480323eadc982344684be5c57e1f900659eb80))
1931
+
1932
+ ## [1.0.244](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.243...v1.0.244) (2024-06-24)
1933
+
1934
+ ### Features
1935
+
1936
+ - application insights logger ([536db4d](https://github.com/VirtoCommerce/vc-shell/commit/536db4db35c91f4fb566717d2d6c536e48aacc95))
1937
+
1938
+ ## [1.0.243](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.242...v1.0.243) (2024-06-21)
1939
+
1940
+ **Note:** Version bump only for package @vc-shell/framework
1941
+
1942
+ ## [1.0.242](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.241...v1.0.242) (2024-06-21)
1943
+
1944
+ **Note:** Version bump only for package @vc-shell/framework
1945
+
1946
+ ## [1.0.241](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.240...v1.0.241) (2024-06-18)
1947
+
1948
+ **Note:** Version bump only for package @vc-shell/framework
1949
+
1950
+ ## [1.0.240](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.239...v1.0.240) (2024-06-18)
1951
+
1952
+ ### Features
1953
+
1954
+ - **ui:** add delay for menu opening ([276f31d](https://github.com/VirtoCommerce/vc-shell/commit/276f31d99c7a58a3610b3b36fe2188902bd3e6e4))
1955
+
1956
+ ### Bug Fixes
1957
+
1958
+ - **dynamic:** clear selectedIds after executing custom action ([4591f9b](https://github.com/VirtoCommerce/vc-shell/commit/4591f9b030d6277e1f77b92857679367759b49d1))
1959
+
1960
+ ## [1.0.239](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.238...v1.0.239) (2024-06-18)
1961
+
1962
+ ### Bug Fixes
1963
+
1964
+ - **ui:** fixed flickering when hover on tooltip ([df11271](https://github.com/VirtoCommerce/vc-shell/commit/df112712cd8542a6a69fd0f3eda38d3040936df1))
1965
+
1966
+ ## [1.0.238](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.237...v1.0.238) (2024-06-17)
1967
+
1968
+ ### Features
1969
+
1970
+ - improve loading directive with dynamic z-index support ([c3c8c63](https://github.com/VirtoCommerce/vc-shell/commit/c3c8c63fa48facf640e182405938bb83f5b5087b))
1971
+ - **ui:** vm-1411 ([25a9096](https://github.com/VirtoCommerce/vc-shell/commit/25a909603c33dc0c0a05f76681a13eba46f3bab4))
1972
+ - **ui:** extend vc-input slots with focus prop ([e0d42b7](https://github.com/VirtoCommerce/vc-shell/commit/e0d42b790571ca8de220c857b67cf143e3d2d024))
1973
+ - **ui:** update vc-breadcrumbs-item title style and truncate long titles ([9bd8729](https://github.com/VirtoCommerce/vc-shell/commit/9bd8729161a0e3188ae57acf10e95a301abbe8bb))
1974
+
1975
+ ### Bug Fixes
1976
+
1977
+ - **navigation:** show router pages via RouterView only if it's not blades ([59d41a0](https://github.com/VirtoCommerce/vc-shell/commit/59d41a0059101350b230a7c07144b1641546f1f8))
1978
+
1979
+ ## [1.0.237](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.236...v1.0.237) (2024-06-17)
1980
+
1981
+ ### Features
1982
+
1983
+ - vm-1348 avatar for user ([9caf962](https://github.com/VirtoCommerce/vc-shell/commit/9caf962bd881611744ea1849155475b897049df6))
1984
+
1985
+ ## [1.0.236](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.235...v1.0.236) (2024-06-17)
1986
+
1987
+ ### Features
1988
+
1989
+ - **ui:** improve menu item styling and behavior ([6b56988](https://github.com/VirtoCommerce/vc-shell/commit/6b569881ef7b4e91dc32adf71380bb3c15f7be75))
1990
+ - **ui:** update vc-breadcrumbs-item title style and truncate long titles ([069ed6d](https://github.com/VirtoCommerce/vc-shell/commit/069ed6d4ca738599b5bf954f07ba6749cd04f8b5))
1991
+
1992
+ ### Bug Fixes
1993
+
1994
+ - **ui:** do not shrink checkbox in first col ([e8c8071](https://github.com/VirtoCommerce/vc-shell/commit/e8c807170846c3c0c06c7e1a5004adf1fb7851e8))
1995
+ - **shared:** update asset manager table column widths ([83195cb](https://github.com/VirtoCommerce/vc-shell/commit/83195cb6ee271f2adbfcc81fadbe47f8495fa08e))
1996
+
1997
+ ## [1.0.235](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.234...v1.0.235) (2024-06-17)
1998
+
1999
+ ### Features
2000
+
2001
+ - **dynamic:** add custom gallery file upload text ([1e5e02a](https://github.com/VirtoCommerce/vc-shell/commit/1e5e02aaa6f7c110015b85874a81c52e0b5da978))
2002
+ - **ui:** update vc-checkbox component to support different sizes ([ff809b9](https://github.com/VirtoCommerce/vc-shell/commit/ff809b9eac19f20a38771db46c92943fff267978))
2003
+
2004
+ ### Bug Fixes
2005
+
2006
+ - **ui:** ensure pull-to-reload works only on mobile and when scrolled to the top of the list ([4bb1faf](https://github.com/VirtoCommerce/vc-shell/commit/4bb1faf259152ec8b0772a4ff78ec5c9ba8b7757))
2007
+
2008
+ ### Code Refactoring
2009
+
2010
+ - **ui:** scrollbar styles update ([47f75bb](https://github.com/VirtoCommerce/vc-shell/commit/47f75bb3eb3b519a564b28c100d0a363aaa382d8))
2011
+ - **shared:** update title class to include tw-break-all ([5c49b1c](https://github.com/VirtoCommerce/vc-shell/commit/5c49b1c9a112697f9912b82aa516c7c33de51b5d))
2012
+ - **shared:** remove edit action from asset table ([e554369](https://github.com/VirtoCommerce/vc-shell/commit/e554369481f6f278266f56b38d50727ef6a91fc8))
2013
+ - **core,ui:** update menu item styling and behavior, groupIcon instead icon for menu groups ([a16e667](https://github.com/VirtoCommerce/vc-shell/commit/a16e667ccf4ce1228a0c6d00242cb99217ca2064))
2014
+ - **ui:** update vc-table component styling and behavior ([3575a1b](https://github.com/VirtoCommerce/vc-shell/commit/3575a1b1b8c96129e6f5c628c4ca5650631ba1e0))
2015
+ - **dynamic:** update blade form and widget components ([935f1c3](https://github.com/VirtoCommerce/vc-shell/commit/935f1c3f09957ee0ea61c20364c61d9506db7c19))
2016
+
2017
+ ## [1.0.234](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.233...v1.0.234) (2024-06-13)
2018
+
2019
+ **Note:** Version bump only for package @vc-shell/framework
2020
+
2021
+ ## [1.0.233](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.232...v1.0.233) (2024-06-13)
2022
+
2023
+ ### Features
2024
+
2025
+ - **dynamic:** add custom gallery upload icon ([8e029f5](https://github.com/VirtoCommerce/vc-shell/commit/8e029f55b84240665b2516ae6f21c688d1e1ac6b))
2026
+ - **ui:** vc-image custom icon ([4c14e35](https://github.com/VirtoCommerce/vc-shell/commit/4c14e3574519ba0e31a30e314952ac5a85d348a5))
2027
+ - **ui:** improve vc-badge component styling and functionality ([ff9fc51](https://github.com/VirtoCommerce/vc-shell/commit/ff9fc51f7b367ce4c384f21d86412a5b0f0801c8))
2028
+ - **ui:** updated navigation menu vm-1371 ([33b229e](https://github.com/VirtoCommerce/vc-shell/commit/33b229eea39681914c1a974aa4464788d6e13a51))
2029
+ - **shared:** vm-1393 icons in the account menu ([da442a1](https://github.com/VirtoCommerce/vc-shell/commit/da442a1d5fca234f63fa918e89fc171caa3f4162))
2030
+ - **dynamic:** improve blade form widget rendering ([139285c](https://github.com/VirtoCommerce/vc-shell/commit/139285c5da88bea460fbef45671b6eea439fe51b))
2031
+ - **ui:** vc-table improvements vm-1370 vm-1389 ([ce9beec](https://github.com/VirtoCommerce/vc-shell/commit/ce9beecac5a217fd5e8acccd3486b20a166b1fac))
2032
+ - **dynamic:** expand/collapse status vm-1383 ([6527080](https://github.com/VirtoCommerce/vc-shell/commit/652708052f5148f29d46b2e133589b9913682faa))
2033
+
2034
+ ### Bug Fixes
2035
+
2036
+ - **ui:** vc-editor handle empty text value in onTextChange function ([c71bbda](https://github.com/VirtoCommerce/vc-shell/commit/c71bbda701bc0eaa7583bb43306b0110774e50db))
2037
+
2038
+ ## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07)
2039
+
2040
+ ### Features
2041
+
2042
+ - prevent entering negative numbers in vc-input-currency and vc-input components ([b82a9e4](https://github.com/VirtoCommerce/vc-shell/commit/b82a9e47c26d06c80eb5806aad8d99fdf9043cc1))
2043
+ - **ui:** add "primary" variant to vc-status component ([e3e1544](https://github.com/VirtoCommerce/vc-shell/commit/e3e154477cf15ae69c0e5cb203eec82160265610))
2044
+
2045
+ ### Bug Fixes
2046
+
2047
+ - **ui:** vc-table columns reordering fix ([48b4994](https://github.com/VirtoCommerce/vc-shell/commit/48b499480f208db81b97de4e5638c8079b6eb98e))
2048
+
2049
+ ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05)
2050
+
2051
+ ### Features
2052
+
2053
+ - vc-input-currency decimal precision ([c278a90](https://github.com/VirtoCommerce/vc-shell/commit/c278a90248888bd63f275908d5379a3fdcd7fc0a))
2054
+
2055
+ ## [1.0.230](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.229...v1.0.230) (2024-06-05)
2056
+
2057
+ ### Features
2058
+
2059
+ - refactor InputCurrency component to handle currency display option ([f11a193](https://github.com/VirtoCommerce/vc-shell/commit/f11a193289c0992444ff11e3c0c16970693c5bb0))
2060
+
2061
+ ## [1.0.229](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.228...v1.0.229) (2024-06-05)
2062
+
2063
+ ### Features
2064
+
2065
+ - **dynamic:** permissions prop in controls/toolbar ([5230a23](https://github.com/VirtoCommerce/vc-shell/commit/5230a235acd049cb19613a3ac855f26b3bffb146))
2066
+
2067
+ ## [1.0.228](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.227...v1.0.228) (2024-06-05)
2068
+
2069
+ ### Code Refactoring
2070
+
2071
+ - **dynamic:** update useDetailsFactory to use modified flag instead of dirty flag ([317fcb4](https://github.com/VirtoCommerce/vc-shell/commit/317fcb499df7f4897a681fe27873ed7c5eca73c6))
2072
+
2073
+ ## [1.0.227](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.226...v1.0.227) (2024-06-04)
2074
+
2075
+ ### Bug Fixes
2076
+
2077
+ - **ui:** vc-table add last column resizer ([f63a7a0](https://github.com/VirtoCommerce/vc-shell/commit/f63a7a010366fd55fc0add08701d0d983fe4280a))
2078
+
2079
+ ## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04)
2080
+
2081
+ ### Features
2082
+
2083
+ - **dynamic:** add onBlur event handler to dynamic form controls ([1543d4f](https://github.com/VirtoCommerce/vc-shell/commit/1543d4f7816a3e5c67ea842c0a545b9d14e0e72b))
2084
+
2085
+ ### Bug Fixes
2086
+
2087
+ - reset dirty validation with update of initial ([a4f820c](https://github.com/VirtoCommerce/vc-shell/commit/a4f820c3ab71296f334a3192069dcf6771031018))
2088
+ - **ui:** vc-table mobile view fixes ([08f6474](https://github.com/VirtoCommerce/vc-shell/commit/08f647471732d875eacf4d5f2907eb75686b7c4d))
2089
+
2090
+ ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04)
2091
+
2092
+ ### Features
2093
+
2094
+ - update useDetailsFactory to reset dirty validation state ([a037847](https://github.com/VirtoCommerce/vc-shell/commit/a03784713e504231a13171a46a06ffa61b9cb117))
2095
+
2096
+ ## [1.0.224](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.223...v1.0.224) (2024-06-04)
2097
+
2098
+ ### Features
2099
+
2100
+ - **dynamic:** possibility to override default grid sorting ([0afecfb](https://github.com/VirtoCommerce/vc-shell/commit/0afecfb53cd114f099dd9296c47270031be72a4f))
2101
+ - **dynamic:** updated vc-table ([c2ad3ff](https://github.com/VirtoCommerce/vc-shell/commit/c2ad3ffb4e6067342a1cd855fcabc07dd62e7d69))
2102
+ - **dynamic:** add noRemoveConfirmation option to GalleryField's remove method ([caf6ac8](https://github.com/VirtoCommerce/vc-shell/commit/caf6ac82ad76821b15f580660c10c0cae3f548e5))
2103
+ - **ui:** vc-editor color, background, reset buttons ([f7fa19c](https://github.com/VirtoCommerce/vc-shell/commit/f7fa19c2700f302c264b2e914e557b623324c213))
2104
+ - **ui:** vc-container ptr smooth transitions ([e7ae279](https://github.com/VirtoCommerce/vc-shell/commit/e7ae2793e2748290443b2218627f38045ca213d7))
2105
+ - **navigation:** support of browser back/forward history buttons ([513375e](https://github.com/VirtoCommerce/vc-shell/commit/513375e66fde74db8bd05e8b7d799c8941f75396))
2106
+ - **ui:** vc-table refactoring ([df652ae](https://github.com/VirtoCommerce/vc-shell/commit/df652ae4e75e266d427f7a500d815665107a078b))
2107
+
2108
+ ### Bug Fixes
2109
+
2110
+ - vc-1359 ([fbd5d92](https://github.com/VirtoCommerce/vc-shell/commit/fbd5d92c5945694669ef3cb27e7f77faaa42795a))
2111
+
2112
+ ### Code Refactoring
2113
+
2114
+ - **dynamic:** update useDetailsFactory to support resetting dirty state ([98bcf51](https://github.com/VirtoCommerce/vc-shell/commit/98bcf51ec3e9044f97e7d979ee6c27d5cb076833))
2115
+
2116
+ ## [1.0.223](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.222...v1.0.223) (2024-05-29)
2117
+
2118
+ ### Features
2119
+
2120
+ - **dynamic:** refactoring of scope, composable args interface, dynamic hint for some components BREAKING CHANGE: change scope in composables to be plain object instead refs. Also, if you want to extend scope, use lodash's merge method like: \_.merge(scope, {}) ([e6b8099](https://github.com/VirtoCommerce/vc-shell/commit/e6b8099a120cef9429896904947e13fdae670541))
2121
+
2122
+ ## [1.0.222](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.221...v1.0.222) (2024-05-28)
2123
+
2124
+ ### Code Refactoring
2125
+
2126
+ - Update Table component to use bladeContext in template rendering ([b600fb1](https://github.com/VirtoCommerce/vc-shell/commit/b600fb1fcb89a4bf647887c3fad3bfc863e22169))
2127
+
2128
+ ## [1.0.221](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.220...v1.0.221) (2024-05-28)
2129
+
2130
+ ### Features
2131
+
2132
+ - **dynamic:** Add hint text to input fields ([31b3ded](https://github.com/VirtoCommerce/vc-shell/commit/31b3ded3e7685085b9d9c9e398bddb7b9e7264e8))
2133
+ - Update useToolbarReducer to handle toolbarItemCtx as an array or object ([cc598eb](https://github.com/VirtoCommerce/vc-shell/commit/cc598eb38570f617c5e241a6439fcb0e87885667))
2134
+ - Add onCellBlur event handler to Table component ([946e020](https://github.com/VirtoCommerce/vc-shell/commit/946e020cee55defa3c73d26ae3860747b52e0b14))
2135
+ - Add separator option to vc-blade-toolbar-button component ([3082483](https://github.com/VirtoCommerce/vc-shell/commit/30824839d1652311e2f2c1c2fcc74bd2a6cfb3ac))
2136
+
2137
+ ## [1.0.220](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.219...v1.0.220) (2024-05-24)
2138
+
2139
+ ### Features
2140
+
2141
+ - **dynamic:** Add support of footer template in dynamic views ([137c49a](https://github.com/VirtoCommerce/vc-shell/commit/137c49a6788dc68bd73766af6439ba4713ba05bf))
2142
+ - **ui:** vc-tooltip component and refactor of vc-label ([1eafd03](https://github.com/VirtoCommerce/vc-shell/commit/1eafd036e4b693563d1987d41ae6de620def7d34))
2143
+ - **dynamic:** inputCurrency getting options update' ([635de1d](https://github.com/VirtoCommerce/vc-shell/commit/635de1d3501efa163a013a53962083bf9794e66a))
2144
+ - **ui:** update vc-input-currency component to support custom slots for prepend and append content ([4ae9f90](https://github.com/VirtoCommerce/vc-shell/commit/4ae9f906c7d89833b46aea7d4f3bb23a4ddb031b))
2145
+ - **ui:** add clearable option to date input component in vc-dynamic-properties ([8efcb59](https://github.com/VirtoCommerce/vc-shell/commit/8efcb592c793152d728b36541fe1c3fe7a78d1d2))
2146
+ - **ui, dynamic:** vc-table updates ([bcab837](https://github.com/VirtoCommerce/vc-shell/commit/bcab8371a8e33181b1faf4645fba76e3bb92853f))
2147
+
2148
+ ## [1.0.219](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.218...v1.0.219) (2024-05-21)
2149
+
2150
+ **Note:** Version bump only for package @vc-shell/framework
2151
+
2152
+ ## [1.0.218](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.217...v1.0.218) (2024-05-21)
2153
+
2154
+ **Note:** Version bump only for package @vc-shell/framework
2155
+
2156
+ ## [1.0.217](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.216...v1.0.217) (2024-05-21)
2157
+
2158
+ ### Bug Fixes
2159
+
2160
+ - message about edited blade is not displayed, fixed ([6b8e3a3](https://github.com/VirtoCommerce/vc-shell/commit/6b8e3a3f2245c442df7da788d7e6b0627cbcd79c))
2161
+
2162
+ ## [1.0.216](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.215...v1.0.216) (2024-05-21)
2163
+
2164
+ ### Features
2165
+
2166
+ - **dynamic:** support of blade modified state ([a2f9764](https://github.com/VirtoCommerce/vc-shell/commit/a2f97645f9512b36337483815073ca0c799bf341))
2167
+ - **dynamic:** add vc-select, vc-radio-button-group, vc-switch components to grid filter builder ([8f0bc5b](https://github.com/VirtoCommerce/vc-shell/commit/8f0bc5b233a9dfd6cecf570b2328601c55cf6d29))
2168
+ - **ui:** update vc-dynamic-property component to use VcSwitch for Boolean value type ([8fe513f](https://github.com/VirtoCommerce/vc-shell/commit/8fe513fb12d118151153be0cb7ce009987208d71))
2169
+ - **ui:** vc-input update with new datepicker ([8a5a934](https://github.com/VirtoCommerce/vc-shell/commit/8a5a9342f9db2fb12c602d857e11e8cf9591d36e))
2170
+ - show app version on login page ([0fe8da4](https://github.com/VirtoCommerce/vc-shell/commit/0fe8da4d78fa9fc9e03eb8490a2f051f850ad25e))
2171
+ - **ui:** vc-table column switcher on hover at header ([5a5a131](https://github.com/VirtoCommerce/vc-shell/commit/5a5a131e1ba5bc539438c57e6f115d5331ec491b))
2172
+ - **ui:** add support for SVG files in file upload component ([b7d1ecc](https://github.com/VirtoCommerce/vc-shell/commit/b7d1ecc8c78dabc27ae0044df2dffab02689ffa4))
2173
+ - another view of modified status in blade ([fe6055a](https://github.com/VirtoCommerce/vc-shell/commit/fe6055a647a560339138286472815dce000ac75c))
2174
+ - **ui,dynamic:** vc-radio-button component, storybook ([2061e21](https://github.com/VirtoCommerce/vc-shell/commit/2061e21673a93560d127a4c60c10fa0fc7eab8d2))
2175
+ - **ui:** update styles of vc-checkbox component, move to molecules, storybook update ([2dd4ecc](https://github.com/VirtoCommerce/vc-shell/commit/2dd4eccf44ec489dd9678ec441a28ec99cacfcc1))
2176
+
2177
+ ### Bug Fixes
2178
+
2179
+ - disable preserve of ui settings in useSettings ([b41ee37](https://github.com/VirtoCommerce/vc-shell/commit/b41ee371ab6e5e329e578206a39c2c819c4d0ed8))
2180
+
2181
+ ## [1.0.215](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.214...v1.0.215) (2024-05-20)
2182
+
2183
+ ### Features
2184
+
2185
+ - **navigation:** support of blade replacing, permissions check on generateRoute ([40d934c](https://github.com/VirtoCommerce/vc-shell/commit/40d934c056bebc1a023cc1498d40a2c672ec43dd))
2186
+
2187
+ ## [1.0.214](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.213...v1.0.214) (2024-05-16)
2188
+
2189
+ ### Features
2190
+
2191
+ - **ui:** has unsaved changes banner, updated switch ([5caa82b](https://github.com/VirtoCommerce/vc-shell/commit/5caa82bc68b599feeb205395aa55850230851f66))
2192
+
2193
+ ## [1.0.213](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.212...v1.0.213) (2024-05-13)
2194
+
2195
+ ### Features
2196
+
2197
+ - **dynamic:** factories sync methods, types update, grid item click separate method ([87cf7b8](https://github.com/VirtoCommerce/vc-shell/commit/87cf7b85e26c3304c9fe631697a897c27b5a7fae))
2198
+ - **dynamic:** extend onListItemClick ([c45d2af](https://github.com/VirtoCommerce/vc-shell/commit/c45d2afaaa38a2be88d5926023e0446cabb33b09))
2199
+
2200
+ ### Bug Fixes
2201
+
2202
+ - **dynamic:** update remove action in UseDetails to accept ItemId or Item ([3f8ebdf](https://github.com/VirtoCommerce/vc-shell/commit/3f8ebdfdb26378143579fde2a30489d77a62aa75))
2203
+
2204
+ ## [1.0.212](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.211...v1.0.212) (2024-05-09)
2205
+
2206
+ ### Bug Fixes
2207
+
2208
+ - fix param type ([059d80c](https://github.com/VirtoCommerce/vc-shell/commit/059d80c924f5a18fe9457994c49b77249c8a7890))
2209
+
2210
+ ## [1.0.211](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.210...v1.0.211) (2024-05-09)
2211
+
2212
+ ### Bug Fixes
2213
+
2214
+ - fix grid selection persistance on child blade close ([5e5ee3f](https://github.com/VirtoCommerce/vc-shell/commit/5e5ee3f70b27bed8c983dab092b610cf2cb78db7))
2215
+
2216
+ ## [1.0.210](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.209...v1.0.210) (2024-05-08)
2217
+
2218
+ ### Bug Fixes
2219
+
2220
+ - remove auto-open blade on param change, as it can lead to unpredictable behavior ([898e0d9](https://github.com/VirtoCommerce/vc-shell/commit/898e0d9ffc5812b71e8215a355c9ad0918c48dfe))
2221
+
2222
+ ## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)
2223
+
2224
+ ### Features
2225
+
2226
+ - img extensions, renaming vm-1315 ([cd02d04](https://github.com/VirtoCommerce/vc-shell/commit/cd02d04d924f9049521b2f116e0ed192f29ce981))
2227
+ - support of edit mode for blade and vc-table vm-1312 ([b1c8daa](https://github.com/VirtoCommerce/vc-shell/commit/b1c8daae2255befdadd8a3012354ba3efa813e84))
2228
+
2229
+ ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)
2230
+
2231
+ **Note:** Version bump only for package @vc-shell/framework
2232
+
2233
+ ## [1.0.207](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.206...v1.0.207) (2024-04-30)
2234
+
2235
+ ### Features
2236
+
2237
+ - vm-1309 decode uri asset file name ([cf290f6](https://github.com/VirtoCommerce/vc-shell/commit/cf290f624b81f6a4a61ab4a092b2f784e9c350b6))
2238
+ - vm-1309 unescape asset file url ([d4fc236](https://github.com/VirtoCommerce/vc-shell/commit/d4fc23689e742b9da6a4bf01d34a16adc6fe91ad))
2239
+
2240
+ ## [1.0.206](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.205...v1.0.206) (2024-04-30)
2241
+
2242
+ **Note:** Version bump only for package @vc-shell/framework
2243
+
2244
+ ## [1.0.205](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.204...v1.0.205) (2024-04-30)
2245
+
2246
+ **Note:** Version bump only for package @vc-shell/framework
2247
+
2248
+ ## [1.0.204](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.203...v1.0.204) (2024-04-30)
2249
+
2250
+ ### Bug Fixes
2251
+
2252
+ - **navigation:** fixed loss of instance when opening the same workspace ([dda83bc](https://github.com/VirtoCommerce/vc-shell/commit/dda83bc4fd0a8b4583d0c9f607d0ba678fe3c0ff))
2253
+
2254
+ ## [1.0.203](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.202...v1.0.203) (2024-04-25)
2255
+
2256
+ ### Bug Fixes
2257
+
2258
+ - error fix ([2a106ba](https://github.com/VirtoCommerce/vc-shell/commit/2a106ba9ed958d6b1081d4c5c65324260b80f13a))
2259
+
2260
+ ## [1.0.202](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.201...v1.0.202) (2024-04-25)
2261
+
2262
+ ### Features
2263
+
2264
+ - **dynamic:** saveChanges response (#207) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd))
2265
+
2266
+ ### Bug Fixes
2267
+
2268
+ - **dynamic:** fixed set of value when property path has array index ([1ae24fc](https://github.com/VirtoCommerce/vc-shell/commit/1ae24fc859dda595e3e5d2251377f996b62c6ce9))
2269
+
2270
+ ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23)
2271
+
2272
+ ### Features
2273
+
2274
+ - **dynamic:** saveChanges response ([9d3f909](https://github.com/VirtoCommerce/vc-shell/commit/9d3f9091e15dad0498c680f7835a96c3e0fb5cac))
2275
+
2276
+ ## [1.0.200](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.199...v1.0.200) (2024-04-23)
2277
+
2278
+ ### Features
2279
+
2280
+ - **ui:** vc-multivalue input on blur, removed arrows with number type ([ff0b293](https://github.com/VirtoCommerce/vc-shell/commit/ff0b29305dd495f2f9577b34c122d33fb67596d0))
2281
+
2282
+ ## [1.0.199](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.198...v1.0.199) (2024-04-22)
2283
+
2284
+ ### Features
2285
+
2286
+ - **ui:** vc-multivalue integer type, loading state ([0535b21](https://github.com/VirtoCommerce/vc-shell/commit/0535b21b9c0bae213572b0320b28eac649df27bb))
2287
+ - **ui:** vc-input integer type ([56f825d](https://github.com/VirtoCommerce/vc-shell/commit/56f825d59b081a0d268715e3b50623512b35a35d))
2288
+ - **ui:** vc-select loading state improvement ([97be0b0](https://github.com/VirtoCommerce/vc-shell/commit/97be0b048f80908b7b9147210bc4eeb734a2dc5f))
2289
+
2290
+ ### Bug Fixes
2291
+
2292
+ - **ui:** vc-breadcrumbs arrow color fix ([9ad6aa9](https://github.com/VirtoCommerce/vc-shell/commit/9ad6aa95863f0321e1a9c6575cd1b090a593c11e))
2293
+ - vc-dynamic-properties refactoring ([3aaf821](https://github.com/VirtoCommerce/vc-shell/commit/3aaf8213716ddf4c1695dafce4fe826de35e3d7d))
2294
+
2295
+ ## [1.0.198](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.197...v1.0.198) (2024-04-16)
2296
+
2297
+ ### Features
2298
+
2299
+ - blade navigation breadcrumbs, useDynamicViewsUtils composable ([506cee1](https://github.com/VirtoCommerce/vc-shell/commit/506cee114479717b2745c8f85968249959eb16af))
2300
+
2301
+ ## [1.0.197](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.196...v1.0.197) (2024-04-12)
2302
+
2303
+ ### Bug Fixes
2304
+
2305
+ - instance removal fix ([9eeb850](https://github.com/VirtoCommerce/vc-shell/commit/9eeb850603b18fcd3e6dc7b03a9bfe3ceb224680))
2306
+
2307
+ ## [1.0.196](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.195...v1.0.196) (2024-04-11)
2308
+
2309
+ ### Bug Fixes
2310
+
2311
+ - **ui:** vc-table mobile view hidden fix ([d5d0353](https://github.com/VirtoCommerce/vc-shell/commit/d5d035352bd5afcb3ae5c5e07a332d06bc34a72e))
2312
+
2313
+ ## [1.0.195](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.194...v1.0.195) (2024-04-11)
2314
+
2315
+ **Note:** Version bump only for package @vc-shell/framework
2316
+
2317
+ ## [1.0.194](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.193...v1.0.194) (2024-04-11)
2318
+
2319
+ ### Features
2320
+
2321
+ - **dynamic:** added vee-validate's errorBag into validationState object ([164be3c](https://github.com/VirtoCommerce/vc-shell/commit/164be3cacd3c76ae4043a79825604dea9026de2f))
2322
+
2323
+ ### Bug Fixes
2324
+
2325
+ - **ui:** vc-table immediate watch on items ([45cd08a](https://github.com/VirtoCommerce/vc-shell/commit/45cd08a69483f8106247bdd9b213a23fb81a24cb))
2326
+
2327
+ ## [1.0.193](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.192...v1.0.193) (2024-04-11)
2328
+
2329
+ ### Features
2330
+
2331
+ - **navigation:** query params ([f7b13ce](https://github.com/VirtoCommerce/vc-shell/commit/f7b13ce28eb4dbd8c6d81b3b3c2bd57faad59abf))
2332
+
2333
+ ## [1.0.192](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.191...v1.0.192) (2024-04-11)
2334
+
2335
+ ### Features
2336
+
2337
+ - **navigation:** better work with custom app param, preserve blades where it's possible ([49d3ae8](https://github.com/VirtoCommerce/vc-shell/commit/49d3ae8b40178fb6d29d6b8f54880a2f5e0e21c4))
2338
+
2339
+ ### Bug Fixes
2340
+
2341
+ - router param lost ([9931a84](https://github.com/VirtoCommerce/vc-shell/commit/9931a848c18389f80fad6f22e5e864952aa0e277))
2342
+
2343
+ ## [1.0.191](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.190...v1.0.191) (2024-04-09)
2344
+
2345
+ ### Bug Fixes
2346
+
2347
+ - **dynamic:** support fetched data in filters ([c6c133d](https://github.com/VirtoCommerce/vc-shell/commit/c6c133d8224d6905a3a4a3d45ef474c3dabd56f3))
2348
+
2349
+ ## [1.0.190](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.189...v1.0.190) (2024-04-03)
2350
+
2351
+ ### Features
2352
+
2353
+ - **ui/vc-editor:** no change emit on component mount ([cf1af9a](https://github.com/VirtoCommerce/vc-shell/commit/cf1af9a4978688e93fb4b22707cafdd14a970752))
2354
+ - **ui/vc-table:** auto mobile view, html cell, all cols in dropdown selector, state save refactor ([d4034a7](https://github.com/VirtoCommerce/vc-shell/commit/d4034a70887bdbefd6a26f514145f14e86a1331e))
2355
+ - **dynamic:** added maxlength prop for inputs, storybook update ([b7fb253](https://github.com/VirtoCommerce/vc-shell/commit/b7fb253fe31a8de78b31a01393f7b38c9772a24e))
2356
+
2357
+ ### Bug Fixes
2358
+
2359
+ - windows build with cross-spawn, other small changes ([a8e576d](https://github.com/VirtoCommerce/vc-shell/commit/a8e576d8556cebb7dd648de68954f87989b7f3ca))
2360
+ - **ui/vc-blade-header:** fixed line height ([c3df1e2](https://github.com/VirtoCommerce/vc-shell/commit/c3df1e2bbb96f87c15ba17961a88542502a8ab36))
2361
+
2362
+ ### Code Refactoring
2363
+
2364
+ - **ui/vc-textarea:** prop name change ([e529af9](https://github.com/VirtoCommerce/vc-shell/commit/e529af90d6d399117f0f16b448f5e47a5b1394ed))
2365
+
2366
+ ## [1.0.189](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.188...v1.0.189) (2024-03-26)
2367
+
2368
+ ### Features
2369
+
2370
+ - **storybook:** dynamic views components and some components refactoring ([19f9d20](https://github.com/VirtoCommerce/vc-shell/commit/19f9d2055d76166a8b38be0149346c0bec12ad77))
2371
+
2372
+ ## [1.0.188](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.187...v1.0.188) (2024-03-19)
2373
+
2374
+ ### Bug Fixes
2375
+
2376
+ - **dynamic:** isDirty reset in useDetailsFactory ([bf7341e](https://github.com/VirtoCommerce/vc-shell/commit/bf7341ece299dac32784222aeee72f2ef9c7ead6))
2377
+
2378
+ ## [1.0.187](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.186...v1.0.187) (2024-03-19)
2379
+
2380
+ ### Bug Fixes
2381
+
2382
+ - **dynamic:** confirmation logics refactor, sort in list priority change ([c98d639](https://github.com/VirtoCommerce/vc-shell/commit/c98d639878599932630b0b868f9dca536710b6b6))
2383
+
2384
+ ## [1.0.186](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.185...v1.0.186) (2024-03-15)
2385
+
2386
+ ### Features
2387
+
2388
+ - administrator full access on permissions check ([9f96645](https://github.com/VirtoCommerce/vc-shell/commit/9f96645ae03c0920e83d2a8ecca5b3f565a910b9))
2389
+
2390
+ ## [1.0.185](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.184...v1.0.185) (2024-03-15)
2391
+
2392
+ ### Bug Fixes
2393
+
2394
+ - **ui:** table width fix, hover with date on date-ago ([a249e0c](https://github.com/VirtoCommerce/vc-shell/commit/a249e0cff939cf9ef555b93373b62980cfed4182))
2395
+
2396
+ ## [1.0.184](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.183...v1.0.184) (2024-03-14)
2397
+
2398
+ ### Reverts
2399
+
2400
+ - tailwind package remove and config change ([2bf54da](https://github.com/VirtoCommerce/vc-shell/commit/2bf54dad5e9d02a49396e0031e24c01ec045c797))
2401
+
2402
+ ## [1.0.183](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.182...v1.0.183) (2024-03-14)
2403
+
2404
+ **Note:** Version bump only for package @vc-shell/framework
2405
+
2406
+ ## [1.0.182](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.181...v1.0.182) (2024-03-14)
2407
+
2408
+ ### Features
2409
+
2410
+ - **framework:** storybook, component fixes ([965b242](https://github.com/VirtoCommerce/vc-shell/commit/965b242d6afccd325fa09f8315b52cbe7c58527c))
2411
+
2412
+ ## [1.0.181](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.180...v1.0.181) (2024-03-14)
2413
+
2414
+ ### Bug Fixes
2415
+
2416
+ - **ui:** vc-select initial multiple fix ([edcb55c](https://github.com/VirtoCommerce/vc-shell/commit/edcb55c172ea4ffc63110360ca4fefa446d2a10a))
2417
+
2418
+ ## [1.0.180](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.179...v1.0.180) (2024-03-14)
2419
+
2420
+ ### Bug Fixes
2421
+
2422
+ - **navigation:** fixed multiple close confirmations, component update in vue router instance ([966e779](https://github.com/VirtoCommerce/vc-shell/commit/966e7796ff190110a583e674da149b56634264c3))
2423
+
2424
+ ### Code Refactoring
2425
+
2426
+ - **dynamic:** refactor blade close confirmation logics ([3378df1](https://github.com/VirtoCommerce/vc-shell/commit/3378df179f87d999b4a5b0e689236a6206e85fab))
2427
+
2428
+ ## [1.0.179](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.178...v1.0.179) (2024-03-13)
2429
+
2430
+ ### Features
2431
+
2432
+ - **ui/dynamic:** components update, multiple in dynamic select, fixed close blade confirmation ([ced10db](https://github.com/VirtoCommerce/vc-shell/commit/ced10db4f2b3db555716e14159203aec4b048885))
2433
+
2434
+ ## [1.0.178](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.177...v1.0.178) (2024-03-08)
2435
+
2436
+ ### Features
2437
+
2438
+ - shell locales moved to locales, expose locales ([9d6099e](https://github.com/VirtoCommerce/vc-shell/commit/9d6099ed2d43dba38a71a5e868ed335cf2bd8170))
2439
+
2440
+ ## [1.0.177](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.176...v1.0.177) (2024-03-08)
2441
+
2442
+ ### Bug Fixes
2443
+
2444
+ - **ui:** vc-breadcrumbs key fix ([192debc](https://github.com/VirtoCommerce/vc-shell/commit/192debc1791beca4e8bd253362584736dfb1de0e))
2445
+
2446
+ ## [1.0.176](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.175...v1.0.176) (2024-03-07)
2447
+
2448
+ ### Features
2449
+
2450
+ - **dynamic:** bladeContext exposure to list composable ([37a30c9](https://github.com/VirtoCommerce/vc-shell/commit/37a30c91239b60f2c5d7b9d859d6f48962627ee5))
2451
+
2452
+ ## [1.0.175](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.174...v1.0.175) (2024-03-07)
2453
+
2454
+ ### Features
2455
+
2456
+ - **core:** Update signalR plugin to accept options, SendSystemEvents connection ([7cc96d5](https://github.com/VirtoCommerce/vc-shell/commit/7cc96d5c783207b94b0657c2467203ccea4a55a5))
2457
+
2458
+ ### Bug Fixes
2459
+
2460
+ - **dynamic:** remove table actions from widgetView ([e51fb3f](https://github.com/VirtoCommerce/vc-shell/commit/e51fb3f8e63c56ed0146f61a036581a45f386830))
2461
+
2462
+ ## [1.0.174](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.173...v1.0.174) (2024-03-06)
2463
+
2464
+ ### Features
2465
+
2466
+ - **dynamic:** disabled method for actions ([a575064](https://github.com/VirtoCommerce/vc-shell/commit/a5750642339e0fedf3e937370361968eea144368))
2467
+
2468
+ ## [1.0.173](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.172...v1.0.173) (2024-03-06)
2469
+
2470
+ **Note:** Version bump only for package @vc-shell/framework
2471
+
2472
+ ## [1.0.172](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.171...v1.0.172) (2024-03-06)
2473
+
2474
+ **Note:** Version bump only for package @vc-shell/framework
2475
+
2476
+ ## [1.0.171](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.170...v1.0.171) (2024-03-06)
2477
+
2478
+ ### Features
2479
+
2480
+ - **dynamic:** add useNotifications and notification component to form blade ([578bb19](https://github.com/VirtoCommerce/vc-shell/commit/578bb192c8edac55054ca5b72d74f0c900e5dadf))
2481
+ - updated popups and VcPopup component ([35a2102](https://github.com/VirtoCommerce/vc-shell/commit/35a21022ec7acbf2ab7a5356a9407f74f9c9af13))
2482
+
2483
+ ### Bug Fixes
2484
+
2485
+ - **ui:** user-dropdown-button auto width when disabled ([1249bbf](https://github.com/VirtoCommerce/vc-shell/commit/1249bbfac96943ede03064adbf268b9abba35481))
2486
+ - **core:** fixed old push display after page refresh ([2155a6e](https://github.com/VirtoCommerce/vc-shell/commit/2155a6e8bd6e0bcd3c90d4a4233130302255cf3e))
2487
+
2488
+ ## [1.0.170](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.169...v1.0.170) (2024-02-27)
2489
+
2490
+ ### Features
2491
+
2492
+ - **framework:** removed redundant localizations, moved to app ([9eb0ca7](https://github.com/VirtoCommerce/vc-shell/commit/9eb0ca789f75e4959e9d3d61eaebb2f8723511df))
2493
+ - **shared:** field validation improvements ([e36f900](https://github.com/VirtoCommerce/vc-shell/commit/e36f9009940b5b91d4a20552dd033b854ef30af6))
2494
+ - **dynamic:** support of table actions, improved mobile swipe ([ccd4553](https://github.com/VirtoCommerce/vc-shell/commit/ccd4553a58ac3093fc8108351e09d5152349b2fb))
2495
+
2496
+ ## [1.0.169](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.168...v1.0.169) (2024-02-23)
2497
+
2498
+ ### Features
2499
+
2500
+ - **dynamic:** id style path notation in overrides ([edd8a3b](https://github.com/VirtoCommerce/vc-shell/commit/edd8a3ba6289c9364c548d2fe80cdda1bf3cfa0d))
2501
+
2502
+ ## [1.0.168](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.167...v1.0.168) (2024-02-21)
2503
+
2504
+ ### Bug Fixes
2505
+
2506
+ - **dynamic:** card visibility fix ([8f224c9](https://github.com/VirtoCommerce/vc-shell/commit/8f224c95549c9aea60b62521143ed7698b22721b))
2507
+ - **ui:** vc-select duplicates remove on search when backend totalCount corrupted ([fafce05](https://github.com/VirtoCommerce/vc-shell/commit/fafce051d87267148c4332adbced097aa78644b2))
2508
+
2509
+ ## [1.0.167](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.166...v1.0.167) (2024-02-21)
2510
+
2511
+ ### Bug Fixes
2512
+
2513
+ - **ui:** vc-select fix search in array ([c172fac](https://github.com/VirtoCommerce/vc-shell/commit/c172fac5b892d804d61f5eca37cbccf2a795026b))
2514
+
2515
+ ## [1.0.166](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.165...v1.0.166) (2024-02-21)
2516
+
2517
+ ### Bug Fixes
2518
+
2519
+ - **ui:** vc-select search fix ([d1de088](https://github.com/VirtoCommerce/vc-shell/commit/d1de08889c64526ed24496e0ee32437bd853e9e4))
2520
+
2521
+ ## [1.0.165](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.164...v1.0.165) (2024-02-14)
2522
+
2523
+ ### Features
2524
+
2525
+ - **dynamic:** useBreadcrumbs composable and support in dynamic views, exposing more methods ([c1ccdea](https://github.com/VirtoCommerce/vc-shell/commit/c1ccdea065000345b9ee7e9334839179a0d30661))
2526
+
2527
+ ### Bug Fixes
2528
+
2529
+ - **dynamic:** component fixes ([77acf38](https://github.com/VirtoCommerce/vc-shell/commit/77acf38f64a5638bbaa4aede1fd3b4d44165e08e))
2530
+
2531
+ ## [1.0.164](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.163...v1.0.164) (2024-02-09)
2532
+
2533
+ ### Bug Fixes
2534
+
2535
+ - **framework:** Add i18n support to StatusField component and fix Quill editor issue ([7749feb](https://github.com/VirtoCommerce/vc-shell/commit/7749feba938b8011220c6139908daa7e68df5bcd))
2536
+
2537
+ ## [1.0.163](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.162...v1.0.163) (2024-02-09)
2538
+
2539
+ ### Bug Fixes
2540
+
2541
+ - **dynamic:** update class property to classNames ([4297cb0](https://github.com/VirtoCommerce/vc-shell/commit/4297cb088be767b42a892a078c450d54a571ad32))
2542
+
2543
+ ## [1.0.162](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.161...v1.0.162) (2024-02-09)
2544
+
2545
+ ### Features
2546
+
2547
+ - **dynamic:** horizontalSeparator in fieldset ([e2f63cf](https://github.com/VirtoCommerce/vc-shell/commit/e2f63cfccb859ae15c217f8e3e9b4e1b71d294da))
2548
+
2549
+ ## [1.0.161](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.160...v1.0.161) (2024-02-09)
2550
+
2551
+ ### Bug Fixes
2552
+
2553
+ - filter reset condition, return reactive filter ([68af932](https://github.com/VirtoCommerce/vc-shell/commit/68af9323e0d3d2edc58560487e8c66a817b34ceb))
2554
+
2555
+ ## [1.0.160](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.159...v1.0.160) (2024-02-09)
2556
+
2557
+ ### Bug Fixes
2558
+
2559
+ - filter reset ([49aec1b](https://github.com/VirtoCommerce/vc-shell/commit/49aec1b7ee488d86f0248a10e933fd132bf6ec10))
2560
+
2561
+ ## [1.0.159](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.158...v1.0.159) (2024-02-09)
2562
+
2563
+ ### Bug Fixes
2564
+
2565
+ - **framework:** blade navigation bug and update dynamic filter checkbox data structure ([ae97351](https://github.com/VirtoCommerce/vc-shell/commit/ae97351548d65b9f1eca44fc54e13495446ecf12))
2566
+
2567
+ ## [1.0.158](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.157...v1.0.158) (2024-02-08)
2568
+
2569
+ ### Bug Fixes
2570
+
2571
+ - **dynamic:** reactivity losing fixes ([2f129ee](https://github.com/VirtoCommerce/vc-shell/commit/2f129ee993200f8aa0ac651d1a0adc94f1834a67))
2572
+
2573
+ ## [1.0.157](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.156...v1.0.157) (2024-02-07)
2574
+
2575
+ ### Features
2576
+
2577
+ - **framework:** useFilterBuilder localization update ([75a387d](https://github.com/VirtoCommerce/vc-shell/commit/75a387db7da5e07d3e6538b9217d2e1b270b694d))
2578
+
2579
+ ## [1.0.156](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.155...v1.0.156) (2024-02-07)
2580
+
2581
+ ### Bug Fixes
2582
+
2583
+ - localization ([8de6e9f](https://github.com/VirtoCommerce/vc-shell/commit/8de6e9f406487f7457327561547efc414b327729))
2584
+
2585
+ ## [1.0.155](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.154...v1.0.155) (2024-02-06)
2586
+
2587
+ ### Bug Fixes
2588
+
2589
+ - **framework:** titles in mobile ([91cca71](https://github.com/VirtoCommerce/vc-shell/commit/91cca71f8a6be855243b822242f7be33bcc562db))
2590
+
2591
+ ## [1.0.154](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.153...v1.0.154) (2024-02-06)
2592
+
2593
+ ### Features
2594
+
2595
+ - **ui:** components fixes and refactors ([01ba0fe](https://github.com/VirtoCommerce/vc-shell/commit/01ba0fed91973c9624ca5e66e56750b5336fe6aa))
2596
+ - **framework:** ability to add html in popup slot, fixed inferring of emits types ([cf52cf7](https://github.com/VirtoCommerce/vc-shell/commit/cf52cf741ed09c652755f9a78eb4c8ec732b9e8e))
2597
+ - **framework:** Refactor useMenuServiceFn and add inGroupPriority to MenuItemConfig ([c6ef313](https://github.com/VirtoCommerce/vc-shell/commit/c6ef313d6619b761ea624655eb0ffcea0cc37679))
2598
+ - **dynamic:** updated/new components, fixes and improvements ([6c2a746](https://github.com/VirtoCommerce/vc-shell/commit/6c2a74601ae21ba9377bd59ea34279583a424d20))
2599
+
2600
+ ### Bug Fixes
2601
+
2602
+ - **framework:** fixed parent blade calling ([ab59609](https://github.com/VirtoCommerce/vc-shell/commit/ab59609d615534a3dc9cc617d080886970d8040a))
2603
+
2604
+ ## [1.0.153](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.152...v1.0.153) (2024-01-29)
2605
+
2606
+ ### Bug Fixes
2607
+
2608
+ - **framework:** menu permissions hide fix ([43a0e98](https://github.com/VirtoCommerce/vc-shell/commit/43a0e98db361bdcb296239fd6fc6e3bc967a6246))
2609
+
2610
+ ## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29)
2611
+
2612
+ ### Bug Fixes
2613
+
2614
+ - **framework:** redirect to root fix ([cfd7e43](https://github.com/VirtoCommerce/vc-shell/commit/cfd7e43903cd46af87b31106b4a0fcadfc24cddd))
2615
+
2616
+ ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25)
2617
+
2618
+ ### Features
2619
+
2620
+ - **framework:** added support of URL with base param ([fe9649e](https://github.com/VirtoCommerce/vc-shell/commit/fe9649e7348032fd8f9e0253d9688f6d93057c96))
2621
+
2622
+ ### Bug Fixes
2623
+
2624
+ - **framework:** user-dropdown-button disabling fix ([2f9cb62](https://github.com/VirtoCommerce/vc-shell/commit/2f9cb62e326152a64d9fd3d719b01a5043c195ca))
2625
+
2626
+ ## [1.0.150](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.149...v1.0.150) (2024-01-25)
2627
+
2628
+ ### Features
2629
+
2630
+ - **framework:** possibility to disable menu ([65b1eb0](https://github.com/VirtoCommerce/vc-shell/commit/65b1eb0ad71026e992a7bcecb0a7616415115a6e))
2631
+
2632
+ ## [1.0.149](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.148...v1.0.149) (2024-01-24)
2633
+
2634
+ ### Features
2635
+
2636
+ - **dynamic:** updateActiveWidgetCount event ([808d31d](https://github.com/VirtoCommerce/vc-shell/commit/808d31df475e3c29386d7742fbc5f6ee7645a9bc))
2637
+ - **framework:** updated navigation, added routable config for blades ([7c538c6](https://github.com/VirtoCommerce/vc-shell/commit/7c538c6dfab70cc6c85dd453e516d84395e1166c))
2638
+ - **framework:** updated localization setup, i18n locales config, dynamic modules localization ([209b92f](https://github.com/VirtoCommerce/vc-shell/commit/209b92fe2bf95379d908064d553ab59e16928569))
2639
+
2640
+ ### Bug Fixes
2641
+
2642
+ - **framework:** fix ui styling issues in multiple components ([61f56d6](https://github.com/VirtoCommerce/vc-shell/commit/61f56d603b15f385c32d0270c939d539b606b37c))
2643
+ - **dynamic:** fixed overrides remove order ([a3e5980](https://github.com/VirtoCommerce/vc-shell/commit/a3e59801c1d8fd963cb5f4fe4e445dab0e2d5d32))
2644
+
2645
+ ## [1.0.148](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.147...v1.0.148) (2024-01-16)
2646
+
2647
+ **Note:** Version bump only for package @vc-shell/framework
2648
+
2649
+ ## [1.0.147](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.146...v1.0.147) (2024-01-12)
2650
+
2651
+ **Note:** Version bump only for package @vc-shell/framework
2652
+
2653
+ ## [1.0.146](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.145...v1.0.146) (2024-01-11)
2654
+
2655
+ ### Bug Fixes
2656
+
2657
+ - **dynamic:** modified as base disabled state in saveChanges method ([9895efb](https://github.com/VirtoCommerce/vc-shell/commit/9895efb16aa70f1b1d5e90359084a25c7237a56e))
2658
+ - **useMenuService:** prevent duplication ([1c35bb7](https://github.com/VirtoCommerce/vc-shell/commit/1c35bb72b2c6cd2a035d8c370218b1e869f65044))
2659
+
2660
+ ## [1.0.145](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.144...v1.0.145) (2024-01-10)
2661
+
2662
+ ### Features
2663
+
2664
+ - **shell:** base navigator.language i18n locale ([8a59a63](https://github.com/VirtoCommerce/vc-shell/commit/8a59a636643f94ffac282ac37514a4f253007c7a))
2665
+
2666
+ ## [1.0.144](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.143...v1.0.144) (2024-01-10)
2667
+
2668
+ ### Bug Fixes
2669
+
2670
+ - **shell:** removed common pages locales ([e8d54e5](https://github.com/VirtoCommerce/vc-shell/commit/e8d54e5bea8746a678e17b6a79ebbdc59da6e3c3))
2671
+
2672
+ ## [1.0.143](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.142...v1.0.143) (2024-01-10)
2673
+
2674
+ ### Features
2675
+
2676
+ - **dynamic:** table columns localized titles support ([dfccb58](https://github.com/VirtoCommerce/vc-shell/commit/dfccb58492ad126402858974d84a50f3dbf09152))
2677
+ - locales moved to app scope ([ee08999](https://github.com/VirtoCommerce/vc-shell/commit/ee089996fd204ada7b8320218680d47f3418dc68))
2678
+
2679
+ ## [1.0.142](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.141...v1.0.142) (2024-01-10)
2680
+
2681
+ ### Bug Fixes
2682
+
2683
+ - **shell:** navigation slash duplication fix ([370fe03](https://github.com/VirtoCommerce/vc-shell/commit/370fe0398ef6626c541a4af5b2f7895fad49b874))
2684
+
2685
+ ## [1.0.141](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.140...v1.0.141) (2024-01-10)
2686
+
2687
+ ### Features
2688
+
2689
+ - **dynamic:** using locale key as blade title ([057a188](https://github.com/VirtoCommerce/vc-shell/commit/057a188dbb9d73611e609d7fd6064502a1f95560))
2690
+
2691
+ ## [1.0.140](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.139...v1.0.140) (2024-01-09)
2692
+
2693
+ ### Bug Fixes
2694
+
2695
+ - condition in getOptions ([c363f13](https://github.com/VirtoCommerce/vc-shell/commit/c363f134da870341e4840d132f1d5d5e9a0fa2d7))
2696
+
2697
+ ## [1.0.139](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.138...v1.0.139) (2024-01-08)
2698
+
2699
+ ### Features
2700
+
2701
+ - **shell:** update optionsGetter signature in vc-dynamic-property.vue ([0c71460](https://github.com/VirtoCommerce/vc-shell/commit/0c71460d2d3c785cd5d8fe2b0b58ebc2c3020248))
2702
+
2703
+ ## [1.0.138](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.137...v1.0.138) (2024-01-08)
2704
+
2705
+ ### Features
2706
+
2707
+ - **shell:** navigation menu slot in vc-app ([fc0c185](https://github.com/VirtoCommerce/vc-shell/commit/fc0c185b42ee34f39bee0cd14c2633416ea6d0c5))
2708
+
2709
+ ### Bug Fixes
2710
+
2711
+ - **shell:** base url param support, routes injection in navigation plugin ([414fe2d](https://github.com/VirtoCommerce/vc-shell/commit/414fe2d0509b0642b1afe5aac96d83f0975ddd95))
2712
+
2713
+ ## [1.0.137](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.136...v1.0.137) (2024-01-04)
2714
+
2715
+ ### Bug Fixes
2716
+
2717
+ - **dynamic:** refactored condition on route leave ([25f23e5](https://github.com/VirtoCommerce/vc-shell/commit/25f23e5311c4754e26c125f1ea717fe6d196a79b))
2718
+ - **ui:** remove unused options property from vc-blade-toolbar-button.vue ([4fc462b](https://github.com/VirtoCommerce/vc-shell/commit/4fc462b28dabe384689ebd3b9a4d5f5eab114ed9))
2719
+
2720
+ ## [1.0.136](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.135...v1.0.136) (2024-01-03)
2721
+
2722
+ ### Bug Fixes
2723
+
2724
+ - **dynamic:** nested fields context reactivity fix ([9613105](https://github.com/VirtoCommerce/vc-shell/commit/9613105f6c1b4c7dc47b386203603763c75595b1))
2725
+
2726
+ ## [1.0.135](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.134...v1.0.135) (2024-01-03)
2727
+
2728
+ ### Bug Fixes
2729
+
2730
+ - **dynamic:** remove unused emitValue and emitLabel properties from MultivalueField.ts ([3edcf8b](https://github.com/VirtoCommerce/vc-shell/commit/3edcf8b3402a9379913d8f75baf815dc1c557fbe))
2731
+ - **shell:** refactor vc-multivalue component to improve readability and maintainability ([e49fd74](https://github.com/VirtoCommerce/vc-shell/commit/e49fd74f23e14d252d0969773edb169a7556eddb))
2732
+ - **shell:** refactor vc-label layout ([ab6ad07](https://github.com/VirtoCommerce/vc-shell/commit/ab6ad070fdf9aef2be4be10d28d3c964a50c807f))
2733
+ - **shell:** replace url if blade have no url ([bb97100](https://github.com/VirtoCommerce/vc-shell/commit/bb97100aa94bdc76d0d8c1b01560d35593ce8dfa))
2734
+
2735
+ ## [1.0.134](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.133...v1.0.134) (2023-12-29)
2736
+
2737
+ ### Features
2738
+
2739
+ - **shell:** refactor vc-notification component styling to support scrolling ([93345c5](https://github.com/VirtoCommerce/vc-shell/commit/93345c59d415d27dee20e3abc6642b3f2ea07da1))
2740
+ - **shell:** intercept seller load error ([9f94420](https://github.com/VirtoCommerce/vc-shell/commit/9f94420aad2aaac02ca4efc56c5e22c885662c93))
2741
+
2742
+ ## [1.0.133](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.132...v1.0.133) (2023-12-28)
2743
+
2744
+ ### Features
2745
+
2746
+ - **shell:** useMenuService permissions ([73ca465](https://github.com/VirtoCommerce/vc-shell/commit/73ca4650e2b4458e47b78c2a99e50003ce02c6bd))
2747
+
2748
+ ## [1.0.132](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.131...v1.0.132) (2023-12-28)
2749
+
2750
+ ### Features
2751
+
2752
+ - **shell:** added exposed component to toolbar:user-dropdown slot ([f136903](https://github.com/VirtoCommerce/vc-shell/commit/f1369035b3be01e11a167a1a29b6aa968913d130))
2753
+
2754
+ ### Bug Fixes
2755
+
2756
+ - **shell:** vc-select fixed generic ([b1f9f88](https://github.com/VirtoCommerce/vc-shell/commit/b1f9f88adde894dbbb7dc766179c3c95a8c22ce3))
2757
+
2758
+ ### Code Refactoring
2759
+
2760
+ - **shell:** refactor Vue imports and some types ([cf2617c](https://github.com/VirtoCommerce/vc-shell/commit/cf2617c22c96ba43448d46120f02731be7fddcd6))
2761
+
2762
+ ## [1.0.131](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.130...v1.0.131) (2023-12-28)
2763
+
2764
+ ### Bug Fixes
2765
+
2766
+ - **shell:** interceptor method name fix ([293ba14](https://github.com/VirtoCommerce/vc-shell/commit/293ba14952c779141b6be417653e317afd2e98e9))
2767
+
2768
+ ## [1.0.130](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.129...v1.0.130) (2023-12-27)
2769
+
2770
+ **Note:** Version bump only for package @vc-shell/framework
2771
+
2772
+ ## [1.0.129](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.128...v1.0.129) (2023-12-27)
2773
+
2774
+ ### Features
2775
+
2776
+ - **shell:** vc-card/vc-blade css update ([3f59f36](https://github.com/VirtoCommerce/vc-shell/commit/3f59f363b09777591f5d99a13127c7aab7142234))
2777
+ - **shell:** new navigation menu css styles ([d6acd52](https://github.com/VirtoCommerce/vc-shell/commit/d6acd529fdeb57f47f91a982039edc8ece9cab4e))
2778
+ - **shell:** Add postcss.config.cjs and notification components ([03418b8](https://github.com/VirtoCommerce/vc-shell/commit/03418b81b224d5a324698208f18160c9a309066d))
2779
+ - **shell:** auto global components ([5f40f38](https://github.com/VirtoCommerce/vc-shell/commit/5f40f385ba0d291af633de0e89b0c97d84059446))
2780
+ - **shell:** add router guards and HTTP interceptors to shell init file ([986148b](https://github.com/VirtoCommerce/vc-shell/commit/986148b44591417abcc397245a8259aa6e2af632))
2781
+ - **shell:** add usepopupinternal function and destroy method in usepopup composable ([119d15b](https://github.com/VirtoCommerce/vc-shell/commit/119d15bfd1d926336de44f3f0fd24672f337c7f1))
2782
+ - **shell:** add format fallback messages option to i18n plugin ([fe1135e](https://github.com/VirtoCommerce/vc-shell/commit/fe1135e7da33e080b25f3afe8c0d1190b8784af5))
2783
+ - **shell:** notifications templates improvements ([1a74a07](https://github.com/VirtoCommerce/vc-shell/commit/1a74a078df0ad004c90cdfec351644cb622d221d))
2784
+ - **dynamic:** added new validation methods from vee-validate, dynamic pages errors prevent, fixes ([931440b](https://github.com/VirtoCommerce/vc-shell/commit/931440bc5ad218328274a6a832babdf9ae3fba74))
2785
+ - **shell:** update common pages to new auth flow ([99364c2](https://github.com/VirtoCommerce/vc-shell/commit/99364c2db150c0496414c9215858a5653a7d938b))
2786
+ - **shell:** signalR connecting only when user authorized ([f9572de](https://github.com/VirtoCommerce/vc-shell/commit/f9572de42a4d38c3da858c6117804742f3cd37db))
2787
+ - **shell:** refactored useUser composable, 401 interceptor, get rid of tokens in some composables ([967626b](https://github.com/VirtoCommerce/vc-shell/commit/967626b4266b5b6271f4bc9f2b1eea8d6d7075e1))
2788
+ - **shell:** useMenuService, auto add modules to navigation menu ([d3ff217](https://github.com/VirtoCommerce/vc-shell/commit/d3ff21717bc272414bfbcd9c5c8a5cc1a18ddb6d))
2789
+ - **shell:** improved blade navigation, based on Vue router ([841fa0b](https://github.com/VirtoCommerce/vc-shell/commit/841fa0bbf233ec785f97764752f14cb41b438345))
2790
+ - **shell:** useBeforeUnload composable for onbeforeunload event handling ([129a109](https://github.com/VirtoCommerce/vc-shell/commit/129a1092ed54ea1277c42afac332446d4b55c65b))
2791
+
2792
+ ### Bug Fixes
2793
+
2794
+ - **dynamic:** small calculateColumns fix ([38a5d76](https://github.com/VirtoCommerce/vc-shell/commit/38a5d764711386e6a18458f54dfe5f7f93a23e23))
2795
+ - **shell:** navigation glitch fix ([bc9d784](https://github.com/VirtoCommerce/vc-shell/commit/bc9d78406630fab1d7e31d649a1b04c32bac9ac3))
2796
+ - **shell:** update offset values in showActions function in vc-table ([3ecf218](https://github.com/VirtoCommerce/vc-shell/commit/3ecf218692fd64f6e6d220a2b9dca8dfc8145214))
2797
+ - **shell:** fix vc-blade expandable property ([29697d7](https://github.com/VirtoCommerce/vc-shell/commit/29697d7ae36b8a34dcf23b057d079bb61c229b3c))
2798
+ - **shell:** fix loading issue in assetmanager component, component names ([2d3f483](https://github.com/VirtoCommerce/vc-shell/commit/2d3f4831a2087478f1a7392b82f6ea2622084563))
2799
+ - **shell:** update button shadow color in vc-button.vue ([dd60721](https://github.com/VirtoCommerce/vc-shell/commit/dd60721bd490fe28b0f98392fcaa901c7dd2a99e))
2800
+ - **shell:** app-switcher fixes ([05bb4d7](https://github.com/VirtoCommerce/vc-shell/commit/05bb4d787329c42832ced9ca1afee95bf6e03977))
2801
+
2802
+ ### Code Refactoring
2803
+
2804
+ - **shell:** update language selector component ([39538d3](https://github.com/VirtoCommerce/vc-shell/commit/39538d3e5f5965b7e78f7011f2be2b5ff6c6faf5))
2805
+ - **shell:** refactor user-dropdown-button component ([e9fd92d](https://github.com/VirtoCommerce/vc-shell/commit/e9fd92ddc68ad271e5388f68b2bb47dc849a3345))
2806
+ - **shell:** refactor vc-icon component to support variant prop ([cdf2249](https://github.com/VirtoCommerce/vc-shell/commit/cdf22495e7156a851761aae440322abc9805f524))
2807
+ - **shell:** refactor vc-container styles for scrollbar appearance ([bf6672f](https://github.com/VirtoCommerce/vc-shell/commit/bf6672fe96685ef9ccdd9ae3fd68c7ddcc0d2edc))
2808
+ - **shell:** updated vc-app ([c5bb74f](https://github.com/VirtoCommerce/vc-shell/commit/c5bb74f747cc161db1f8764a9f411a1bee0f7bd8))
2809
+ - **shell:** useSettings composable refactor ([d23cd97](https://github.com/VirtoCommerce/vc-shell/commit/d23cd97071448d51ea12b0ea68008b9cd43cd961))
2810
+
2811
+ ## [1.0.128](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.127...v1.0.128) (2023-12-14)
2812
+
2813
+ ### Features
2814
+
2815
+ - **dynamic:** ability to add custom visibility method to columns schema ([68922fd](https://github.com/VirtoCommerce/vc-shell/commit/68922fda60310f1f85d5c34122248693897354e4))
2816
+
2817
+ ## [1.0.127](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.126...v1.0.127) (2023-12-13)
2818
+
2819
+ ### Bug Fixes
2820
+
2821
+ - **dynamic:** props pass to created component instance ([29331fb](https://github.com/VirtoCommerce/vc-shell/commit/29331fb60bacf142d48eccc1af117a0b8fc299dd))
2822
+
2823
+ ## [1.0.126](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.125...v1.0.126) (2023-11-28)
2824
+
2825
+ ### Bug Fixes
2826
+
2827
+ - **dynamic:** multivalueschema emitValue emitLabel type ([ecd5f61](https://github.com/VirtoCommerce/vc-shell/commit/ecd5f61fe3afbfc9c9685d6596223936f20e7e4c))
2828
+
2829
+ ## [1.0.125](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.124...v1.0.125) (2023-11-27)
2830
+
2831
+ ### Features
2832
+
2833
+ - **dynamic:** vc-multivalue component for dynamic views ([9b9befc](https://github.com/VirtoCommerce/vc-shell/commit/9b9befc7b2caa3413c6af317322394e79f0cc9ad))
2834
+
2835
+ ## [1.0.124](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.123...v1.0.124) (2023-11-27)
2836
+
2837
+ ### Bug Fixes
2838
+
2839
+ - **framework:** Fix defaultValue assignment in vc-select.vue ([516a749](https://github.com/VirtoCommerce/vc-shell/commit/516a74980fb3c52ec1a322f19233fc5298a0f0fd))
2840
+
2841
+ ## [1.0.123](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.122...v1.0.123) (2023-11-24)
2842
+
2843
+ ### Features
2844
+
2845
+ - **dynamic:** blade as dashboard widget ([fa660f5](https://github.com/VirtoCommerce/vc-shell/commit/fa660f5a1dd16e9fa805c6a4ae0bb2a9dc7e6a7b))
2846
+
2847
+ ### Bug Fixes
2848
+
2849
+ - **dynamic:** nodeBuilder modelValue fix to prevent unnecessary updates ([63cfe00](https://github.com/VirtoCommerce/vc-shell/commit/63cfe00395f1ad69d3406d636448b7cf25fd6183))
2850
+ - **dynamic:** toSpliced polyfill ([4aaf109](https://github.com/VirtoCommerce/vc-shell/commit/4aaf1091613f51be52531fbdffa1ad066c21cf2a))
2851
+ - **framework:** vc-card redundant css class fix ([10d4cc1](https://github.com/VirtoCommerce/vc-shell/commit/10d4cc172e7daae41fbe7ea8d89ffde5f9f70795))
2852
+ - **framework:** vc-table pullToReload fix ([10007c5](https://github.com/VirtoCommerce/vc-shell/commit/10007c53f2a278a629efc780243c2abadb642cfa))
2853
+
2854
+ ### Code Refactoring
2855
+
2856
+ - **framework:** types change ([364fc8b](https://github.com/VirtoCommerce/vc-shell/commit/364fc8b1bccd888247daba8bfc98432fba12676f))
2857
+ - useAssets composable, assets-\* components, gallery components ([1e83bf4](https://github.com/VirtoCommerce/vc-shell/commit/1e83bf4ae0570ed7afbe2323641cdd738d31dc88))
2858
+
2859
+ ## [1.0.122](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.121...v1.0.122) (2023-11-14)
2860
+
2861
+ **Note:** Version bump only for package @vc-shell/framework
2862
+
2863
+ ## [1.0.121](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.120...v1.0.121) (2023-11-14)
2864
+
2865
+ ### Features
2866
+
2867
+ - strict type check in framework custom property binding in dynamic views Textfield dynamic component dynamic blade mounted state pass to composables ([4e46e67](https://github.com/VirtoCommerce/vc-shell/commit/4e46e679154da42b4f0194c193708ee581be2f1b))
2868
+
2869
+ ## [1.0.120](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.119...v1.0.120) (2023-11-09)
2870
+
2871
+ ### Reverts
2872
+
2873
+ - vc-table TableItem type ([6b09d1f](https://github.com/VirtoCommerce/vc-shell/commit/6b09d1f5387fb26f34d1fdd7b3715c1404f54c9d))
2874
+
2875
+ ### Code Refactoring
2876
+
2877
+ - **framework:** dynamic interfaces rework ([3068fe9](https://github.com/VirtoCommerce/vc-shell/commit/3068fe95a52677d324d953e64a9ab507e9e04d82))
2878
+
2879
+ ## [1.0.119](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.118...v1.0.119) (2023-11-07)
2880
+
2881
+ ### Features
2882
+
2883
+ - **framework:** vc-label truncate css ([78e34d3](https://github.com/VirtoCommerce/vc-shell/commit/78e34d30dbed8432ff5717d3e02df6c9a4f1eaa9))
2884
+ - **framework:** aspectRatio in dynamic fieldset ([11436cc](https://github.com/VirtoCommerce/vc-shell/commit/11436cc4fe5266ff4b5b346ae49a469da00af2d0))
2885
+ - **framework:** append, append-inner, prepend, prepend-inner slots in dynamic vc-input component ([f7d58cf](https://github.com/VirtoCommerce/vc-shell/commit/f7d58cf4a4949b675f11e957a4cbf09c0cfed95a))
2886
+
2887
+ ### Bug Fixes
2888
+
2889
+ - **framewrok:** vc-field removed redundant div wrapper ([1b35c20](https://github.com/VirtoCommerce/vc-shell/commit/1b35c2066bfe9b28060d672fdbd7429010d62ffc))
2890
+ - **framework:** dynamic view reactivity loss fix ([9cea9f0](https://github.com/VirtoCommerce/vc-shell/commit/9cea9f09a5ff6ada715d2e37d1bf13253dbbb1ca))
2891
+ - **framework:** vc-popup error/warning binding ([d380ae1](https://github.com/VirtoCommerce/vc-shell/commit/d380ae12d2df1a16476fa25654ff40ce17b0cf1f))
2892
+
2893
+ ### Code Refactoring
2894
+
2895
+ - **framework:** vc-image css refactor ([8af0f7b](https://github.com/VirtoCommerce/vc-shell/commit/8af0f7bf1f882f0f48ba31b7713cb19c85588462))
2896
+ - **framework:** small refactor of vc-col/vc-row ([c37a828](https://github.com/VirtoCommerce/vc-shell/commit/c37a8288cfbbbeaf31e2a11934250c9f5ac1672b))
2897
+
2898
+ ## [1.0.118](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.117...v1.0.118) (2023-11-06)
2899
+
2900
+ ### Features
2901
+
2902
+ - **@vc-shell/framework:** reorderable table in dynamic views ([eae2236](https://github.com/VirtoCommerce/vc-shell/commit/eae2236119cac231ed846bb32d0b9f6e50a7cc11))
2903
+ - **@vc-shell/framework:** dynamic vc-image ([a04dc2f](https://github.com/VirtoCommerce/vc-shell/commit/a04dc2f0d8a53ad5cd797b4403d1c2f20bb07062))
2904
+ - **@vc-shell/framework:** dynamic vc-video ([433384d](https://github.com/VirtoCommerce/vc-shell/commit/433384d99ba7ff78fdb143e4e64cb0eb124a4765))
2905
+ - **@vc-shell/framework:** vc-field component + dynamic views vc-field field ([67d04d0](https://github.com/VirtoCommerce/vc-shell/commit/67d04d04a495c124e9490157c773eace0bef21a0))
2906
+
2907
+ ### Bug Fixes
2908
+
2909
+ - **@vc-shell/framework:** refactor bladeContext in dynamic-blade-list ([1588cee](https://github.com/VirtoCommerce/vc-shell/commit/1588cee760719081b7c60d3c3fb6791bac4de17d))
2910
+ - **framework:** vc-table-cell condition fix ([b96dbcc](https://github.com/VirtoCommerce/vc-shell/commit/b96dbcc9adb671542b27d285c648fafd93cd8dfb))
2911
+ - nodeBuilder reactivity loss fix ([ace445e](https://github.com/VirtoCommerce/vc-shell/commit/ace445e3525355b879cb59cdac4a2876421e594c))
2912
+
2913
+ ## [1.0.117](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.116...v1.0.117) (2023-11-06)
2914
+
2915
+ ### Features
2916
+
2917
+ - **@vc-shell/framework:** isWorkspace blade option ([8647e66](https://github.com/VirtoCommerce/vc-shell/commit/8647e66ab6eed51efbfcb1e8f01323fba5dd7579))
2918
+
2919
+ ## [1.0.116](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.115...v1.0.116) (2023-11-02)
2920
+
2921
+ **Note:** Version bump only for package @vc-shell/framework
2922
+
2923
+ ## [1.0.115](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.114...v1.0.115) (2023-11-02)
2924
+
2925
+ ### Features
2926
+
2927
+ - **@vc-shell/framework:** updated tsconfigs ([921d000](https://github.com/VirtoCommerce/vc-shell/commit/921d000de8a0ca1b3eed4712eb5cc87e6d6a6616))
2928
+ - **@vc-shell/create-vc-app:** changed boilerplate ([740915b](https://github.com/VirtoCommerce/vc-shell/commit/740915baea40f4ac25375679dac9e9a209ae1937))
2929
+
2930
+ ### Bug Fixes
2931
+
2932
+ - **@vc-shell/framework:** vc-select slot fix ([62953b9](https://github.com/VirtoCommerce/vc-shell/commit/62953b94bbbb7e081c813177c45e8ae49183b1c8))
2933
+
2934
+ ## [1.0.114](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.113...v1.0.114) (2023-10-25)
2935
+
2936
+ ### Features
2937
+
2938
+ - vm-1215 expose in dynamic blade ([58cf7ef](https://github.com/VirtoCommerce/vc-shell/commit/58cf7effba8b48865373ce444fc2c7902ae16669))
2939
+
2940
+ ## [1.0.113](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.111...v1.0.113) (2023-10-25)
2941
+
2942
+ ### Features
2943
+
2944
+ - **@vc-shell/api-client:** Replace .env variables to command line args ([4bcfade](https://github.com/VirtoCommerce/vc-shell/commit/4bcfade6f0eee7f6e2b74ed898d5b90da1198da8))
2945
+
2946
+ ### Bug Fixes
2947
+
2948
+ - add searchable prop to dynamic select ([9cfc810](https://github.com/VirtoCommerce/vc-shell/commit/9cfc810a7b7d30eef65581ece7a7c309fba53bb1))
2949
+
2950
+ ## [1.0.111](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.110...v1.0.111) (2023-10-17)
2951
+
2952
+ ### Features
2953
+
2954
+ - dynamic modules ([ed4af3a](https://github.com/VirtoCommerce/vc-shell/commit/ed4af3ad65e47b0d633d6e2eb23e9c90d73ff50d))
2955
+ - status type dynamic component ([95f0472](https://github.com/VirtoCommerce/vc-shell/commit/95f0472cd79cb117a94fe467cf4094cdff29373e))
2956
+ - dynamic app modules samples ([2af411f](https://github.com/VirtoCommerce/vc-shell/commit/2af411fb14c61d9e98da4612057fd157263de397))
2957
+ - dynamic modules ([200dcde](https://github.com/VirtoCommerce/vc-shell/commit/200dcde3d127f45267f2d259967839d11ea5d01e))
2958
+ - improved createAppModule ([3752415](https://github.com/VirtoCommerce/vc-shell/commit/3752415eeae183b8dcfe3f23e47f3bcb07faf136))
2959
+
2960
+ ### Bug Fixes
2961
+
2962
+ - open blade on mount fix in import-module ([6644e03](https://github.com/VirtoCommerce/vc-shell/commit/6644e03bcac5b1298db160f3b749c8a44bb8c9c7))
2963
+ - override ts-ignore toSpliced ([c360888](https://github.com/VirtoCommerce/vc-shell/commit/c3608889c4bc987f475f9d25a9149aad4b59bac6))
2964
+
2965
+ ## [1.0.110](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.109...v1.0.110) (2023-10-16)
2966
+
2967
+ ### Features
2968
+
2969
+ - vm-1215 vc-video ([52680f6](https://github.com/VirtoCommerce/vc-shell/commit/52680f6f2bd649d7226818f6432e605502ab9eab))
2970
+
2971
+ ### Bug Fixes
2972
+
2973
+ - code review improvements ([5c6c6dc](https://github.com/VirtoCommerce/vc-shell/commit/5c6c6dc7a60c1212e4c23e0ddbbc42611f16303b))
2974
+ - code review improvements ([5453ba0](https://github.com/VirtoCommerce/vc-shell/commit/5453ba0388a51b2946408b980e119a0ad20f7647))
2975
+ - delete index.ts from framework api ([8cc2fee](https://github.com/VirtoCommerce/vc-shell/commit/8cc2feef30ac38bcf229234456cac78c8e23f158))
2976
+
2977
+ ## [1.0.109](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.108...v1.0.109) (2023-10-13)
2978
+
2979
+ **Note:** Version bump only for package @vc-shell/framework
2980
+
2981
+ ## [1.0.108](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.107...v1.0.108) (2023-10-13)
2982
+
2983
+ **Note:** Version bump only for package @vc-shell/framework
2984
+
2985
+ ## [1.0.107](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.106...v1.0.107) (2023-10-12)
2986
+
2987
+ **Note:** Version bump only for package @vc-shell/framework
2988
+
2989
+ ## [1.0.106](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.105...v1.0.106) (2023-10-12)
2990
+
2991
+ **Note:** Version bump only for package @vc-shell/framework
2992
+
2993
+ ## [1.0.105](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.104...v1.0.105) (2023-10-02)
2994
+
2995
+ **Note:** Version bump only for package @vc-shell/framework
2996
+
2997
+ ## [1.0.104](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.103...v1.0.104) (2023-10-02)
2998
+
2999
+ **Note:** Version bump only for package @vc-shell/framework
3000
+
3001
+ ## [1.0.103](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.102...v1.0.103) (2023-09-29)
3002
+
3003
+ **Note:** Version bump only for package @vc-shell/framework
3004
+
3005
+ ## [1.0.102](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.101...v1.0.102) (2023-09-29)
3006
+
3007
+ ### Bug Fixes
3008
+
3009
+ - escape images url ([7bc4f95](https://github.com/VirtoCommerce/vc-shell/commit/7bc4f95a6718300d0fa158d17c08ef6bc3b61429))
3010
+
3011
+ ## [1.0.101](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.100...v1.0.101) (2023-09-28)
3012
+
3013
+ **Note:** Version bump only for package @vc-shell/framework
3014
+
3015
+ ## [1.0.100](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.99...v1.0.100) (2023-09-22)
3016
+
3017
+ **Note:** Version bump only for package @vc-shell/framework
3018
+
3019
+ ## [1.0.99](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.98...v1.0.99) (2023-09-22)
3020
+
3021
+ ### Bug Fixes
3022
+
3023
+ - encode/decode image url ([d0b32b1](https://github.com/VirtoCommerce/vc-shell/commit/d0b32b1d46a58eb3814ce0086244375df90c5f24))
3024
+
3025
+ ## [1.0.98](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.97...v1.0.98) (2023-09-21)
3026
+
3027
+ ### Bug Fixes
3028
+
3029
+ - decode image url ([8ce7dbf](https://github.com/VirtoCommerce/vc-shell/commit/8ce7dbfeb9c8c675fe971a134736743357cdc9b7))
3030
+
3031
+ ## [1.0.97](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.96...v1.0.97) (2023-09-12)
3032
+
3033
+ **Note:** Version bump only for package @vc-shell/framework
3034
+
3035
+ ## [1.0.96](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.95...v1.0.96) (2023-08-28)
3036
+
3037
+ **Note:** Version bump only for package @vc-shell/framework
3038
+
3039
+ ## [1.0.95](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.94...v1.0.95) (2023-08-28)
3040
+
3041
+ ### Features
3042
+
3043
+ - controls for multilang properties ([b07940d](https://github.com/VirtoCommerce/vc-shell/commit/b07940d02f97387929c0081b033f87185fa375b9))
3044
+
3045
+ ## [1.0.94](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.93...v1.0.94) (2023-08-04)
3046
+
3047
+ ### Features
3048
+
3049
+ - mltilang label, remove mltilang in vc-editor ([f3411bd](https://github.com/VirtoCommerce/vc-shell/commit/f3411bdde6bb61751a89ffa253c038aadfe22e36))
3050
+ - vc-editor multilang ([b494b9c](https://github.com/VirtoCommerce/vc-shell/commit/b494b9c3439e2d52d4be80616712b86b8126f799))
3051
+
3052
+ ### Bug Fixes
3053
+
3054
+ - dynamic properties fix ([1f2738a](https://github.com/VirtoCommerce/vc-shell/commit/1f2738a95c1da6fc83ea9086aafab935f4f79bfe))
3055
+ - component registration ([07f829f](https://github.com/VirtoCommerce/vc-shell/commit/07f829f731b9a84b1b223b98a97ac299814ea62c))
3056
+ - temporary ([65d7a58](https://github.com/VirtoCommerce/vc-shell/commit/65d7a58e159a4f5a06581710156a533790437f4b))
3057
+
3058
+ ## [1.0.93](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.92...v1.0.93) (2023-08-04)
3059
+
3060
+ **Note:** Version bump only for package @vc-shell/framework
3061
+
3062
+ ## [1.0.92](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.91...v1.0.92) (2023-07-12)
3063
+
3064
+ **Note:** Version bump only for package @vc-shell/framework
3065
+
3066
+ ## [1.0.91](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.90...v1.0.91) (2023-07-12)
3067
+
3068
+ **Note:** Version bump only for package @vc-shell/framework
3069
+
3070
+ ## [1.0.90](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.89...v1.0.90) (2023-07-12)
3071
+
3072
+ ### Bug Fixes
3073
+
3074
+ - editor update on status change/val rule fix ([ad269a4](https://github.com/VirtoCommerce/vc-shell/commit/ad269a4a74a5d5539aa08d353367b11ecbf6b99b))
3075
+
3076
+ ## [1.0.89](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.88...v1.0.89) (2023-07-07)
3077
+
3078
+ ### Code Refactoring
3079
+
3080
+ - api (#188) ([139a9f4](https://github.com/VirtoCommerce/vc-shell/commit/139a9f4509df648dbd21c42f3247b94c03c745fc))
3081
+
3082
+ ## [1.0.88](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.87...v1.0.88) (2023-06-27)
3083
+
3084
+ ### Bug Fixes
3085
+
3086
+ - azure ([419830f](https://github.com/VirtoCommerce/vc-shell/commit/419830f01ea3e8d0c93779ebfb8725a7af551e9e))
3087
+ - vc-select search ([3aaf55e](https://github.com/VirtoCommerce/vc-shell/commit/3aaf55ec5fb0b6a311f332ab5b0d4e3a227e525d))
3088
+
3089
+ ## [1.0.87](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.86...v1.0.87) (2023-06-26)
3090
+
3091
+ ### Bug Fixes
3092
+
3093
+ - navigation exact blade ([7a20053](https://github.com/VirtoCommerce/vc-shell/commit/7a20053705a5e98eeb9bdf3768ab45be113ba66a))
3094
+
3095
+ ## [1.0.86](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.85...v1.0.86) (2023-06-23)
3096
+
3097
+ **Note:** Version bump only for package @vc-shell/framework
3098
+
3099
+ ## [1.0.85](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.84...v1.0.85) (2023-06-23)
3100
+
3101
+ ### Bug Fixes
3102
+
3103
+ - check permissions plugin ([cc65272](https://github.com/VirtoCommerce/vc-shell/commit/cc65272d933e29f427b1403df2bdd627b15dd1e6))
3104
+
3105
+ ## [1.0.84](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.83...v1.0.84) (2023-06-23)
3106
+
3107
+ **Note:** Version bump only for package @vc-shell/framework
3108
+
3109
+ ## [1.0.83](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.82...v1.0.83) (2023-06-23)
3110
+
3111
+ **Note:** Version bump only for package @vc-shell/framework
3112
+
3113
+ ## [1.0.82](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.81...v1.0.82) (2023-06-23)
3114
+
3115
+ **Note:** Version bump only for package @vc-shell/framework
3116
+
3117
+ ## [1.0.81](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.80...v1.0.81) (2023-06-23)
3118
+
3119
+ **Note:** Version bump only for package @vc-shell/framework
3120
+
3121
+ ## [1.0.80](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.79...v1.0.80) (2023-06-22)
3122
+
3123
+ **Note:** Version bump only for package @vc-shell/framework
3124
+
3125
+ ## [1.0.79](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.78...v1.0.79) (2023-06-22)
3126
+
3127
+ **Note:** Version bump only for package @vc-shell/framework
3128
+
3129
+ ## [1.0.78](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.77...v1.0.78) (2023-06-22)
3130
+
3131
+ **Note:** Version bump only for package @vc-shell/framework
3132
+
3133
+ ## [1.0.77](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.76...v1.0.77) (2023-06-22)
3134
+
3135
+ ### Bug Fixes
3136
+
3137
+ - base url ([848feb7](https://github.com/VirtoCommerce/vc-shell/commit/848feb7e607cdfc6eb230e3c392ed4ca92457596))
3138
+
3139
+ ## [1.0.76](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.75...v1.0.76) (2023-06-22)
3140
+
3141
+ ### Bug Fixes
3142
+
3143
+ - azure login ([bd2d822](https://github.com/VirtoCommerce/vc-shell/commit/bd2d8221f0e3a286fa944da4c7be7eda81786588))
3144
+ - base app path ([146b01b](https://github.com/VirtoCommerce/vc-shell/commit/146b01b2e9001ab170dce1c4758d46761ab5e21f))
3145
+
3146
+ ## [1.0.75](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.74...v1.0.75) (2023-06-21)
3147
+
3148
+ ### Bug Fixes
3149
+
3150
+ - forgotPassword condition ([428a339](https://github.com/VirtoCommerce/vc-shell/commit/428a33950bd2aa43b04a5112682032e6fddd7d2e))
3151
+
3152
+ ## [1.0.74](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.73...v1.0.74) (2023-06-21)
3153
+
3154
+ ### Bug Fixes
3155
+
3156
+ - pass platformUrl to shell ([6265790](https://github.com/VirtoCommerce/vc-shell/commit/62657901ae6738883ed785e4f54507db85ba7d66))
3157
+ - azure base env ([b511031](https://github.com/VirtoCommerce/vc-shell/commit/b511031c302be5f2ae251eddeb09f5f3fbf2f2bb))
3158
+
3159
+ ## [1.0.73](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.72...v1.0.73) (2023-06-08)
3160
+
3161
+ ### Bug Fixes
3162
+
3163
+ - vc-select generic ([8aca326](https://github.com/VirtoCommerce/vc-shell/commit/8aca3260cc1d5912f5c8063314d820b14078373e))
3164
+
3165
+ ## [1.0.72](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.71...v1.0.72) (2023-06-08)
3166
+
3167
+ ### Features
3168
+
3169
+ - blade nav last state, permissions ([d98144a](https://github.com/VirtoCommerce/vc-shell/commit/d98144a2e5f2b4241543f7624fc7d811aa3f951f))
3170
+
3171
+ ### Bug Fixes
3172
+
3173
+ - vc-app-bar mobile styles ([75955d4](https://github.com/VirtoCommerce/vc-shell/commit/75955d4cb9692a3430395f8dbf5943b5c2eb8f36))
3174
+ - vc-select dropdown closing ([ecde06f](https://github.com/VirtoCommerce/vc-shell/commit/ecde06ffd679d06f7d8f75304437510f4e46063c))
3175
+ - authData length check ([bd04284](https://github.com/VirtoCommerce/vc-shell/commit/bd04284fd91887a41ba99f52bd37d844a13c2e8a))
3176
+
3177
+ ## [1.0.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.70...v1.0.71) (2023-06-02)
3178
+
3179
+ ### Features
3180
+
3181
+ - error slot removed from blades ([9135daa](https://github.com/VirtoCommerce/vc-shell/commit/9135daa186236c6ee9b95ebe786b4fc532828bfb))
3182
+ - azure active directory signin ([46cee05](https://github.com/VirtoCommerce/vc-shell/commit/46cee052064434bdd143d744ca7557f5c0fd7e84))
3183
+ - refactored vc-button ([b66d081](https://github.com/VirtoCommerce/vc-shell/commit/b66d081b79c32fd9a726bf686ec94070debd7f63))
3184
+ - common pages moved to shell ([fca5967](https://github.com/VirtoCommerce/vc-shell/commit/fca5967bfa8fdfee09c043dfc565e8aa2534ada1))
3185
+ - select-all ([3e30fef](https://github.com/VirtoCommerce/vc-shell/commit/3e30fefb71f0e5319724f0487c4c01f049ae19ff))
3186
+
3187
+ ### Bug Fixes
3188
+
3189
+ - _ui_ vc-popup condition fix ([f0a3866](https://github.com/VirtoCommerce/vc-shell/commit/f0a3866325b12bf4fbc7d68eb83d1692d4cb7cca))
3190
+ - navigation prevention fix ([fd94904](https://github.com/VirtoCommerce/vc-shell/commit/fd94904dc94d076dd690c41c18417e5e80dd2cc5))
3191
+ - _ui_ vc-button text style ([58545cc](https://github.com/VirtoCommerce/vc-shell/commit/58545cc7955549a877e48cb8451e751490c564b3))
3192
+ - required blade in IBladeEvent interface ([b5197b2](https://github.com/VirtoCommerce/vc-shell/commit/b5197b26994291cb3cb8955626e7fff5154e2e73))
3193
+
3194
+ ### Reverts
3195
+
3196
+ - required blade in IBladeEvent ([61b1223](https://github.com/VirtoCommerce/vc-shell/commit/61b1223a3b4ce8a131a0ac58ec6c65ca18a053e8))
3197
+
3198
+ ### Code Refactoring
3199
+
3200
+ - login page props ([9cb49f0](https://github.com/VirtoCommerce/vc-shell/commit/9cb49f07e8a9185b20d3bc9052965431b0edfefe))
3201
+ - defineOptions instead of defineComponent ([fbbc42d](https://github.com/VirtoCommerce/vc-shell/commit/fbbc42dba586ddc4ccefad9f959087380f1c859d))
3202
+
3203
+ ## [1.0.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.69...v1.0.70) (2023-05-18)
3204
+
3205
+ ### Features
3206
+
3207
+ - notifications template ([1af7c34](https://github.com/VirtoCommerce/vc-shell/commit/1af7c34e228a8c7f8f0cdffd4edce4ff00b5882c))
3208
+ - vc-select generic component ([c71c8da](https://github.com/VirtoCommerce/vc-shell/commit/c71c8daead1ba5c5ece2a0eb4e15a52d01b1666e))
3209
+ - vc-select generic component ([17639b2](https://github.com/VirtoCommerce/vc-shell/commit/17639b21dbac0022876e81c955a7d072e733d57b))
3210
+ - vc-table refactored to generic component ([bcc8ea2](https://github.com/VirtoCommerce/vc-shell/commit/bcc8ea2777cec3b796373d2a34f2c2108f949f76))
3211
+ - eslint vue3-recommended/deps up ([b695f9b](https://github.com/VirtoCommerce/vc-shell/commit/b695f9b40e53ea73fdf0b672956e11c29f8c5de7))
3212
+ - updated boilerplate ([9f686cc](https://github.com/VirtoCommerce/vc-shell/commit/9f686cca9361a1070b09d4763f6c5b3ace1a47ce))
3213
+ - make menu hidden if there is no items ([b704c12](https://github.com/VirtoCommerce/vc-shell/commit/b704c123fd34bc75cfd17ee7954383f48b2bdae0))
3214
+ - v-click-outside changed to vueUse directive ([26d764f](https://github.com/VirtoCommerce/vc-shell/commit/26d764f83c9b53e667a85684b424a91de8e06a29))
3215
+ - menu and toolbar composer for better typing ([a46dca9](https://github.com/VirtoCommerce/vc-shell/commit/a46dca9cf398a91d75f5114c5ab6ff9b0220123b))
3216
+ - refactored blade navigation BREAKING CHANGE: openBlade method has changed ([6fdd427](https://github.com/VirtoCommerce/vc-shell/commit/6fdd4273d3060a1c7eca955f4c3eba0f5d34905e))
3217
+ - popup handler/updated variant templates ([eae6366](https://github.com/VirtoCommerce/vc-shell/commit/eae6366839a2ab2e0c0dccfc14cf7c6bab5731f6))
3218
+ - navigation refactoring BREAKING CHANGE: changed navigation props names ([2421e50](https://github.com/VirtoCommerce/vc-shell/commit/2421e5057760f42ac491e2d236018d8e064fea78))
3219
+ - refactored notifications ([84fda40](https://github.com/VirtoCommerce/vc-shell/commit/84fda4097a3afc7bb8e4a9f99da574885b872d7c))
3220
+
3221
+ ### Bug Fixes
3222
+
3223
+ - notification template render condition ([3b5857f](https://github.com/VirtoCommerce/vc-shell/commit/3b5857fa22584a3717ef96b448da747f9a2f4613))
3224
+ - blade navigation fix ([1a5ed69](https://github.com/VirtoCommerce/vc-shell/commit/1a5ed69640113e6b17acdbebafe65f4f4a33f75e))
3225
+ - other fixes/refactors and types updated ([46ebd82](https://github.com/VirtoCommerce/vc-shell/commit/46ebd823234741b1e0f8c987b5bcdd65808dbd7a))
3226
+ - packages mistakes & yarn warnings ([fdc39d2](https://github.com/VirtoCommerce/vc-shell/commit/fdc39d2f25f5a75318c33c82c7eedc4ed479cc1d))
3227
+
3228
+ ### BREAKING CHANGES
3229
+
3230
+ - refactored blade navigation BREAKING CHANGE: openBlade method has changed
3231
+ - navigation refactoring BREAKING CHANGE: changed navigation props names
3232
+
3233
+ ## [1.0.69](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.68...v1.0.69) (2023-04-26)
3234
+
3235
+ ### Features
3236
+
3237
+ - transition to yarn berry monorepo ([73a4da7](https://github.com/VirtoCommerce/vc-shell/commit/73a4da7905fffa030501175d76aeaa0f4caae99a))
3238
+
3239
+ ## [1.0.68](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.67...v1.0.68) (2023-04-24)
3240
+
3241
+ ### Features
3242
+
3243
+ - blade error popup ([2ba0140](https://github.com/VirtoCommerce/vc-shell/commit/2ba0140bd2f79b5848ee5c5b096b02908135cdbe))
3244
+ - bigint validation rule ([e91f7da](https://github.com/VirtoCommerce/vc-shell/commit/e91f7dab477762ab66ebd8c98ec0ad1e35ac596e))
3245
+ - error handling ([10ab19a](https://github.com/VirtoCommerce/vc-shell/commit/10ab19a372e247551f16466cf3edfa2b3a7ff82b))
3246
+ - updated notifications ([0c0a078](https://github.com/VirtoCommerce/vc-shell/commit/0c0a078c8e1ff1e2ca6fd063c60bd3dc0bbe2ef5))
3247
+
3248
+ ### Bug Fixes
3249
+
3250
+ - immediate timeout start in notification ([e91b7ff](https://github.com/VirtoCommerce/vc-shell/commit/e91b7ffc8db231882e5a8f59770e21d2c6d4553b))
3251
+ - error handling fixes ([594ca20](https://github.com/VirtoCommerce/vc-shell/commit/594ca20b35cc3b8dfd24aa06b6835e48fb36c4c6))
3252
+ - errors in console ([32d3a68](https://github.com/VirtoCommerce/vc-shell/commit/32d3a688d0c9ef7cbaff7c736cd3c7863f16e567))
3253
+ - update state of updated columns list props ([89e5bb2](https://github.com/VirtoCommerce/vc-shell/commit/89e5bb28251f9a6c672e6e4f960075f83a5f9b62))
3254
+ - notification update on timeout change ([1e1643f](https://github.com/VirtoCommerce/vc-shell/commit/1e1643fb18f6d30ee98103575d2b6cfb40e7e099))
3255
+
3256
+ ### Reverts
3257
+
3258
+ - version ([9c36dfd](https://github.com/VirtoCommerce/vc-shell/commit/9c36dfd1b91d391763ae7576be6c2eedd65a4828))
3259
+
3260
+ ### Code Refactoring
3261
+
3262
+ - error interceptor ([5973936](https://github.com/VirtoCommerce/vc-shell/commit/5973936e1d85d8678e73a5e695fd91d0d77b9331))
3263
+
3264
+ ## [1.0.67](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.66...v1.0.67) (2023-04-18)
3265
+
3266
+ ### Bug Fixes
3267
+
3268
+ - base prop in app-switcher ([b797317](https://github.com/VirtoCommerce/vc-shell/commit/b797317c72b89fca50814c5c84ca472640e3bf04))
3269
+
3270
+ ## [1.0.66](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.65...v1.0.66) (2023-04-17)
3271
+
3272
+ ### Bug Fixes
3273
+
3274
+ - navigation fix ([5a0fd23](https://github.com/VirtoCommerce/vc-shell/commit/5a0fd23969922026b9fad467004dca89d4a9d105))
3275
+
3276
+ ## [1.0.65](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.64...v1.0.65) (2023-04-17)
3277
+
3278
+ ### Bug Fixes
3279
+
3280
+ - navigation fix ([7e062d9](https://github.com/VirtoCommerce/vc-shell/commit/7e062d9cab016faa2a6341961f0c857d930d016b))
3281
+
3282
+ ## [1.0.64](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.63...v1.0.64) (2023-04-14)
3283
+
3284
+ ### Bug Fixes
3285
+
3286
+ - querystring alias ([723bc10](https://github.com/VirtoCommerce/vc-shell/commit/723bc103687d07c350dd4a9720fe674a50e0e131))
3287
+
3288
+ ## [1.0.63](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.62...v1.0.63) (2023-04-14)
3289
+
3290
+ ### Features
3291
+
3292
+ - bulk delete in vc-table ([56e8a43](https://github.com/VirtoCommerce/vc-shell/commit/56e8a43dd079654a6ee6d45c1a543b9bbb591f36))
3293
+
3294
+ ## [1.0.62](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.61...v1.0.62) (2023-04-13)
3295
+
3296
+ ### Reverts
3297
+
3298
+ - vc-table without bulk delete ([ca2865b](https://github.com/VirtoCommerce/vc-shell/commit/ca2865bea4c5b9b72fc7b704dfc229f0762fa149))
3299
+
3300
+ ## [1.0.61](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.60...v1.0.61) (2023-04-13)
3301
+
3302
+ ### Features
3303
+
3304
+ - updated lerna and scripts ([0c73bc7](https://github.com/VirtoCommerce/vc-shell/commit/0c73bc70ed62932baf03d9e028f3d59dad056bf5))
3305
+ - improved api generation ([58f2ff6](https://github.com/VirtoCommerce/vc-shell/commit/58f2ff66155bc7d58a043bea13d9a46817c4f844))
3306
+ - ready for blade expanding ([e1e81ab](https://github.com/VirtoCommerce/vc-shell/commit/e1e81ab04742889179396cab4da1b1df2c3afcd3))
3307
+ - get rid of tsconfig.build ([722f4ce](https://github.com/VirtoCommerce/vc-shell/commit/722f4cef4cf022e2a18bc244392f208572679240))
3308
+ - components localization files ([5f3c881](https://github.com/VirtoCommerce/vc-shell/commit/5f3c881c910fd5bfab586204c4e1f29a5bb91de9))
3309
+ - some routing refactoring and fixes ([feb15d7](https://github.com/VirtoCommerce/vc-shell/commit/feb15d72258c48b14803c5f6ee9ef18afc13ff6d))
3310
+ - asset manager fix, table improvement, other fixes ([90425d5](https://github.com/VirtoCommerce/vc-shell/commit/90425d514714eac8e30712e8d61561d739a0b89d))
3311
+
3312
+ ### Bug Fixes
3313
+
3314
+ - storybook deps ([a61b6b7](https://github.com/VirtoCommerce/vc-shell/commit/a61b6b70cdc19151f7ed472e3f263bee7192a9fe))
3315
+ - removed console.log ([3040520](https://github.com/VirtoCommerce/vc-shell/commit/304052015aaa8917ba7f0119cdd9c0abf4435c69))
3316
+ - fixed modified state ([cae1e3d](https://github.com/VirtoCommerce/vc-shell/commit/cae1e3d62cb4528ec93572e67850b58c2c8fef76))
3317
+ - tailwind warning fix ([7d8d9c5](https://github.com/VirtoCommerce/vc-shell/commit/7d8d9c546a6440c89aac8328de90030d1a78e235))
3318
+ - deps revert ([6068096](https://github.com/VirtoCommerce/vc-shell/commit/6068096bdef9a3021208399a048e36d027304e89))
3319
+
3320
+ ### Code Refactoring
3321
+
3322
+ - changed logo event ([8a7e17d](https://github.com/VirtoCommerce/vc-shell/commit/8a7e17db7dddfb1c03e48231a3157bfe899ccf4c))
3323
+
3324
+ ## [1.0.60](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.59...v1.0.60) (2023-03-30)
3325
+
3326
+ ### Bug Fixes
3327
+
3328
+ - pk-223 ([c93149c](https://github.com/VirtoCommerce/vc-shell/commit/c93149c4bf65d3a536d4a69b8905671b2a80eb30))
3329
+ - vm-1134 ([3413aec](https://github.com/VirtoCommerce/vc-shell/commit/3413aec15023581cd77e32d71d4adc89c2ef3289))
3330
+ - assets disable save, vc-select improvement ([cc8858f](https://github.com/VirtoCommerce/vc-shell/commit/cc8858f2d933e4210c5125620706673ca6505995))
3331
+
3332
+ ## [1.0.59](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.58...v1.0.59) (2023-03-29)
3333
+
3334
+ ### Features
3335
+
3336
+ - pk-217 ([198e733](https://github.com/VirtoCommerce/vc-shell/commit/198e733b4e3fb91082a1fd74d65dacabe7305f82))
3337
+ - table drag'n'drop cols and rows indication ([5e5fde4](https://github.com/VirtoCommerce/vc-shell/commit/5e5fde4c1df98cfe81573e8c476dfd3c6ba8fec9))
3338
+ - vm-1127 vm-1128 vc-1121 vm-119 ([7c23ecc](https://github.com/VirtoCommerce/vc-shell/commit/7c23ecc699ef4851a2068b172f5871e18a94808c))
3339
+ - vm-1129 ([44c332e](https://github.com/VirtoCommerce/vc-shell/commit/44c332e28a6b1ab98e50c0957e74ec0d42fe48f5))
3340
+
3341
+ ### Bug Fixes
3342
+
3343
+ - pk-216 pk-215 ([d800f0c](https://github.com/VirtoCommerce/vc-shell/commit/d800f0c39fc7c0b8b211d3e8690139e0678dcc35))
3344
+ - checkbox click disable ([d29c64b](https://github.com/VirtoCommerce/vc-shell/commit/d29c64b7ce924e52a03f403df1fe6b93076605a2))
3345
+ - disabled click on table checkbox and actions ([c7a22c1](https://github.com/VirtoCommerce/vc-shell/commit/c7a22c1b6820b6b013347686537c254b5f918112))
3346
+ - fixed some bugs ([5aa4964](https://github.com/VirtoCommerce/vc-shell/commit/5aa4964e8f8081e0a2c790277ba5db4b0d99ec22))
3347
+ - vm-1121 ([26a8ce3](https://github.com/VirtoCommerce/vc-shell/commit/26a8ce3857c9bb3864d24c6a890af5ef7bf42bcd))
3348
+
3349
+ ## [1.0.58](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.57...v1.0.58) (2023-03-24)
3350
+
3351
+ ### Features
3352
+
3353
+ - assets manager/assets module, table fix ([e0d7e57](https://github.com/VirtoCommerce/vc-shell/commit/e0d7e572b2b8fa979895a4d6ab411cd82562e90f))
3354
+
3355
+ ### Bug Fixes
3356
+
3357
+ - fixed closing child blades ([8c3f853](https://github.com/VirtoCommerce/vc-shell/commit/8c3f853370f30b5c35fb2c3bcc03c59bab032838))
3358
+
3359
+ ## [1.0.57](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.56...v1.0.57) (2023-03-22)
3360
+
3361
+ ### Features
3362
+
3363
+ - added row reordering to vc-table ([85188f7](https://github.com/VirtoCommerce/vc-shell/commit/85188f75270386d577210df077d479a678ecafe6))
3364
+ - better define global components ([c34e37f](https://github.com/VirtoCommerce/vc-shell/commit/c34e37f9d1aa3a41fdc3a312ee24093569a61d03))
3365
+ - some types refactoring ([4c039ea](https://github.com/VirtoCommerce/vc-shell/commit/4c039ea4d304e76e3dacb960eaf65dd8700ea5d5))
3366
+
3367
+ ### Bug Fixes
3368
+
3369
+ - some fixes and up version ([ee3d33f](https://github.com/VirtoCommerce/vc-shell/commit/ee3d33f68015cf13cc250346a89c538a0218361b))
3370
+ - added code-editor export ([783c742](https://github.com/VirtoCommerce/vc-shell/commit/783c742fae9cceb6fb5f68218ad15e25e820fa5e))
3371
+
3372
+ ## [1.0.56](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.55...v1.0.56) (2023-03-20)
3373
+
3374
+ ### Features
3375
+
3376
+ - new toolbar in vc-editor, image-loader ([72a48fe](https://github.com/VirtoCommerce/vc-shell/commit/72a48fe6372851cff0e73ee73dca715dbca04539))
3377
+ - edit columns ([43fd8db](https://github.com/VirtoCommerce/vc-shell/commit/43fd8db02d2474a29768e961eb78e98d77c5814b))
3378
+ - improved table layout ([8011d16](https://github.com/VirtoCommerce/vc-shell/commit/8011d16041e610333ee8395676abbd98720489fe))
3379
+ - bugfixes and new editor component ([59ef67a](https://github.com/VirtoCommerce/vc-shell/commit/59ef67a2636099d622dad419e14acbc0aef17dca))
3380
+ - validation and refactoring ([ffc714a](https://github.com/VirtoCommerce/vc-shell/commit/ffc714a7f11afbf2b453686e41d0769243b9ff7a))
3381
+
3382
+ ### Bug Fixes
3383
+
3384
+ - actions fix ([0e9d133](https://github.com/VirtoCommerce/vc-shell/commit/0e9d1336953581f8ce34fc496b8de91a27cdacca))
3385
+ - return removed methods ([04aee29](https://github.com/VirtoCommerce/vc-shell/commit/04aee299011da8118f6fe089a8a2a7650ee7e124))
3386
+ - added placement update ([d31a60e](https://github.com/VirtoCommerce/vc-shell/commit/d31a60e97d0ef663107b20acb1371ad79aeb36ec))
3387
+ - new yarn.lock ([e7492af](https://github.com/VirtoCommerce/vc-shell/commit/e7492afe894926b839bef1ea9a58b86fd83ce1d1))
3388
+
3389
+ ## [1.0.55](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.54...v1.0.55) (2023-03-15)
3390
+
3391
+ ### Features
3392
+
3393
+ - table sorting/drag'n'drop/column edit ([e542e5c](https://github.com/VirtoCommerce/vc-shell/commit/e542e5c62f589d6d6a4e5d011289a0845bf1326b))
3394
+
3395
+ ## [1.0.54](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.53...v1.0.54) (2023-03-07)
3396
+
3397
+ ### Features
3398
+
3399
+ - global components refactoring, removed logger, new development flow, removed unnecessary deps ([e50bf7b](https://github.com/VirtoCommerce/vc-shell/commit/e50bf7b7b12287d278432a705971c761f847e16a))
3400
+ - deps new versions, vc-shell as ES module, config builder refactoring, new logger ([2cee26c](https://github.com/VirtoCommerce/vc-shell/commit/2cee26c6017b449481dd5c3562043b116a95387f))
3401
+
3402
+ ### Bug Fixes
3403
+
3404
+ - increase allowed line length to 120 ([28ac0d7](https://github.com/VirtoCommerce/vc-shell/commit/28ac0d7f77d64ea980666468d4ee194c7f3ffffb))
3405
+
3406
+ ## [1.0.53](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.52...v1.0.53) (2023-03-02)
3407
+
3408
+ ### Bug Fixes
3409
+
3410
+ - types fix/revert unwanted changes ([bf00500](https://github.com/VirtoCommerce/vc-shell/commit/bf00500be7ecdfea1f190556f2d933c2173e66c9))
3411
+
3412
+ ## [1.0.52](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.51...v1.0.52) (2023-03-02)
3413
+
3414
+ ### Features
3415
+
3416
+ - fully typed components ([8776b3c](https://github.com/VirtoCommerce/vc-shell/commit/8776b3cae31c4014a7e12167ba345c1c2a2bdceb))
3417
+
3418
+ ### Bug Fixes
3419
+
3420
+ - routing fix ([86f38c6](https://github.com/VirtoCommerce/vc-shell/commit/86f38c6a3c0ce2461fd0c49bd446f5c94c359d61))
3421
+
3422
+ ## [1.0.51](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.50...v1.0.51) (2023-03-02)
3423
+
3424
+ ### Bug Fixes
3425
+
3426
+ - shared tailwind styles ([9f9be99](https://github.com/VirtoCommerce/vc-shell/commit/9f9be99aa0709d7f5e3a056e7298cb64af8940ef))
3427
+
3428
+ ## [1.0.50](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.49...v1.0.50) (2023-03-01)
3429
+
3430
+ ### Features
3431
+
3432
+ - fully typed components ([8776b3c](https://github.com/VirtoCommerce/vc-shell/commit/8776b3cae31c4014a7e12167ba345c1c2a2bdceb))
3433
+
3434
+ ## [1.0.49](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.48...v1.0.49) (2023-02-27)
3435
+
3436
+ ### Bug Fixes
3437
+
3438
+ - removed peer deps ([87312c4](https://github.com/VirtoCommerce/vc-shell/commit/87312c4f11ca4009e17e1f60793a63eed9142b59))
3439
+ - typings ([b123505](https://github.com/VirtoCommerce/vc-shell/commit/b123505d6dd9e0b9f740ccd354ee760397454745))
3440
+ - build fix ([f0eea9e](https://github.com/VirtoCommerce/vc-shell/commit/f0eea9e0a5a42bc36b8aaf057e9f476372eb7f50))
3441
+ - unused var fix ([b0f62e9](https://github.com/VirtoCommerce/vc-shell/commit/b0f62e93adceb10d8c34ce61d18bb6a5622417c1))
3442
+ - attempt to fix type checking ([59e5874](https://github.com/VirtoCommerce/vc-shell/commit/59e5874a91f0cdbaae84db0608a8577e6eb5911f))
3443
+ - temporary disable checker ([bad403c](https://github.com/VirtoCommerce/vc-shell/commit/bad403c50a890749039c5b02828f6e28878427a5))
3444
+ - typeRoots ([24321ca](https://github.com/VirtoCommerce/vc-shell/commit/24321ca2cc3b83a358e06880e4c9ff416d1cd950))
3445
+ - typo ([ebb4f20](https://github.com/VirtoCommerce/vc-shell/commit/ebb4f207d714c42051626e600f883b4f87aa293c))
3446
+ - types in tsconfig ([c436813](https://github.com/VirtoCommerce/vc-shell/commit/c4368138e809d272c87ea2c264204ca2e716b3be))
3447
+ - typings ([b41d7ca](https://github.com/VirtoCommerce/vc-shell/commit/b41d7ca4b7a7967bc83c52a0810cfde77077747c))
3448
+
3449
+ ## [1.0.48](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.47...v1.0.48) (2023-02-27)
3450
+
3451
+ ### Features
3452
+
3453
+ - **moment:** add precise duration formatting (#156) ([ab24d01](https://github.com/VirtoCommerce/vc-shell/commit/ab24d01380605a2c55b243853395574c1e4cf111))
3454
+
3455
+ ### Bug Fixes
3456
+
3457
+ - slider fix ([52586c4](https://github.com/VirtoCommerce/vc-shell/commit/52586c45a2afccad5d9d4afa4e830389ec3b192f))
3458
+
3459
+ ## [1.0.47](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.46...v1.0.47) (2023-02-22)
3460
+
3461
+ ### Bug Fixes
3462
+
3463
+ - fixed types ([88c89e2](https://github.com/VirtoCommerce/vc-shell/commit/88c89e20430bbd727827ba82ca3427f11aff0c1c))
3464
+
3465
+ ## [1.0.46](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.45...v1.0.46) (2023-02-16)
3466
+
3467
+ ### Bug Fixes
3468
+
3469
+ - tailwind blade fix ([ffdbf5a](https://github.com/VirtoCommerce/vc-shell/commit/ffdbf5a8ee00d4fb2a77d185b271dfbf048e9961))
3470
+
3471
+ ## [1.0.45](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.44...v1.0.45) (2023-02-15)
3472
+
3473
+ ### Features
3474
+
3475
+ - version up ([dd20390](https://github.com/VirtoCommerce/vc-shell/commit/dd203905f203990f31e1dd57c16ed6fe43ac0b4b))
3476
+
3477
+ ### Bug Fixes
3478
+
3479
+ - list price column in offers ([e03af66](https://github.com/VirtoCommerce/vc-shell/commit/e03af662dfcff71b2cd1a98fdd2a684baa922317))
3480
+
3481
+ ## [1.0.44](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.43...v1.0.44) (2023-02-08)
3482
+
3483
+ ### Bug Fixes
3484
+
3485
+ - version (#153) ([2a9b571](https://github.com/VirtoCommerce/vc-shell/commit/2a9b57151e66df6608e13dd101ce0844fe315f7e))
3486
+
3487
+ ## [1.0.43](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.42...v1.0.43) (2023-02-02)
3488
+
3489
+ **Note:** Version bump only for package @vc-shell/framework
3490
+
3491
+ ## [1.0.42](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.41...v1.0.42) (2023-02-02)
3492
+
3493
+ ### Features
3494
+
3495
+ - add composables for popular code duplicates (#152) ([da9d3f3](https://github.com/VirtoCommerce/vc-shell/commit/da9d3f300e43d536c563bb5ca1214ec8b54fefa3))
3496
+
3497
+ ## [1.0.41](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.40...v1.0.41) (2023-01-20)
3498
+
3499
+ ### Features
3500
+
3501
+ - extended customization ([07275b8](https://github.com/VirtoCommerce/vc-shell/commit/07275b862e8fddfe01ab9ceabca85f4e1449cace))
3502
+
3503
+ ## [1.0.40](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.39...v1.0.40) (2023-01-17)
3504
+
3505
+ ### Features
3506
+
3507
+ - extended customization ([f67cefc](https://github.com/VirtoCommerce/vc-shell/commit/f67cefcd836868cf2e24df3313eb3edc3bfd2635))
3508
+ - extended customization ([38183ee](https://github.com/VirtoCommerce/vc-shell/commit/38183ee829836e44644864f7036c7eb18653d291))
3509
+ - completed UI inputs refactoring ([c1a3f17](https://github.com/VirtoCommerce/vc-shell/commit/c1a3f17525f3287a76426fcf065aae674ad808ce))
3510
+ - new input and select component ([c5b9bc4](https://github.com/VirtoCommerce/vc-shell/commit/c5b9bc4657a33eb0a141c7ed113b53815df91338))
3511
+
3512
+ ### Bug Fixes
3513
+
3514
+ - components refactoring ([3eccded](https://github.com/VirtoCommerce/vc-shell/commit/3eccdeddaa04d208793a3408847aca298be95ee9))
3515
+ - useBladeNavigation parent routing error fix ([7e03eff](https://github.com/VirtoCommerce/vc-shell/commit/7e03effef5961aa0e23d5db337eda6b36563922e))
3516
+
3517
+ ## [1.0.39](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.38...v1.0.39) (2022-12-12)
3518
+
3519
+ ### Features
3520
+
3521
+ - completed validation refactoring ([5d673fc](https://github.com/VirtoCommerce/vc-shell/commit/5d673fc2a3fdf8cc239171bf94b70ca621268a8e))
3522
+ - validation draft ([ed7c743](https://github.com/VirtoCommerce/vc-shell/commit/ed7c7439147d9cd37a08cd8097891cc889c1f592))
3523
+
3524
+ ### Bug Fixes
3525
+
3526
+ - refactored aliases, main blade expanded fix/param fix, eslint config in framework ([673b714](https://github.com/VirtoCommerce/vc-shell/commit/673b7144abb98aa66cf4c13f54d457a78213dcf4))
3527
+ - removed console.log ([f5c6001](https://github.com/VirtoCommerce/vc-shell/commit/f5c60017d72c115cfd8b83624175fcd8b0180cf7))
3528
+
3529
+ ## [1.0.38](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.37...v1.0.38) (2022-12-05)
3530
+
3531
+ ### Features
3532
+
3533
+ - navigation and component types, fixes and improvements ([de303e0](https://github.com/VirtoCommerce/vc-shell/commit/de303e0519e9212e692501132257903e88572d4f))
3534
+ - merged framework library ([46a2691](https://github.com/VirtoCommerce/vc-shell/commit/46a26910b5c437fddec8d280445209999ff77240))
3535
+ - app switcher ([dd7f478](https://github.com/VirtoCommerce/vc-shell/commit/dd7f4789849f6a8a39c95672246140e607c7e287))
3536
+ - app switcher ([a214461](https://github.com/VirtoCommerce/vc-shell/commit/a21446130ca7def12cd4aef9a4feb0aa66e813b1))
3537
+ - small refactoring ([721448f](https://github.com/VirtoCommerce/vc-shell/commit/721448f4398a179a77b70e1992873771c13ff3c8))
3538
+ - combined vue router + custom ([6d1b6d3](https://github.com/VirtoCommerce/vc-shell/commit/6d1b6d31defe685253dc53f3e761784208f1e92b))
3539
+ - combined vue router + custom ([762edea](https://github.com/VirtoCommerce/vc-shell/commit/762edeaa3cef2d80e68c53ce5605b4e2d3aedf63))
3540
+ - app switcher component, tailwind classes refactoring ([1f25176](https://github.com/VirtoCommerce/vc-shell/commit/1f25176ee0594af1f44ec17268af704c4c1da03f))
3541
+
3542
+ ### Bug Fixes
3543
+
3544
+ - navigation fix w/o navigationCB ([66f27e3](https://github.com/VirtoCommerce/vc-shell/commit/66f27e306011d994bb2f0eb31d4cf54383b92c0a))
3545
+ - removed app switcher item description ([dc4ce9c](https://github.com/VirtoCommerce/vc-shell/commit/dc4ce9c3114a86bec23a18941c31351198f3e2c5))
3546
+ - switcher width ([6ee568c](https://github.com/VirtoCommerce/vc-shell/commit/6ee568c4a23182dc47cb27e8f94e6ff6c8fff972))
3547
+ - removed api factories ([bb54dc1](https://github.com/VirtoCommerce/vc-shell/commit/bb54dc10a0e004cc22ed9f66686c41cedd0c14a5))
3548
+ - some fixes ([7f17c63](https://github.com/VirtoCommerce/vc-shell/commit/7f17c63592180532ac21ee62dd327bda37d5eb29))
3549
+
3550
+ ## [1.0.37](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.36...v1.0.37) (2022-11-22)
3551
+
3552
+ **Note:** Version bump only for package @vc-shell/framework
3553
+
3554
+ ## [1.0.36](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.35...v1.0.36) (2022-11-21)
3555
+
3556
+ **Note:** Version bump only for package @vc-shell/framework
3557
+
3558
+ ## [1.0.35](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.34...v1.0.35) (2022-11-15)
3559
+
3560
+ ### Bug Fixes
3561
+
3562
+ - remove unwanted gitHead ([3ec4f11](https://github.com/VirtoCommerce/vc-shell/commit/3ec4f115d030375da0b1675be645bad43ee9c544))
3563
+
3564
+ ## [1.0.34](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.33...v1.0.34) (2022-11-15)
3565
+
3566
+ ### Features
3567
+
3568
+ - request refactoring ([415131a](https://github.com/VirtoCommerce/vc-shell/commit/415131a5874ed14886ffb6398e2cad9606162fbf))
3569
+
3570
+ ### Bug Fixes
3571
+
3572
+ - vc-input validation rules (#141) ([666441b](https://github.com/VirtoCommerce/vc-shell/commit/666441be57c177b49d7fb5094198e2e13039d4b2))
3573
+ - vuedraggable fix ([e5a78c1](https://github.com/VirtoCommerce/vc-shell/commit/e5a78c19a6581c7e545163731a13b16b7bbf104d))
3574
+ - vuedraggable fix ([f449489](https://github.com/VirtoCommerce/vc-shell/commit/f4494896149c50c2ef27bca82f87b45266e36807))
3575
+
3576
+ ## [1.0.33](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.32...v1.0.33) (2022-10-24)
3577
+
3578
+ ### Bug Fixes
3579
+
3580
+ - vuedraggable fix ([cbeeaae](https://github.com/VirtoCommerce/vc-shell/commit/cbeeaae13805b4b933b1bdb696585eb208aed445))
3581
+ - vuedraggable fix ([cac509c](https://github.com/VirtoCommerce/vc-shell/commit/cac509c2a3fa5cfbd1cf532e5cc8ec0e0d85ea15))
3582
+
3583
+ ## [1.0.32](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.31...v1.0.32) (2022-10-20)
3584
+
3585
+ ### Bug Fixes
3586
+
3587
+ - api client generation ([a8919a0](https://github.com/VirtoCommerce/vc-shell/commit/a8919a014f17bd1a737b6f4ff151fbdb4ced3ebb))
3588
+
3589
+ ## [1.0.31](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.30...v1.0.31) (2022-10-14)
3590
+
3591
+ **Note:** Version bump only for package @vc-shell/framework
3592
+
3593
+ ## [1.0.30](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.29...v1.0.30) (2022-10-14)
3594
+
3595
+ ### Features
3596
+
3597
+ - full lib content to npm ([28cc487](https://github.com/VirtoCommerce/vc-shell/commit/28cc4874abb7806e073c976cd12baf1f8bd22f1a))
3598
+
3599
+ ## [1.0.29](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.28...v1.0.29) (2022-10-14)
3600
+
3601
+ ### Features
3602
+
3603
+ - rating component (#136) ([f3ea347](https://github.com/VirtoCommerce/vc-shell/commit/f3ea3478eecd2e5f4bcc058c9569597b6c5c77ff))
3604
+ - pseudo-monorepo ([a7f7a4a](https://github.com/VirtoCommerce/vc-shell/commit/a7f7a4a8b09739e1755d0cf065fd798c9d66f3aa))
3605
+
3606
+ ## [1.0.28](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.27...v1.0.28) (2022-10-10)
3607
+
3608
+ ### Features
3609
+
3610
+ - merge autosave ([8cb20db](https://github.com/VirtoCommerce/vc-shell/commit/8cb20dbd45e990cadcf8eb3b28e4bf463135c397))
3611
+
3612
+ ### Bug Fixes
3613
+
3614
+ - signIn issue ([c54ae9a](https://github.com/VirtoCommerce/vc-shell/commit/c54ae9aacbab57b5c650304bb2aa9bbb40b85227))
3615
+
3616
+ ## [1.0.27](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.26...v1.0.27) (2022-10-07)
3617
+
3618
+ ### Bug Fixes
3619
+
3620
+ - fix sharing auth data ([6493fc1](https://github.com/VirtoCommerce/vc-shell/commit/6493fc1691925e9dc91061428f42c3e8fbfbe35a))
3621
+
3622
+ ## [1.0.26](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.25...v1.0.26) (2022-10-07)
3623
+
3624
+ ### Bug Fixes
3625
+
3626
+ - local storage auth key ([5d999d6](https://github.com/VirtoCommerce/vc-shell/commit/5d999d60cf465bca29db559a9ea9312857f9ecb2))
3627
+
3628
+ ## [1.0.25](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.24...v1.0.25) (2022-10-07)
3629
+
3630
+ ### Features
3631
+
3632
+ - share auth data between platform manager and custom apps ([c466d00](https://github.com/VirtoCommerce/vc-shell/commit/c466d00b341e8e3d9dc7d6861449daad64d9b1c7))
3633
+
3634
+ ## [1.0.24](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.23...v1.0.24) (2022-10-06)
3635
+
3636
+ **Note:** Version bump only for package @vc-shell/framework
3637
+
3638
+ ## [1.0.23](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.22...v1.0.23) (2022-10-06)
3639
+
3640
+ ### Bug Fixes
3641
+
3642
+ - rename virto-shell -> virtocommerce ([ba74f8f](https://github.com/VirtoCommerce/vc-shell/commit/ba74f8fb7fcb61744f2348e8521dfae77775418b))
3643
+ - build ([6be999b](https://github.com/VirtoCommerce/vc-shell/commit/6be999b2f13aa8a040374f668b8b71450e7c8c6b))
3644
+
3645
+ ## [1.0.22](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.21...v1.0.22) (2022-09-29)
3646
+
3647
+ **Note:** Version bump only for package @vc-shell/framework
3648
+
3649
+ ## [1.0.21](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.20...v1.0.21) (2022-09-14)
3650
+
3651
+ ### Features
3652
+
3653
+ - vm-801 1042 800 569 1043 914 814 1054 920 1019 ([8bf48a3](https://github.com/VirtoCommerce/vc-shell/commit/8bf48a32989c1b64b2aac4a5bc96b9bdcf7f995a))
3654
+ - vm-741 893 1005 1019 1021 513 978 914 920 828 963 755 ([b8b2cda](https://github.com/VirtoCommerce/vc-shell/commit/b8b2cdaedf32128b35c04d85689eb3203057b7d0))
3655
+
3656
+ ## [1.0.20](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.19...v1.0.20) (2022-09-06)
3657
+
3658
+ **Note:** Version bump only for package @vc-shell/framework
3659
+
3660
+ ## [1.0.19](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.17...v1.0.19) (2022-08-30)
3661
+
3662
+ **Note:** Version bump only for package @vc-shell/framework
3663
+
3664
+ ## [1.0.17](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.16...v1.0.17) (2022-08-05)
3665
+
3666
+ ### Bug Fixes
3667
+
3668
+ - permissions fix ([d53c3c3](https://github.com/VirtoCommerce/vc-shell/commit/d53c3c39196e9a8aa5dac6b223bbfb81b5a5f54c))
3669
+
3670
+ ## [1.0.16](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.14...v1.0.16) (2022-08-05)
3671
+
3672
+ **Note:** Version bump only for package @vc-shell/framework
3673
+
3674
+ ## [1.0.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.13...v1.0.14) (2022-08-04)
3675
+
3676
+ ### Features
3677
+
3678
+ - version up ([85d5ab5](https://github.com/VirtoCommerce/vc-shell/commit/85d5ab59926cc4fe8c2e6464a0d6cb1e849c975d))
3679
+ - vm-902 ([0f2fea6](https://github.com/VirtoCommerce/vc-shell/commit/0f2fea663a12fcd393a9b5567e69cf15bc42583f))
3680
+ - vm-679, vm-814, vm-807, vc-selector refactoring ([d3426f2](https://github.com/VirtoCommerce/vc-shell/commit/d3426f2bd034e5971d6cc33af5e8f22ce65e27c0))
3681
+ - new selector ([0880668](https://github.com/VirtoCommerce/vc-shell/commit/0880668fab57925296fd6b4725d9c50157da3b08))
3682
+ - new selector ([07ce374](https://github.com/VirtoCommerce/vc-shell/commit/07ce3748aa03cedb2a7d25e2a0b1f798374fed94))
3683
+ - new selector ([d600bb9](https://github.com/VirtoCommerce/vc-shell/commit/d600bb9b6aadf1b1716decd6ba3a0c9fef4e5ec7))
3684
+ - generate API clients from command line ([d8c1870](https://github.com/VirtoCommerce/vc-shell/commit/d8c1870aa38f4376181a584c3259aae3f547d792))
3685
+
3686
+ ### Bug Fixes
3687
+
3688
+ - refactoring ([d20e1cd](https://github.com/VirtoCommerce/vc-shell/commit/d20e1cd36cf7e85e4dc7ca89a1599194619d353a))
3689
+ - baseUrl ([7306cf9](https://github.com/VirtoCommerce/vc-shell/commit/7306cf9f3218f6cbab639a460b982e4bd7e1220c))
3690
+ - shorter human-readable names ([23033f7](https://github.com/VirtoCommerce/vc-shell/commit/23033f77aa6f6788b4e2ef1353a3c14cc6fe7392))
3691
+ - merge main branch ([2af0145](https://github.com/VirtoCommerce/vc-shell/commit/2af0145f565a1fefd9d55995bb7d4793a666e33a))
3692
+
3693
+ ## [1.0.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.12...v1.0.13) (2022-07-14)
3694
+
3695
+ ### Features
3696
+
3697
+ - product details improvements (#120) ([199455c](https://github.com/VirtoCommerce/vc-shell/commit/199455c88ff1b932d2ab5e79a0f40485cdb5e181))
3698
+ - npm publish configuration ([41e3ff8](https://github.com/VirtoCommerce/vc-shell/commit/41e3ff8c04eccff1ed9a934c5a3457aec26a32dc))
3699
+
3700
+ ## [1.0.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.11...v1.0.12) (2022-07-12)
3701
+
3702
+ **Note:** Version bump only for package @vc-shell/framework
3703
+
3704
+ ## [1.0.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.10...v1.0.11) (2022-07-08)
3705
+
3706
+ ### Features
3707
+
3708
+ - org page ([9aa669f](https://github.com/VirtoCommerce/vc-shell/commit/9aa669f2430857f1d599e8b57425ad2ba7d8758a))
3709
+ - org page ([d058bfc](https://github.com/VirtoCommerce/vc-shell/commit/d058bfcf414550707db7c2a39d76fa5a513a1350))
3710
+
3711
+ ## [1.0.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.9...v1.0.10) (2022-06-29)
3712
+
3713
+ **Note:** Version bump only for package @vc-shell/framework
3714
+
3715
+ ## [1.0.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.8...v1.0.9) (2022-06-21)
3716
+
3717
+ **Note:** Version bump only for package @vc-shell/framework
3718
+
3719
+ ## [1.0.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.7...v1.0.8) (2022-06-16)
3720
+
3721
+ **Note:** Version bump only for package @vc-shell/framework
3722
+
3723
+ ## [1.0.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.6...v1.0.7) (2022-06-09)
3724
+
3725
+ **Note:** Version bump only for package @vc-shell/framework
3726
+
3727
+ ## [1.0.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.5...v1.0.6) (2022-06-09)
3728
+
3729
+ **Note:** Version bump only for package @vc-shell/framework
3730
+
3731
+ ## [1.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.4...v1.0.5) (2022-06-07)
3732
+
3733
+ **Note:** Version bump only for package @vc-shell/framework
3734
+
3735
+ ## [1.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.3...v1.0.4) (2022-06-03)
3736
+
3737
+ **Note:** Version bump only for package @vc-shell/framework
3738
+
3739
+ ## [1.0.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.2...v1.0.3) (2022-05-30)
3740
+
3741
+ **Note:** Version bump only for package @vc-shell/framework
3742
+
3743
+ ## [1.0.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.1...v1.0.2) (2022-05-25)
3744
+
3745
+ **Note:** Version bump only for package @vc-shell/framework
3746
+
3747
+ ## [1.0.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.0...v1.0.1) (2022-05-24)
3748
+
3749
+ **Note:** Version bump only for package @vc-shell/framework
3750
+
3751
+ ## [1.0.0](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.20...v1.0.0) (2022-05-13)
3752
+
3753
+ **Note:** Version bump only for package @vc-shell/framework
3754
+
3755
+ ## [0.1.20](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.19...v0.1.20) (2022-04-27)
3756
+
3757
+ **Note:** Version bump only for package @vc-shell/framework
3758
+
3759
+ ## [0.1.19](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.18...v0.1.19) (2022-04-19)
3760
+
3761
+ **Note:** Version bump only for package @vc-shell/framework
3762
+
3763
+ ## [0.1.18](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.17...v0.1.18) (2022-04-15)
3764
+
3765
+ **Note:** Version bump only for package @vc-shell/framework
3766
+
3767
+ ## [0.1.17](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.16...v0.1.17) (2022-04-15)
3768
+
3769
+ **Note:** Version bump only for package @vc-shell/framework
3770
+
3771
+ ## [0.1.16](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.15...v0.1.16) (2022-04-15)
3772
+
3773
+ **Note:** Version bump only for package @vc-shell/framework
3774
+
3775
+ ## [0.1.15](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.14...v0.1.15) (2022-04-15)
3776
+
3777
+ **Note:** Version bump only for package @vc-shell/framework
3778
+
3779
+ ## [0.1.14](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.13...v0.1.14) (2022-04-15)
3780
+
3781
+ ### Features
3782
+
3783
+ - cli config generation lib ([4630d4f](https://github.com/VirtoCommerce/vc-shell/commit/4630d4f055e8300eaf69d8e0f5ac94fa31c91703))
3784
+ - new order notification ([1503ced](https://github.com/VirtoCommerce/vc-shell/commit/1503ced87cf3dc972b6a54a10cd593ff28ff92ea))
3785
+ - multivalue dictionary, bugfixes, removed import profile name ([13067e6](https://github.com/VirtoCommerce/vc-shell/commit/13067e603d8f24b60a85a98b1232b7f4d35002e1))
3786
+
3787
+ ### Bug Fixes
3788
+
3789
+ - template fix ([07b1fd3](https://github.com/VirtoCommerce/vc-shell/commit/07b1fd3f75022ac9b7e130774b1475d4e9239649))
3790
+ - ws while dev, push fix ([ec86b1e](https://github.com/VirtoCommerce/vc-shell/commit/ec86b1e9376e6030fad59cf97b44d845a486f5e1))
3791
+
3792
+ ## [0.1.13](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.12...v0.1.13) (2022-04-14)
3793
+
3794
+ **Note:** Version bump only for package @vc-shell/framework
3795
+
3796
+ ## [0.1.12](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.11...v0.1.12) (2022-04-07)
3797
+
3798
+ **Note:** Version bump only for package @vc-shell/framework
3799
+
3800
+ ## [0.1.11](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.10...v0.1.11) (2022-04-05)
3801
+
3802
+ **Note:** Version bump only for package @vc-shell/framework
3803
+
3804
+ ## [0.1.10](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.9...v0.1.10) (2022-04-04)
3805
+
3806
+ **Note:** Version bump only for package @vc-shell/framework
3807
+
3808
+ ## [0.1.9](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.8...v0.1.9) (2022-04-01)
3809
+
3810
+ **Note:** Version bump only for package @vc-shell/framework
3811
+
3812
+ ## [0.1.8](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.7...v0.1.8) (2022-03-29)
3813
+
3814
+ **Note:** Version bump only for package @vc-shell/framework
3815
+
3816
+ ## [0.1.7](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.6...v0.1.7) (2022-03-17)
3817
+
3818
+ **Note:** Version bump only for package @vc-shell/framework
3819
+
3820
+ ## [0.1.6](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.5...v0.1.6) (2022-03-16)
3821
+
3822
+ **Note:** Version bump only for package @vc-shell/framework
3823
+
3824
+ ## [0.1.5](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.4...v0.1.5) (2022-03-16)
3825
+
3826
+ **Note:** Version bump only for package @vc-shell/framework
3827
+
3828
+ ## [0.1.4](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.3...v0.1.4) (2022-03-16)
3829
+
3830
+ **Note:** Version bump only for package @vc-shell/framework
3831
+
3832
+ ## [0.1.3](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.2...v0.1.3) (2022-03-14)
3833
+
3834
+ **Note:** Version bump only for package @vc-shell/framework
3835
+
3836
+ ## [0.1.2](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.1...v0.1.2) (2022-03-10)
3837
+
3838
+ **Note:** Version bump only for package @vc-shell/framework
3839
+
3840
+ ## [0.1.1](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.123...v0.1.1) (2022-03-10)
3841
+
3842
+ **Note:** Version bump only for package @vc-shell/framework
3843
+
3844
+ ## [0.0.123](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.122...v0.0.123) (2022-03-04)
3845
+
3846
+ ### Bug Fixes
3847
+
3848
+ - dynamic name fix ([b083495](https://github.com/VirtoCommerce/vc-shell/commit/b0834951087f720562f28fc78a28a69ea0e65cb9))
3849
+ - required key change ([5de380f](https://github.com/VirtoCommerce/vc-shell/commit/5de380f3a2f1493a3a45b1f1199aaa9cb224df76))
3850
+ - dictionary ([65127f9](https://github.com/VirtoCommerce/vc-shell/commit/65127f97d597e4dc7224c70c04902399b0c05adf))
3851
+
3852
+ ## [0.0.122](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.121...v0.0.122) (2022-02-28)
3853
+
3854
+ **Note:** Version bump only for package @vc-shell/framework
3855
+
3856
+ ## [0.0.121](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.120...v0.0.121) (2022-02-24)
3857
+
3858
+ **Note:** Version bump only for package @vc-shell/framework
3859
+
3860
+ ## [0.0.120](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.119...v0.0.120) (2022-02-17)
3861
+
3862
+ **Note:** Version bump only for package @vc-shell/framework
3863
+
3864
+ ## [0.0.119](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.117...v0.0.119) (2022-02-16)
3865
+
3866
+ **Note:** Version bump only for package @vc-shell/framework
3867
+
3868
+ ## [0.0.117](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.116...v0.0.117) (2022-02-16)
3869
+
3870
+ **Note:** Version bump only for package @vc-shell/framework
3871
+
3872
+ ## [0.0.116](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.115...v0.0.116) (2022-02-14)
3873
+
3874
+ **Note:** Version bump only for package @vc-shell/framework
3875
+
3876
+ ## [0.0.115](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.114...v0.0.115) (2022-02-04)
3877
+
3878
+ **Note:** Version bump only for package @vc-shell/framework
3879
+
3880
+ ## [0.0.114](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.113...v0.0.114) (2022-02-03)
3881
+
3882
+ **Note:** Version bump only for package @vc-shell/framework
3883
+
3884
+ ## [0.0.113](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.112...v0.0.113) (2022-02-03)
3885
+
3886
+ **Note:** Version bump only for package @vc-shell/framework
3887
+
3888
+ ## [0.0.112](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.111...v0.0.112) (2022-02-03)
3889
+
3890
+ **Note:** Version bump only for package @vc-shell/framework
3891
+
3892
+ ## [0.0.111](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.110...v0.0.111) (2022-01-31)
3893
+
3894
+ **Note:** Version bump only for package @vc-shell/framework
3895
+
3896
+ ## [0.0.110](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.109...v0.0.110) (2022-01-31)
3897
+
3898
+ **Note:** Version bump only for package @vc-shell/framework
3899
+
3900
+ ## [0.0.109](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.108...v0.0.109) (2022-01-28)
3901
+
3902
+ **Note:** Version bump only for package @vc-shell/framework
3903
+
3904
+ ## [0.0.108](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.107...v0.0.108) (2022-01-24)
3905
+
3906
+ **Note:** Version bump only for package @vc-shell/framework
3907
+
3908
+ ## [0.0.107](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.106...v0.0.107) (2022-01-20)
3909
+
3910
+ **Note:** Version bump only for package @vc-shell/framework
3911
+
3912
+ ## [0.0.106](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.105...v0.0.106) (2022-01-10)
3913
+
3914
+ **Note:** Version bump only for package @vc-shell/framework
3915
+
3916
+ ## [0.0.105](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.104...v0.0.105) (2021-12-30)
3917
+
3918
+ **Note:** Version bump only for package @vc-shell/framework
3919
+
3920
+ ## [0.0.104](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.103...v0.0.104) (2021-12-29)
3921
+
3922
+ **Note:** Version bump only for package @vc-shell/framework
3923
+
3924
+ ## [0.0.103](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.102...v0.0.103) (2021-12-28)
3925
+
3926
+ **Note:** Version bump only for package @vc-shell/framework
3927
+
3928
+ ## [0.0.102](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.101...v0.0.102) (2021-12-27)
3929
+
3930
+ **Note:** Version bump only for package @vc-shell/framework
3931
+
3932
+ ## [0.0.101](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.100...v0.0.101) (2021-12-24)
3933
+
3934
+ ### Bug Fixes
3935
+
3936
+ - **ui:** deps ([3b5a375](https://github.com/VirtoCommerce/vc-shell/commit/3b5a375f5794cf1c87d042f0e541f3badfe66f47))
3937
+
3938
+ ## [0.0.100](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.99...v0.0.100) (2021-12-24)
3939
+
3940
+ **Note:** Version bump only for package @vc-shell/framework
3941
+
3942
+ ## [0.0.99](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.98...v0.0.99) (2021-12-15)
3943
+
3944
+ **Note:** Version bump only for package @vc-shell/framework
3945
+
3946
+ ## [0.0.98](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.97...v0.0.98) (2021-12-15)
3947
+
3948
+ **Note:** Version bump only for package @vc-shell/framework
3949
+
3950
+ ## [0.0.97](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.96...v0.0.97) (2021-12-15)
3951
+
3952
+ **Note:** Version bump only for package @vc-shell/framework
3953
+
3954
+ ## [0.0.96](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.95...v0.0.96) (2021-12-13)
3955
+
3956
+ **Note:** Version bump only for package @vc-shell/framework
3957
+
3958
+ ## [0.0.95](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.94...v0.0.95) (2021-12-07)
3959
+
3960
+ **Note:** Version bump only for package @vc-shell/framework
3961
+
3962
+ ## [0.0.94](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.93...v0.0.94) (2021-12-07)
3963
+
3964
+ **Note:** Version bump only for package @vc-shell/framework
3965
+
3966
+ ## [0.0.93](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.92...v0.0.93) (2021-12-07)
3967
+
3968
+ **Note:** Version bump only for package @vc-shell/framework
3969
+
3970
+ ## [0.0.92](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.91...v0.0.92) (2021-12-04)
3971
+
3972
+ **Note:** Version bump only for package @vc-shell/framework
3973
+
3974
+ ## [0.0.91](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.90...v0.0.91) (2021-12-03)
3975
+
3976
+ ### Features
3977
+
3978
+ - vm-271 removed currency sign ([579257b](https://github.com/VirtoCommerce/vc-shell/commit/579257bab5ba9b44cb59590f6c989cbb81c16444))
3979
+ - vm-271 fixes ([62c75ee](https://github.com/VirtoCommerce/vc-shell/commit/62c75ee93f85c86f9d9eb9c1fd17aeacf197aade))
3980
+ - vm-271 fixes ([3eb887d](https://github.com/VirtoCommerce/vc-shell/commit/3eb887d3f416977cfd1f1e0ba2f106f1dae3b60a))
3981
+ - vm-271 input fix ([0b1b538](https://github.com/VirtoCommerce/vc-shell/commit/0b1b5388560a7f9346c8ab666f0303247c74f2a3))
3982
+ - vm-271 ([3f9dd6d](https://github.com/VirtoCommerce/vc-shell/commit/3f9dd6d443ea16fbba61e1efb2da2244abd4bc10))
3983
+
3984
+ ## [0.0.90](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.89...v0.0.90) (2021-12-02)
3985
+
3986
+ **Note:** Version bump only for package @vc-shell/framework
3987
+
3988
+ ## [0.0.89](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.88...v0.0.89) (2021-12-02)
3989
+
3990
+ ### Bug Fixes
3991
+
3992
+ - vm-100 tooltip disabled state ([f7c5527](https://github.com/VirtoCommerce/vc-shell/commit/f7c55271dafb439a44a59683389c007a92f7ae2b))
3993
+
3994
+ ## [0.0.88](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.87...v0.0.88) (2021-12-02)
3995
+
3996
+ ### Features
3997
+
3998
+ - vm-100 fix: vm-336 ([3533d23](https://github.com/VirtoCommerce/vc-shell/commit/3533d234d4ded877fb3eecaa3046d2738fda2d8c))
3999
+
4000
+ ### Bug Fixes
4001
+
4002
+ - vm-100 tooltip disabled state ([0775fee](https://github.com/VirtoCommerce/vc-shell/commit/0775fee621febcd2ab735204672eb53fb4153319))
4003
+ - vm-100 tooltip positioning on scroll ([5a46ced](https://github.com/VirtoCommerce/vc-shell/commit/5a46ceda3ec24b23200e0e5c4d3f6e13deb7c87f))
4004
+ - vm-100 tooltip positioning on scroll ([a262292](https://github.com/VirtoCommerce/vc-shell/commit/a26229246f9a2ada8d35e0767f6c2bd5c3d3d22e))
4005
+ - vm-100 tooltip positioning on scroll ([5db55b9](https://github.com/VirtoCommerce/vc-shell/commit/5db55b998576cee79e0b81d48005a36b044fca90))
4006
+ - vm-336 toolbar init value ([fc921fc](https://github.com/VirtoCommerce/vc-shell/commit/fc921fcb1be877a514685e36e433abcf7a7b22fb))
4007
+ - vm-346, vm-280, vm-267 ([29c74a1](https://github.com/VirtoCommerce/vc-shell/commit/29c74a1f51dba58b61c46e14076592488322d1d8))
4008
+ - vm-346, vm-280, vm-267 ([96061ce](https://github.com/VirtoCommerce/vc-shell/commit/96061ce6195ced76ec1e543ef09754ce49e6b5f1))
4009
+
4010
+ ## [0.0.87](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.86...v0.0.87) (2021-12-01)
4011
+
4012
+ **Note:** Version bump only for package @vc-shell/framework
4013
+
4014
+ ## [0.0.86](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.85...v0.0.86) (2021-12-01)
4015
+
4016
+ ### Bug Fixes
4017
+
4018
+ - build failure ([9911a30](https://github.com/VirtoCommerce/vc-shell/commit/9911a307973c6a55b324f857a577afec4c54a669))
4019
+
4020
+ ## [0.0.85](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.84...v0.0.85) (2021-12-01)
4021
+
4022
+ ### Bug Fixes
4023
+
4024
+ - vm-346, vm-280, vm-267 ([5859b36](https://github.com/VirtoCommerce/vc-shell/commit/5859b36b1e88414e83a36589b3ae0c4f95763d93))
4025
+ - vm-346, vm-280, vm-267 ([803c581](https://github.com/VirtoCommerce/vc-shell/commit/803c581e723feed4a8430d078b27b3e70db2a763))
4026
+
4027
+ ## [0.0.84](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.83...v0.0.84) (2021-11-26)
4028
+
4029
+ ### Features
4030
+
4031
+ - signalr push notifications ([3a4e327](https://github.com/VirtoCommerce/vc-shell/commit/3a4e32707147ae36f91648242d7db12d83ee367e))
4032
+
4033
+ ## [0.0.83](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.82...v0.0.83) (2021-11-24)
4034
+
4035
+ ### Features
4036
+
4037
+ - dynamic property select search ([02b7726](https://github.com/VirtoCommerce/vc-shell/commit/02b77266eed60282fe2cb6591344d77439f287ce))
4038
+
4039
+ ## [0.0.82](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.81...v0.0.82) (2021-11-24)
4040
+
4041
+ ### Features
4042
+
4043
+ - signalr integration (WIP) ([1db00e8](https://github.com/VirtoCommerce/vc-shell/commit/1db00e835c2a6a62338d62934da317aa8c1ddf98))
4044
+
4045
+ ## [0.0.81](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.80...v0.0.81) (2021-11-23)
4046
+
4047
+ ### Bug Fixes
4048
+
4049
+ - vm-320, 330, 331, 332, 333 ([21a8fa5](https://github.com/VirtoCommerce/vc-shell/commit/21a8fa54ec28a854b3ad039a47340f058ed52706))
4050
+
4051
+ ## [0.0.80](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.79...v0.0.80) (2021-11-22)
4052
+
4053
+ ### Features
4054
+
4055
+ - vc-widget disabled state, vc-gallery disabled state, vc-table row highlight ([a87dc75](https://github.com/VirtoCommerce/vc-shell/commit/a87dc7544d89cec7bc7f6de50d2c9d5185db0fe7))
4056
+
4057
+ ## [0.0.79](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.78...v0.0.79) (2021-11-22)
4058
+
4059
+ ### Features
4060
+
4061
+ - download invoice + some minor UI bug fixes ([bbb6cca](https://github.com/VirtoCommerce/vc-shell/commit/bbb6cca09895d24420d7184354efaf8f7db7722f))
4062
+
4063
+ ## [0.0.78](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.77...v0.0.78) (2021-11-22)
4064
+
4065
+ ### Features
4066
+
4067
+ - multivalue fields, table cell templates ([0096eda](https://github.com/VirtoCommerce/vc-shell/commit/0096eda8c565db8d69255d0c7232469dce5a658e))
4068
+
4069
+ ## [0.0.77](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.76...v0.0.77) (2021-11-18)
4070
+
4071
+ **Note:** Version bump only for package @vc-shell/framework
4072
+
4073
+ ## [0.0.76](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.75...v0.0.76) (2021-11-18)
4074
+
4075
+ ### Features
4076
+
4077
+ - offer tier prices ([f19f6e9](https://github.com/VirtoCommerce/vc-shell/commit/f19f6e9ce2a9927f2a6b5b4d64f9dfd9b8ee93a0))
4078
+
4079
+ ## [0.0.75](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.74...v0.0.75) (2021-11-18)
4080
+
4081
+ ### Features
4082
+
4083
+ - properties validation ([6ae2d66](https://github.com/VirtoCommerce/vc-shell/commit/6ae2d668814ea02ee81d459b75e218a9a18f8e4b))
4084
+ - properties validation (WIP) ([9d021d0](https://github.com/VirtoCommerce/vc-shell/commit/9d021d062ea32b1ab945b88134641a98bf7f10b9))
4085
+ - properties validation (WIP) ([1180217](https://github.com/VirtoCommerce/vc-shell/commit/11802175cf15b4bf66b593c125c9b7b04a392269))
4086
+
4087
+ ## [0.0.74](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.73...v0.0.74) (2021-11-12)
4088
+
4089
+ **Note:** Version bump only for package @vc-shell/framework
4090
+
4091
+ ## [0.0.73](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.71...v0.0.73) (2021-11-11)
4092
+
4093
+ ### Features
4094
+
4095
+ - tier prices for offer ([1531a61](https://github.com/VirtoCommerce/vc-shell/commit/1531a6152ff1023a41c92f84ceb6cf01e8d1b115))
4096
+
4097
+ ## [0.0.71](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.70...v0.0.71) (2021-11-11)
4098
+
4099
+ **Note:** Version bump only for package @vc-shell/framework
4100
+
4101
+ ## [0.0.70](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.69...v0.0.70) (2021-11-08)
4102
+
4103
+ ### Features
4104
+
4105
+ - 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))
4106
+
4107
+ ## [0.0.69](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.68...v0.0.69) (2021-11-03)
4108
+
4109
+ ### Features
4110
+
4111
+ - dynamic select properties ([b19e44e](https://github.com/VirtoCommerce/vc-shell/commit/b19e44e09cb7ddb430d31069ffb1d6d9b78e6822))
4112
+
4113
+ ## [0.0.68](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.67...v0.0.68) (2021-11-02)
4114
+
4115
+ **Note:** Version bump only for package @vc-shell/framework
4116
+
4117
+ ## [0.0.67](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.66...v0.0.67) (2021-11-02)
4118
+
4119
+ ### Features
4120
+
4121
+ - mobile dashboard, image dnd upload ([eae8508](https://github.com/VirtoCommerce/vc-shell/commit/eae85084a41dad38dc2d5dea26aedc53ebd5a2e1))
4122
+
4123
+ ## [0.0.66](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.65...v0.0.66) (2021-11-02)
4124
+
4125
+ ### Features
4126
+
4127
+ - new product details ui, vc-card collapsable ([3f2d1b4](https://github.com/VirtoCommerce/vc-shell/commit/3f2d1b4eaeacfb032399b7fd8abedf252d7693a7))
4128
+
4129
+ ## [0.0.65](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.64...v0.0.65) (2021-11-01)
4130
+
4131
+ ### Features
4132
+
4133
+ - new dashboard ([28c7d82](https://github.com/VirtoCommerce/vc-shell/commit/28c7d824b49147be20215301f091253467e35b16))
4134
+
4135
+ ## [0.0.64](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.63...v0.0.64) (2021-10-28)
4136
+
4137
+ ### Features
4138
+
4139
+ - active row highlight ([cc4f7f9](https://github.com/VirtoCommerce/vc-shell/commit/cc4f7f90d0aad690aa9cac5f1e52b5c027964ed4))
4140
+
4141
+ ## [0.0.63](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.62...v0.0.63) (2021-10-28)
4142
+
4143
+ ### Features
4144
+
4145
+ - filter counter ([15c6bab](https://github.com/VirtoCommerce/vc-shell/commit/15c6babdf294591c627ad27df570507a3585f57b))
4146
+
4147
+ ## [0.0.62](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.61...v0.0.62) (2021-10-28)
4148
+
4149
+ ### Features
4150
+
4151
+ - filters ([2a89cf8](https://github.com/VirtoCommerce/vc-shell/commit/2a89cf872729667cbaa1c9457eadb0fbee2a0018))
4152
+ - filters (WIP) ([b25ad3a](https://github.com/VirtoCommerce/vc-shell/commit/b25ad3a23a0f08cd9b3d3837d5223dc045eb8b55))
4153
+
4154
+ ## [0.0.61](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.60...v0.0.61) (2021-10-26)
4155
+
4156
+ ### Features
4157
+
4158
+ - dashboard ([683f65a](https://github.com/VirtoCommerce/vc-shell/commit/683f65ac6d01b974dc05d931f62277891688ef1f))
4159
+
4160
+ ## [0.0.60](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.59...v0.0.60) (2021-10-22)
4161
+
4162
+ ### Features
4163
+
4164
+ - order details page ([b8fe53d](https://github.com/VirtoCommerce/vc-shell/commit/b8fe53d7282a6e0381af5eedbf272001a63b3ba9))
4165
+
4166
+ ## [0.0.59](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.58...v0.0.59) (2021-10-20)
4167
+
4168
+ ### Features
4169
+
4170
+ - seller accept invitation form ([8f5d5b9](https://github.com/VirtoCommerce/vc-shell/commit/8f5d5b9cae6a0c057b1831a48fc41fae13792f00))
4171
+
4172
+ ## [0.0.58](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.57...v0.0.58) (2021-10-20)
4173
+
4174
+ ### Features
4175
+
4176
+ - orders edit and additional components ([e8cf8a3](https://github.com/VirtoCommerce/vc-shell/commit/e8cf8a3333664c8d326fdd5df28a2fd9981c550a))
4177
+ - additional fields (WIP) ([27596bd](https://github.com/VirtoCommerce/vc-shell/commit/27596bdcdf30790c56e8c2d571309fb9dd05f9b4))
4178
+
4179
+ ## [0.0.57](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.56...v0.0.57) (2021-10-15)
4180
+
4181
+ **Note:** Version bump only for package @vc-shell/framework
4182
+
4183
+ ## [0.0.56](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.55...v0.0.56) (2021-10-13)
4184
+
4185
+ ### Features
4186
+
4187
+ - password field unhide ([2e6deb0](https://github.com/VirtoCommerce/vc-shell/commit/2e6deb01657515c3128ec62c287ecbda5ef92e9e))
4188
+
4189
+ ## [0.0.55](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.54...v0.0.55) (2021-10-13)
4190
+
4191
+ ### Features
4192
+
4193
+ - new icons, ptr improvements, offers list ptr ([fe0438b](https://github.com/VirtoCommerce/vc-shell/commit/fe0438b6c43b9a0d4baa52293e619c645c2f6f8d))
4194
+
4195
+ ## [0.0.54](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.53...v0.0.54) (2021-10-13)
4196
+
4197
+ ### Features
4198
+
4199
+ - some smooth animations ([79f2aad](https://github.com/VirtoCommerce/vc-shell/commit/79f2aadac40f91ef76f9efc484d37184a47c2b95))
4200
+
4201
+ ### Bug Fixes
4202
+
4203
+ - ptr overscroll height ([88f3a1e](https://github.com/VirtoCommerce/vc-shell/commit/88f3a1e356fcf0f7e4855c9b77d8db28bbcdd607))
4204
+
4205
+ ## [0.0.53](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.52...v0.0.53) (2021-10-13)
4206
+
4207
+ ### Features
4208
+
4209
+ - scroll ptr, menu styling ([4eff9a0](https://github.com/VirtoCommerce/vc-shell/commit/4eff9a0fffc9feef8dbad433d210f0537702efd2))
4210
+
4211
+ ## [0.0.52](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.51...v0.0.52) (2021-10-13)
4212
+
4213
+ **Note:** Version bump only for package @vc-shell/framework
4214
+
4215
+ ## [0.0.51](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.50...v0.0.51) (2021-10-13)
4216
+
4217
+ **Note:** Version bump only for package @vc-shell/framework
4218
+
4219
+ ## [0.0.50](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.49...v0.0.50) (2021-10-12)
4220
+
4221
+ ### Features
4222
+
4223
+ - list mobile actions ([c269a88](https://github.com/VirtoCommerce/vc-shell/commit/c269a88b9ca304520b9157a51ccd4c602fd0059b))
4224
+ - mobile swipe transition ([8fdccb1](https://github.com/VirtoCommerce/vc-shell/commit/8fdccb1345ba3f2d495a6f9344503f1c50b27a7b))
4225
+
4226
+ ## [0.0.49](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.48...v0.0.49) (2021-10-12)
4227
+
4228
+ ### Features
4229
+
4230
+ - mobile extended actions, vendor-portal detached ([c92a317](https://github.com/VirtoCommerce/vc-shell/commit/c92a31743ded9788c939641ccff9922328b6f2f6))
4231
+
4232
+ ## [0.0.48](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.47...v0.0.48) (2021-10-06)
4233
+
4234
+ **Note:** Version bump only for package @vc-shell/framework
4235
+
4236
+ ## [0.0.47](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.46...v0.0.47) (2021-10-06)
4237
+
4238
+ ### Features
4239
+
4240
+ - filters and swipe actions ([a463ad5](https://github.com/VirtoCommerce/vc-shell/commit/a463ad59519925ea5fd1ee2f90d45e85d5ef2008))
4241
+
4242
+ ## [0.0.46](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.45...v0.0.46) (2021-09-30)
4243
+
4244
+ **Note:** Version bump only for package @vc-shell/framework
4245
+
4246
+ ## [0.0.45](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.44...v0.0.45) (2021-09-30)
4247
+
4248
+ ### Features
4249
+
4250
+ - validation ([43a7ab9](https://github.com/VirtoCommerce/vc-shell/commit/43a7ab96c5dd302f5960a6b2e55f5460a547d82c))
4251
+
4252
+ ### Bug Fixes
4253
+
4254
+ - minor refactoring ([a0c287c](https://github.com/VirtoCommerce/vc-shell/commit/a0c287ccf4678a315737c98961d1ea51394f24a8))
4255
+
4256
+ ## [0.0.44](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.43...v0.0.44) (2021-09-29)
4257
+
4258
+ ### Features
4259
+
4260
+ - vc-select update ([5188c4b](https://github.com/VirtoCommerce/vc-shell/commit/5188c4bc60df3cac4a446d95d70d384903090171))
4261
+ - blade navigation improvements ([5dd0a7e](https://github.com/VirtoCommerce/vc-shell/commit/5dd0a7e745c04684de702e780e978e580800d476))
4262
+ - mobile table, menu and toolbar isVisible handling ([948d655](https://github.com/VirtoCommerce/vc-shell/commit/948d655dd106ddd08d161879a78b8a5aa2adf896))
4263
+ - vc-app update, login form improvements ([3618289](https://github.com/VirtoCommerce/vc-shell/commit/36182892ae2496b6a693aaa9ad3cea5e13d5a55f))
4264
+ - vc-select/autocomplete keyProperty and displayProperty props ([da380ab](https://github.com/VirtoCommerce/vc-shell/commit/da380ab9729bd48b0b2a869535bf01f95b51e9cd))
4265
+
4266
+ ### Bug Fixes
4267
+
4268
+ - deepClone for product ([d587e39](https://github.com/VirtoCommerce/vc-shell/commit/d587e39345fcca9a28f8290ba9761e0325e933de))
4269
+ - build failure fix ([d9cd4e7](https://github.com/VirtoCommerce/vc-shell/commit/d9cd4e76378d328527f46f91930ee352fe8f811c))
4270
+
4271
+ ## [0.0.43](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.42...v0.0.43) (2021-09-24)
4272
+
4273
+ ### Features
4274
+
4275
+ - product list update on changes ([198731f](https://github.com/VirtoCommerce/vc-shell/commit/198731ff5b8b5a0539ccca5c4998bb02f2d5b4fb))
4276
+ - autocomplete and select v-models ([775c913](https://github.com/VirtoCommerce/vc-shell/commit/775c91388c7fc05db08b82663310ba3153187245))
4277
+ - basic mobile UI/UX ([77be3a4](https://github.com/VirtoCommerce/vc-shell/commit/77be3a414e842500e6ca9fded1ffadd4eccb68ed))
4278
+ - routing update ([d7ec6ef](https://github.com/VirtoCommerce/vc-shell/commit/d7ec6effd07aa5c5156a7f36cf652dbe024803c7))
4279
+ - gallery upload, table width, label updates ([596ec14](https://github.com/VirtoCommerce/vc-shell/commit/596ec1451d7f4c57abc5b336737b40d79773000d))
4280
+
4281
+ ## [0.0.42](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.41...v0.0.42) (2021-09-23)
4282
+
4283
+ **Note:** Version bump only for package @vc-shell/framework
4284
+
4285
+ ## [0.0.41](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.40...v0.0.41) (2021-09-23)
4286
+
4287
+ ### Features
4288
+
4289
+ - apply new statuses matrix ([31f2ab0](https://github.com/VirtoCommerce/vc-shell/commit/31f2ab0fa9ee28491cb43d993a56be2a86ff835e))
4290
+
4291
+ ## [0.0.40](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.39...v0.0.40) (2021-09-23)
4292
+
4293
+ ### Features
4294
+
4295
+ - product list connect to Api ([53bb711](https://github.com/VirtoCommerce/vc-shell/commit/53bb7119dd0603cb136024a35ff66cb47cfd8248))
4296
+
4297
+ ## [0.0.39](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.38...v0.0.39) (2021-09-13)
4298
+
4299
+ ### Features
4300
+
4301
+ - vm-94 - gallery component ([ee288e2](https://github.com/VirtoCommerce/vc-shell/commit/ee288e2107771e8ae6787fbd3bdbf03fd4ef3b4a))
4302
+ - gallery component ([ecb9219](https://github.com/VirtoCommerce/vc-shell/commit/ecb9219d376035a9e16f221bcb961f50b1443179))
4303
+ - vm-26 - form components improvements ([2ffc621](https://github.com/VirtoCommerce/vc-shell/commit/2ffc62184f436c2e029e529975c5f1c379ce8c3a))
4304
+
4305
+ ## [0.0.38](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.37...v0.0.38) (2021-09-09)
4306
+
4307
+ ### Features
4308
+
4309
+ - repository-level storybook ([436addd](https://github.com/VirtoCommerce/vc-shell/commit/436addda5f2b546e780ae895f9316b52447b5fc1))
4310
+ - naming standarts ([45a4eae](https://github.com/VirtoCommerce/vc-shell/commit/45a4eae642d1f7d67efe8551ea7e3a37d6d47abb))
4311
+
4312
+ ## [0.0.37](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.36...v0.0.37) (2021-09-07)
4313
+
4314
+ ### Features
4315
+
4316
+ - vm-20 offers list ([ebafb36](https://github.com/VirtoCommerce/vc-shell/commit/ebafb36bb151f28f4415e5ebb4223d029514e90a))
4317
+
4318
+ ## [0.0.36](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.35...v0.0.36) (2021-09-07)
4319
+
4320
+ ### Features
4321
+
4322
+ - vm-97 extended products ([496db62](https://github.com/VirtoCommerce/vc-shell/commit/496db62414726df80561945f80d8957c543c00c3))
4323
+
4324
+ ## [0.0.35](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.34...v0.0.35) (2021-09-07)
4325
+
4326
+ ### Features
4327
+
4328
+ - vm-97 extended products ([cab5998](https://github.com/VirtoCommerce/vc-shell/commit/cab5998e2254a2c5d810e3e0e28dc3dc4b8ed8e0))
4329
+
4330
+ ## [0.0.34](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.33...v0.0.34) (2021-09-07)
4331
+
4332
+ ### Features
4333
+
4334
+ - vm-97 extended products ([b617328](https://github.com/VirtoCommerce/vc-shell/commit/b617328ccac90cf84b59d7f31f901b51ad2f41ff))
4335
+ - vm-97 extended products ([1b6e54a](https://github.com/VirtoCommerce/vc-shell/commit/1b6e54a2ecddc95944b5885b1c4821a939b8c038))
4336
+ - vm-33 loading indicator ([a8241c1](https://github.com/VirtoCommerce/vc-shell/commit/a8241c1577663961bed735779d4c5efddb92c3a3))
4337
+ - vm-26 - app style improvements ([50becc0](https://github.com/VirtoCommerce/vc-shell/commit/50becc09fe4afe1e4e21e1f45c4727ba1b473e19))
4338
+
4339
+ ## [0.0.33](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.32...v0.0.33) (2021-09-02)
4340
+
4341
+ ### Features
4342
+
4343
+ - vm-14 - multiple components improved ([41cd1a3](https://github.com/VirtoCommerce/vc-shell/commit/41cd1a305740d9dafa5e621c607583e0f18c6e48))
4344
+ - vm-14 - table improvements ([9184acf](https://github.com/VirtoCommerce/vc-shell/commit/9184acfc1e86b1f151d69d836466b6f0e07c2ce2))
4345
+
4346
+ ## [0.0.32](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.31...v0.0.32) (2021-08-31)
4347
+
4348
+ ### Features
4349
+
4350
+ - vm-35 table sorting ([e26abf5](https://github.com/VirtoCommerce/vc-shell/commit/e26abf5eb21fe928d379282c1df5269c82b9b877))
4351
+ - vm-31 - table styling ([8cf26a1](https://github.com/VirtoCommerce/vc-shell/commit/8cf26a1cc76c881ffb9b9f1ee74be578d009ee26))
4352
+ - vm-66 - product list search component ([8abc12d](https://github.com/VirtoCommerce/vc-shell/commit/8abc12d66ba3c56f9bc426af3efc1564218f51c0))
4353
+ - vm-14 - product total count ([b51e2c0](https://github.com/VirtoCommerce/vc-shell/commit/b51e2c00ac1f3d6d2aa05f580378deff0fc2cd7a))
4354
+ - vm-32 - pagination component ([91d2463](https://github.com/VirtoCommerce/vc-shell/commit/91d246385083597fbaaed9c1ce02ec287830309d))
4355
+ - vm-32 - pagination component ([e6691cf](https://github.com/VirtoCommerce/vc-shell/commit/e6691cff79e9b93c9788eff78291e84c46711e90))
4356
+
4357
+ ## [0.0.31](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.30...v0.0.31) (2021-08-30)
4358
+
4359
+ ### Features
4360
+
4361
+ - vm-31 table display ([ebb2924](https://github.com/VirtoCommerce/vc-shell/commit/ebb292476ddf010d69fac361eef9ffb8045fdc0a))
4362
+
4363
+ ## [0.0.30](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.29...v0.0.30) (2021-08-26)
4364
+
4365
+ ### Features
4366
+
4367
+ - **ui:** component relocation ([54caaea](https://github.com/VirtoCommerce/vc-shell/commit/54caaeaf105a6582917db29fa5d8bb34a0f16f62))
4368
+ - yarn migration and cleanup ([5c0fc1b](https://github.com/VirtoCommerce/vc-shell/commit/5c0fc1b02515fada99be5c2e5d4db8ce3c47a36e))
4369
+ - typescript watching ([dc6a43a](https://github.com/VirtoCommerce/vc-shell/commit/dc6a43a4ce9c3cc5b0ab694ad8b637d86849b3c6))
4370
+ - **core:** routing update (WIP) ([47a8ab2](https://github.com/VirtoCommerce/vc-shell/commit/47a8ab274f610820a1e91f63d99995601e898961))
4371
+ - signIn/signOut ([3493066](https://github.com/VirtoCommerce/vc-shell/commit/3493066c28b34359c1c89c695c33c6a264d10398))
4372
+ - **core:** webpack config for @vueuse submodules ([79aeef7](https://github.com/VirtoCommerce/vc-shell/commit/79aeef71c838bbe46eacdeaf37a079756a2e2c41))
4373
+ - store access toke in cookies (does not compile) ([fd75285](https://github.com/VirtoCommerce/vc-shell/commit/fd75285c62f9b9136f77ac4f79d2ae388682ae54))
4374
+
4375
+ ### Bug Fixes
4376
+
4377
+ - watching fix ([a7da180](https://github.com/VirtoCommerce/vc-shell/commit/a7da180682a15b9dedf206067df70000ff869c9d))
4378
+ - watching fix ([f65ba67](https://github.com/VirtoCommerce/vc-shell/commit/f65ba67b68d6082d22bb00885ac4ef82baca6ce1))
4379
+ - **ui:** storybook build issues ([484acc5](https://github.com/VirtoCommerce/vc-shell/commit/484acc52ab9623fa5db9c2650846fde268083d9f))
4380
+
4381
+ ### Code Refactoring
4382
+
4383
+ - code polish ([5947283](https://github.com/VirtoCommerce/vc-shell/commit/5947283c8037c98c28f63bc4463c014fa0bcdf6b))
4384
+
4385
+ ## [0.0.29](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.28...v0.0.29) (2021-08-20)
4386
+
4387
+ ### Features
4388
+
4389
+ - **core:** additional dependencies for API connecton ([6d77562](https://github.com/VirtoCommerce/vc-shell/commit/6d77562d0509544248e2d9494f89ec4960b6d52a))
4390
+ - **app-demo-manager:** connect to platform api ([9198c70](https://github.com/VirtoCommerce/vc-shell/commit/9198c700acafa4ad233c62f59539c476bb89a2ca))
4391
+
4392
+ ### Bug Fixes
4393
+
4394
+ - **app-demo-manager:** add missed changes after merging ([2d6be5e](https://github.com/VirtoCommerce/vc-shell/commit/2d6be5e40526d3dccb1933384f5fb86cde4ce4b1))
4395
+
4396
+ ## [0.0.28](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.27...v0.0.28) (2021-08-19)
4397
+
4398
+ ### Features
4399
+
4400
+ - **app-demo-manager:** order blade ([72e2efe](https://github.com/VirtoCommerce/vc-shell/commit/72e2efe64aea0fdecf7ddfcd9cfc6766eafa89c0))
4401
+
4402
+ ## [0.0.27](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.26...v0.0.27) (2021-08-19)
4403
+
4404
+ **Note:** Version bump only for package @vc-shell/framework
4405
+
4406
+ ## [0.0.26](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.25...v0.0.26) (2021-08-19)
4407
+
4408
+ **Note:** Version bump only for package @vc-shell/framework
4409
+
4410
+ ## [0.0.25](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.24...v0.0.25) (2021-08-12)
4411
+
4412
+ ### Features
4413
+
4414
+ - sample workspace with blade ([1c772fc](https://github.com/VirtoCommerce/vc-shell/commit/1c772fcfa09311f38dfb68c4c16345caf2372d38))
4415
+
4416
+ ## [0.0.24](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.23...v0.0.24) (2021-08-12)
4417
+
4418
+ ### Features
4419
+
4420
+ - **ui:** some codestyle improvements ([443fcc4](https://github.com/VirtoCommerce/vc-shell/commit/443fcc4b4e0e9030365cf0eb5d0325358cd88f1d))
4421
+
4422
+ ## [0.0.23](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.22...v0.0.23) (2021-08-12)
4423
+
4424
+ ### Features
4425
+
4426
+ - **ui:** vc-icon component update ([1c7d84f](https://github.com/VirtoCommerce/vc-shell/commit/1c7d84f01dbe782d7709779becb9bd3ae646ef31))
4427
+
4428
+ ## [0.0.22](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.21...v0.0.22) (2021-08-11)
4429
+
4430
+ ### Features
4431
+
4432
+ - **ui:** vc-tooltip component ([82face9](https://github.com/VirtoCommerce/vc-shell/commit/82face9ce96889aad8dfc83cba4db059997c76c0))
4433
+ - **ui:** vc-progressbar component ([5dbb3f0](https://github.com/VirtoCommerce/vc-shell/commit/5dbb3f0e3ae4fb36804bc68e89768b43a3d25bcf))
4434
+ - **ui:** remove vc-spacer component ([3038110](https://github.com/VirtoCommerce/vc-shell/commit/30381106d9b570690a8d9a47377ff536c2c5eec5))
4435
+ - **ui:** vc-image component ([1ee7cc3](https://github.com/VirtoCommerce/vc-shell/commit/1ee7cc3ac8293e7d4beba5cbfed715b95a21ce7a))
4436
+ - **ui:** vc-container component ([ebdaa41](https://github.com/VirtoCommerce/vc-shell/commit/ebdaa4164b15bdb79a1acd0b3d119e54fcaabb6a))
4437
+ - **ui:** vc-container component ([6bca4d6](https://github.com/VirtoCommerce/vc-shell/commit/6bca4d66a47b694ece70a0af9594c06c3dc3c3d3))
4438
+
4439
+ ## [0.0.21](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.20...v0.0.21) (2021-08-11)
4440
+
4441
+ ### Features
4442
+
4443
+ - **ui:** storybook static assets ([6794188](https://github.com/VirtoCommerce/vc-shell/commit/679418826ba785a817e0c5b33950564ed64cc73f))
4444
+
4445
+ ## [0.0.20](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.19...v0.0.20) (2021-08-11)
4446
+
4447
+ ### Features
4448
+
4449
+ - **ui:** vc-breadcrumbs-item component ([062d653](https://github.com/VirtoCommerce/vc-shell/commit/062d6532c8bfd07bf170d63e7224ea606b92e637))
4450
+ - **ui:** vc-breadcrumbs component update ([dea9e89](https://github.com/VirtoCommerce/vc-shell/commit/dea9e8940c18daaefb743fc8df0e0dc50f25d28a))
4451
+ - **ui:** vc-blade-toolbar-button component update ([5d3c586](https://github.com/VirtoCommerce/vc-shell/commit/5d3c586d4c7a310767cf16fe32620d86ec8a8151))
4452
+ - **ui:** vc-blade component update ([615676e](https://github.com/VirtoCommerce/vc-shell/commit/615676e17cacf52c5cfa7f8f57efa0c0a4210465))
4453
+ - **ui:** vc-blade-toolbar component update ([9a71287](https://github.com/VirtoCommerce/vc-shell/commit/9a712871cd60f8c11cec3bf612230e4e3d036082))
4454
+ - **ui:** vc-blade-header component update ([48a18ce](https://github.com/VirtoCommerce/vc-shell/commit/48a18cea84ffd5fc2db3b62e06ccf2525907ac16))
4455
+ - **ui:** vc-blade component update ([2c3fe2b](https://github.com/VirtoCommerce/vc-shell/commit/2c3fe2bf56a70dff938b496d6ec50353bda06ce4))
4456
+ - **ui:** vc-blade-toolbar-button component ([83d2af7](https://github.com/VirtoCommerce/vc-shell/commit/83d2af760e13985c417e4c92ac6927afd51737fe))
4457
+ - **ui:** vc-blade-toolbar component ([dd61fea](https://github.com/VirtoCommerce/vc-shell/commit/dd61fea8499d0d226d007a154d6476036ba21297))
4458
+
4459
+ ## [0.0.19](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.18...v0.0.19) (2021-08-11)
4460
+
4461
+ ### Features
4462
+
4463
+ - **ui:** vc-blade-header component ([80207b2](https://github.com/VirtoCommerce/vc-shell/commit/80207b2a2f7c417cbf572230f4eaf36513ec7f40))
4464
+
4465
+ ## [0.0.18](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.17...v0.0.18) (2021-08-11)
4466
+
4467
+ ### Features
4468
+
4469
+ - **ui:** vc-thumbnail component ([fa00029](https://github.com/VirtoCommerce/vc-shell/commit/fa00029729c20ec4c5e73862f13df6200e7cfb02))
4470
+ - **ui:** vc-thumbnail component ([f83e401](https://github.com/VirtoCommerce/vc-shell/commit/f83e40195ec401a0eaf31ae527f9cd0b8dd9b3a6))
4471
+ - **ui:** vc-icon component ([ae06601](https://github.com/VirtoCommerce/vc-shell/commit/ae06601c1798601a73cafaf7d4355e5542df7ad5))
4472
+
4473
+ ## [0.0.17](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.16...v0.0.17) (2021-08-10)
4474
+
4475
+ ### Features
4476
+
4477
+ - login component style minor update ([244e147](https://github.com/VirtoCommerce/vc-shell/commit/244e1476f610dc28ceb5d7582573a33491fbb2c5))
4478
+
4479
+ ## [0.0.16](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.15...v0.0.16) (2021-08-10)
4480
+
4481
+ ### Features
4482
+
4483
+ - **ui:** vc-button component ([98fa9c3](https://github.com/VirtoCommerce/vc-shell/commit/98fa9c35309ff80a8c8f190bba1e73b7edd22e85))
4484
+ - **ui:** storybook icons and fonts ([7685968](https://github.com/VirtoCommerce/vc-shell/commit/76859687c28053a77129872d009b5d7a59f5a773))
4485
+ - **ui:** vc-link component ([83e62c5](https://github.com/VirtoCommerce/vc-shell/commit/83e62c578d6b36ba1b4b649998e2f750e0c1f7d6))
4486
+ - **ui:** vc-bubble component ([1f242ba](https://github.com/VirtoCommerce/vc-shell/commit/1f242ba76511c7e7678a3712d07a1a5cdd5c29ac))
4487
+ - **ui:** vc-badge component ([7d02109](https://github.com/VirtoCommerce/vc-shell/commit/7d021095f32ecf3be49fdaf5e08bf7d2f85f41f7))
4488
+ - profile menu item clickable ([bcfbd15](https://github.com/VirtoCommerce/vc-shell/commit/bcfbd15aa410a2e5c739ec5a7da3ea7b0a5aba96))
4489
+ - minor style improvements ([b588956](https://github.com/VirtoCommerce/vc-shell/commit/b58895667a89085647d728d77f835bc62d866273))
4490
+
4491
+ ## [0.0.15](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.14...v0.0.15) (2021-08-09)
4492
+
4493
+ **Note:** Version bump only for package @vc-shell/framework
4494
+
4495
+ ## [0.0.14](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.13...v0.0.14) (2021-08-05)
4496
+
4497
+ ### Features
4498
+
4499
+ - workspace layout WIP ([1edc014](https://github.com/VirtoCommerce/vc-shell/commit/1edc014b320c1f57b7a83d2bc7150f3a834d7724))
4500
+
4501
+ ## [0.0.13](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.12...v0.0.13) (2021-08-05)
4502
+
4503
+ ### Features
4504
+
4505
+ - login form ([8acb2c6](https://github.com/VirtoCommerce/vc-shell/commit/8acb2c6bc58c1c9355293a1c514a0a777e7fc65c))
4506
+
4507
+ ## [0.0.12](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.11...v0.0.12) (2021-08-05)
4508
+
4509
+ ### Bug Fixes
4510
+
4511
+ - storybook build pipeline ([c27dba0](https://github.com/VirtoCommerce/vc-shell/commit/c27dba0e054e85a8a7f5539d2e09f864cd3dfd50))
4512
+
4513
+ ## [0.0.11](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.10...v0.0.11) (2021-08-05)
4514
+
4515
+ ### Features
4516
+
4517
+ - login form and route guarding ([78813af](https://github.com/VirtoCommerce/vc-shell/commit/78813afc10753f4972d2e120c3ea48295131b2ed))
4518
+ - ui component structure aligned with docs ([2001f40](https://github.com/VirtoCommerce/vc-shell/commit/2001f404583a385531d1395591f16a251ee41f95))
4519
+
4520
+ ## [0.0.10](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.9...v0.0.10) (2021-08-04)
4521
+
4522
+ **Note:** Version bump only for package @vc-shell/framework
4523
+
4524
+ ## [0.0.9](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.8...v0.0.9) (2021-08-04)
4525
+
4526
+ ### Features
4527
+
4528
+ - demo manager version display and locale ([674dc7e](https://github.com/VirtoCommerce/vc-shell/commit/674dc7e4a993f12477764ef3e1ad1c4b5f2f7a3b))
4529
+ - core composables ([57d84af](https://github.com/VirtoCommerce/vc-shell/commit/57d84afae7eeaab6c501346150f18ce49f7c27b7))
4530
+ - core composables ([7713230](https://github.com/VirtoCommerce/vc-shell/commit/771323097efd7aef41fc77d320e153e589c2f0e0))
4531
+
4532
+ ## [0.0.8](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.7...v0.0.8) (2021-08-02)
4533
+
4534
+ ### Features
4535
+
4536
+ - new folder structure ([caa6712](https://github.com/VirtoCommerce/vc-shell/commit/caa67129423a8cde15212961ee0cbfed9ac08b53))
4537
+
4538
+ ## [0.0.7](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.6...v0.0.7) (2021-07-29)
4539
+
4540
+ **Note:** Version bump only for package @vc-shell/framework
4541
+
4542
+ ## [0.0.6](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.5...v0.0.6) (2021-07-28)
4543
+
4544
+ **Note:** Version bump only for package @vc-shell/framework
4545
+
4546
+ ## [0.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.4...v0.0.5) (2021-07-22)
4547
+
4548
+ **Note:** Version bump only for package @vc-shell/framework
4549
+
4550
+ ## [0.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.3...v0.0.4) (2021-07-21)
4551
+
4552
+ **Note:** Version bump only for package @vc-shell/framework
4553
+
4554
+ ## 0.0.3 (2021-07-20)
4555
+
4556
+ **Note:** Version bump only for package @vc-shell/framework