@vc-shell/framework 2.0.0-alpha.6 → 2.0.0-alpha.8

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 (501) hide show
  1. package/CHANGELOG.md +4511 -0
  2. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  3. package/dist/core/plugins/modularity/index.d.ts +0 -2
  4. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  5. package/dist/core/types/index.d.ts +2 -79
  6. package/dist/core/types/index.d.ts.map +1 -1
  7. package/dist/core/types/menu-types.d.ts +80 -0
  8. package/dist/core/types/menu-types.d.ts.map +1 -0
  9. package/dist/index.d.ts.map +1 -1
  10. package/dist/injection-keys.d.ts +0 -21
  11. package/dist/injection-keys.d.ts.map +1 -1
  12. package/dist/shared/components/blade-navigation/types/index.d.ts +1 -1
  13. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  14. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  15. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  16. package/dist/shared/components/notifications/types/index.d.ts +9 -1
  17. package/dist/shared/components/notifications/types/index.d.ts.map +1 -1
  18. package/dist/shared/modules/index.d.ts +0 -1
  19. package/dist/shared/modules/index.d.ts.map +1 -1
  20. package/dist/tsconfig.tsbuildinfo +1 -1
  21. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
  22. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  23. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
  24. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  25. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -2
  26. package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
  27. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts +26 -34
  28. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  29. package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts +1 -1
  30. package/dist/ui/components/molecules/vc-checkbox-group/index.d.ts.map +1 -1
  31. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts +23 -31
  32. package/dist/ui/components/molecules/vc-checkbox-group/vc-checkbox-group.vue.d.ts.map +1 -1
  33. package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +2 -2
  34. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +3 -3
  35. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
  36. package/dist/ui/components/molecules/vc-dropdown/vc-dropdown.vue.d.ts +1 -1
  37. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +1 -1
  38. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
  39. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +1 -1
  40. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  41. package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts +1 -1
  42. package/dist/ui/components/molecules/vc-menu/vc-menu.vue.d.ts.map +1 -1
  43. package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +2 -2
  44. package/dist/ui/components/molecules/vc-radio-button/index.d.ts +0 -1
  45. package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -1
  46. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +22 -39
  47. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -1
  48. package/dist/ui/components/molecules/vc-radio-group/index.d.ts +1 -1
  49. package/dist/ui/components/molecules/vc-radio-group/index.d.ts.map +1 -1
  50. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts +22 -28
  51. package/dist/ui/components/molecules/vc-radio-group/vc-radio-group.vue.d.ts.map +1 -1
  52. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +2 -2
  53. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  54. package/dist/ui/components/molecules/vc-select/composables/index.d.ts +1 -3
  55. package/dist/ui/components/molecules/vc-select/composables/index.d.ts.map +1 -1
  56. package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts +30 -0
  57. package/dist/ui/components/molecules/vc-select/composables/useSelectDataSource.d.ts.map +1 -0
  58. package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts +3 -2
  59. package/dist/ui/components/molecules/vc-select/composables/useSelectSelection.d.ts.map +1 -1
  60. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +13 -7
  61. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  62. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts +1 -1
  63. package/dist/ui/components/molecules/vc-toast/vc-toast.vue.d.ts.map +1 -1
  64. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
  65. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  66. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
  67. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +3 -3
  68. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  69. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts +3 -3
  70. package/dist/ui/components/organisms/vc-image-upload/vc-image-upload.vue.d.ts.map +1 -1
  71. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +2 -2
  72. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  73. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +3 -3
  74. package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
  75. package/dist/ui/components/organisms/vc-table/VcDataTable.vue.d.ts +1 -1
  76. package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts +8 -8
  77. package/dist/ui/components/organisms/vc-table/VcTableAdapter.vue.d.ts.map +1 -1
  78. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts +1 -1
  79. package/dist/ui/components/organisms/vc-table/components/ColumnFilter.vue.d.ts.map +1 -1
  80. package/dist/ui/components/organisms/vc-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
  81. package/dist/ui/components/organisms/vc-table/components/GlobalFiltersPanel.vue.d.ts +2 -2
  82. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts +1 -1
  83. package/dist/ui/components/organisms/vc-table/components/TableAddRowButton.vue.d.ts.map +1 -1
  84. package/dist/ui/components/organisms/vc-table/components/TableCheckbox.vue.d.ts +2 -2
  85. package/dist/ui/components/organisms/vc-table/components/TableRow.vue.d.ts +2 -2
  86. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts +1 -1
  87. package/dist/ui/components/organisms/vc-table/components/TableSearchHeader.vue.d.ts.map +1 -1
  88. package/dist/ui/components/organisms/vc-table/components/VcColumn.vue.d.ts +11 -11
  89. package/dist/ui/components/organisms/vc-table/components/mobile/MobileActionSheet.vue.d.ts +2 -2
  90. package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts +2 -6
  91. package/dist/ui/components/organisms/vc-table/composables/useTableContext.d.ts.map +1 -1
  92. package/dist/ui/components/organisms/vc-table/keys.d.ts +5 -1
  93. package/dist/ui/components/organisms/vc-table/keys.d.ts.map +1 -1
  94. package/dist/ui/components/organisms/vc-table/types.d.ts +6 -3
  95. package/dist/ui/components/organisms/vc-table/types.d.ts.map +1 -1
  96. package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts +2 -6
  97. package/dist/ui/components/organisms/vc-table/utils/ColumnCollector.d.ts.map +1 -1
  98. package/dist/ui/types/global-components.d.ts +10 -0
  99. package/dist/ui/types/global-components.d.ts.map +1 -0
  100. package/dist/ui/types/index.d.ts +0 -8
  101. package/dist/ui/types/index.d.ts.map +1 -1
  102. package/package.json +7 -8
  103. package/LICENSE +0 -12
  104. package/dist/assets/042c75b764bc78a7.svg +0 -1
  105. package/dist/assets/0ba156439a339f2a.svg +0 -1
  106. package/dist/assets/0be560bfb22d0e72.woff2 +0 -0
  107. package/dist/assets/0d67e9e056b4c500.woff +0 -0
  108. package/dist/assets/0f590f8a94577092.svg +0 -1
  109. package/dist/assets/0fc5820f8be53a1b.svg +0 -1
  110. package/dist/assets/105efd028edc1dfe.woff +0 -0
  111. package/dist/assets/10768e2cc79fc60b.svg +0 -1
  112. package/dist/assets/11b3d25a56fd9a21.woff2 +0 -0
  113. package/dist/assets/131b34336aedaf47.woff +0 -0
  114. package/dist/assets/154365acf3010d96.woff2 +0 -0
  115. package/dist/assets/157b8721e0600ea8.svg +0 -1
  116. package/dist/assets/15e91cdd649cde9a.svg +0 -1
  117. package/dist/assets/19275e398ae57130.woff2 +0 -0
  118. package/dist/assets/19bb1c668a5db39f.woff2 +0 -0
  119. package/dist/assets/1a3e84b2457f709a.woff +0 -0
  120. package/dist/assets/1de63eb118636cce.svg +0 -1
  121. package/dist/assets/1ea01de36eb5491b.svg +0 -1
  122. package/dist/assets/2010ada3e82156ed.woff +0 -0
  123. package/dist/assets/204eaf512fde2023.svg +0 -1
  124. package/dist/assets/2088983edf42e153.svg +0 -1
  125. package/dist/assets/208f810a9321a327.svg +0 -1
  126. package/dist/assets/21220a9d10e6c558.svg +0 -1
  127. package/dist/assets/220db345a102045d.woff2 +0 -0
  128. package/dist/assets/225da11d23968333.svg +0 -1
  129. package/dist/assets/226f862dd81bdc13.woff2 +0 -0
  130. package/dist/assets/23a2d53395ddb14f.woff +0 -0
  131. package/dist/assets/259e6ad461a52ad7.svg +0 -1
  132. package/dist/assets/261e6dec4d53b9ac.woff +0 -0
  133. package/dist/assets/262f46a0b6d94bb6.svg +0 -1
  134. package/dist/assets/2857c513073467da.svg +0 -1
  135. package/dist/assets/2b3be7889467d98f.woff +0 -0
  136. package/dist/assets/2d4e6190eec72737.svg +0 -1
  137. package/dist/assets/2eba973185078bc8.woff +0 -0
  138. package/dist/assets/334d3f6bc766c516.woff +0 -0
  139. package/dist/assets/34ff7dd0c2285956.svg +0 -1
  140. package/dist/assets/3d26b7c1ab78bbe2.woff +0 -0
  141. package/dist/assets/3d892965ab4f1cbb.woff2 +0 -0
  142. package/dist/assets/3f8c4cc8099e34b6.woff2 +0 -0
  143. package/dist/assets/3fc09a6113184f16.woff +0 -0
  144. package/dist/assets/40a0e53b79ce63c6.woff2 +0 -0
  145. package/dist/assets/41275bcb979cb650.svg +0 -1
  146. package/dist/assets/434f7982590e462f.woff +0 -0
  147. package/dist/assets/475937116ee3314a.woff2 +0 -0
  148. package/dist/assets/477e1881a0394cc5.woff +0 -0
  149. package/dist/assets/489710fb710e73f0.woff +0 -0
  150. package/dist/assets/49791943b3872376.woff2 +0 -0
  151. package/dist/assets/4ae5f23e0ca888e7.woff2 +0 -0
  152. package/dist/assets/4d7a77b0e5373992.svg +0 -1
  153. package/dist/assets/4e43c74354534fb3.svg +0 -1
  154. package/dist/assets/4fe75f5117100705.svg +0 -1
  155. package/dist/assets/52e261a005074e1b.woff +0 -0
  156. package/dist/assets/5304c3d05a5f9789.woff2 +0 -0
  157. package/dist/assets/54cda5482c6c9218.woff +0 -0
  158. package/dist/assets/550f52072e8ccafe.woff2 +0 -0
  159. package/dist/assets/572bb1bb4156a9c1.svg +0 -1
  160. package/dist/assets/6075995d7e74da46.woff2 +0 -0
  161. package/dist/assets/617c4736236e199e.woff +0 -0
  162. package/dist/assets/67230f05dc94a265.svg +0 -1
  163. package/dist/assets/6798e4dd4add9b48.svg +0 -1
  164. package/dist/assets/686d4077c1e26876.woff2 +0 -0
  165. package/dist/assets/698ec6c722d4cb05.woff2 +0 -0
  166. package/dist/assets/6a3e73faf406cf33.svg +0 -1
  167. package/dist/assets/72de3a63bc0b70dd.svg +0 -1
  168. package/dist/assets/74c6a6ab81bb6340.woff2 +0 -0
  169. package/dist/assets/74ed5f8a78e71106.svg +0 -1
  170. package/dist/assets/7a5aa5abd625137f.ttf +0 -0
  171. package/dist/assets/7ce0c166fd6a1204.woff +0 -0
  172. package/dist/assets/7d55399c2a7bc985.svg +0 -1
  173. package/dist/assets/7d970675c69fca1d.woff +0 -0
  174. package/dist/assets/7eda727273fd98d3.svg +0 -1
  175. package/dist/assets/7f6ebfd707b76ca2.woff +0 -0
  176. package/dist/assets/7fa898d213fcc7bc.woff2 +0 -0
  177. package/dist/assets/861e6b7192b3b6c7.woff +0 -0
  178. package/dist/assets/8bbcde81ba21ecb2.woff2 +0 -0
  179. package/dist/assets/8f6657e5e0b8d3e4.woff +0 -0
  180. package/dist/assets/910b0d99b9e26568.svg +0 -1
  181. package/dist/assets/91fe94e424323d61.woff +0 -0
  182. package/dist/assets/92508f8707159b51.svg +0 -1
  183. package/dist/assets/9392bf1d591e1abb.svg +0 -1
  184. package/dist/assets/97e8d4984ba0713a.woff2 +0 -0
  185. package/dist/assets/9cb83236f6bb7ab1.svg +0 -1
  186. package/dist/assets/9d37314695c0b68d.woff +0 -0
  187. package/dist/assets/a03cdcd8da5bb987.woff +0 -0
  188. package/dist/assets/a18404194e3f9047.svg +0 -1
  189. package/dist/assets/a2017fe7f0a26510.svg +0 -1
  190. package/dist/assets/ab6e7190bb1492d5.woff2 +0 -0
  191. package/dist/assets/abf88f301a0730f4.svg +0 -1
  192. package/dist/assets/ac1a99b3d05d8232.woff +0 -0
  193. package/dist/assets/aed17cb6fdad2ada.woff2 +0 -0
  194. package/dist/assets/b1a596e31ad1185a.svg +0 -1
  195. package/dist/assets/b27767411c8427be.woff +0 -0
  196. package/dist/assets/b325adcae33bbe7a.svg +0 -1
  197. package/dist/assets/b372390551ca2fa1.svg +0 -1
  198. package/dist/assets/b5bb1e8fc975decd.svg +0 -1
  199. package/dist/assets/b645a4a2181b9dc1.svg +0 -1
  200. package/dist/assets/b6499ddce0a4ef7d.svg +0 -1
  201. package/dist/assets/b7ffde2383bb16ba.woff2 +0 -0
  202. package/dist/assets/b94421fadd23b0f2.svg +0 -1
  203. package/dist/assets/bb28fb0f27f1c11b.svg +0 -1
  204. package/dist/assets/c5195215cb712e9c.woff2 +0 -0
  205. package/dist/assets/c9191b638a10f67b.woff2 +0 -0
  206. package/dist/assets/c97328b91ac5cc66.woff +0 -0
  207. package/dist/assets/ca791c5ca5848a03.svg +0 -1
  208. package/dist/assets/cb32840ce330103f.woff +0 -0
  209. package/dist/assets/ccc878931d74181b.woff2 +0 -0
  210. package/dist/assets/cdc69f8b549c866d.woff2 +0 -0
  211. package/dist/assets/d084bda16abe8a56.svg +0 -1
  212. package/dist/assets/d32b129cae2fffd6.svg +0 -1
  213. package/dist/assets/d35a4c7113315758.woff2 +0 -0
  214. package/dist/assets/d3f792f54ae4c307.svg +0 -1
  215. package/dist/assets/d5a5b8630120073d.svg +0 -1
  216. package/dist/assets/d5eb20bcdcf5616a.woff2 +0 -0
  217. package/dist/assets/d5f9664ebbfb104b.svg +0 -1
  218. package/dist/assets/d84247b59449dd88.woff2 +0 -0
  219. package/dist/assets/da4b7f5883fe7743.woff2 +0 -0
  220. package/dist/assets/dceaf3b39091e6a4.woff +0 -0
  221. package/dist/assets/dd05d43ff0df2fc7.svg +0 -1
  222. package/dist/assets/e2ad5b3428289141.woff +0 -0
  223. package/dist/assets/e38acaa1757232e0.svg +0 -1
  224. package/dist/assets/e4a8550f1c7ffe36.svg +0 -1
  225. package/dist/assets/e5adb5ae3a3698f6.svg +0 -1
  226. package/dist/assets/e61a1889bac955f4.woff2 +0 -0
  227. package/dist/assets/e72bb11356af94c7.svg +0 -1
  228. package/dist/assets/e98196a9f8dcb2f0.svg +0 -1
  229. package/dist/assets/ebec912a42ad49ff.woff +0 -0
  230. package/dist/assets/ee6983981ffcbb41.woff2 +0 -0
  231. package/dist/assets/f09d89268e4c0317.svg +0 -1
  232. package/dist/assets/f239394367fcf005.woff2 +0 -0
  233. package/dist/assets/f5722262b6e7214e.woff2 +0 -0
  234. package/dist/assets/f7fc8bf46089d8b2.svg +0 -1
  235. package/dist/assets/fc829e3f399b70e0.woff2 +0 -0
  236. package/dist/assets/fe141d99763f5d2b.woff +0 -0
  237. package/dist/assets/fed13b0d59903483.svg +0 -1
  238. package/dist/assets/fed757d2c2344ead.woff2 +0 -0
  239. package/dist/assets/ffc438f20e79ce73.woff +0 -0
  240. package/dist/core/plugins/modularity/loader-mf.d.ts +0 -17
  241. package/dist/core/plugins/modularity/loader-mf.d.ts.map +0 -1
  242. package/dist/framework.css +0 -9
  243. package/dist/framework.js +0 -36477
  244. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +0 -6
  245. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +0 -1
  246. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +0 -54
  247. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +0 -1
  248. package/dist/shared/modules/dynamic/components/factories.d.ts +0 -23
  249. package/dist/shared/modules/dynamic/components/factories.d.ts.map +0 -1
  250. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +0 -47
  251. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +0 -1
  252. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +0 -47
  253. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +0 -1
  254. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +0 -47
  255. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +0 -1
  256. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +0 -47
  257. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +0 -1
  258. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +0 -47
  259. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts.map +0 -1
  260. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +0 -48
  261. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +0 -1
  262. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +0 -47
  263. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +0 -1
  264. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +0 -47
  265. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +0 -1
  266. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +0 -47
  267. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +0 -1
  268. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +0 -47
  269. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +0 -1
  270. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +0 -47
  271. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +0 -1
  272. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +0 -47
  273. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +0 -1
  274. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +0 -47
  275. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +0 -1
  276. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +0 -51
  277. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +0 -1
  278. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +0 -47
  279. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts.map +0 -1
  280. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +0 -47
  281. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +0 -1
  282. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +0 -47
  283. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +0 -1
  284. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +0 -47
  285. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts.map +0 -1
  286. package/dist/shared/modules/dynamic/components/fields/Table.d.ts +0 -47
  287. package/dist/shared/modules/dynamic/components/fields/Table.d.ts.map +0 -1
  288. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +0 -47
  289. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +0 -1
  290. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +0 -13
  291. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +0 -1
  292. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +0 -47
  293. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +0 -1
  294. package/dist/shared/modules/dynamic/components/fields/props.d.ts +0 -40
  295. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +0 -1
  296. package/dist/shared/modules/dynamic/components/index.d.ts +0 -4
  297. package/dist/shared/modules/dynamic/components/index.d.ts.map +0 -1
  298. package/dist/shared/modules/dynamic/composables/index.d.ts +0 -5
  299. package/dist/shared/modules/dynamic/composables/index.d.ts.map +0 -1
  300. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +0 -10
  301. package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +0 -1
  302. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +0 -22
  303. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +0 -1
  304. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts +0 -14
  305. package/dist/shared/modules/dynamic/composables/useTableTemplates/index.d.ts.map +0 -1
  306. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts +0 -11
  307. package/dist/shared/modules/dynamic/composables/useToolbarReducer/index.d.ts.map +0 -1
  308. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +0 -10
  309. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +0 -1
  310. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +0 -22
  311. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +0 -1
  312. package/dist/shared/modules/dynamic/factories/index.d.ts +0 -4
  313. package/dist/shared/modules/dynamic/factories/index.d.ts.map +0 -1
  314. package/dist/shared/modules/dynamic/factories/types/index.d.ts +0 -186
  315. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +0 -1
  316. package/dist/shared/modules/dynamic/helpers/getters.d.ts +0 -2
  317. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +0 -1
  318. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts +0 -4
  319. package/dist/shared/modules/dynamic/helpers/methodHandler.d.ts.map +0 -1
  320. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +0 -14
  321. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +0 -1
  322. package/dist/shared/modules/dynamic/helpers/override.d.ts +0 -8
  323. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +0 -1
  324. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts +0 -5
  325. package/dist/shared/modules/dynamic/helpers/safeIn.d.ts.map +0 -1
  326. package/dist/shared/modules/dynamic/helpers/setters.d.ts +0 -9
  327. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +0 -1
  328. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +0 -3
  329. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +0 -1
  330. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +0 -3
  331. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +0 -1
  332. package/dist/shared/modules/dynamic/index.d.ts +0 -39
  333. package/dist/shared/modules/dynamic/index.d.ts.map +0 -1
  334. package/dist/shared/modules/dynamic/keys.d.ts +0 -3
  335. package/dist/shared/modules/dynamic/keys.d.ts.map +0 -1
  336. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +0 -131
  337. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +0 -1
  338. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +0 -77
  339. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +0 -1
  340. package/dist/shared/modules/dynamic/pages/index.d.ts +0 -4
  341. package/dist/shared/modules/dynamic/pages/index.d.ts.map +0 -1
  342. package/dist/shared/modules/dynamic/types/index.d.ts +0 -1137
  343. package/dist/shared/modules/dynamic/types/index.d.ts.map +0 -1
  344. package/dist/shared/modules/dynamic/types/models.d.ts +0 -131
  345. package/dist/shared/modules/dynamic/types/models.d.ts.map +0 -1
  346. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts +0 -16
  347. package/dist/ui/components/molecules/vc-select/composables/useSelectDefaultValue.d.ts.map +0 -1
  348. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts +0 -19
  349. package/dist/ui/components/molecules/vc-select/composables/useSelectOptions.d.ts.map +0 -1
  350. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts +0 -23
  351. package/dist/ui/components/molecules/vc-select/composables/useSelectSearch.d.ts.map +0 -1
  352. package/dist/vendor-boolbase-D2i1C8XR.js +0 -18
  353. package/dist/vendor-cheerio-DrsWhxJH.js +0 -1053
  354. package/dist/vendor-cheerio-select-jw4C2SiT.js +0 -191
  355. package/dist/vendor-core-js-Do_NZFHx.js +0 -880
  356. package/dist/vendor-css-select-BwGMmTuc.js +0 -622
  357. package/dist/vendor-css-what-CZZaquJM.js +0 -267
  358. package/dist/vendor-cypress-signalr-mock-itnm2wpA.js +0 -781
  359. package/dist/vendor-d3-array-9cpTrqlO.js +0 -149
  360. package/dist/vendor-d3-axis-D1_DbKLz.js +0 -74
  361. package/dist/vendor-d3-brush-CcKeJp9e.js +0 -1
  362. package/dist/vendor-d3-color-BOYE6h_9.js +0 -306
  363. package/dist/vendor-d3-dispatch-fx-WMg0D.js +0 -64
  364. package/dist/vendor-d3-ease-Cr34gv04.js +0 -8
  365. package/dist/vendor-d3-format-DaIwZvFc.js +0 -182
  366. package/dist/vendor-d3-interpolate-BYG2gvO4.js +0 -177
  367. package/dist/vendor-d3-interpolate-path-CpGLvKgS.js +0 -299
  368. package/dist/vendor-d3-path-DJOTitNW.js +0 -64
  369. package/dist/vendor-d3-scale-CC5rtdt5.js +0 -561
  370. package/dist/vendor-d3-selection-CNMxsYiL.js +0 -603
  371. package/dist/vendor-d3-shape-DBhCDMiV.js +0 -925
  372. package/dist/vendor-d3-time-DAPP210_.js +0 -212
  373. package/dist/vendor-d3-time-format-hD7iE2WG.js +0 -491
  374. package/dist/vendor-d3-timer-C1cUWKPz.js +0 -67
  375. package/dist/vendor-d3-transition-BbNQT7qF.js +0 -524
  376. package/dist/vendor-d3-zoom-CcKeJp9e.js +0 -1
  377. package/dist/vendor-date-fns-BKO3x1R1.js +0 -3102
  378. package/dist/vendor-dom-serializer-BbVuF1MQ.js +0 -213
  379. package/dist/vendor-domelementtype-B3sFIGaC.js +0 -21
  380. package/dist/vendor-domhandler-Kufn9M_V.js +0 -311
  381. package/dist/vendor-dompurify-M2Bspgo5.js +0 -553
  382. package/dist/vendor-domutils-DDRq_ial.js +0 -386
  383. package/dist/vendor-emotion-cache-eEZT5l-Q.js +0 -274
  384. package/dist/vendor-emotion-hash-DImMRhyK.js +0 -22
  385. package/dist/vendor-emotion-memoize-BcEUCz8q.js +0 -9
  386. package/dist/vendor-emotion-serialize-BSDW8NwU.js +0 -123
  387. package/dist/vendor-emotion-sheet-CS8ZBl9s.js +0 -44
  388. package/dist/vendor-emotion-unitless-B7u1PU6w.js +0 -53
  389. package/dist/vendor-emotion-utils-D7refZTM.js +0 -28
  390. package/dist/vendor-entities-J86Og8IU.js +0 -364
  391. package/dist/vendor-floating-ui-core-BoHdh92a.js +0 -432
  392. package/dist/vendor-floating-ui-dom-BvVXFZ4B.js +0 -398
  393. package/dist/vendor-floating-ui-utils-CidJRIm2.js +0 -257
  394. package/dist/vendor-floating-ui-vue-sCrhit51.js +0 -121
  395. package/dist/vendor-gridstack-Dkfw452e.js +0 -3390
  396. package/dist/vendor-headlessui-vue-Cn-RMs4E.js +0 -961
  397. package/dist/vendor-htmlparser2-BxKKzWLL.js +0 -735
  398. package/dist/vendor-internmap-Q5729_cS.js +0 -35
  399. package/dist/vendor-intlify-core-base-BmIo1dK4.js +0 -1141
  400. package/dist/vendor-intlify-message-compiler-D9VOavkL.js +0 -960
  401. package/dist/vendor-intlify-shared-SCAs3ybf.js +0 -144
  402. package/dist/vendor-iso-639-1-rPqx9HMT.js +0 -786
  403. package/dist/vendor-juggle-resize-observer-DiSiNbbT.js +0 -286
  404. package/dist/vendor-linkify-it-LzoUhj6C.js +0 -199
  405. package/dist/vendor-linkifyjs-dCH9UYes.js +0 -701
  406. package/dist/vendor-lodash-es-BtnfG6xF.js +0 -4829
  407. package/dist/vendor-lucide-vue-next-CPgeDcFj.js +0 -33093
  408. package/dist/vendor-markdown-it-Bs9KEWkF.js +0 -2266
  409. package/dist/vendor-markdown-it-task-lists-CHCnS7dl.js +0 -69
  410. package/dist/vendor-mdurl-DZFDNdqC.js +0 -192
  411. package/dist/vendor-microsoft-applicationinsights-analytics-js-DFu_cVaY.js +0 -1207
  412. package/dist/vendor-microsoft-applicationinsights-cfgsync-js-DRQLN2Ue.js +0 -261
  413. package/dist/vendor-microsoft-applicationinsights-channel-js-BIJDcP3D.js +0 -1822
  414. package/dist/vendor-microsoft-applicationinsights-common-CJjmnDMb.js +0 -1921
  415. package/dist/vendor-microsoft-applicationinsights-core-js-BOc_o46i.js +0 -4276
  416. package/dist/vendor-microsoft-applicationinsights-dependencies-js-DDz502id.js +0 -1407
  417. package/dist/vendor-microsoft-applicationinsights-properties-js-9aDWHwXJ.js +0 -572
  418. package/dist/vendor-microsoft-applicationinsights-shims-Dton8Vqy.js +0 -43
  419. package/dist/vendor-microsoft-applicationinsights-web-DTa5YN-h.js +0 -487
  420. package/dist/vendor-microsoft-dynamicproto-js-89GEKjvR.js +0 -147
  421. package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +0 -1761
  422. package/dist/vendor-module-federation-enhanced-CV1CNdJy.js +0 -22
  423. package/dist/vendor-module-federation-error-codes-DdVwX11j.js +0 -55
  424. package/dist/vendor-module-federation-runtime-CVH_lWgu.js +0 -91
  425. package/dist/vendor-module-federation-runtime-core-D5G-s9nP.js +0 -2202
  426. package/dist/vendor-module-federation-runtime-tools-CQbtw-RJ.js +0 -18
  427. package/dist/vendor-module-federation-sdk-DM4AJRa7.js +0 -683
  428. package/dist/vendor-nevware21-ts-async-D4qa7g-U.js +0 -261
  429. package/dist/vendor-nevware21-ts-utils-DII8jruI.js +0 -853
  430. package/dist/vendor-nth-check-CGMdQf59.js +0 -45
  431. package/dist/vendor-orderedmap-B3SOk52B.js +0 -103
  432. package/dist/vendor-parse5-htmlparser2-tree-adapter-BUDJ887-.js +0 -143
  433. package/dist/vendor-parse5-zq5Hn0y9.js +0 -5749
  434. package/dist/vendor-prettier-CoRReRqw.js +0 -5215
  435. package/dist/vendor-prosemirror-commands-Bv4ChObl.js +0 -385
  436. package/dist/vendor-prosemirror-dropcursor-kF5UKNFM.js +0 -86
  437. package/dist/vendor-prosemirror-gapcursor-S3ikcYX6.js +0 -203
  438. package/dist/vendor-prosemirror-history-CQYKHz3u.js +0 -248
  439. package/dist/vendor-prosemirror-keymap-CAfQyvJ7.js +0 -62
  440. package/dist/vendor-prosemirror-markdown-rpUTSG_Q.js +0 -663
  441. package/dist/vendor-prosemirror-model-DAA3avbR.js +0 -2730
  442. package/dist/vendor-prosemirror-schema-list-BNJkECdS.js +0 -87
  443. package/dist/vendor-prosemirror-state-IeimrELV.js +0 -821
  444. package/dist/vendor-prosemirror-tables-zVUKdbdQ.js +0 -1414
  445. package/dist/vendor-prosemirror-transform-BUjWd5Tb.js +0 -1525
  446. package/dist/vendor-prosemirror-view-DFpBkGRq.js +0 -3794
  447. package/dist/vendor-punycode-js-CgGegfA_.js +0 -133
  448. package/dist/vendor-rope-sequence-BWC2FSrq.js +0 -100
  449. package/dist/vendor-semver-Dar8oU3V.js +0 -1023
  450. package/dist/vendor-striptags-BrHtQQiF.js +0 -120
  451. package/dist/vendor-stylis-ClfDrgKE.js +0 -334
  452. package/dist/vendor-swiper-1bp0oJwt.js +0 -3387
  453. package/dist/vendor-tanstack-vue-virtual-CD9yLWd7.js +0 -1
  454. package/dist/vendor-throttle-debounce-CX0imT7m.js +0 -28
  455. package/dist/vendor-tiptap-core-CDScflP1.js +0 -3921
  456. package/dist/vendor-tiptap-extension-blockquote-ChRAwuus.js +0 -55
  457. package/dist/vendor-tiptap-extension-bold-BwoVpOFS.js +0 -74
  458. package/dist/vendor-tiptap-extension-code-DOlgG3ih.js +0 -52
  459. package/dist/vendor-tiptap-extension-code-block-CMeTs87s.js +0 -215
  460. package/dist/vendor-tiptap-extension-document-DO8oly70.js +0 -12
  461. package/dist/vendor-tiptap-extension-hard-break-BgDl2sHf.js +0 -59
  462. package/dist/vendor-tiptap-extension-heading-DFuYlwHi.js +0 -63
  463. package/dist/vendor-tiptap-extension-horizontal-rule-uyfttMp9.js +0 -56
  464. package/dist/vendor-tiptap-extension-image-DPeBaTE3.js +0 -128
  465. package/dist/vendor-tiptap-extension-italic-C9-3jNxO.js +0 -73
  466. package/dist/vendor-tiptap-extension-link-B57VzStq.js +0 -312
  467. package/dist/vendor-tiptap-extension-list-spvOF7Mz.js +0 -722
  468. package/dist/vendor-tiptap-extension-paragraph-Cj7auQB7.js +0 -44
  469. package/dist/vendor-tiptap-extension-placeholder-DhwvmZ6Y.js +0 -1
  470. package/dist/vendor-tiptap-extension-strike-yj6UvnkO.js +0 -64
  471. package/dist/vendor-tiptap-extension-table-cell-CQpTPSvF.js +0 -1
  472. package/dist/vendor-tiptap-extension-table-ex1kZQ-9.js +0 -374
  473. package/dist/vendor-tiptap-extension-table-header-CQpTPSvF.js +0 -1
  474. package/dist/vendor-tiptap-extension-table-row-CQpTPSvF.js +0 -1
  475. package/dist/vendor-tiptap-extension-text-C8FG4KnI.js +0 -13
  476. package/dist/vendor-tiptap-extension-text-style-DsQDXowp.js +0 -235
  477. package/dist/vendor-tiptap-extension-underline-HB3fg6Dc.js +0 -65
  478. package/dist/vendor-tiptap-extensions-CUGwjzl5.js +0 -296
  479. package/dist/vendor-tiptap-markdown-DLzeP3KU.js +0 -826
  480. package/dist/vendor-tiptap-pm-DSHuSumV.js +0 -1
  481. package/dist/vendor-tiptap-starter-kit-C42PcJ7J.js +0 -28
  482. package/dist/vendor-tiptap-vue-3-BxWCzu9Z.js +0 -157
  483. package/dist/vendor-truncate-html-r2r8GKvW.js +0 -145
  484. package/dist/vendor-uc-micro-4lbSaZOs.js +0 -17
  485. package/dist/vendor-unovis-ts-Bue71Kwt.js +0 -2382
  486. package/dist/vendor-unovis-vue-C_K1g5KH.js +0 -446
  487. package/dist/vendor-vee-validate-i18n-zT8NxX3R.js +0 -93
  488. package/dist/vendor-vee-validate-rules-4oWUZPpG.js +0 -316
  489. package/dist/vendor-vue-currency-input-CckB4kjx.js +0 -317
  490. package/dist/vendor-vue-demi-CD9yLWd7.js +0 -1
  491. package/dist/vendor-vue-devtools-api-aVYGocXp.js +0 -93
  492. package/dist/vendor-vue-i18n-DeO9Fa9I.js +0 -1387
  493. package/dist/vendor-vue-router-R3V0tq8_.js +0 -6
  494. package/dist/vendor-vue3-application-insights-BmJCYUcp.js +0 -69
  495. package/dist/vendor-vue3-touch-events-DqysuuWh.js +0 -169
  496. package/dist/vendor-vuepic-vue-datepicker-CaZ_qpJp.js +0 -4998
  497. package/dist/vendor-vueuse-components-Be490f6P.js +0 -542
  498. package/dist/vendor-vueuse-core-BW8bO6-j.js +0 -5135
  499. package/dist/vendor-vueuse-shared-bmkWEEYZ.js +0 -1169
  500. package/dist/vendor-w3c-keyname-CLxH8j-f.js +0 -92
  501. package/dist/vendor-web-vitals-vrpLO1bu.js +0 -207
package/CHANGELOG.md ADDED
@@ -0,0 +1,4511 @@
1
+ # [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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add promise deduplication to loadUser() to prevent concurrent duplicate API calls ([ec83ab6](https://github.com/VirtoCommerce/vc-shell/commit/ec83ab6298648c5386467fcb88624e8154379f4b))
7
+ * resolve vue-tsc build errors for generic components ([a8955e5](https://github.com/VirtoCommerce/vc-shell/commit/a8955e5ada0940345f149298653dd4bd96c6a574))
8
+
9
+
10
+ ### Features
11
+
12
+ * **mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([9b079c2](https://github.com/VirtoCommerce/vc-shell/commit/9b079c27bc1497d89849b909f62c1403eff0c9b4))
13
+ * **vc-select:** add useSelectDataSource composable with cache layer ([4f4e724](https://github.com/VirtoCommerce/vc-shell/commit/4f4e7246cd40cc09623e0f283ea32032f9ee0da1))
14
+ # [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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * remove duplicate changelog entries caused by multiline regex bug ([2f27d4c](https://github.com/VirtoCommerce/vc-shell/commit/2f27d4c2ca81452ddc1042af47a4648348e7e323))
20
+ * **vc-gallery:** handle undefined images prop on mount ([4338c8e](https://github.com/VirtoCommerce/vc-shell/commit/4338c8ea035e37b3eba8a909310b6146948a3527))
21
+
22
+
23
+ ### Code Refactoring
24
+
25
+ * remove legacy dynamic views module ([3a673a8](https://github.com/VirtoCommerce/vc-shell/commit/3a673a89156c36ef1e1908f80e012104f36fa54e))
26
+
27
+
28
+ ### BREAKING CHANGES
29
+
30
+ * removed createDynamicAppModule,
31
+ useDetailsFactory, useListFactory, DynamicBladeList,
32
+ DynamicBladeForm, DynamicModuleRegistryState and
33
+ all dynamic schema types from the framework.
34
+ # [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)
35
+
36
+ **Note:** Version bump only for package @vc-shell/framework
37
+
38
+ # [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)
39
+
40
+ ### Code Refactoring
41
+
42
+ - extract blade router guard into standalone utility ([7e2a590](https://github.com/VirtoCommerce/vc-shell/commit/7e2a5900d521131e578205b31be734d975b72ff3))
43
+
44
+ **Note:** Version bump only for package @vc-shell/framework
45
+
46
+ # [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)
47
+
48
+ ### Features
49
+
50
+ - add blade catch-all route handling in VcBladeNavigationComponent ([cb7920a](https://github.com/VirtoCommerce/vc-shell/commit/cb7920a3563d9224a160c00f728b5e5a84277f7f))
51
+
52
+ # [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)
53
+
54
+ **Note:** Version bump only for package @vc-shell/framework
55
+
56
+ # [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)
57
+
58
+ ### Code Refactoring
59
+
60
+ - remove unused components and update package resolutions ([26ff398](https://github.com/VirtoCommerce/vc-shell/commit/26ff398739d75b23f7f700542920a117e0022ff3))
61
+
62
+ **Note:** Version bump only for package @vc-shell/framework
63
+
64
+ # [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)
65
+
66
+ **Note:** Version bump only for package @vc-shell/framework
67
+
68
+ # [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)
69
+
70
+ ### Features
71
+
72
+ - **a11y:** add ARIA attributes to blades, popups, and blade navigation ([12454c6](https://github.com/VirtoCommerce/vc-shell/commit/12454c628683d36fba9efea6e24224d1e0a029e4))
73
+ - **ai-agent:** add embedded mode support with iframe messaging ([d605a2d](https://github.com/VirtoCommerce/vc-shell/commit/d605a2dedaf223718a0dccd6eaad94fbeddae1c0))
74
+ - **core:** add Module Federation support and remove legacy UMD globals ([18c4026](https://github.com/VirtoCommerce/vc-shell/commit/18c402677846dfff8f077dccb7a782fcf5a778e0))
75
+ - **blade-nav:** enforce workspace permissions in BladeStack ([edfe789](https://github.com/VirtoCommerce/vc-shell/commit/edfe7898828eaf1c2fde5abc00a7c13b1bdc9a2f))
76
+ - add Lato font family ([8384890](https://github.com/VirtoCommerce/vc-shell/commit/83848902a6b83122663070e9056863d85ae7f11f))
77
+ - **vc-menu:** add loading prop with skeleton placeholders ([d0bb25c](https://github.com/VirtoCommerce/vc-shell/commit/d0bb25c345c977fbb32e1492c74db4bfdcc94413))
78
+ - **vc-menu-group:** add section variant, grid animation, chevron transition ([c5f04f1](https://github.com/VirtoCommerce/vc-shell/commit/c5f04f1fd2f0df3bcf3749feb8cbb32e1295eca8))
79
+ - **vc-menu:** add loading and variant to type definitions ([4d64610](https://github.com/VirtoCommerce/vc-shell/commit/4d646106ef86e74bf9761ebbb461b8200c749b64))
80
+
81
+ ### Bug Fixes
82
+
83
+ - **ui:** improve collapsed sidebar UX and embedded AI agent context ([c87e16d](https://github.com/VirtoCommerce/vc-shell/commit/c87e16df0b70069f919ea20676f3aa3b66d447d9))
84
+ - **shell-nav:** logo click navigates to main route without clearing stack ([f9f8f78](https://github.com/VirtoCommerce/vc-shell/commit/f9f8f785153bc0e4027f4553fce7c070ea43aa14))
85
+ - **shell-nav:** openRoot no longer clears blade stack ([547ae53](https://github.com/VirtoCommerce/vc-shell/commit/547ae5363b7b96d30cc2ad65fc9ec97191116f26))
86
+ - **vc-menu:** move font and padding to app level, add activeItemId ([3018007](https://github.com/VirtoCommerce/vc-shell/commit/30180073b684ebd5c6f77df62fde1bd740b32720))
87
+ - **notifications:** fix toast width, centering, expand/collapse UX ([a5a5423](https://github.com/VirtoCommerce/vc-shell/commit/a5a54239ec9e3b3ebe897a25fb0657397d123fdb))
88
+
89
+ ### Documentation
90
+
91
+ - **vc-menu:** update stories with sections, nesting, loading, badges ([4426976](https://github.com/VirtoCommerce/vc-shell/commit/44269767f013f769bb6f4ae4e8362075e93ba9f1))
92
+
93
+ ### Styles
94
+
95
+ - **vc-menu-item:** update design tokens to match Figma mockup ([0c634cf](https://github.com/VirtoCommerce/vc-shell/commit/0c634cf5cef63201d264b36b7d880adfc07175a8))
96
+
97
+ ### Code Refactoring
98
+
99
+ - **table:** extract orchestration logic into useDataTableOrchestrator ([86e946e](https://github.com/VirtoCommerce/vc-shell/commit/86e946e559749dc53d71e7fb7da52471ece0ec3c))
100
+ - **navigation:** improve blade stack management and extension points ([6817743](https://github.com/VirtoCommerce/vc-shell/commit/6817743aa38efed0c9d98496c8adaa032a458548))
101
+ - **ui:** standardize component prop/emit types and remove any usage ([a7a587a](https://github.com/VirtoCommerce/vc-shell/commit/a7a587a5848dbb9acbfce6d9235e4b0e196b4a18))
102
+ - **core:** standardize composable return types with \*Return naming convention ([f84452b](https://github.com/VirtoCommerce/vc-shell/commit/f84452bc23d523bdc252d70f2e6d22a3b6fd1d07))
103
+ - **loader-mf:** clarify route re-resolution happens after module installation ([6b7bbd3](https://github.com/VirtoCommerce/vc-shell/commit/6b7bbd3d732c6c8f017c016013dd8004cc7f6dcb))
104
+ - **loader-mf:** consume SHARED_DEP_NAMES from shared-deps.ts, fix stale comment ([b2eb9f8](https://github.com/VirtoCommerce/vc-shell/commit/b2eb9f829204c636bb214962ea6f38cec79b2af2))
105
+ - **vc-menu:** rework skeleton and migrate main-menu to VcMenu ([5066677](https://github.com/VirtoCommerce/vc-shell/commit/50666775cb8e2d7f8f2bfa1078aa602482e64c52))
106
+ - enhance VcDataTable and related components for improved accessibility and styling ([4cc8ce2](https://github.com/VirtoCommerce/vc-shell/commit/4cc8ce2d0e721e0d574f68e8ca0d829533fc1d90))
107
+ - replace native checkbox in TableCheckbox with VcCheckbox ([e0a0be2](https://github.com/VirtoCommerce/vc-shell/commit/e0a0be282d53b4a42fbde0f2e99f7a842714dc0a))
108
+ - replace native buttons in table components with VcButton ([5ec395e](https://github.com/VirtoCommerce/vc-shell/commit/5ec395e163eb4d08240f513ee0fda93ce5e829e7))
109
+
110
+ ### Tests
111
+
112
+ - add unit and accessibility tests across framework ([59086a9](https://github.com/VirtoCommerce/vc-shell/commit/59086a90690a13bfb186685bc423b73cfb406dc8))
113
+
114
+ ## [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)
115
+
116
+ ### Code Refactoring
117
+
118
+ - improve code readability and component properties in VcDataTable ([08a822f](https://github.com/VirtoCommerce/vc-shell/commit/08a822f2525687ad4987e242f3a99774f946a826))
119
+ - streamline component exports and remove async component definitions ([fb1d76c](https://github.com/VirtoCommerce/vc-shell/commit/fb1d76c9ac8a1974472e1c43ab3c09d41a0b5ee3))
120
+
121
+ **Note:** Version bump only for package @vc-shell/framework
122
+
123
+ ## [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)
124
+
125
+ **Note:** Version bump only for package @vc-shell/framework
126
+
127
+ ## [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)
128
+
129
+ ### Features
130
+
131
+ - **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))
132
+ - **storybook:** add auth page stories for Login, ForgotPassword, ResetPassword, ChangePassword, Invite ([1c1940f](https://github.com/VirtoCommerce/vc-shell/commit/1c1940f50b5a366549012cc4a81ed85797110b4a))
133
+ - **vc-table:** add empty and not-found state storybook stories ([753f703](https://github.com/VirtoCommerce/vc-shell/commit/753f703a9d4b7bfd3b2b6e5adc256792df69d254))
134
+ - **vc-table:** add ActiveItemHighlight storybook story ([6e36b12](https://github.com/VirtoCommerce/vc-shell/commit/6e36b1240d30ab53603a52ccbc1f1d9db38671f3))
135
+ - **vc-table:** wire activeItemId into VcDataTable for row highlighting ([87f0b78](https://github.com/VirtoCommerce/vc-shell/commit/87f0b789ffbc64b008af491ac9d928e722dcafe3))
136
+ - **vc-table:** add activeItemId prop and emit to BaseVcDataTable ([033cada](https://github.com/VirtoCommerce/vc-shell/commit/033cada35d31a48b55cbc57e29a116753b4a111b))
137
+ - **vc-table:** add activeItemId to VcDataTableProps type ([aa18ec7](https://github.com/VirtoCommerce/vc-shell/commit/aa18ec7e112ee4709ef877e2084a7bd087294d5a))
138
+ - **theme:** add global overlay, shadow, surface, and glass design tokens ([3509103](https://github.com/VirtoCommerce/vc-shell/commit/3509103ba47172ce8201c491934ebe79dddb5a26))
139
+
140
+ ### Bug Fixes
141
+
142
+ - resolve TypeScript build errors in storybook helpers and VcDataTable slots ([24fc068](https://github.com/VirtoCommerce/vc-shell/commit/24fc0687bc92f3dfd7cebd2a1f67a6a90330e516))
143
+ - **core data-fns:** improve `toDate` utility to validate Date objects ([302a5e9](https://github.com/VirtoCommerce/vc-shell/commit/302a5e924cc30d290f3cfb22b03ace93113f73fc))
144
+ - **vc-select:** tone down no-options empty state text styling ([37a35e9](https://github.com/VirtoCommerce/vc-shell/commit/37a35e96d466c221fe5e0e8a50179f76ae98b204))
145
+ - **vc-table:** separate active row highlight from checkbox selection ([55d26b4](https://github.com/VirtoCommerce/vc-shell/commit/55d26b455d7e01ca07d53a0350201d163050e0aa))
146
+ - **vc-table:** consistent null-guarding in handleRowClick activeItemId toggle ([acb5479](https://github.com/VirtoCommerce/vc-shell/commit/acb5479b1d960f777da703c75006361ba43b09cb))
147
+
148
+ ### Code Refactoring
149
+
150
+ - **user-info:** update avatar fallback and typography to match new design ([adac87c](https://github.com/VirtoCommerce/vc-shell/commit/adac87ca9d8dab841885a21d20c6a1fac5b5d662))
151
+ - **vc-table:** delegate row highlighting from VcTableAdapter to VcDataTable activeItemId ([2e82f83](https://github.com/VirtoCommerce/vc-shell/commit/2e82f8337463a7ac16702928e83890f07a841eaa))
152
+ - **vc-app-menu:** wire overlay to global --overlay-bg token ([478c3f7](https://github.com/VirtoCommerce/vc-shell/commit/478c3f7c46b22fe37c7e06551c4fb8dd03ab7016))
153
+ - **vc-popup:** wire overlay and shadow to global design tokens ([175b14e](https://github.com/VirtoCommerce/vc-shell/commit/175b14ee53b99ba4a7a9d79517fd6d76cf4440a8))
154
+ - **toolbar-mobile:** use global design tokens for overlay, shadow, glass ([8e54b09](https://github.com/VirtoCommerce/vc-shell/commit/8e54b098ef95b05fbf15fe786ac88f1493ccbd82))
155
+ - **vc-sidebar:** use global design tokens for overlay, shadow, glass ([4522c3c](https://github.com/VirtoCommerce/vc-shell/commit/4522c3c23e4096546ae430ce7c62330ffab29fdd))
156
+
157
+ ## [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)
158
+
159
+ ### Features
160
+
161
+ - **modularity:** signal module load completion via injection keys ([9f9e0ae](https://github.com/VirtoCommerce/vc-shell/commit/9f9e0aec5174579e7ba75f19984fbdac8cb7e549))
162
+ - **vc-table:** add column-aware skeleton rows for initial loading state ([297606d](https://github.com/VirtoCommerce/vc-shell/commit/297606d2027aa0e6c829ad4ba0c378df0ec946ed))
163
+ - **vc-blade:** replace spinner overlay with skeleton loading placeholders ([5eda1fe](https://github.com/VirtoCommerce/vc-shell/commit/5eda1fe1506ca2aebc3736c63f42015d11e53960))
164
+ - **vc-skeleton:** add circle and block shape variants with configurable dimensions ([64eaa92](https://github.com/VirtoCommerce/vc-shell/commit/64eaa92c5a853f79f7f8602c2723c53b5e9f1a28))
165
+ - **auth:** parallelize getCurrentUser and getAccessToken in loadUser() ([325cced](https://github.com/VirtoCommerce/vc-shell/commit/325cced26e33e15861c3203d7a9b99183c0fa057))
166
+ - **perf:** defer AppInsights SDK and SignalR connection to post-paint in framework install ([c4ebb45](https://github.com/VirtoCommerce/vc-shell/commit/c4ebb45d0f15a0e7eab3addae8e32f16f9e1c81b))
167
+ - **signalr:** add mountComplete guard to SignalR plugin and export notifyMountComplete ([a89b62b](https://github.com/VirtoCommerce/vc-shell/commit/a89b62b82c10630cade2558587c8690a46171e78))
168
+ - **vc-app:** add sidebar menu batch reveal to VcAppMenu.vue ([5f37762](https://github.com/VirtoCommerce/vc-shell/commit/5f3776225fea463a13652a15c3e564760049b3aa))
169
+ - **vc-app:** add workspace loading gate and error state to vc-app.vue ([842c0c5](https://github.com/VirtoCommerce/vc-shell/commit/842c0c5b14150aa930e8bc9127e2eaf9ac740a37))
170
+ - **modularity:** add ModulesReadyKey and ModulesLoadErrorKey injection keys ([bafd2b0](https://github.com/VirtoCommerce/vc-shell/commit/bafd2b0fa9385ec07b89b6f1e75b7babfb6fffa6))
171
+ - **perf:** add performance marks to modularity loader ([59eadf7](https://github.com/VirtoCommerce/vc-shell/commit/59eadf7294be177d29324519e8108439aba59ba7))
172
+ - **perf:** install web-vitals and create useWebVitals composable ([b0ba458](https://github.com/VirtoCommerce/vc-shell/commit/b0ba458e9e9a08685d306e1bc307c459a5716d5e))
173
+ - **vc-app:** add tabbed Menu/Hub switcher with swipe gestures in mobile sidebar ([126897a](https://github.com/VirtoCommerce/vc-shell/commit/126897ae90100a4ae93df24fcf684f587498d2b6))
174
+ - **vc-loading:** replace dots loader with bar sweep and add instant preloader ([019e8d6](https://github.com/VirtoCommerce/vc-shell/commit/019e8d6fb5736f766bdba2841c3b5cf7f00b3b77))
175
+ - **global-filters:** use VcSidebar bottom sheet on mobile ([6e4a090](https://github.com/VirtoCommerce/vc-shell/commit/6e4a0903c7b41d95fc4044eb326f3483e110a240))
176
+ - **vc-toast:** enhance toast component with stacking and two-phase dismissal animations ([cc2b4fb](https://github.com/VirtoCommerce/vc-shell/commit/cc2b4fb89b151a378c3e58f3c46adc5d208b767d))
177
+ - **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))
178
+ - **menu-service:** add removeRegisteredMenuItem for bus-level item removal ([cb587b8](https://github.com/VirtoCommerce/vc-shell/commit/cb587b849c31e1cd6b6d99c82ff8e22261d6074a))
179
+ - add date utility module (locale resolver, format converter, wrappers) ([ee17b24](https://github.com/VirtoCommerce/vc-shell/commit/ee17b248f2dca17b9936b719ce2dc9a916c722de))
180
+ - **vc-gallery:** redesign preview modal with light theme and polished UI ([8de2fdc](https://github.com/VirtoCommerce/vc-shell/commit/8de2fdc64b49dab99e691b5b419d5b3510c47b21))
181
+ - **vc-banner:** refactor VcBanner component with enhanced styling and add Storybook documentation ([b36d383](https://github.com/VirtoCommerce/vc-shell/commit/b36d38335783a7664d703231330ebcd475955ea9))
182
+ - **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))
183
+ - **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))
184
+ - **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))
185
+ - **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))
186
+ - **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))
187
+ - **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))
188
+ - **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))
189
+ - **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))
190
+ - **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))
191
+ - **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))
192
+ - **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))
193
+ - **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))
194
+ - **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))
195
+ - **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))
196
+
197
+ ### Bug Fixes
198
+
199
+ - **vc-table:** relax generic constraint from Record<string, unknown> to Record<string, any> ([615733b](https://github.com/VirtoCommerce/vc-shell/commit/615733b77df77b0f6be55d7677089909b0c5e208))
200
+ - **teleport:** remove defer attribute that prevented rendering inside skeleton-guarded blades ([5be89d3](https://github.com/VirtoCommerce/vc-shell/commit/5be89d34165862939fcb44d5d7b7f3fed1cb77f1))
201
+ - **filters:** call onFilterChange after every useFilterState mutation ([208a9a0](https://github.com/VirtoCommerce/vc-shell/commit/208a9a0d8af6b11b89441528b6f7bc0ebc46c012))
202
+ - **vc-app:** move notification badge from logo to mobile bell button ([3e95e55](https://github.com/VirtoCommerce/vc-shell/commit/3e95e55b077c0c00a181cd0c5e182f9eb358ecd2))
203
+ - **vc-app:** show notification bell on mobile and use VcSidebar bottom sheet ([aab267e](https://github.com/VirtoCommerce/vc-shell/commit/aab267e5304c4288189205d90e29ed44628fd395))
204
+ - **vc-app:** correct BEM selector for mobile flex-col on main-content ([791bc59](https://github.com/VirtoCommerce/vc-shell/commit/791bc59fde97a190628addc67b88a28668780f2e))
205
+ - **vc-dropdown-panel:** prevent panel close when clicking inside child VcSelect dropdown ([d82513a](https://github.com/VirtoCommerce/vc-shell/commit/d82513a873aaa3af1424d934091d231e5e1b38b2))
206
+ - **vc-blade:** fix mobile back button visibility and breadcrumbs overflow in header ([04f79f3](https://github.com/VirtoCommerce/vc-shell/commit/04f79f3e21b9d808a41a427acfef6c6c9d47b89d))
207
+ - **vc-widget:** suppress duplicate hover state when widgets render inside dropdown ([9557328](https://github.com/VirtoCommerce/vc-shell/commit/9557328a3b71218f8ca3a4bc9831152f55d887fa))
208
+ - 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))
209
+ - **dynamic-properties:** handle missing localizedValues in multilanguage dictionary select ([b1a0445](https://github.com/VirtoCommerce/vc-shell/commit/b1a0445e55b9672d98b1c4edb2d0a7b57465dda4))
210
+ - **vc-table:** use correct injection key for row actions hover visibility ([b750c3f](https://github.com/VirtoCommerce/vc-shell/commit/b750c3fc06ff36b9379d3e5eb6ddd6ff9019c978))
211
+ - **ui:** collapse scroll arrow space when arrows are hidden ([b266287](https://github.com/VirtoCommerce/vc-shell/commit/b2662876698f64941b0b5ceb1ca02e48e5eb7fd2))
212
+ - **login:** remove .prevent modifier on VcForm custom submit event ([bb7aef8](https://github.com/VirtoCommerce/vc-shell/commit/bb7aef8494787fa3a32ec8b1813c9eda841de933))
213
+ - **blade-navigation:** remove slide transition that caused visual glitch on blade switch ([06be549](https://github.com/VirtoCommerce/vc-shell/commit/06be549f2a4e488fc415d80c8284912317a21f36))
214
+ - **build:** suppress empty chunk, mixed import, and date-fns locale warnings ([d973302](https://github.com/VirtoCommerce/vc-shell/commit/d97330264de9f0f03474d919fcee971c6864989c))
215
+ - **vc-gallery:** fix review findings across gallery components ([5bf9fb5](https://github.com/VirtoCommerce/vc-shell/commit/5bf9fb518f10b93b29c9922b69e951dba7a50812))
216
+ - **vc-gallery:** restrict drag to handle and improve upload UX ([5c6bf75](https://github.com/VirtoCommerce/vc-shell/commit/5c6bf752480be95d97bd8cc7f3137a2dd3ae870e))
217
+ - **vc-table:** align row-action emit typing for mobile actions ([bc42336](https://github.com/VirtoCommerce/vc-shell/commit/bc42336cc6df48181ae21e1d1e7dc7ca15d64bb1))
218
+ - **vc-gallery:** fix cross-row drag reorder in CSS Grid layout ([2407d2d](https://github.com/VirtoCommerce/vc-shell/commit/2407d2db0ac02bf4d1042d7e3a487336c68b6677))
219
+ - **vc-gallery:** fix stories interactivity and upload tile layout ([30f0a02](https://github.com/VirtoCommerce/vc-shell/commit/30f0a021d8b504e48790b7bf888ddf9bb4545f6f))
220
+ - **vc-table:** optimize global listeners and filter state callback ([94b73a0](https://github.com/VirtoCommerce/vc-shell/commit/94b73a0f7521c983863219ab47d9a6713d67ae70))
221
+ - **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))
222
+ - **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))
223
+ - **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))
224
+ - **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))
225
+ - **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))
226
+ - **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))
227
+ - **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))
228
+ - **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))
229
+ - **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))
230
+
231
+ ### Performance Improvements
232
+
233
+ - **dashboard:** lazy-load chart components and GridstackDashboard ([4f628dc](https://github.com/VirtoCommerce/vc-shell/commit/4f628dc1d172c6a888330bb70e373b835bd35153))
234
+
235
+ ### Documentation
236
+
237
+ - complete project research for startup performance optimization ([8f73cb0](https://github.com/VirtoCommerce/vc-shell/commit/8f73cb08a0dd591339ff32611e052d50c95bb906))
238
+
239
+ ### Styles
240
+
241
+ - **menu-service:** type-only Component import, remove redundant title assignment ([ca29bb2](https://github.com/VirtoCommerce/vc-shell/commit/ca29bb29e504219c82e7931038f9b0cdbe8cf656))
242
+ - 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))
243
+
244
+ ### Code Refactoring
245
+
246
+ - **blade-navigation:** simplify blade-slot rendering and URL restoration ([74a490e](https://github.com/VirtoCommerce/vc-shell/commit/74a490e50ddc053e02dd74c872aad1026d516c39))
247
+ - replace barrel imports in dynamic module ([c31e9a1](https://github.com/VirtoCommerce/vc-shell/commit/c31e9a192d8ce7001ec3e4c65ba881a1e90b6575))
248
+ - replace @shared and @core/services barrels with direct paths ([2d46d59](https://github.com/VirtoCommerce/vc-shell/commit/2d46d593283a74bb5b4ff569eb43b2851df7ae1a))
249
+ - replace @ui/components barrel with direct component paths ([9dda97c](https://github.com/VirtoCommerce/vc-shell/commit/9dda97ce5a09129ad13b27109949fe4c25f54e22))
250
+ - replace @core/composables barrel with direct paths ([e9c896e](https://github.com/VirtoCommerce/vc-shell/commit/e9c896efb4a85517a3e587b3fd1bc3954b1a41fa))
251
+ - convert @core/types imports to import type across framework ([d8f29d4](https://github.com/VirtoCommerce/vc-shell/commit/d8f29d4de6b10235e329a1d3b32b006300125bcd))
252
+ - replace barrel imports with direct paths in core ([2f417c6](https://github.com/VirtoCommerce/vc-shell/commit/2f417c6fe015935c31a574828c23549eb820bbc9))
253
+ - convert remaining core←shared imports to import type ([94a168d](https://github.com/VirtoCommerce/vc-shell/commit/94a168daa4de2672ad2522dd0d5b765e404a7e6d))
254
+ - break ui/types → ui/components cycle with import type ([33b186d](https://github.com/VirtoCommerce/vc-shell/commit/33b186d307cafec3b8e27b5d2e4f06d4764d241f))
255
+ - break core/types ↔ blade-navigation/types cycle with import type ([7b85761](https://github.com/VirtoCommerce/vc-shell/commit/7b857611365c770f28bd06581388564f77dd3009))
256
+ - **multilanguage-selector:** align visual style with UI kit conventions ([d427969](https://github.com/VirtoCommerce/vc-shell/commit/d427969b5cbf787b14cdf1cf7ec8af6d9e1840ed))
257
+ - **notifications:** remove pending queue and add clear-all button ([d55ad47](https://github.com/VirtoCommerce/vc-shell/commit/d55ad470a8a849107b86bb5b079ab684d8315f30))
258
+ - **menu-service:** pure buildMenuTree, immutable groups, remove VueUse ([384143f](https://github.com/VirtoCommerce/vc-shell/commit/384143f71e34210c4cd3e15512a28e59b87c906b))
259
+ - **menu-service:** single-source identity, remove auto-id generation ([7037b05](https://github.com/VirtoCommerce/vc-shell/commit/7037b05c90dbaf7e90ed5c630ed1f3fddba86f80))
260
+ - migrate from moment.js to date-fns ([1777fea](https://github.com/VirtoCommerce/vc-shell/commit/1777fea2b5cf1ab9671eeeed7c5a7a4f65c386d9))
261
+ - remove moment plugin and window.moment global ([d899beb](https://github.com/VirtoCommerce/vc-shell/commit/d899beb2cfe675f84bad8e64550f3f0ee800aabf))
262
+ - replace moment with date-fns in framework components ([090aa2f](https://github.com/VirtoCommerce/vc-shell/commit/090aa2fa77b8cce98f4a14b14bc7dcb1243e22c1))
263
+ - adjust unread accent positioning by introducing a logo-specific modifier class ([4cee7f1](https://github.com/VirtoCommerce/vc-shell/commit/4cee7f169a28aaaf14bfcb71f173ea06a1c11949))
264
+ - **vc-image-upload:** redesign preview as gallery-style tile ([a59b93e](https://github.com/VirtoCommerce/vc-shell/commit/a59b93e611fc7b767921d7cb397c90fd435c1b39))
265
+ - **vc-popup:** add close reasons, configurable dismiss, and variant support ([a77e349](https://github.com/VirtoCommerce/vc-shell/commit/a77e349ecf2a6a5524b61eea2403cedfef2fa3f7))
266
+ - **vc-gallery:** replace line indicator with live-swap FLIP reorder ([34314ce](https://github.com/VirtoCommerce/vc-shell/commit/34314ceec9e48cebe100290b82c53eefb8b632ca))
267
+ - **ui:** extract useCollapsible composable from VcAccordionItem ([fcc1be4](https://github.com/VirtoCommerce/vc-shell/commit/fcc1be43afeda42f60e96068bf4b9ece960f6148))
268
+ - **ui:** redesign BladeStatusBanners with inline expand details ([27cb2cf](https://github.com/VirtoCommerce/vc-shell/commit/27cb2cfc25c5bbde553800337bd3e06a506dd28d))
269
+ - **ui:** remove VcPaginator component exports and source ([caf2cd9](https://github.com/VirtoCommerce/vc-shell/commit/caf2cd962ff3727b52adb0db8d3d3d9f5e0a0293))
270
+ - **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))
271
+ - **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))
272
+ - **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))
273
+ - **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))
274
+ - **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))
275
+
276
+ ### Tests
277
+
278
+ - **auth:** add failing tests for parallelized loadUser() ([0e9b7c6](https://github.com/VirtoCommerce/vc-shell/commit/0e9b7c6b144660597aa17366a1155243908461c5))
279
+ - **menu-service:** add VcAppMenu smoke test for items without explicit id ([e9492ae](https://github.com/VirtoCommerce/vc-shell/commit/e9492ae598117965737354a4d05d28d6a43f20ac))
280
+ - **menu-service:** add comprehensive identity and deduplication tests ([3b9a738](https://github.com/VirtoCommerce/vc-shell/commit/3b9a738573ad132f1674f254911d66c3add8b8dc))
281
+ - **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))
282
+ - **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))
283
+
284
+ ## [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)
285
+
286
+ ### Features
287
+
288
+ - **storybook:** enrich VcApp stories with mock data and widgets ([9e3e0db](https://github.com/VirtoCommerce/vc-shell/commit/9e3e0db835f7e84c1a7ca649454cde5cad28cdd2))
289
+ - **dynamic-modules:** add hash-based cache busting for module assets ([eb47537](https://github.com/VirtoCommerce/vc-shell/commit/eb475375fad72f4c00016e0e8d9298cdbc44a321))
290
+ - **dashboard-charts:** add chart components with Unovis integration ([559917c](https://github.com/VirtoCommerce/vc-shell/commit/559917c1e65e48713555bd8d62c022f10a534af5))
291
+
292
+ ### Bug Fixes
293
+
294
+ - **app-hub:** improve panel sizing and widget scroll behavior ([72fc8df](https://github.com/VirtoCommerce/vc-shell/commit/72fc8dfc838141eab0734c4dbbc29098ad530707))
295
+
296
+ ### Code Refactoring
297
+
298
+ - **ui:** standardize focus and error ring styles across form controls ([73932a1](https://github.com/VirtoCommerce/vc-shell/commit/73932a1d2ea36a143e2a7606144b7787e5557363))
299
+ - **login:** redesign form layout and update copy ([0206517](https://github.com/VirtoCommerce/vc-shell/commit/02065178c3998081ad88369288a38858c4c79dae))
300
+
301
+ ## [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)
302
+
303
+ ### Features
304
+
305
+ - **app-hub:** add App Hub with search, app switcher, and widgets panel ([8a92ecc](https://github.com/VirtoCommerce/vc-shell/commit/8a92ecc10336dde2cef16a99ffa8f9b04c4554ba))
306
+ - **dashboard:** redesign widget cards and add new sub-components ([46aecea](https://github.com/VirtoCommerce/vc-shell/commit/46aecea106f6b6b3793fe90bca7d542098206574))
307
+
308
+ ### Documentation
309
+
310
+ - add architecture docs and shell-features-v2 RFC ([26a568d](https://github.com/VirtoCommerce/vc-shell/commit/26a568d9510248754cf909ef081f947dcb7d1d9e))
311
+
312
+ ### Code Refactoring
313
+
314
+ - **widgets:** update blade widget service and add WidgetDropdownItem ([06aa737](https://github.com/VirtoCommerce/vc-shell/commit/06aa7373fb53b515dbac06f2fc30b1b19bd24eac))
315
+ - configure path aliases and migrate imports ([bfffc3c](https://github.com/VirtoCommerce/vc-shell/commit/bfffc3cbe8029cf875e49941061b582825cad9a6))
316
+
317
+ ## [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)
318
+
319
+ ### Bug Fixes
320
+
321
+ - **modularity:** update notification import path ([f2ac212](https://github.com/VirtoCommerce/vc-shell/commit/f2ac212317517c10f0dba7cd97f893741dedf14e))
322
+
323
+ ## [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)
324
+
325
+ ### Code Refactoring
326
+
327
+ - clean up code and remove redundant lines in useBladeRegistry, vc-button, and vc-link components ([8167a0a](https://github.com/VirtoCommerce/vc-shell/commit/8167a0ac571f392885c744f3e248a4258a99a7c3))
328
+
329
+ ## [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)
330
+
331
+ ### Features
332
+
333
+ - **locales:** add table, toolbar and multivalue translations ([e43be52](https://github.com/VirtoCommerce/vc-shell/commit/e43be52a95545b7f079d9e8dabde53c2e78cd636))
334
+ - **shared:** update auth components and menu state management ([e9bf476](https://github.com/VirtoCommerce/vc-shell/commit/e9bf4768ace2a2615d2ce72b1a4c17e38f0a34ed))
335
+ - **core:** add module dependency ordering and update framework exports ([81ed54e](https://github.com/VirtoCommerce/vc-shell/commit/81ed54ed571a7f849b51535ea2589404fda72a7d))
336
+ - **ui:** add VcDropdownPanel, VcPaginator and shared composables ([ce67f25](https://github.com/VirtoCommerce/vc-shell/commit/ce67f2560afc43810d277081757de8e2b8eff48d))
337
+ - **vc-auth-layout:** add VcAuthLayout component for authentication layout ([c9a05a3](https://github.com/VirtoCommerce/vc-shell/commit/c9a05a3481641b3f619097ba6ef91da5529456cc))
338
+ - **vc-select:** enhance VcSelect component with new dropdown structure and options handling ([9a9efe5](https://github.com/VirtoCommerce/vc-shell/commit/9a9efe58be6b70861e17bffbd869cd590fa20008))
339
+ - **vc-blade:** introduce new Blade components and refactor existing structure ([3bdbbe2](https://github.com/VirtoCommerce/vc-shell/commit/3bdbbe2fcbfc2fbf9f0cff1d0cf851974ba6f1ae))
340
+ - **vc-app:** enhance VcApp component with new layout options and mobile actions ([394105c](https://github.com/VirtoCommerce/vc-shell/commit/394105c9c1aed7ffa101afafcb02268b9bcbc6a7))
341
+ - **pages:** add ForgotPasswordPage and update ChangePasswordPage ([cfd1874](https://github.com/VirtoCommerce/vc-shell/commit/cfd18749fec952ebaf4ce6df611c4e5ddd9caed5))
342
+ - **composables:** enhance toolbar and app bar services with improved injection and cleanup ([b992f6b](https://github.com/VirtoCommerce/vc-shell/commit/b992f6bed2dad0178f465dbd70c6b09995c1c54c))
343
+ - **extension-points:** implement new extension point system with defineExtensionPoint and ExtensionPoint component ([34b139c](https://github.com/VirtoCommerce/vc-shell/commit/34b139ccc7e8fee2d6f4ea3d72cbc8586f877489))
344
+ - **ui-components:** replace GenericDropdown with VcDropdown across multiple components ([0fb5edc](https://github.com/VirtoCommerce/vc-shell/commit/0fb5edcb26a25c80ba88b0f62eb97f2612d8224e))
345
+ - **ui-components:** replace GenericDropdown with VcDropdown and introduce VcSidebar component ([c182200](https://github.com/VirtoCommerce/vc-shell/commit/c182200c32e343db83d7b14b17dae21fbd428ca9))
346
+ - **ui-components:** add VcColorInput and VcDatePicker components with storybook examples ([f35b9f1](https://github.com/VirtoCommerce/vc-shell/commit/f35b9f1dd132bca2c2df0535bd9c7e1a54cb4aa5))
347
+ - **ui-components:** enhance accessibility and styling for form elements ([a7b1d2c](https://github.com/VirtoCommerce/vc-shell/commit/a7b1d2c8927bee0adf56f758460ba9b1aa8a65f2))
348
+ - **draggable-dashboard:** implement GridstackDashboard component and refactor existing dashboard structure ([cd61462](https://github.com/VirtoCommerce/vc-shell/commit/cd614627ae23a9c43a2d51c57815932db0ffd2a3))
349
+ - **blade-navigation:** introduce new architecture and migration to useBladeContext API ([9181724](https://github.com/VirtoCommerce/vc-shell/commit/91817249a198a1b076b18f1d6a9f228886bed035))
350
+ - **vc-button:** introduce VcButtonGroup component and enhance button functionality ([4c42348](https://github.com/VirtoCommerce/vc-shell/commit/4c4234846f7e0f891fd4b4484720cc6eaf9f4224))
351
+ - **menu:** implement badge functionality for menu items ([5f9c798](https://github.com/VirtoCommerce/vc-shell/commit/5f9c798bce1a4cb79a4534537187e8d827ed627a))
352
+
353
+ ### Bug Fixes
354
+
355
+ - **composables:** implement 3-state sort cycling and fix adaptive items ([484f51f](https://github.com/VirtoCommerce/vc-shell/commit/484f51f31bc76e1178bda09a9fb4765743426d23))
356
+ - **ui-components:** improve accessibility and fix type errors ([d874e75](https://github.com/VirtoCommerce/vc-shell/commit/d874e75e57c34124431c817851dfdc210d05dfd3))
357
+ - **vc-date-picker:** improve internal value type handling ([7a282a1](https://github.com/VirtoCommerce/vc-shell/commit/7a282a110cf749fbb7ee0f2b1eeb99f1f0fa70c3))
358
+
359
+ ### Code Refactoring
360
+
361
+ - **shared:** migrate GenericDropdown to VcDropdown and update exports ([dcdbb91](https://github.com/VirtoCommerce/vc-shell/commit/dcdbb916410ecf537343da76d9f60045bf4f6e89))
362
+ - **vc-multivalue:** extract composables and sub-components ([2336673](https://github.com/VirtoCommerce/vc-shell/commit/2336673cacd5cfb5d9243393dd074c80fcc9864e))
363
+ - **vc-table:** improve type safety and internal component structure ([5e1e410](https://github.com/VirtoCommerce/vc-shell/commit/5e1e410cf025d0c2b83a27dd1855108c1a88415d))
364
+ - **vc-container:** remove pull-to-refresh functionality and clean up component ([edda2d4](https://github.com/VirtoCommerce/vc-shell/commit/edda2d46849fc651d2d42e87e55dca879d941c8b))
365
+ - **vc-table:** migrate to VcDataTable and enhance API ([3e64a1f](https://github.com/VirtoCommerce/vc-shell/commit/3e64a1ffa49c0dc7aab39463d8310da60cfc5b54))
366
+
367
+ ## [1.2.3-beta.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3...v1.2.3-beta.1) (2026-01-26)
368
+
369
+ ### Features
370
+
371
+ - enhance AI agent panel with internationalization and UI improvements ([cdf0b7a](https://github.com/VirtoCommerce/vc-shell/commit/cdf0b7af14c02a51ffc261f9bac5c3da7916bf65))
372
+ - enhance AI agent context management and configuration ([a98c7ed](https://github.com/VirtoCommerce/vc-shell/commit/a98c7ed2a2b54977f02e620493873ca2abacd47a))
373
+ - integrate AI agent plugin into VC-Shell framework ([706f015](https://github.com/VirtoCommerce/vc-shell/commit/706f015f436ecc4ca19831e7159213b0759df6bc))
374
+ - enhance framework with AI agent integration ([dcb1fef](https://github.com/VirtoCommerce/vc-shell/commit/dcb1fef55f25755d1903c26f18f6cca588eab286))
375
+
376
+ ### Bug Fixes
377
+
378
+ - improve error handling and token refresh logic in useUser composable ([2900d9c](https://github.com/VirtoCommerce/vc-shell/commit/2900d9cc2b4465d9457c3e57338a915fe6a3a3e6))
379
+ - adjust AI agent panel configuration and styling ([ebdd57a](https://github.com/VirtoCommerce/vc-shell/commit/ebdd57ac50342cacf79968253d8240c685062d89))
380
+
381
+ ### Code Refactoring
382
+
383
+ - implement centralized logging across composables, components and services ([e27cae6](https://github.com/VirtoCommerce/vc-shell/commit/e27cae64e59b3f8231812297322543e0c5434096))
384
+
385
+ ## [1.2.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.2...v1.2.3) (2026-01-12)
386
+
387
+ ### Features
388
+
389
+ - **menu:** implement badge functionality for menu items ([f20bf71](https://github.com/VirtoCommerce/vc-shell/commit/f20bf718a0ae62126ad08dacb95d14c22e24a705))
390
+
391
+ ## [1.2.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3-beta.0...v1.2.2) (2026-01-12)
392
+
393
+ ### Features
394
+
395
+ - **menu:** implement badge functionality for menu items ([34f3fe8](https://github.com/VirtoCommerce/vc-shell/commit/34f3fe8b7c68f1987bbf90ac7c6ca9156d60e27a))
396
+
397
+ ## [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)
398
+
399
+ ### Features
400
+
401
+ - enhance AI agent context management and configuration ([a98c7ed](https://github.com/VirtoCommerce/vc-shell/commit/a98c7ed2a2b54977f02e620493873ca2abacd47a))
402
+ - integrate AI agent plugin into VC-Shell framework ([706f015](https://github.com/VirtoCommerce/vc-shell/commit/706f015f436ecc4ca19831e7159213b0759df6bc))
403
+ - enhance framework with AI agent integration ([dcb1fef](https://github.com/VirtoCommerce/vc-shell/commit/dcb1fef55f25755d1903c26f18f6cca588eab286))
404
+ - **ui:** add VcAccordion component with customizable items and storybook documentation ([cc40911](https://github.com/VirtoCommerce/vc-shell/commit/cc409114b0e52008e24a7cfe59204949295a6307))
405
+
406
+ ### Bug Fixes
407
+
408
+ - improve error handling and token refresh logic in useUser composable ([2900d9c](https://github.com/VirtoCommerce/vc-shell/commit/2900d9cc2b4465d9457c3e57338a915fe6a3a3e6))
409
+ - adjust AI agent panel configuration and styling ([ebdd57a](https://github.com/VirtoCommerce/vc-shell/commit/ebdd57ac50342cacf79968253d8240c685062d89))
410
+ - update type definitions in useDynamicProperties ([df5ca52](https://github.com/VirtoCommerce/vc-shell/commit/df5ca52cbf3d2ac6036b85028ffb231ad30c0795))
411
+ - handle boolean property values correctly in useDynamicProperties and vc-dynamic-property ([5286329](https://github.com/VirtoCommerce/vc-shell/commit/5286329598f6701ebb457b1bfec5aee872834204))
412
+
413
+ ### Code Refactoring
414
+
415
+ - implement centralized logging across composables, components and services ([e27cae6](https://github.com/VirtoCommerce/vc-shell/commit/e27cae64e59b3f8231812297322543e0c5434096))
416
+
417
+ ## [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)
418
+
419
+ **Note:** Version bump only for package @vc-shell/framework
420
+
421
+ ## [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)
422
+
423
+ **Note:** Version bump only for package @vc-shell/framework
424
+
425
+ ## [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)
426
+
427
+ **Note:** Version bump only for package @vc-shell/framework
428
+
429
+ ## [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)
430
+
431
+ **Note:** Version bump only for package @vc-shell/framework
432
+
433
+ ## [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)
434
+
435
+ ### Code Refactoring
436
+
437
+ - enhance type safety and improve documentation in composables ([3323d86](https://github.com/VirtoCommerce/vc-shell/commit/3323d86b0049a01628846daeab8ca1d24bed92f3))
438
+
439
+ ## [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)
440
+
441
+ **Note:** Version bump only for package @vc-shell/framework
442
+
443
+ ## [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)
444
+
445
+ **Note:** Version bump only for package @vc-shell/framework
446
+
447
+ ## [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)
448
+
449
+ **Note:** Version bump only for package @vc-shell/framework
450
+
451
+ ## [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)
452
+
453
+ **Note:** Version bump only for package @vc-shell/framework
454
+
455
+ ## [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)
456
+
457
+ **Note:** Version bump only for package @vc-shell/framework
458
+
459
+ ## [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)
460
+
461
+ **Note:** Version bump only for package @vc-shell/framework
462
+
463
+ ## [1.1.99-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.1.99-alpha.3) (2025-11-25)
464
+
465
+ ### Features
466
+
467
+ - integrate custom authentication provider checks in useSettings and useExternalProvider ([64bced4](https://github.com/VirtoCommerce/vc-shell/commit/64bced453e364958807ca5746b0babc8aa581490))
468
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
469
+ - **auth:** introduce customizable authentication provider system with PlatformAuthProvider and authProviderManager for enhanced flexibility ([424af98](https://github.com/VirtoCommerce/vc-shell/commit/424af98fe04f60b54cc2baf1db1c6d3dc184f9bc))
470
+
471
+ ### Bug Fixes
472
+
473
+ - **locales:** add newline for better readability in localization check output ([ee8c2fd](https://github.com/VirtoCommerce/vc-shell/commit/ee8c2fd873f2c4a0a8c4d574c2c8b715215fbe4d))
474
+
475
+ ### Code Refactoring
476
+
477
+ - **auth:** replace PlatformAuthProvider checks with centralized feature flagging for improved flexibility ([a2710ac](https://github.com/VirtoCommerce/vc-shell/commit/a2710acf5662ffff2886d26b7dba5e14369170a2))
478
+ - **auth:** streamline configuration logging and enhance notification handling for custom authentication providers ([52e8552](https://github.com/VirtoCommerce/vc-shell/commit/52e8552f4d77eaf207bffdc1b26259b89e11e998))
479
+
480
+ ## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-13)
481
+
482
+ ### Bug Fixes
483
+
484
+ - update type definitions in useDynamicProperties ([df5ca52](https://github.com/VirtoCommerce/vc-shell/commit/df5ca52cbf3d2ac6036b85028ffb231ad30c0795))
485
+
486
+ ## [1.2.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.2...v1.2.0) (2025-11-13)
487
+
488
+ ### Features
489
+
490
+ - **ui:** add VcAccordion component with customizable items and storybook documentation ([cc40911](https://github.com/VirtoCommerce/vc-shell/commit/cc409114b0e52008e24a7cfe59204949295a6307))
491
+
492
+ ### Bug Fixes
493
+
494
+ - handle boolean property values correctly in useDynamicProperties and vc-dynamic-property ([5286329](https://github.com/VirtoCommerce/vc-shell/commit/5286329598f6701ebb457b1bfec5aee872834204))
495
+
496
+ ## [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)
497
+
498
+ **Note:** Version bump only for package @vc-shell/framework
499
+
500
+ ## [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)
501
+
502
+ **Note:** Version bump only for package @vc-shell/framework
503
+
504
+ ## [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)
505
+
506
+ **Note:** Version bump only for package @vc-shell/framework
507
+
508
+ ## [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)
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.1.98-rc.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.3...v1.1.98-rc.4) (2025-10-24)
526
+
527
+ **Note:** Version bump only for package @vc-shell/framework
528
+
529
+ ## [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)
530
+
531
+ **Note:** Version bump only for package @vc-shell/framework
532
+
533
+ ## [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)
534
+
535
+ **Note:** Version bump only for package @vc-shell/framework
536
+
537
+ ## [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)
538
+
539
+ **Note:** Version bump only for package @vc-shell/framework
540
+
541
+ ## [1.1.98-rc.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.97...v1.1.98-rc.0) (2025-10-24)
542
+
543
+ ### Bug Fixes
544
+
545
+ - **locales:** add newline for better readability in localization check output ([2ecdede](https://github.com/VirtoCommerce/vc-shell/commit/2ecdede43d7f76421944954484b5c313ffe40b7a))
546
+
547
+ ## [1.1.97](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.96...v1.1.97) (2025-10-24)
548
+
549
+ ### Styles
550
+
551
+ - **vc-multivalue, vc-dynamic-property:** unify color square border styles for consistency ([9b55e72](https://github.com/VirtoCommerce/vc-shell/commit/9b55e72139968e088cc9ba3abe0977693162bbc3))
552
+
553
+ ## [1.1.96](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.95...v1.1.96) (2025-10-24)
554
+
555
+ ### Features
556
+
557
+ - **vc-multivalue, vc-dynamic-property:** add support for multivalue color properties ([2dbc590](https://github.com/VirtoCommerce/vc-shell/commit/2dbc5905eb072bf0aaaa7b5f4998cf9ad49fab0b))
558
+
559
+ ## [1.1.95](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.94...v1.1.95) (2025-10-23)
560
+
561
+ ### Code Refactoring
562
+
563
+ - **color-utils:** replace color-namer with Canvas API for color conversion ([61fa71e](https://github.com/VirtoCommerce/vc-shell/commit/61fa71e908115ed1f6231ede8ae8054448428406))
564
+
565
+ ## [1.1.94](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.93...v1.1.94) (2025-10-23)
566
+
567
+ ### Features
568
+
569
+ - **vc-dynamic-property:** enhance color handling ([479b8fc](https://github.com/VirtoCommerce/vc-shell/commit/479b8fcb0eecb2ac2180ff6a2481c7b14e0c20c6))
570
+
571
+ ### Styles
572
+
573
+ - **vc-dynamic-property:** add border to color indicators for better visibility ([048af50](https://github.com/VirtoCommerce/vc-shell/commit/048af50d5fa64cc02b003fe29dacbed53b9929ea))
574
+
575
+ ## [1.1.93](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.92...v1.1.93) (2025-10-23)
576
+
577
+ ### Features
578
+
579
+ - **color-picker:** add color utilities and integrate color selection in vc-input component ([f284c1d](https://github.com/VirtoCommerce/vc-shell/commit/f284c1d8bcd13caf3b82e382e22d3f2962cb87e4))
580
+
581
+ ## [1.1.92](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91...v1.1.92) (2025-10-17)
582
+
583
+ **Note:** Version bump only for package @vc-shell/framework
584
+
585
+ ## [1.1.91](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.5...v1.1.91) (2025-10-17)
586
+
587
+ **Note:** Version bump only for package @vc-shell/framework
588
+
589
+ ## [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)
590
+
591
+ **Note:** Version bump only for package @vc-shell/framework
592
+
593
+ ## [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)
594
+
595
+ ### Bug Fixes
596
+
597
+ - **locales:** add newline for better readability in localization check output ([ee8c2fd](https://github.com/VirtoCommerce/vc-shell/commit/ee8c2fd873f2c4a0a8c4d574c2c8b715215fbe4d))
598
+
599
+ ## [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)
600
+
601
+ **Note:** Version bump only for package @vc-shell/framework
602
+
603
+ ## [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)
604
+
605
+ **Note:** Version bump only for package @vc-shell/framework
606
+
607
+ ## [1.1.91-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.90...v1.1.91-alpha.1) (2025-10-14)
608
+
609
+ ### Features
610
+
611
+ - integrate custom authentication provider checks in useSettings and useExternalProvider ([64bced4](https://github.com/VirtoCommerce/vc-shell/commit/64bced453e364958807ca5746b0babc8aa581490))
612
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
613
+ - **auth:** introduce customizable authentication provider system with PlatformAuthProvider and authProviderManager for enhanced flexibility ([424af98](https://github.com/VirtoCommerce/vc-shell/commit/424af98fe04f60b54cc2baf1db1c6d3dc184f9bc))
614
+
615
+ ### Code Refactoring
616
+
617
+ - **auth:** replace PlatformAuthProvider checks with centralized feature flagging for improved flexibility ([a2710ac](https://github.com/VirtoCommerce/vc-shell/commit/a2710acf5662ffff2886d26b7dba5e14369170a2))
618
+ - **auth:** streamline configuration logging and enhance notification handling for custom authentication providers ([52e8552](https://github.com/VirtoCommerce/vc-shell/commit/52e8552f4d77eaf207bffdc1b26259b89e11e998))
619
+
620
+ ## [1.1.90](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.89...v1.1.90) (2025-10-08)
621
+
622
+ **Note:** Version bump only for package @vc-shell/framework
623
+
624
+ ## [1.1.89](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.88...v1.1.89) (2025-10-08)
625
+
626
+ ### Code Refactoring
627
+
628
+ - **useExternalProvider:** update signIn and signOut methods to return promises ([76e8b97](https://github.com/VirtoCommerce/vc-shell/commit/76e8b978c29a58a68124d742b309f2d457d9fb44))
629
+
630
+ ## [1.1.88](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.87...v1.1.88) (2025-10-07)
631
+
632
+ ### Features
633
+
634
+ - **vc-dynamic-property:** add color type dictionary select ([4a21112](https://github.com/VirtoCommerce/vc-shell/commit/4a211124acd4b66d0f4b9f37fc4cb33c70b69a5d))
635
+
636
+ ## [1.1.87](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.86...v1.1.87) (2025-10-06)
637
+
638
+ ### Features
639
+
640
+ - **vc-dynamic-property, input:** color type in dynamic propery and input VM-1645 ([1ff529e](https://github.com/VirtoCommerce/vc-shell/commit/1ff529eab6e560a21cb64a5de6a28f11c80b4b30))
641
+
642
+ ### Code Refactoring
643
+
644
+ - **vc-tooltip:** expand placement prop options for enhanced positioning flexibility ([65fcfff](https://github.com/VirtoCommerce/vc-shell/commit/65fcfffd871839c7d205e387440e4f8f15e8d9a5))
645
+
646
+ ## [1.1.86](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.85...v1.1.86) (2025-10-06)
647
+
648
+ ### Code Refactoring
649
+
650
+ - **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))
651
+
652
+ ## [1.1.85](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.84...v1.1.85) (2025-10-03)
653
+
654
+ ### Bug Fixes
655
+
656
+ - **useMenuExpanded:** correct app name extraction logic for dynamic storage key generation ([3cdaeab](https://github.com/VirtoCommerce/vc-shell/commit/3cdaeabf7bf1192a641cb5150a9a8b5b8f34efcf))
657
+
658
+ ### Code Refactoring
659
+
660
+ - **vc-table-mobile-view:** add editing prop to table cell components for enhanced editing functionality ([0813842](https://github.com/VirtoCommerce/vc-shell/commit/08138424a4671e88aa5833ad2ee9349d52b4e31c))
661
+ - **types:** enhance InputSchema interface by specifying input variant types and datePickerOptions for improved type safety ([795d5b5](https://github.com/VirtoCommerce/vc-shell/commit/795d5b573f180e72041b8416098c5fb01ec9379d))
662
+ - **assets-details:** expose asset title for improved accessibility in assets details component ([1213306](https://github.com/VirtoCommerce/vc-shell/commit/12133061a8923fac00bd654d5bcbaaa0ebf1ff72))
663
+ - **types:** update optional properties in ICommonAsset interface for improved type safety ([e20ae67](https://github.com/VirtoCommerce/vc-shell/commit/e20ae67f74eaf05d0d6066798642f114a1e23c42))
664
+ - **vc-table:** update StatusImage interface to TableEmptyAction for improved flexibility in empty state handling ([9ed11c9](https://github.com/VirtoCommerce/vc-shell/commit/9ed11c93be964afa245363727e97e5d399fd1328))
665
+ - replace inject with useBlade for improved blade instance access in multiple components ([ebc109e](https://github.com/VirtoCommerce/vc-shell/commit/ebc109ef0b30eeca902715742444490ccc532f40))
666
+ - **vc-input:** enhance type definitions for modelValue and input props to support various input types ([a88285e](https://github.com/VirtoCommerce/vc-shell/commit/a88285e2fd000d3ba488b964c8e9d11b23b4c1ba))
667
+
668
+ ## [1.1.84](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.84-alpha.0...v1.1.84) (2025-09-30)
669
+
670
+ ### Bug Fixes
671
+
672
+ - **vc-select:** enhance option value retrieval to support primitive types and improve label filtering ([90c9530](https://github.com/VirtoCommerce/vc-shell/commit/90c9530c66e31df7216db9b873fba275c566d8f7))
673
+
674
+ ## [1.1.84-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.83...v1.1.84-alpha.0) (2025-09-30)
675
+
676
+ ### Bug Fixes
677
+
678
+ - **vc-select:** add fallback visibility check for iframe support in dropdown component ([dd3fc7d](https://github.com/VirtoCommerce/vc-shell/commit/dd3fc7d498c1a0d694804332c3fac3513bb4e78f))
679
+
680
+ ### Code Refactoring
681
+
682
+ - **useMenuExpanded:** implement dynamic storage key generation for menu state based on application path ([a9f5d4b](https://github.com/VirtoCommerce/vc-shell/commit/a9f5d4b90916e7e6633d89d4efe407ab7b823a7a))
683
+ - **loader:** remove unused extensions handling from module installation process ([c797ea7](https://github.com/VirtoCommerce/vc-shell/commit/c797ea7fb54c0c2db52e52420f853c2b4ae63947))
684
+ - **extensions:** remove unused extensions helper and related exports ([3263910](https://github.com/VirtoCommerce/vc-shell/commit/326391052b3036c00cdb13cc83048e1308277039))
685
+
686
+ ## [1.1.83](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.83-alpha.0...v1.1.83) (2025-09-30)
687
+
688
+ ### Features
689
+
690
+ - **login:** add localization support for "OR" text in login components ([6ed87e6](https://github.com/VirtoCommerce/vc-shell/commit/6ed87e67963acfaf681ca472e577c3bb79d4f9de))
691
+ - **vc-form:** implement submit event emission in form component ([31019a0](https://github.com/VirtoCommerce/vc-shell/commit/31019a078cb3e3caede67bf8396dc0d985015f6c))
692
+ - **notification-template:** add click event emission to notification template component ([b313b7c](https://github.com/VirtoCommerce/vc-shell/commit/b313b7c0c1ba8aaef4eacd104338a8348a5b8d40))
693
+
694
+ ### Bug Fixes
695
+
696
+ - **vc-select:** update model value type definition to support multiple option formats ([92c70f0](https://github.com/VirtoCommerce/vc-shell/commit/92c70f04448ab1de015cd68c2dd782355a40d9fe))
697
+ - **loader:** enhance version compatibility checks to include prerelease versions ([d1af321](https://github.com/VirtoCommerce/vc-shell/commit/d1af32163d34e4540b49df5d0ed9de71cc5ef0c2))
698
+
699
+ ### Code Refactoring
700
+
701
+ - **ExtensionSlot:** clean up template and script structure for improved readability ([397c1a3](https://github.com/VirtoCommerce/vc-shell/commit/397c1a3045515d379b5e4f5e972db6b01da42c24))
702
+
703
+ ## [1.1.83-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.82...v1.1.83-alpha.0) (2025-09-24)
704
+
705
+ ### Features
706
+
707
+ - **useModificationTracker:** add pristineValue reference to track original state ([adaf67d](https://github.com/VirtoCommerce/vc-shell/commit/adaf67d34ceac0b7b490c2906a7b3f25b57c32e1))
708
+ - **extension-points:** introduce new extension system with composables for slot management and data exchange ([b427cd4](https://github.com/VirtoCommerce/vc-shell/commit/b427cd4a141d4dc39c454b12259b2a8c566179b9))
709
+
710
+ ### Code Refactoring
711
+
712
+ - **login:** replace afterLoginFormExtensions with ExtensionSlot for improved slot management ([fec517c](https://github.com/VirtoCommerce/vc-shell/commit/fec517c481af76b1d3dc9a0077eef1feab0bccf6))
713
+
714
+ ## [1.1.82](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.81...v1.1.82) (2025-09-23)
715
+
716
+ **Note:** Version bump only for package @vc-shell/framework
717
+
718
+ ## [1.1.81](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.80...v1.1.81) (2025-09-23)
719
+
720
+ ### Code Refactoring
721
+
722
+ - **assets-manager:** improve title handling and error management in upload functions ([331bcaa](https://github.com/VirtoCommerce/vc-shell/commit/331bcaab197ea9261ec90787ae6f5b94d2572b5a))
723
+
724
+ ## [1.1.80](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.79...v1.1.80) (2025-09-22)
725
+
726
+ ### Bug Fixes
727
+
728
+ - **vc-editor:** export ToolbarNames type for better accessibility in toolbar components ([e24ba37](https://github.com/VirtoCommerce/vc-shell/commit/e24ba37bd33059dfbe7a8d285c75e4e9724ca329))
729
+
730
+ ## [1.1.79](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.78...v1.1.79) (2025-09-18)
731
+
732
+ ### Features
733
+
734
+ - **vc-field:** update copy button icon dynamically on copy action ([fe47e62](https://github.com/VirtoCommerce/vc-shell/commit/fe47e62a591df136800f4e5e8872e5392f8fb7df))
735
+ - **composables:** add useBlade composable for accessing the current blade instance ([e1d1c59](https://github.com/VirtoCommerce/vc-shell/commit/e1d1c591e3472c38eb459f878f7a69f5e6df8f4a))
736
+
737
+ ## [1.1.78](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.77...v1.1.78) (2025-09-12)
738
+
739
+ ### Features
740
+
741
+ - **dashboard:** enhance widget placement logic to handle new widgets without collisions ([1faf444](https://github.com/VirtoCommerce/vc-shell/commit/1faf444cb7c919c7a0ddb4447e7dab560c8f0e93))
742
+
743
+ ### Bug Fixes
744
+
745
+ - **vc-radio-button:** prevent radio button from shrinking by adding flex-shrink property ([276bd6a](https://github.com/VirtoCommerce/vc-shell/commit/276bd6ac81b74b3d93d8652d75e88b32fae10c38))
746
+
747
+ ### Code Refactoring
748
+
749
+ - **vc-field:** simplify label styling and enhance vertical layout with gap utility ([0441d57](https://github.com/VirtoCommerce/vc-shell/commit/0441d573b96b67758063f3a97780e42af378215d))
750
+
751
+ ## [1.1.77](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.76...v1.1.77) (2025-09-11)
752
+
753
+ **Note:** Version bump only for package @vc-shell/framework
754
+
755
+ ## [1.1.76](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.75...v1.1.76) (2025-09-10)
756
+
757
+ **Note:** Version bump only for package @vc-shell/framework
758
+
759
+ ## [1.1.75](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.74...v1.1.75) (2025-09-10)
760
+
761
+ ### Features
762
+
763
+ - **vc-editor:** enhance editor with custom toolbar buttons and font size selector ([a4b0e6e](https://github.com/VirtoCommerce/vc-shell/commit/a4b0e6eac49880b58d7373c134cb42151f4df4a6))
764
+
765
+ ### Code Refactoring
766
+
767
+ - **vc-slider:** improve swiper configuration and module imports for better performance ([cc35499](https://github.com/VirtoCommerce/vc-shell/commit/cc354996c82a65048c46fb9e8069993a80b39d7e))
768
+
769
+ ## [1.1.74](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.73...v1.1.74) (2025-09-08)
770
+
771
+ ### Bug Fixes
772
+
773
+ - **vc-input-dropdown:** conditionally render button based on options availability ([9182d1f](https://github.com/VirtoCommerce/vc-shell/commit/9182d1f50356df76bfb0b6e2840a73d3d4537a6e))
774
+
775
+ ## [1.1.73](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.72...v1.1.73) (2025-09-04)
776
+
777
+ **Note:** Version bump only for package @vc-shell/framework
778
+
779
+ ## [1.1.72](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.71...v1.1.72) (2025-08-25)
780
+
781
+ ### Bug Fixes
782
+
783
+ - update max height for generic dropdown ([37abe30](https://github.com/VirtoCommerce/vc-shell/commit/37abe30c5994a622798af3919e70f06aca72d482))
784
+
785
+ ## [1.1.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.70...v1.1.71) (2025-08-21)
786
+
787
+ ### Bug Fixes
788
+
789
+ - update event binding for menu item click in useAppSlots composable ([c45e045](https://github.com/VirtoCommerce/vc-shell/commit/c45e045bb10ffc0603d61f79b6ae2de1f7d36d5a))
790
+
791
+ ## [1.1.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.69...v1.1.70) (2025-08-20)
792
+
793
+ ### Bug Fixes
794
+
795
+ - VCST-3680 embedded mode fixes ([2f6a82f](https://github.com/VirtoCommerce/vc-shell/commit/2f6a82f60b4cbb179f00e36bbbbe59d3fe438dd0))
796
+
797
+ ## [1.1.69](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.68...v1.1.69) (2025-08-13)
798
+
799
+ **Note:** Version bump only for package @vc-shell/framework
800
+
801
+ ## [1.1.68](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.67...v1.1.68) (2025-07-31)
802
+
803
+ ### Code Refactoring
804
+
805
+ - change widget registration to use reactive instead of markRaw for widget state management ([ec67316](https://github.com/VirtoCommerce/vc-shell/commit/ec67316c77c61266e8fc715acdd78a62dc0e1e95))
806
+
807
+ ## [1.1.67](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.66...v1.1.67) (2025-07-31)
808
+
809
+ ### Bug Fixes
810
+
811
+ - add !important to width properties for maximized blade component ([aee8edc](https://github.com/VirtoCommerce/vc-shell/commit/aee8edc7d67b534b4a43e5ca2c15875f4a8bb1bf))
812
+
813
+ ## [1.1.66](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.65...v1.1.66) (2025-07-30)
814
+
815
+ ### Features
816
+
817
+ - **generic-dropdown:** improve height applying ([8a39233](https://github.com/VirtoCommerce/vc-shell/commit/8a3923316f6ae488d08ad0e585d1b417d1eaaa5b))
818
+ - **vc-table:** improve columns sorting, resizing ([fdcac27](https://github.com/VirtoCommerce/vc-shell/commit/fdcac270c342aa76411f153991faf938ca868cf3))
819
+
820
+ ## [1.1.65](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.64...v1.1.65) (2025-07-29)
821
+
822
+ **Note:** Version bump only for package @vc-shell/framework
823
+
824
+ ## [1.1.64](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.63...v1.1.64) (2025-07-25)
825
+
826
+ **Note:** Version bump only for package @vc-shell/framework
827
+
828
+ ## [1.1.63](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.62...v1.1.63) (2025-07-25)
829
+
830
+ ### Code Refactoring
831
+
832
+ - migrate language management from composable to service pattern ([23fb0cd](https://github.com/VirtoCommerce/vc-shell/commit/23fb0cd5f8fc032e92aea0d0bbbb44c617ce4605))
833
+
834
+ ## [1.1.62](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.61...v1.1.62) (2025-07-24)
835
+
836
+ ### Code Refactoring
837
+
838
+ - move menu item translation from service to component level ([d81f6c3](https://github.com/VirtoCommerce/vc-shell/commit/d81f6c35337674ceeb95d1d81e06fe3d3a85f1dd))
839
+
840
+ ## [1.1.61](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.60...v1.1.61) (2025-07-23)
841
+
842
+ ### Features
843
+
844
+ - add embedded mode support ([647253b](https://github.com/VirtoCommerce/vc-shell/commit/647253be9bcd5c1b347fd1727cfef9810e9d0d5f))
845
+
846
+ ## [1.1.60](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.59...v1.1.60) (2025-07-17)
847
+
848
+ **Note:** Version bump only for package @vc-shell/framework
849
+
850
+ ## [1.1.59](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.58...v1.1.59) (2025-07-11)
851
+
852
+ ### Features
853
+
854
+ - **icon-components:** revert, material symbols size optimization ([c4b8771](https://github.com/VirtoCommerce/vc-shell/commit/c4b87712503d6bca3edf94efecd2585d7643472c))
855
+
856
+ ## [1.1.58](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.57...v1.1.58) (2025-07-10)
857
+
858
+ ### Code Refactoring
859
+
860
+ - **widget-service:** update widget registration to use markRaw for reactivity ([a3022d3](https://github.com/VirtoCommerce/vc-shell/commit/a3022d372a4f34472562eae3b36a7297b172cd47))
861
+
862
+ ## [1.1.57](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.56...v1.1.57) (2025-07-10)
863
+
864
+ ### Features
865
+
866
+ - **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))
867
+ - **vc-widget-container:** add click event to toggle toolbar visibility on click ([007931f](https://github.com/VirtoCommerce/vc-shell/commit/007931f8c86b224a5b03a1ad321f633eace715ec))
868
+
869
+ ### Bug Fixes
870
+
871
+ - **vc-editor:** update disabled text and background colors ([0ee79c5](https://github.com/VirtoCommerce/vc-shell/commit/0ee79c59bcc631ae5ee8868032dc626ec8fca890))
872
+ - **vc-select:** update modelValue type to support multiple option formats ([1f163a8](https://github.com/VirtoCommerce/vc-shell/commit/1f163a8cc7679d2aa5f5a94db49d79b3f98fe247))
873
+
874
+ ### Code Refactoring
875
+
876
+ - **composables:** remove unused useBladeMultilanguage composable ([5ba38e8](https://github.com/VirtoCommerce/vc-shell/commit/5ba38e8aa81595a08052df23cc7962c69c9f6801))
877
+ - **vc-table:** update header slot type to use a function for improved flexibility ([4920b7c](https://github.com/VirtoCommerce/vc-shell/commit/4920b7c37ed657dcd87588f462bccd27d00cae4f))
878
+
879
+ ## [1.1.56](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.55...v1.1.56) (2025-07-08)
880
+
881
+ ### Bug Fixes
882
+
883
+ - **vc-editor:** update list styles for unordered and ordered lists in the editor component ([2dd3fc2](https://github.com/VirtoCommerce/vc-shell/commit/2dd3fc22e9fef098c800ebe93c5e3e5f5e760333))
884
+
885
+ ### Code Refactoring
886
+
887
+ - **widget-service:** rename bladeType to bladeId for consistency and improve prop resolution logic ([693628e](https://github.com/VirtoCommerce/vc-shell/commit/693628eb179dc35e71aa7ad32ad51932ae038752))
888
+
889
+ ## [1.1.55](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.54...v1.1.55) (2025-07-07)
890
+
891
+ ### Features
892
+
893
+ - **widget-service:** add external widget registration functionality and enhance widget management ([cd35c9b](https://github.com/VirtoCommerce/vc-shell/commit/cd35c9b50bf44af8f466dc6a2d4ce29ad01e9514))
894
+
895
+ ### Bug Fixes
896
+
897
+ - **vc-blade-toolbar:** adjust spacing in 'more' button for improved layout consistency ([2075e5b](https://github.com/VirtoCommerce/vc-shell/commit/2075e5b37b351a89d9aa1a7dde01dd939e76a212))
898
+
899
+ ## [1.1.54](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.53...v1.1.54) (2025-07-07)
900
+
901
+ **Note:** Version bump only for package @vc-shell/framework
902
+
903
+ ## [1.1.53](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.52...v1.1.53) (2025-07-04)
904
+
905
+ **Note:** Version bump only for package @vc-shell/framework
906
+
907
+ ## [1.1.52](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.51...v1.1.52) (2025-07-02)
908
+
909
+ ### Code Refactoring
910
+
911
+ - **vc-fontawesome-icon:** update icon name processing to use pre-processed value for improved clarity ([ce8cde0](https://github.com/VirtoCommerce/vc-shell/commit/ce8cde02060ee705c3366f991a358f47f84d7a2c))
912
+
913
+ ## [1.1.51](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.50...v1.1.51) (2025-07-02)
914
+
915
+ ### Code Refactoring
916
+
917
+ - **loader:** improve dynamic module registration logic and enhance error handling during module loading ([c21873f](https://github.com/VirtoCommerce/vc-shell/commit/c21873f1acecec3dc540137e21bdae45ff0eda80))
918
+
919
+ ## [1.1.50](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.49...v1.1.50) (2025-07-02)
920
+
921
+ **Note:** Version bump only for package @vc-shell/framework
922
+
923
+ ## [1.1.49](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.48...v1.1.49) (2025-07-02)
924
+
925
+ **Note:** Version bump only for package @vc-shell/framework
926
+
927
+ ## [1.1.48](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.47...v1.1.48) (2025-07-02)
928
+
929
+ **Note:** Version bump only for package @vc-shell/framework
930
+
931
+ ## [1.1.47](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.46...v1.1.47) (2025-07-02)
932
+
933
+ **Note:** Version bump only for package @vc-shell/framework
934
+
935
+ ## [1.1.46](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.45...v1.1.46) (2025-07-02)
936
+
937
+ ### Features
938
+
939
+ - **dynamic-module:** enhance UMD name generation and improve logging for dynamic module loading ([8d43f21](https://github.com/VirtoCommerce/vc-shell/commit/8d43f216e6ec3f9f61ab93953f297d80832f9ed7))
940
+
941
+ ## [1.1.45](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.44...v1.1.45) (2025-07-01)
942
+
943
+ ### Features
944
+
945
+ - **loader:** implement parallel loading of dynamic modules and improve error handling ([cf93200](https://github.com/VirtoCommerce/vc-shell/commit/cf93200d4e7e42f8163db09096eec1a24d4600d2))
946
+ - **vc-editor:** migrate to Tiptap editor, enhance functionality with new toolbar and button components ([2b77c73](https://github.com/VirtoCommerce/vc-shell/commit/2b77c734cee3bae8c3d01dd50207e9052c298ac8))
947
+ - remove icon packs in favor of iconify lib ([983f7fc](https://github.com/VirtoCommerce/vc-shell/commit/983f7fc6252816dc9cafbd2defc7eb5292947b96))
948
+
949
+ ## [1.1.44](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.43...v1.1.44) (2025-06-30)
950
+
951
+ **Note:** Version bump only for package @vc-shell/framework
952
+
953
+ ## [1.1.43](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.42...v1.1.43) (2025-06-27)
954
+
955
+ ### Bug Fixes
956
+
957
+ - **vc-select:** set default value for generic parameter P to undefined ([ed13c91](https://github.com/VirtoCommerce/vc-shell/commit/ed13c91a9f09d799df72baa62d1694c893c0e231))
958
+
959
+ ## [1.1.42](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.41...v1.1.42) (2025-06-27)
960
+
961
+ ### Bug Fixes
962
+
963
+ - **vc-select:** fix generic type ([95d78ac](https://github.com/VirtoCommerce/vc-shell/commit/95d78aca9c2fbd68d3116f24f2e8130236dbc56e))
964
+
965
+ ## [1.1.41](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.40...v1.1.41) (2025-06-27)
966
+
967
+ ### Code Refactoring
968
+
969
+ - **blade-navigation:** update onParentCall method to streamline parent method invocation and enhance error handling ([71a82c8](https://github.com/VirtoCommerce/vc-shell/commit/71a82c8416d42fe61e8bedb30f5a2bf979b1899e))
970
+
971
+ ## [1.1.40](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.39...v1.1.40) (2025-06-27)
972
+
973
+ ### Bug Fixes
974
+
975
+ - **vc-widget-container:** set default visibility to true when isVisible is undefined ([09775ed](https://github.com/VirtoCommerce/vc-shell/commit/09775eda9f68b620cfec78206289c135dd9ba4cd))
976
+
977
+ ## [1.1.39](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.38...v1.1.39) (2025-06-26)
978
+
979
+ **Note:** Version bump only for package @vc-shell/framework
980
+
981
+ ## [1.1.38](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.37...v1.1.38) (2025-06-25)
982
+
983
+ ### Bug Fixes
984
+
985
+ - **useAsync:** correct payload handling in innerAction call to ensure proper execution ([8c1d238](https://github.com/VirtoCommerce/vc-shell/commit/8c1d2386e34b2f70523e4527f77a387ecc203876))
986
+
987
+ ## [1.1.37](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.36...v1.1.37) (2025-06-25)
988
+
989
+ ### Features
990
+
991
+ - **global style:** update base styles with Roboto font and tailwind configurations ([51722bf](https://github.com/VirtoCommerce/vc-shell/commit/51722bff7933816d2cbab9fecb7a7c05fcb8d2d3))
992
+
993
+ ### Code Refactoring
994
+
995
+ - **blade-navigation:** change options type to Record<string, any> for improved flexibility ([59f9c0f](https://github.com/VirtoCommerce/vc-shell/commit/59f9c0fe9fc7605f2026e7c9d351d306ac0ffbec))
996
+ - **useContainer:** replace lodash remove with native filter for notification management ([eb285c5](https://github.com/VirtoCommerce/vc-shell/commit/eb285c5ea946183a3dee59875dbc311e9ed4e8f1))
997
+
998
+ ## [1.1.36](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.35...v1.1.36) (2025-06-24)
999
+
1000
+ ### Features
1001
+
1002
+ - **composables:** add useTableSort composable for table sorting functionality ([1e4d768](https://github.com/VirtoCommerce/vc-shell/commit/1e4d768b22436ff7da4cad922b25da5b45dee7f9))
1003
+
1004
+ ## [1.1.35](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.34...v1.1.35) (2025-06-24)
1005
+
1006
+ ### Code Refactoring
1007
+
1008
+ - **error-handling:** enhance error handling by introducing DisplayableError type and improving error processing logic ([f1a98c1](https://github.com/VirtoCommerce/vc-shell/commit/f1a98c17b054df9a9a56f0731139969be4ddda0d))
1009
+
1010
+ ## [1.1.34](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.33...v1.1.34) (2025-06-23)
1011
+
1012
+ **Note:** Version bump only for package @vc-shell/framework
1013
+
1014
+ ## [1.1.33](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.32...v1.1.33) (2025-06-23)
1015
+
1016
+ **Note:** Version bump only for package @vc-shell/framework
1017
+
1018
+ ## [1.1.32](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.31...v1.1.32) (2025-06-23)
1019
+
1020
+ **Note:** Version bump only for package @vc-shell/framework
1021
+
1022
+ ## [1.1.31](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.30...v1.1.31) (2025-06-23)
1023
+
1024
+ ### Features
1025
+
1026
+ - **dashboard:** enhance useDashboardDragAndDrop composable with TypeScript return type and improved setGridContainer function ([65a726f](https://github.com/VirtoCommerce/vc-shell/commit/65a726f65d396f073a21f3502fba7e62e2ce4f03))
1027
+ - **composables:** add useModificationTracker composable for tracking value changes and modifications ([ad911e1](https://github.com/VirtoCommerce/vc-shell/commit/ad911e19640ea675a70cdaf2e6b6c6f5c0f2f0a4))
1028
+ - **multilanguage-selector:** add VcLanguageSelector component for language selection with dropdown functionality ([f620e1d](https://github.com/VirtoCommerce/vc-shell/commit/f620e1dfa94b4b468c5c40a276c411be4b993f9b))
1029
+ - **vc-app:** add disableAppSwitcher prop to control app switcher visibility in VcApp component ([ab2d6dc](https://github.com/VirtoCommerce/vc-shell/commit/ab2d6dc7c09cbf99f7501bb6a8b51d9c3be3d1af))
1030
+ - **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))
1031
+ - **vc-banner:** add VcBanner component for displaying contextual information with expandable content ([5fa7b4f](https://github.com/VirtoCommerce/vc-shell/commit/5fa7b4f77117a02aa559a48dc1f020414c380720))
1032
+ - **error-handling:** implement DisplayableError class and enhance useErrorHandler for better error normalization and handling ([a68473b](https://github.com/VirtoCommerce/vc-shell/commit/a68473b98726d436d3ab272e0afee9db2d92174b))
1033
+
1034
+ ### Bug Fixes
1035
+
1036
+ - **types:** update error property in IBladeInstance to allow undefined value ([c2f0fb5](https://github.com/VirtoCommerce/vc-shell/commit/c2f0fb58513e15ffadc581f2b75d43618c3b6f10))
1037
+ - **useLanguages:** add validation to getFlag function to handle empty language input ([853325e](https://github.com/VirtoCommerce/vc-shell/commit/853325ecc55e5e26f2e90021f8b4b7d7b6415142))
1038
+ - **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))
1039
+
1040
+ ### Code Refactoring
1041
+
1042
+ - **locales:** rename VC_STATUS to VC_BANNER for consistency in localization files ([8abe7d2](https://github.com/VirtoCommerce/vc-shell/commit/8abe7d25e981974fea306c607b0c52afe563a3ac))
1043
+ - **vc-table:** simplify item action handling by removing itemActionBuilder prop and updating related logic ([d6cf626](https://github.com/VirtoCommerce/vc-shell/commit/d6cf62638dd7b4da66d88a4c78d0b56b886b1ee0))
1044
+ - **settings-menu-service:** rename SettingsMenuItem to ISettingsMenuItem for consistency and update related types ([9d66c06](https://github.com/VirtoCommerce/vc-shell/commit/9d66c06f34b9cf33e4151431cdf33057ac981e8c))
1045
+
1046
+ ## [1.1.30](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.29...v1.1.30) (2025-06-11)
1047
+
1048
+ **Note:** Version bump only for package @vc-shell/framework
1049
+
1050
+ ## [1.1.29](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.28...v1.1.29) (2025-06-05)
1051
+
1052
+ ### Features
1053
+
1054
+ - **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))
1055
+
1056
+ ## [1.1.28](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.27...v1.1.28) (2025-06-04)
1057
+
1058
+ ### Features
1059
+
1060
+ - **modularity:** enhance Blade registration with inject support and improve route handling for workspace components ([1d5a8e3](https://github.com/VirtoCommerce/vc-shell/commit/1d5a8e386168079bd56e9cd633edf79a3c086ce1))
1061
+
1062
+ ## [1.1.27](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.26...v1.1.27) (2025-06-04)
1063
+
1064
+ ### Features
1065
+
1066
+ - **vc-input-dropdown:** add toggle button to dropdown component for improved user interaction ([1289dd5](https://github.com/VirtoCommerce/vc-shell/commit/1289dd5fbc7c2adcddd69184e8eb0792c7121c97))
1067
+
1068
+ ## [1.1.26](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.25...v1.1.26) (2025-06-04)
1069
+
1070
+ ### Features
1071
+
1072
+ - **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))
1073
+ - **localization:** add theme localization support for German and English languages ([8d8fdb0](https://github.com/VirtoCommerce/vc-shell/commit/8d8fdb0a05814ea277f7ab07978902ae86ec3102))
1074
+ - **vc-popup:** add Storybook stories for VcPopup component, showcasing various configurations and customization options ([dc8e961](https://github.com/VirtoCommerce/vc-shell/commit/dc8e961be32469b7a06fed78aa68846ba95a1d70))
1075
+
1076
+ ### Code Refactoring
1077
+
1078
+ - **index:** replace useUser with useUserManagement for improved user management consistency ([d8c6bc6](https://github.com/VirtoCommerce/vc-shell/commit/d8c6bc6fc3a3eb3f7a5f8d7f3cab7fd5ad09a5c6))
1079
+ - **vc-input-dropdown:** remove redundant component description in Storybook stories for clarity ([a0e04c7](https://github.com/VirtoCommerce/vc-shell/commit/a0e04c7da25aa2f7e5db7f1eb0a652c0860cc21b))
1080
+ - **settings-menu:** streamline settings menu component by directly using useSettingsMenu and enhancing slot definitions ([a8bcb65](https://github.com/VirtoCommerce/vc-shell/commit/a8bcb65226346f62c06218cc1faa7db3c6b5fe50))
1081
+ - **widget-service:** enhance widget management by introducing updateFunctionName and improving active widget handling ([1ca6cbe](https://github.com/VirtoCommerce/vc-shell/commit/1ca6cbe8b1705ca5bf00f14096b2b0a5c704cb57))
1082
+ - **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))
1083
+ - **theme:** update theme management to support localization and improve theme registration logic ([0d78946](https://github.com/VirtoCommerce/vc-shell/commit/0d78946fb8a98414e67626cd46b46d51ae78987a))
1084
+
1085
+ ## [1.1.25](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.24...v1.1.25) (2025-05-30)
1086
+
1087
+ ### Code Refactoring
1088
+
1089
+ - **vc-icon:** simplify Font Awesome icon class selectors ([1bb3991](https://github.com/VirtoCommerce/vc-shell/commit/1bb3991c10bbb0ff499b813eff2acb77d7b3fb9b))
1090
+
1091
+ ## [1.1.24](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.23...v1.1.24) (2025-05-29)
1092
+
1093
+ ### Bug Fixes
1094
+
1095
+ - **useDynamicProperties:** export SetPropertyValueParams interface for better accessibility in dynamic properties management ([bddd03f](https://github.com/VirtoCommerce/vc-shell/commit/bddd03f08fd0bb15754109064887ef22c7acf542))
1096
+
1097
+ ## [1.1.23](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.22...v1.1.23) (2025-05-29)
1098
+
1099
+ ### Features
1100
+
1101
+ - **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))
1102
+ - **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))
1103
+ - **blade-navigation:** implement blade registry and enhance navigation functionality with state management and routing utilities ([ab76268](https://github.com/VirtoCommerce/vc-shell/commit/ab762680f03e1c2a130ff802b8fbbbbf96e7b86a))
1104
+ - **useAppInsights:** enhance app insights integration with page tracking and expose appInsights instance ([603c2b8](https://github.com/VirtoCommerce/vc-shell/commit/603c2b81b82a320209ba5da7685fd36f2797074d))
1105
+
1106
+ ## [1.1.22](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.21...v1.1.22) (2025-05-28)
1107
+
1108
+ ### Features
1109
+
1110
+ - **useKeyboardNavigation:** add validation for focused index and improve focus handling ([9f403f1](https://github.com/VirtoCommerce/vc-shell/commit/9f403f181d27497e9090ac52f6c256e2de387c3f))
1111
+
1112
+ ## [1.1.21](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.20...v1.1.21) (2025-05-28)
1113
+
1114
+ ### Code Refactoring
1115
+
1116
+ - **useKeyboardNavigation:** remove unused key navigation cases and clean up code ([7966e0c](https://github.com/VirtoCommerce/vc-shell/commit/7966e0c52d855692fa25697c5ebbd0ff5861ab3f))
1117
+
1118
+ ## [1.1.20](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.19...v1.1.20) (2025-05-28)
1119
+
1120
+ ### Bug Fixes
1121
+
1122
+ - **vc-select:** enhance dropdown close logic and improve option loading handling ([c0ef43d](https://github.com/VirtoCommerce/vc-shell/commit/c0ef43d9c2a2175f65d2c74dcd98578e17f79c07))
1123
+
1124
+ ## [1.1.19](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.18...v1.1.19) (2025-05-28)
1125
+
1126
+ ### Bug Fixes
1127
+
1128
+ - **vc-select:** update loading logic and add default option loading state ([d02ffa4](https://github.com/VirtoCommerce/vc-shell/commit/d02ffa4ffb226830ee1291e9e74d36bb87040611))
1129
+
1130
+ ## [1.1.18](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.17...v1.1.18) (2025-05-27)
1131
+
1132
+ **Note:** Version bump only for package @vc-shell/framework
1133
+
1134
+ ## [1.1.17](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.16...v1.1.17) (2025-05-27)
1135
+
1136
+ **Note:** Version bump only for package @vc-shell/framework
1137
+
1138
+ ## [1.1.16](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.15...v1.1.16) (2025-05-26)
1139
+
1140
+ ### Features
1141
+
1142
+ - add Measure type to vc-dynamic-property ([14ef021](https://github.com/VirtoCommerce/vc-shell/commit/14ef021634b7f6c135bfa5851b3170e4680d125d))
1143
+
1144
+ ## [1.1.15](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.14...v1.1.15) (2025-05-23)
1145
+
1146
+ **Note:** Version bump only for package @vc-shell/framework
1147
+
1148
+ ## [1.1.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.13...v1.1.14) (2025-05-23)
1149
+
1150
+ **Note:** Version bump only for package @vc-shell/framework
1151
+
1152
+ ## [1.1.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.12...v1.1.13) (2025-05-23)
1153
+
1154
+ ### Code Refactoring
1155
+
1156
+ - **loader:** remove app version compatibility checks and simplify error handling for module compatibility ([cd7ac50](https://github.com/VirtoCommerce/vc-shell/commit/cd7ac509c8fe103dd97b82bb578d09bf02b71490))
1157
+
1158
+ ## [1.1.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.11...v1.1.12) (2025-05-23)
1159
+
1160
+ **Note:** Version bump only for package @vc-shell/framework
1161
+
1162
+ ## [1.1.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.10...v1.1.11) (2025-05-23)
1163
+
1164
+ ### Features
1165
+
1166
+ - **vc-select:** add loading and no options messages for improved user experience ([aa65256](https://github.com/VirtoCommerce/vc-shell/commit/aa65256b99238e6d7feae24177c4304eb25d1153))
1167
+
1168
+ ### Code Refactoring
1169
+
1170
+ - **user-dropdown-button:** enhance styling ([b8a73a8](https://github.com/VirtoCommerce/vc-shell/commit/b8a73a83183f41372bce83e9e3e63ce6a0aa1697))
1171
+
1172
+ ## [1.1.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.9...v1.1.10) (2025-05-22)
1173
+
1174
+ ### Features
1175
+
1176
+ - **dynamic-properties:** add useDynamicProperties composable for managing dynamic property values and dictionaries ([5af9e0b](https://github.com/VirtoCommerce/vc-shell/commit/5af9e0bd27dd9930589166e17ef234fd8dae5998))
1177
+
1178
+ ### Code Refactoring
1179
+
1180
+ - **toolbar & widget services:** normalize bladeId to lowercase for consistent handling across services ([7447f53](https://github.com/VirtoCommerce/vc-shell/commit/7447f5321c180214711d5f87feae0f51f96cf676))
1181
+
1182
+ ## [1.1.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.8...v1.1.9) (2025-05-15)
1183
+
1184
+ ### Code Refactoring
1185
+
1186
+ - **widget-service:** replace ConcreteComponent with Component type for improved type consistency ([2fed433](https://github.com/VirtoCommerce/vc-shell/commit/2fed4333998f256f375355246f1107f73dceed10))
1187
+
1188
+ ## [1.1.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.7...v1.1.8) (2025-05-15)
1189
+
1190
+ ### Bug Fixes
1191
+
1192
+ - **vc-badge:** adjust badge dimensions in story and update visibility condition for content ([41d30de](https://github.com/VirtoCommerce/vc-shell/commit/41d30de789b199bebf94a73eb2dc42790ffdf3c8))
1193
+
1194
+ ### Documentation
1195
+
1196
+ - update toolbar and widget services documentation to include blade context for visibility control ([fd9b616](https://github.com/VirtoCommerce/vc-shell/commit/fd9b61690cfe30f03fcb5223dccf59a4b6981652))
1197
+
1198
+ ### Code Refactoring
1199
+
1200
+ - enhance VcBladeView component with improved blade context ([b8ab391](https://github.com/VirtoCommerce/vc-shell/commit/b8ab39126da06ce6a0097e1f539abef52ea9c8e0))
1201
+
1202
+ ## [1.1.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.6...v1.1.7) (2025-05-12)
1203
+
1204
+ ### Code Refactoring
1205
+
1206
+ - update VcInputDropdown modelValue type and enhance vc-input-currency component integration ([fb52a80](https://github.com/VirtoCommerce/vc-shell/commit/fb52a804778eba2cc3774f4d2ad1bf966fec3581))
1207
+
1208
+ ## [1.1.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.5...v1.1.6) (2025-05-12)
1209
+
1210
+ ### Features
1211
+
1212
+ - VcInputDropdown component, replace VcSelect with VcInputDropdown and update related stories ([08f3c72](https://github.com/VirtoCommerce/vc-shell/commit/08f3c72d1cdee3a82868db5238c7e9879914cc8c))
1213
+ - enhance module compatibility checks with error notifications ([4f9c44e](https://github.com/VirtoCommerce/vc-shell/commit/4f9c44ec73e3e83a31d5099ec641c761b5e96167))
1214
+
1215
+ ### Code Refactoring
1216
+
1217
+ - update slot definitions in multiple components ti fix vue-component-meta ([982825a](https://github.com/VirtoCommerce/vc-shell/commit/982825a168ad768eed0812ee2951c8a07400657e))
1218
+ - update Storybook preview configuration and adjust vc-icon story title ([4853499](https://github.com/VirtoCommerce/vc-shell/commit/485349939565f8cce9cbf5b03dd9e670f91b246f))
1219
+
1220
+ ## [1.1.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.4...v1.1.5) (2025-05-07)
1221
+
1222
+ ### Features
1223
+
1224
+ - implement module versioning and compatibility checks in the modularity plugin ([19c9553](https://github.com/VirtoCommerce/vc-shell/commit/19c95534c4ca0f6041015a0489dab7eabc1a322a))
1225
+ - enhance VcIcon component ([58ad2ba](https://github.com/VirtoCommerce/vc-shell/commit/58ad2baaf306caa92375e81b170fdfb198a75b20))
1226
+
1227
+ ### Code Refactoring
1228
+
1229
+ - improve AppBarHeader styles by adjusting mobile logo properties ([2947c6a](https://github.com/VirtoCommerce/vc-shell/commit/2947c6ab319a604e1d851c5b9e24b630aa89c69f))
1230
+ - update vc-multivalue component styles ([6a8cc29](https://github.com/VirtoCommerce/vc-shell/commit/6a8cc29f52e192701855f4d2f2d2846d8f3b9e86))
1231
+ - extract button properties into a separate props file for better maintainability ([bc51cd9](https://github.com/VirtoCommerce/vc-shell/commit/bc51cd9fd047a9a6f196415cd31b65b9d05352e2))
1232
+ - update vc-app-bar to toggle sidebar icons based on state ([3fac368](https://github.com/VirtoCommerce/vc-shell/commit/3fac36801decd2a64ca0fab977103eec68a0a12f))
1233
+ - update pagination component to use local state for current page management ([1795b97](https://github.com/VirtoCommerce/vc-shell/commit/1795b974f07c3ffe7a4d45fff07378614810167f))
1234
+ - extract table-related types into a separate file, fixed pagination ([c00d920](https://github.com/VirtoCommerce/vc-shell/commit/c00d9203efb569c5d0626f270083f75762e4d577))
1235
+
1236
+ ## [1.1.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.3...v1.1.4) (2025-04-30)
1237
+
1238
+ ### Features
1239
+
1240
+ - add custom position to VcBadge in vc-widget component ([0d42845](https://github.com/VirtoCommerce/vc-shell/commit/0d4284515b8c3c777380b7a3b7cac2b54f63731e))
1241
+
1242
+ ### Bug Fixes
1243
+
1244
+ - vc-blade-toolbar visibility issues ([2e215ed](https://github.com/VirtoCommerce/vc-shell/commit/2e215ed2324efb801116d9c3e15c549adf8e3e9b))
1245
+
1246
+ ## [1.1.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.2...v1.1.3) (2025-04-30)
1247
+
1248
+ **Note:** Version bump only for package @vc-shell/framework
1249
+
1250
+ ## [1.1.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.342...v1.1.2) (2025-04-29)
1251
+
1252
+ ### Features
1253
+
1254
+ - first release ([b94bf6d](https://github.com/VirtoCommerce/vc-shell/commit/b94bf6db1020fdc904c3bc8d9a9181e9becef7fe))
1255
+ - first release ([5c3c607](https://github.com/VirtoCommerce/vc-shell/commit/5c3c607269a3b33478a4bf23b6486ca8b01157a2))
1256
+ - first release ([6685f10](https://github.com/VirtoCommerce/vc-shell/commit/6685f10f98982038206a55b637dc14628a341088))
1257
+ - redesign alpha5 ([ac430b8](https://github.com/VirtoCommerce/vc-shell/commit/ac430b80f684d3b920c35778a83c33ec387b2484))
1258
+ - redesign alpha4 wip ([ac48f52](https://github.com/VirtoCommerce/vc-shell/commit/ac48f526f61e85518a238e1e6b49047ff3fcc786))
1259
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
1260
+
1261
+ ### Code Refactoring
1262
+
1263
+ - menu service and new SVG icons, alpha6 ([df10c9f](https://github.com/VirtoCommerce/vc-shell/commit/df10c9f54678c4a5f0a9752d9889d4acc2d4a29e))
1264
+
1265
+ ### BREAKING CHANGES
1266
+
1267
+ - first release
1268
+ - first release
1269
+
1270
+ ## [1.0.342](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.1...v1.0.342) (2025-04-29)
1271
+
1272
+ ### Features
1273
+
1274
+ - **global style:** update base styles with Roboto font and tailwind configurations ([51722bf](https://github.com/VirtoCommerce/vc-shell/commit/51722bff7933816d2cbab9fecb7a7c05fcb8d2d3))
1275
+
1276
+ ## [1.1.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0...v1.1.1) (2025-04-29)
1277
+
1278
+ **Note:** Version bump only for package @vc-shell/framework
1279
+
1280
+ ## [1.1.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.341...v1.1.0) (2025-04-29)
1281
+
1282
+ ### Features
1283
+
1284
+ - first release ([b94bf6d](https://github.com/VirtoCommerce/vc-shell/commit/b94bf6db1020fdc904c3bc8d9a9181e9becef7fe))
1285
+ - first release ([5c3c607](https://github.com/VirtoCommerce/vc-shell/commit/5c3c607269a3b33478a4bf23b6486ca8b01157a2))
1286
+ - first release ([6685f10](https://github.com/VirtoCommerce/vc-shell/commit/6685f10f98982038206a55b637dc14628a341088))
1287
+ - redesign alpha5 ([ac430b8](https://github.com/VirtoCommerce/vc-shell/commit/ac430b80f684d3b920c35778a83c33ec387b2484))
1288
+ - redesign alpha4 wip ([ac48f52](https://github.com/VirtoCommerce/vc-shell/commit/ac48f526f61e85518a238e1e6b49047ff3fcc786))
1289
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
1290
+
1291
+ ### Code Refactoring
1292
+
1293
+ - menu service and new SVG icons, alpha6 ([df10c9f](https://github.com/VirtoCommerce/vc-shell/commit/df10c9f54678c4a5f0a9752d9889d4acc2d4a29e))
1294
+
1295
+ ### BREAKING CHANGES
1296
+
1297
+ - first release
1298
+ - first release
1299
+
1300
+ ## [1.0.341](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0-alpha.2...v1.0.341) (2025-03-11)
1301
+
1302
+ ### Features
1303
+
1304
+ - **global style:** update base styles with Roboto font and tailwind configurations ([51722bf](https://github.com/VirtoCommerce/vc-shell/commit/51722bff7933816d2cbab9fecb7a7c05fcb8d2d3))
1305
+
1306
+ ## [1.1.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.340...v1.1.0-alpha.2) (2025-02-25)
1307
+
1308
+ ### Features
1309
+
1310
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
1311
+
1312
+ ## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06)
1313
+
1314
+ ### Features
1315
+
1316
+ - **vc-app:** add logo append slot to app bar and app components ([74018b3](https://github.com/VirtoCommerce/vc-shell/commit/74018b34dd10127e62413f00bc75c34254067b4d))
1317
+ - **vc-image:** add HTTPS URL conversion for secure image loading ([b38c31a](https://github.com/VirtoCommerce/vc-shell/commit/b38c31ad0c06ff9e22cb80e5bd9d13a0f0b2f3d6))
1318
+ - **useSettings:** improve UI customization settings handling ([0a5c38d](https://github.com/VirtoCommerce/vc-shell/commit/0a5c38daa9f9fbea4eb7f60b481253c78b5bca62))
1319
+
1320
+ ### Bug Fixes
1321
+
1322
+ - **vc-table:** prevent potential null reference in table state key ([9b6c2da](https://github.com/VirtoCommerce/vc-shell/commit/9b6c2da2762c6e423557ba44139b0a4ec053dc64))
1323
+ - **login:** improve error handling for incorrect credentials ([d9464d0](https://github.com/VirtoCommerce/vc-shell/commit/d9464d0e824f298800730a433bdc63ff2c1f246f))
1324
+
1325
+ ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05)
1326
+
1327
+ ### Code Refactoring
1328
+
1329
+ - **modularity:** improve extension type handling and type safety ([06ea8ad](https://github.com/VirtoCommerce/vc-shell/commit/06ea8ad060f51330dba6778b4fea77d98029c1d0))
1330
+
1331
+ ## [1.0.338](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.337...v1.0.338) (2025-02-05)
1332
+
1333
+ ### Features
1334
+
1335
+ - **login:** add support for after-form extensions ([6addffd](https://github.com/VirtoCommerce/vc-shell/commit/6addffdc05384cafd360c1f147d227e0691b407c))
1336
+ - **modularity:** enhance dynamic module loading and extension support ([309739e](https://github.com/VirtoCommerce/vc-shell/commit/309739eb7aa965530647cc50d4820b5d2e0541f3))
1337
+
1338
+ ## [1.0.337](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.336...v1.0.337) (2025-01-29)
1339
+
1340
+ **Note:** Version bump only for package @vc-shell/framework
1341
+
1342
+ ## [1.0.336](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.335...v1.0.336) (2025-01-29)
1343
+
1344
+ ### Features
1345
+
1346
+ - **useAssets:** add configurable asset key for removal ([2abe831](https://github.com/VirtoCommerce/vc-shell/commit/2abe8310b4a1b203aa5cc811422cc7ad6430e2a5))
1347
+
1348
+ ### Bug Fixes
1349
+
1350
+ - **routing:** improve authentication route guard using meta flag ([200b150](https://github.com/VirtoCommerce/vc-shell/commit/200b1501519b0d48f8abd9b062a13e9c2db2d2b9))
1351
+
1352
+ ## [1.0.335](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.334...v1.0.335) (2025-01-22)
1353
+
1354
+ **Note:** Version bump only for package @vc-shell/framework
1355
+
1356
+ ## [1.0.334](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.333...v1.0.334) (2025-01-22)
1357
+
1358
+ ### Bug Fixes
1359
+
1360
+ - locale typo fix ([af3e87a](https://github.com/VirtoCommerce/vc-shell/commit/af3e87ab0135816f91961c23cb5c0881720d2c04))
1361
+
1362
+ ## [1.0.333](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.332...v1.0.333) (2025-01-21)
1363
+
1364
+ ### Bug Fixes
1365
+
1366
+ - **vc-table:** noHeaderCheckbox hide only checkbox ([99f072a](https://github.com/VirtoCommerce/vc-shell/commit/99f072a19e0d8f46fe8a9bc317553591aa360b61))
1367
+
1368
+ ## [1.0.332](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.331...v1.0.332) (2025-01-21)
1369
+
1370
+ ### Bug Fixes
1371
+
1372
+ - param clearing fix ([d906aa1](https://github.com/VirtoCommerce/vc-shell/commit/d906aa173cc3d87f8a29460e0654e5b0d41bae72))
1373
+
1374
+ ## [1.0.331](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.330...v1.0.331) (2025-01-21)
1375
+
1376
+ ### Features
1377
+
1378
+ - **vc-table:** noHeaderCheckbox prop ([5447efa](https://github.com/VirtoCommerce/vc-shell/commit/5447efaed36772a9421791aded9e1bbaddeeb892))
1379
+
1380
+ ## [1.0.330](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.329...v1.0.330) (2024-12-19)
1381
+
1382
+ ### Bug Fixes
1383
+
1384
+ - **navigation:** param reset fix ([1ff50cc](https://github.com/VirtoCommerce/vc-shell/commit/1ff50ccd22b09263799ebf8741132eb379b396b0))
1385
+
1386
+ ## [1.0.329](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.328...v1.0.329) (2024-12-04)
1387
+
1388
+ ### Features
1389
+
1390
+ - vc-1504 blade error content copy ([bba7a11](https://github.com/VirtoCommerce/vc-shell/commit/bba7a116ac3b23c40b6157de1fc01fc41b09adbd))
1391
+
1392
+ ### Code Refactoring
1393
+
1394
+ - notifications template click handler ([cb3ac18](https://github.com/VirtoCommerce/vc-shell/commit/cb3ac18c5f2acc54f50a292160493053337dc701))
1395
+ - signalR creator injection key ([192caa1](https://github.com/VirtoCommerce/vc-shell/commit/192caa145f39775bca5e69231ba9e400431a474e))
1396
+
1397
+ ## [1.0.328](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0-alpha.1...v1.0.328) (2024-11-14)
1398
+
1399
+ **Note:** Version bump only for package @vc-shell/framework
1400
+
1401
+ ## [1.1.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.327...v1.1.0-alpha.1) (2024-11-13)
1402
+
1403
+ **Note:** Version bump only for package @vc-shell/framework
1404
+
1405
+ ## [1.0.327](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.326...v1.0.327) (2024-11-12)
1406
+
1407
+ **Note:** Version bump only for package @vc-shell/framework
1408
+
1409
+ ## [1.0.326](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.325...v1.0.326) (2024-11-12)
1410
+
1411
+ **Note:** Version bump only for package @vc-shell/framework
1412
+
1413
+ ## [1.0.325](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.324...v1.0.325) (2024-11-08)
1414
+
1415
+ ### Bug Fixes
1416
+
1417
+ - **core:** sso fixes ([decbec2](https://github.com/VirtoCommerce/vc-shell/commit/decbec29ae48deca6183e8f92e1155f5faced943))
1418
+
1419
+ ## [1.0.324](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.323...v1.0.324) (2024-11-06)
1420
+
1421
+ ### Bug Fixes
1422
+
1423
+ - **core:** dynamic loader fix ([503408c](https://github.com/VirtoCommerce/vc-shell/commit/503408c68852d2660b6ecaf06f0b818ece474d69))
1424
+
1425
+ ## [1.0.323](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.322...v1.0.323) (2024-11-05)
1426
+
1427
+ **Note:** Version bump only for package @vc-shell/framework
1428
+
1429
+ ## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)
1430
+
1431
+ ### Features
1432
+
1433
+ - **signalR:** creator update method ([6e78664](https://github.com/VirtoCommerce/vc-shell/commit/6e78664f71201b60069d1dd806db8491fd656db5))
1434
+ - **core:** push subscription, setNotificationHandler as watcher replacement ([8c726fc](https://github.com/VirtoCommerce/vc-shell/commit/8c726fc315d52958201107cfdd101dbbf698c697))
1435
+
1436
+ ## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)
1437
+
1438
+ ### Bug Fixes
1439
+
1440
+ - **shared:** clear param fix ([eeca977](https://github.com/VirtoCommerce/vc-shell/commit/eeca97759c2d5e5de91c85d24a71795739cf7336))
1441
+
1442
+ ## [1.0.320](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.319...v1.0.320) (2024-10-21)
1443
+
1444
+ ### Features
1445
+
1446
+ - **shared:** user email tooltip ([4f69f57](https://github.com/VirtoCommerce/vc-shell/commit/4f69f5764c4fba0f5f6a4753d79d308b8021c12b))
1447
+
1448
+ ### Bug Fixes
1449
+
1450
+ - **ui:** vc-blade action 50% header width ([611f8f4](https://github.com/VirtoCommerce/vc-shell/commit/611f8f48fda9a59228cfd7d4c29dbaf68c0d2443))
1451
+ - **dynamic:** multilanguage selector color ([83afdd3](https://github.com/VirtoCommerce/vc-shell/commit/83afdd3a29f9b0d33f4491df3816c58ee5208bbe))
1452
+
1453
+ ## [1.0.319](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.318...v1.0.319) (2024-10-18)
1454
+
1455
+ ### Bug Fixes
1456
+
1457
+ - **navigation:** fix param ([2e07a2d](https://github.com/VirtoCommerce/vc-shell/commit/2e07a2d6c5343b1ad3b2efc858d9d86ef1db316c))
1458
+
1459
+ ## [1.0.318](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.317...v1.0.318) (2024-10-18)
1460
+
1461
+ ### Features
1462
+
1463
+ - refactored multilanguage selector ([fef81c0](https://github.com/VirtoCommerce/vc-shell/commit/fef81c0d647465a3c81b667fc2df54ffce6d2f84))
1464
+
1465
+ ## [1.0.317](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.316...v1.0.317) (2024-10-17)
1466
+
1467
+ ### Features
1468
+
1469
+ - **dynamic:** added support of loader method ([2166d1b](https://github.com/VirtoCommerce/vc-shell/commit/2166d1b55fbed6b18653d1fa012fa5d1319c777f))
1470
+
1471
+ ## [1.0.316](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.315...v1.0.316) (2024-10-17)
1472
+
1473
+ ### Bug Fixes
1474
+
1475
+ - **ui:** vc-multivalue prevent symbols in num/int ([3b83ca5](https://github.com/VirtoCommerce/vc-shell/commit/3b83ca56202fdc1f630e1d8ecd79b621c75e6bf6))
1476
+
1477
+ ## [1.0.315](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.314...v1.0.315) (2024-10-17)
1478
+
1479
+ ### Features
1480
+
1481
+ - **shared:** user info in mobile user sidebar ([2b49635](https://github.com/VirtoCommerce/vc-shell/commit/2b496353667ca20795bf33cb5ea68dfa20ac11be))
1482
+ - **shared:** sidebar header component in slot ([1cca848](https://github.com/VirtoCommerce/vc-shell/commit/1cca8489734b52c68024d380bd378cf4af814361))
1483
+
1484
+ ### Bug Fixes
1485
+
1486
+ - **dynamic:** fix emitting of edited data ([2a17d42](https://github.com/VirtoCommerce/vc-shell/commit/2a17d42fbd6c02f524be06723b9aceb8d36ed8ca))
1487
+ - **ui:** prevent + sign in input type num/int ([885294d](https://github.com/VirtoCommerce/vc-shell/commit/885294d69ceaea06e16f595195f0472acc06d89d))
1488
+
1489
+ ## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16)
1490
+
1491
+ ### Features
1492
+
1493
+ - **dynamic:** normaliza data in isModified calculation ([2389032](https://github.com/VirtoCommerce/vc-shell/commit/238903269ae31ce62169260f7c164ac580d4f519))
1494
+
1495
+ ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15)
1496
+
1497
+ ### Bug Fixes
1498
+
1499
+ - **ui:** logo height fix ([b24bb02](https://github.com/VirtoCommerce/vc-shell/commit/b24bb0237cdb770a94d5df7f8be4c397ace4d159))
1500
+
1501
+ ## [1.0.312](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.311...v1.0.312) (2024-10-15)
1502
+
1503
+ ### Features
1504
+
1505
+ - **ui:** user info as sidebar ([f04c8c6](https://github.com/VirtoCommerce/vc-shell/commit/f04c8c66f8010cfc7bcec93c67f272859530b65e))
1506
+
1507
+ ### Bug Fixes
1508
+
1509
+ - **dynamic:** overrides fix, redundant comments remove ([3de9436](https://github.com/VirtoCommerce/vc-shell/commit/3de94367320ef81e3b518e9f085205a9684df20a))
1510
+
1511
+ ## [1.0.311](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.310...v1.0.311) (2024-10-11)
1512
+
1513
+ ### Features
1514
+
1515
+ - **ui:** vc-table scroll to top on page change, column switcher modes ([3c7c353](https://github.com/VirtoCommerce/vc-shell/commit/3c7c3533abf5f3f03fada20d5a9693f135517ad6))
1516
+
1517
+ ### Bug Fixes
1518
+
1519
+ - **ui/vc-blade:** adjust error button styles for improved visibility and consistency ([f9db7da](https://github.com/VirtoCommerce/vc-shell/commit/f9db7da7f9da0f8fac6a6b488fa983621389649b))
1520
+ - **ui/vc-pagination:** enhance pagination item styles with hover effects and cursor pointer ([b89296f](https://github.com/VirtoCommerce/vc-shell/commit/b89296f23bc826ada4cb0196f8ffb937657013d4))
1521
+ - **dynamic/filter-builder:** exclude 'skip' property from query parameters in search function ([0591359](https://github.com/VirtoCommerce/vc-shell/commit/0591359508f9c72ef3a44550cf8c336f23288d0b))
1522
+ - **ui:** update status field styles and color variables for improved visibility ([00a4c3f](https://github.com/VirtoCommerce/vc-shell/commit/00a4c3f464f5883c98337aecc9161036f423acf7))
1523
+ - **error-handler:** improve error handling and message extraction ([15f68b4](https://github.com/VirtoCommerce/vc-shell/commit/15f68b4219172226c149430ecf4f5687a6b9e0ab))
1524
+
1525
+ ## [1.0.310](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.309...v1.0.310) (2024-10-11)
1526
+
1527
+ ### Bug Fixes
1528
+
1529
+ - **ui:** user dropdown button full name ([44f411f](https://github.com/VirtoCommerce/vc-shell/commit/44f411fc30be3c859416eb232efa633200f05b71))
1530
+ - **dynamic:** isModified undef/null equality ([1756fbb](https://github.com/VirtoCommerce/vc-shell/commit/1756fbb66206bfb5d200859ebcbff8e1a4c3bc5f))
1531
+
1532
+ ## [1.0.309](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.308...v1.0.309) (2024-10-09)
1533
+
1534
+ ### Features
1535
+
1536
+ - **dynamic:** mixin in list ([c6d954d](https://github.com/VirtoCommerce/vc-shell/commit/c6d954d77643d303fde3333352b023891f5222ef))
1537
+
1538
+ ## [1.0.308](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.307...v1.0.308) (2024-10-08)
1539
+
1540
+ ### Bug Fixes
1541
+
1542
+ - **core:** dynamic module add fix ([9d458ca](https://github.com/VirtoCommerce/vc-shell/commit/9d458ca08da8ad2bab835caa803f89b10b096ef8))
1543
+
1544
+ ## [1.0.307](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.306...v1.0.307) (2024-10-07)
1545
+
1546
+ ### Bug Fixes
1547
+
1548
+ - **UI:** vc-table flex important ([ebc01dc](https://github.com/VirtoCommerce/vc-shell/commit/ebc01dccecf20ba182300a86010acc1882b0ec17))
1549
+
1550
+ ## [1.0.306](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.305...v1.0.306) (2024-10-07)
1551
+
1552
+ ### Features
1553
+
1554
+ - md-editor-v3 instead quill, info popup, clickable form table ([aebb563](https://github.com/VirtoCommerce/vc-shell/commit/aebb563e4dd7819a3ae91eb7ce2cc5629234a9ab))
1555
+
1556
+ ## [1.0.305](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.304...v1.0.305) (2024-10-04)
1557
+
1558
+ **Note:** Version bump only for package @vc-shell/framework
1559
+
1560
+ ## [1.0.304](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.303...v1.0.304) (2024-10-04)
1561
+
1562
+ ### Bug Fixes
1563
+
1564
+ - **shared:** notification flex container ([e253f8c](https://github.com/VirtoCommerce/vc-shell/commit/e253f8cceebac0e0324befef121b9a03830518b8))
1565
+
1566
+ ## [1.0.303](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.302...v1.0.303) (2024-10-04)
1567
+
1568
+ **Note:** Version bump only for package @vc-shell/framework
1569
+
1570
+ ## [1.0.302](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.301...v1.0.302) (2024-10-02)
1571
+
1572
+ **Note:** Version bump only for package @vc-shell/framework
1573
+
1574
+ ## [1.0.301](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.300...v1.0.301) (2024-10-02)
1575
+
1576
+ **Note:** Version bump only for package @vc-shell/framework
1577
+
1578
+ ## [1.0.300](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.299...v1.0.300) (2024-10-01)
1579
+
1580
+ **Note:** Version bump only for package @vc-shell/framework
1581
+
1582
+ ## [1.0.299](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.298...v1.0.299) (2024-10-01)
1583
+
1584
+ **Note:** Version bump only for package @vc-shell/framework
1585
+
1586
+ ## [1.0.298](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.297...v1.0.298) (2024-10-01)
1587
+
1588
+ **Note:** Version bump only for package @vc-shell/framework
1589
+
1590
+ ## [1.0.297](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.296...v1.0.297) (2024-10-01)
1591
+
1592
+ **Note:** Version bump only for package @vc-shell/framework
1593
+
1594
+ ## [1.0.296](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.295...v1.0.296) (2024-10-01)
1595
+
1596
+ ### Bug Fixes
1597
+
1598
+ - providers ([f47bab9](https://github.com/VirtoCommerce/vc-shell/commit/f47bab93feaaddc717617d79537bb41dbc14e55f))
1599
+
1600
+ ## [1.0.295](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.294...v1.0.295) (2024-10-01)
1601
+
1602
+ **Note:** Version bump only for package @vc-shell/framework
1603
+
1604
+ ## [1.0.294](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.293...v1.0.294) (2024-10-01)
1605
+
1606
+ ### Features
1607
+
1608
+ - **dynamic:** mixin support, refactor of module registering ([70589c9](https://github.com/VirtoCommerce/vc-shell/commit/70589c9a9044af31ffbbb66189bd96456a3e5d0c))
1609
+ - **ui:** vc-table resizing, state saving improvements ([cd402b1](https://github.com/VirtoCommerce/vc-shell/commit/cd402b14e1442d8072b7572959eb2b6c97218fac))
1610
+ - locale flag ([0dc7f74](https://github.com/VirtoCommerce/vc-shell/commit/0dc7f740ed24acee2dfd7efbb0880d9b4e7ab4c7))
1611
+
1612
+ ### Bug Fixes
1613
+
1614
+ - **ui:** components fixes and updates ([37148ec](https://github.com/VirtoCommerce/vc-shell/commit/37148ec889065d7e76c7c3466f5bc23a86080389))
1615
+ - **ui:** sidebar component optional position prop ([61a7018](https://github.com/VirtoCommerce/vc-shell/commit/61a7018f88d42f0a84c6d3fbe9b3318f94152c99))
1616
+
1617
+ ### Code Refactoring
1618
+
1619
+ - external providers ([c39f9d0](https://github.com/VirtoCommerce/vc-shell/commit/c39f9d0e134f5e1207eed4aee77a76ba4763aa60))
1620
+
1621
+ ## [1.0.293](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.292...v1.0.293) (2024-09-23)
1622
+
1623
+ **Note:** Version bump only for package @vc-shell/framework
1624
+
1625
+ ## [1.0.292](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.291...v1.0.292) (2024-09-23)
1626
+
1627
+ **Note:** Version bump only for package @vc-shell/framework
1628
+
1629
+ ## [1.0.291](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.290...v1.0.291) (2024-09-23)
1630
+
1631
+ ### Features
1632
+
1633
+ - support of css theming ([dba4097](https://github.com/VirtoCommerce/vc-shell/commit/dba409744b57dd1a999e009700e3b356fe230969))
1634
+
1635
+ ## [1.0.290](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.289...v1.0.290) (2024-09-13)
1636
+
1637
+ ### Features
1638
+
1639
+ - **shared:** user-dropdown-button - add baseMenuItemsHandler prop and handle default menu items ([e5f4017](https://github.com/VirtoCommerce/vc-shell/commit/e5f40174dae9445ed074493d824e3c95c37c7150))
1640
+
1641
+ ## [1.0.289](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.288...v1.0.289) (2024-09-10)
1642
+
1643
+ ### Code Refactoring
1644
+
1645
+ - **dynamic:** add isWidgetView to ListComposableArgs interface ([1a3b1b2](https://github.com/VirtoCommerce/vc-shell/commit/1a3b1b2017ec2b089e745a1121a34a24ff6c1d34))
1646
+
1647
+ ## [1.0.288](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.287...v1.0.288) (2024-09-09)
1648
+
1649
+ ### Code Refactoring
1650
+
1651
+ - improve headerCheckbox calculation in vc-table.vue ([10caec1](https://github.com/VirtoCommerce/vc-shell/commit/10caec1ad2b7aa6a017f8db84e9cf6dd1d956048))
1652
+ - extract currentPage from props ([d276958](https://github.com/VirtoCommerce/vc-shell/commit/d276958368255a8e03faa76cf2ed46d8c827c147))
1653
+
1654
+ ## [1.0.287](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.286...v1.0.287) (2024-09-06)
1655
+
1656
+ **Note:** Version bump only for package @vc-shell/framework
1657
+
1658
+ ## [1.0.286](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.285...v1.0.286) (2024-09-06)
1659
+
1660
+ **Note:** Version bump only for package @vc-shell/framework
1661
+
1662
+ ## [1.0.285](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.284...v1.0.285) (2024-09-06)
1663
+
1664
+ **Note:** Version bump only for package @vc-shell/framework
1665
+
1666
+ ## [1.0.284](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.283...v1.0.284) (2024-09-06)
1667
+
1668
+ ### Features
1669
+
1670
+ - **dynamic:** dynamic-blade-list grid component ability to config externally ([692d354](https://github.com/VirtoCommerce/vc-shell/commit/692d354302452be5b90454377144c0ca0bb515fd))
1671
+
1672
+ ### Code Refactoring
1673
+
1674
+ - **vc-table:** improve mobile view and disable selection for certain items ([0e77520](https://github.com/VirtoCommerce/vc-shell/commit/0e7752020261d4c963b2939fc8b41204b6be82f9))
1675
+
1676
+ ## [1.0.283](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.282...v1.0.283) (2024-09-03)
1677
+
1678
+ **Note:** Version bump only for package @vc-shell/framework
1679
+
1680
+ ## [1.0.282](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.281...v1.0.282) (2024-08-30)
1681
+
1682
+ ### Features
1683
+
1684
+ - **dynamic:** vc-table expandable header slot ([9a3cd40](https://github.com/VirtoCommerce/vc-shell/commit/9a3cd407d3ba1125c38f3d7a7a296923a1a5a8be))
1685
+ - **shared:** toast notification container and core to support component content ([7c17099](https://github.com/VirtoCommerce/vc-shell/commit/7c17099cbb4f797c009282a3af74c655a8c4f8c8))
1686
+
1687
+ ## [1.0.281](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.280...v1.0.281) (2024-08-29)
1688
+
1689
+ ### Features
1690
+
1691
+ - vm-1464 bgimage for change password page ([5259707](https://github.com/VirtoCommerce/vc-shell/commit/525970745a95e94483ace2cfad507b67e49892ac))
1692
+
1693
+ ## [1.0.280](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.279...v1.0.280) (2024-08-28)
1694
+
1695
+ ### Features
1696
+
1697
+ - vm-1464 expired password change form ([4645cba](https://github.com/VirtoCommerce/vc-shell/commit/4645cba7ecc1844b9cd12bb95baf760871b44053))
1698
+
1699
+ ## [1.0.279](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.278...v1.0.279) (2024-08-27)
1700
+
1701
+ ### Bug Fixes
1702
+
1703
+ - **create-vc-app:** update currency option in details.vue and dynamic-blade-list.vue ([40a363a](https://github.com/VirtoCommerce/vc-shell/commit/40a363a292457d0f74e961a342909ed6f425d3b4))
1704
+
1705
+ ## [1.0.278](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.277...v1.0.278) (2024-08-27)
1706
+
1707
+ ### Bug Fixes
1708
+
1709
+ - **ui:** vc-app-menu-link truncating ([e7fe836](https://github.com/VirtoCommerce/vc-shell/commit/e7fe836e8e28d9ec92469f8bdf7dc8353104363f))
1710
+
1711
+ ## [1.0.277](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.276...v1.0.277) (2024-08-22)
1712
+
1713
+ ### Bug Fixes
1714
+
1715
+ - **ui:** adjust min-width and max-width for dp--tp-wrap to prevent timepicker overflow ([b606d9a](https://github.com/VirtoCommerce/vc-shell/commit/b606d9a9ad3026a38d7230550b8ed71194b18d54))
1716
+
1717
+ ## [1.0.276](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.275...v1.0.276) (2024-08-22)
1718
+
1719
+ ### Features
1720
+
1721
+ - **ui:** vc-table highlight multiselected rows vm-1431 ([67dde13](https://github.com/VirtoCommerce/vc-shell/commit/67dde13314a4e8ae906f737dea03c10fa39e5273))
1722
+ - **dynamic:** InputField exposed datePickerOptions prop ([2ce0972](https://github.com/VirtoCommerce/vc-shell/commit/2ce0972beab48e2655795d7630e881053d10b042))
1723
+
1724
+ ## [1.0.275](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.274...v1.0.275) (2024-08-20)
1725
+
1726
+ **Note:** Version bump only for package @vc-shell/framework
1727
+
1728
+ ## [1.0.274](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.273...v1.0.274) (2024-08-19)
1729
+
1730
+ ### Bug Fixes
1731
+
1732
+ - **ui:** vc-pagination pagesToShow logic refactor ([92153d8](https://github.com/VirtoCommerce/vc-shell/commit/92153d8a91990274682fca1490cdc5a9cc9e784a))
1733
+
1734
+ ## [1.0.273](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.272...v1.0.273) (2024-08-16)
1735
+
1736
+ ### Bug Fixes
1737
+
1738
+ - remove vcmp locales, scope variables to mayberef ([a2c29d1](https://github.com/VirtoCommerce/vc-shell/commit/a2c29d1cf60d065f8dd38fdea731455fbb5ce1ec))
1739
+
1740
+ ## [1.0.272](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.271...v1.0.272) (2024-08-13)
1741
+
1742
+ ### Bug Fixes
1743
+
1744
+ - **dynamic:** TableSchema interface fix ([d3c4c40](https://github.com/VirtoCommerce/vc-shell/commit/d3c4c4061f285db8b8c26f7bcf0dfc1d6956fb23))
1745
+
1746
+ ## [1.0.271](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.270...v1.0.271) (2024-08-13)
1747
+
1748
+ ### Features
1749
+
1750
+ - **ui,dynamic:** vc-table external access to selectedIds, searchValue ([33ddec1](https://github.com/VirtoCommerce/vc-shell/commit/33ddec108d88cb118f29102de11d55a7111eb838))
1751
+
1752
+ ## [1.0.270](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.269...v1.0.270) (2024-08-13)
1753
+
1754
+ **Note:** Version bump only for package @vc-shell/framework
1755
+
1756
+ ## [1.0.269](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.268...v1.0.269) (2024-08-09)
1757
+
1758
+ **Note:** Version bump only for package @vc-shell/framework
1759
+
1760
+ ## [1.0.268](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.267...v1.0.268) (2024-08-02)
1761
+
1762
+ ### Features
1763
+
1764
+ - vm-763 display user role ([6d98e13](https://github.com/VirtoCommerce/vc-shell/commit/6d98e1364d003156d71db73a12ce2ee529d41eee))
1765
+
1766
+ ## [1.0.267](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.266...v1.0.267) (2024-08-02)
1767
+
1768
+ ### Bug Fixes
1769
+
1770
+ - **ui:** vc-pagination show jump if pages > 5 ([1523282](https://github.com/VirtoCommerce/vc-shell/commit/1523282abd92d4af4a346b2529f2437172a22e00))
1771
+
1772
+ ## [1.0.266](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.265...v1.0.266) (2024-08-02)
1773
+
1774
+ ### Features
1775
+
1776
+ - **ui:** improved vc-pagination vm-1430 ([2119b72](https://github.com/VirtoCommerce/vc-shell/commit/2119b72fbd232bdaca9adc0ecb7693aee3a6ac42))
1777
+
1778
+ ## [1.0.265](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.264...v1.0.265) (2024-08-02)
1779
+
1780
+ **Note:** Version bump only for package @vc-shell/framework
1781
+
1782
+ ## [1.0.264](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.263...v1.0.264) (2024-08-02)
1783
+
1784
+ **Note:** Version bump only for package @vc-shell/framework
1785
+
1786
+ ## [1.0.263](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.262...v1.0.263) (2024-07-31)
1787
+
1788
+ ### Features
1789
+
1790
+ - **ui:** sanitize vc-editor content to prevent XSS attacks ([0b625f9](https://github.com/VirtoCommerce/vc-shell/commit/0b625f93e26a576ebf04141246b9d8e2ae659c3c))
1791
+
1792
+ ## [1.0.262](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.261...v1.0.262) (2024-07-31)
1793
+
1794
+ **Note:** Version bump only for package @vc-shell/framework
1795
+
1796
+ ## [1.0.261](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.260...v1.0.261) (2024-07-26)
1797
+
1798
+ **Note:** Version bump only for package @vc-shell/framework
1799
+
1800
+ ## [1.0.260](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.259...v1.0.260) (2024-07-26)
1801
+
1802
+ ### Features
1803
+
1804
+ - **ui:** vc-select truncating ([ba67161](https://github.com/VirtoCommerce/vc-shell/commit/ba6716135fa55e17c5670964efef70e01d94c195))
1805
+
1806
+ ## [1.0.259](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.258...v1.0.259) (2024-07-25)
1807
+
1808
+ ### Bug Fixes
1809
+
1810
+ - **dynamic:** editable blade condition fix ([c446afa](https://github.com/VirtoCommerce/vc-shell/commit/c446afaf736db86a9b4e0618d200376fae242fff))
1811
+
1812
+ ## [1.0.258](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.257...v1.0.258) (2024-07-24)
1813
+
1814
+ ### Features
1815
+
1816
+ - **dynamic:** grid blade editable table ([5b41467](https://github.com/VirtoCommerce/vc-shell/commit/5b414675c1148fb8652c0125253a882b1f9a665e))
1817
+
1818
+ ## [1.0.257](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.256...v1.0.257) (2024-07-23)
1819
+
1820
+ ### Features
1821
+
1822
+ - **core:** memoize opened nested nav groups ([20942b0](https://github.com/VirtoCommerce/vc-shell/commit/20942b0ffbe440cbf607e821314078aa1972083c))
1823
+ - **ui:** widgets 2 line/equal height vm-1442, fix table breadcrumbs position ([53a801b](https://github.com/VirtoCommerce/vc-shell/commit/53a801b68743161391e48de77db7ed0e72da1abf))
1824
+
1825
+ ## [1.0.256](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.255...v1.0.256) (2024-07-12)
1826
+
1827
+ ### Bug Fixes
1828
+
1829
+ - **core:** fix useDynamicModules error ([f85b5ec](https://github.com/VirtoCommerce/vc-shell/commit/f85b5ecf0d9b39c66b1389796ad453aaae3800da))
1830
+
1831
+ ## [1.0.255](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.254...v1.0.255) (2024-07-12)
1832
+
1833
+ ### Bug Fixes
1834
+
1835
+ - **core:** useDynamicModules fix ([b38d966](https://github.com/VirtoCommerce/vc-shell/commit/b38d9668b410d7bbb0d798f2218f2b6051416cc9))
1836
+
1837
+ ## [1.0.254](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.253...v1.0.254) (2024-07-12)
1838
+
1839
+ ### Features
1840
+
1841
+ - dynamic module loader ([4d15575](https://github.com/VirtoCommerce/vc-shell/commit/4d15575bb5448e16b4034782bafc7097189742f1))
1842
+
1843
+ ## [1.0.253](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.252...v1.0.253) (2024-07-12)
1844
+
1845
+ ### Features
1846
+
1847
+ - **shared:** update login logic to redirect to the previous page after successful login ([8701044](https://github.com/VirtoCommerce/vc-shell/commit/8701044315a7b13609474e00e83a069d542bb256))
1848
+
1849
+ ## [1.0.252](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.251...v1.0.252) (2024-07-08)
1850
+
1851
+ **Note:** Version bump only for package @vc-shell/framework
1852
+
1853
+ ## [1.0.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)
1854
+
1855
+ **Note:** Version bump only for package @vc-shell/framework
1856
+
1857
+ ## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)
1858
+
1859
+ **Note:** Version bump only for package @vc-shell/framework
1860
+
1861
+ ## [1.0.249](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.248...v1.0.249) (2024-07-05)
1862
+
1863
+ **Note:** Version bump only for package @vc-shell/framework
1864
+
1865
+ ## [1.0.248](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.247...v1.0.248) (2024-07-03)
1866
+
1867
+ **Note:** Version bump only for package @vc-shell/framework
1868
+
1869
+ ## [1.0.247](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.246...v1.0.247) (2024-07-01)
1870
+
1871
+ ### Bug Fixes
1872
+
1873
+ - **useAppInsights:** add return if appInsights is not active ([5724a14](https://github.com/VirtoCommerce/vc-shell/commit/5724a1437f95e726216079f7a77b976434436b51))
1874
+
1875
+ ## [1.0.246](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.245...v1.0.246) (2024-06-28)
1876
+
1877
+ ### Features
1878
+
1879
+ - add useAppInsights composable for application insights pageview logging ([7c030d6](https://github.com/VirtoCommerce/vc-shell/commit/7c030d6947529a93f0476adc9d59b94336c3580b))
1880
+
1881
+ ## [1.0.245](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.244...v1.0.245) (2024-06-28)
1882
+
1883
+ ### Bug Fixes
1884
+
1885
+ - **ui:** fix vc-table cell hover behavior and cell opacity ([8548032](https://github.com/VirtoCommerce/vc-shell/commit/85480323eadc982344684be5c57e1f900659eb80))
1886
+
1887
+ ## [1.0.244](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.243...v1.0.244) (2024-06-24)
1888
+
1889
+ ### Features
1890
+
1891
+ - application insights logger ([536db4d](https://github.com/VirtoCommerce/vc-shell/commit/536db4db35c91f4fb566717d2d6c536e48aacc95))
1892
+
1893
+ ## [1.0.243](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.242...v1.0.243) (2024-06-21)
1894
+
1895
+ **Note:** Version bump only for package @vc-shell/framework
1896
+
1897
+ ## [1.0.242](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.241...v1.0.242) (2024-06-21)
1898
+
1899
+ **Note:** Version bump only for package @vc-shell/framework
1900
+
1901
+ ## [1.0.241](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.240...v1.0.241) (2024-06-18)
1902
+
1903
+ **Note:** Version bump only for package @vc-shell/framework
1904
+
1905
+ ## [1.0.240](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.239...v1.0.240) (2024-06-18)
1906
+
1907
+ ### Features
1908
+
1909
+ - **ui:** add delay for menu opening ([276f31d](https://github.com/VirtoCommerce/vc-shell/commit/276f31d99c7a58a3610b3b36fe2188902bd3e6e4))
1910
+
1911
+ ### Bug Fixes
1912
+
1913
+ - **dynamic:** clear selectedIds after executing custom action ([4591f9b](https://github.com/VirtoCommerce/vc-shell/commit/4591f9b030d6277e1f77b92857679367759b49d1))
1914
+
1915
+ ## [1.0.239](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.238...v1.0.239) (2024-06-18)
1916
+
1917
+ ### Bug Fixes
1918
+
1919
+ - **ui:** fixed flickering when hover on tooltip ([df11271](https://github.com/VirtoCommerce/vc-shell/commit/df112712cd8542a6a69fd0f3eda38d3040936df1))
1920
+
1921
+ ## [1.0.238](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.237...v1.0.238) (2024-06-17)
1922
+
1923
+ ### Features
1924
+
1925
+ - improve loading directive with dynamic z-index support ([c3c8c63](https://github.com/VirtoCommerce/vc-shell/commit/c3c8c63fa48facf640e182405938bb83f5b5087b))
1926
+ - **ui:** vm-1411 ([25a9096](https://github.com/VirtoCommerce/vc-shell/commit/25a909603c33dc0c0a05f76681a13eba46f3bab4))
1927
+ - **ui:** extend vc-input slots with focus prop ([e0d42b7](https://github.com/VirtoCommerce/vc-shell/commit/e0d42b790571ca8de220c857b67cf143e3d2d024))
1928
+ - **ui:** update vc-breadcrumbs-item title style and truncate long titles ([9bd8729](https://github.com/VirtoCommerce/vc-shell/commit/9bd8729161a0e3188ae57acf10e95a301abbe8bb))
1929
+
1930
+ ### Bug Fixes
1931
+
1932
+ - **navigation:** show router pages via RouterView only if it's not blades ([59d41a0](https://github.com/VirtoCommerce/vc-shell/commit/59d41a0059101350b230a7c07144b1641546f1f8))
1933
+
1934
+ ## [1.0.237](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.236...v1.0.237) (2024-06-17)
1935
+
1936
+ ### Features
1937
+
1938
+ - vm-1348 avatar for user ([9caf962](https://github.com/VirtoCommerce/vc-shell/commit/9caf962bd881611744ea1849155475b897049df6))
1939
+
1940
+ ## [1.0.236](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.235...v1.0.236) (2024-06-17)
1941
+
1942
+ ### Features
1943
+
1944
+ - **ui:** improve menu item styling and behavior ([6b56988](https://github.com/VirtoCommerce/vc-shell/commit/6b569881ef7b4e91dc32adf71380bb3c15f7be75))
1945
+ - **ui:** update vc-breadcrumbs-item title style and truncate long titles ([069ed6d](https://github.com/VirtoCommerce/vc-shell/commit/069ed6d4ca738599b5bf954f07ba6749cd04f8b5))
1946
+
1947
+ ### Bug Fixes
1948
+
1949
+ - **ui:** do not shrink checkbox in first col ([e8c8071](https://github.com/VirtoCommerce/vc-shell/commit/e8c807170846c3c0c06c7e1a5004adf1fb7851e8))
1950
+ - **shared:** update asset manager table column widths ([83195cb](https://github.com/VirtoCommerce/vc-shell/commit/83195cb6ee271f2adbfcc81fadbe47f8495fa08e))
1951
+
1952
+ ## [1.0.235](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.234...v1.0.235) (2024-06-17)
1953
+
1954
+ ### Features
1955
+
1956
+ - **dynamic:** add custom gallery file upload text ([1e5e02a](https://github.com/VirtoCommerce/vc-shell/commit/1e5e02aaa6f7c110015b85874a81c52e0b5da978))
1957
+ - **ui:** update vc-checkbox component to support different sizes ([ff809b9](https://github.com/VirtoCommerce/vc-shell/commit/ff809b9eac19f20a38771db46c92943fff267978))
1958
+
1959
+ ### Bug Fixes
1960
+
1961
+ - **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))
1962
+
1963
+ ### Code Refactoring
1964
+
1965
+ - **ui:** scrollbar styles update ([47f75bb](https://github.com/VirtoCommerce/vc-shell/commit/47f75bb3eb3b519a564b28c100d0a363aaa382d8))
1966
+ - **shared:** update title class to include tw-break-all ([5c49b1c](https://github.com/VirtoCommerce/vc-shell/commit/5c49b1c9a112697f9912b82aa516c7c33de51b5d))
1967
+ - **shared:** remove edit action from asset table ([e554369](https://github.com/VirtoCommerce/vc-shell/commit/e554369481f6f278266f56b38d50727ef6a91fc8))
1968
+ - **core,ui:** update menu item styling and behavior, groupIcon instead icon for menu groups ([a16e667](https://github.com/VirtoCommerce/vc-shell/commit/a16e667ccf4ce1228a0c6d00242cb99217ca2064))
1969
+ - **ui:** update vc-table component styling and behavior ([3575a1b](https://github.com/VirtoCommerce/vc-shell/commit/3575a1b1b8c96129e6f5c628c4ca5650631ba1e0))
1970
+ - **dynamic:** update blade form and widget components ([935f1c3](https://github.com/VirtoCommerce/vc-shell/commit/935f1c3f09957ee0ea61c20364c61d9506db7c19))
1971
+
1972
+ ## [1.0.234](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.233...v1.0.234) (2024-06-13)
1973
+
1974
+ **Note:** Version bump only for package @vc-shell/framework
1975
+
1976
+ ## [1.0.233](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.232...v1.0.233) (2024-06-13)
1977
+
1978
+ ### Features
1979
+
1980
+ - **dynamic:** add custom gallery upload icon ([8e029f5](https://github.com/VirtoCommerce/vc-shell/commit/8e029f55b84240665b2516ae6f21c688d1e1ac6b))
1981
+ - **ui:** vc-image custom icon ([4c14e35](https://github.com/VirtoCommerce/vc-shell/commit/4c14e3574519ba0e31a30e314952ac5a85d348a5))
1982
+ - **ui:** improve vc-badge component styling and functionality ([ff9fc51](https://github.com/VirtoCommerce/vc-shell/commit/ff9fc51f7b367ce4c384f21d86412a5b0f0801c8))
1983
+ - **ui:** updated navigation menu vm-1371 ([33b229e](https://github.com/VirtoCommerce/vc-shell/commit/33b229eea39681914c1a974aa4464788d6e13a51))
1984
+ - **shared:** vm-1393 icons in the account menu ([da442a1](https://github.com/VirtoCommerce/vc-shell/commit/da442a1d5fca234f63fa918e89fc171caa3f4162))
1985
+ - **dynamic:** improve blade form widget rendering ([139285c](https://github.com/VirtoCommerce/vc-shell/commit/139285c5da88bea460fbef45671b6eea439fe51b))
1986
+ - **ui:** vc-table improvements vm-1370 vm-1389 ([ce9beec](https://github.com/VirtoCommerce/vc-shell/commit/ce9beecac5a217fd5e8acccd3486b20a166b1fac))
1987
+ - **dynamic:** expand/collapse status vm-1383 ([6527080](https://github.com/VirtoCommerce/vc-shell/commit/652708052f5148f29d46b2e133589b9913682faa))
1988
+
1989
+ ### Bug Fixes
1990
+
1991
+ - **ui:** vc-editor handle empty text value in onTextChange function ([c71bbda](https://github.com/VirtoCommerce/vc-shell/commit/c71bbda701bc0eaa7583bb43306b0110774e50db))
1992
+
1993
+ ## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07)
1994
+
1995
+ ### Features
1996
+
1997
+ - prevent entering negative numbers in vc-input-currency and vc-input components ([b82a9e4](https://github.com/VirtoCommerce/vc-shell/commit/b82a9e47c26d06c80eb5806aad8d99fdf9043cc1))
1998
+ - **ui:** add "primary" variant to vc-status component ([e3e1544](https://github.com/VirtoCommerce/vc-shell/commit/e3e154477cf15ae69c0e5cb203eec82160265610))
1999
+
2000
+ ### Bug Fixes
2001
+
2002
+ - **ui:** vc-table columns reordering fix ([48b4994](https://github.com/VirtoCommerce/vc-shell/commit/48b499480f208db81b97de4e5638c8079b6eb98e))
2003
+
2004
+ ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05)
2005
+
2006
+ ### Features
2007
+
2008
+ - vc-input-currency decimal precision ([c278a90](https://github.com/VirtoCommerce/vc-shell/commit/c278a90248888bd63f275908d5379a3fdcd7fc0a))
2009
+
2010
+ ## [1.0.230](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.229...v1.0.230) (2024-06-05)
2011
+
2012
+ ### Features
2013
+
2014
+ - refactor InputCurrency component to handle currency display option ([f11a193](https://github.com/VirtoCommerce/vc-shell/commit/f11a193289c0992444ff11e3c0c16970693c5bb0))
2015
+
2016
+ ## [1.0.229](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.228...v1.0.229) (2024-06-05)
2017
+
2018
+ ### Features
2019
+
2020
+ - **dynamic:** permissions prop in controls/toolbar ([5230a23](https://github.com/VirtoCommerce/vc-shell/commit/5230a235acd049cb19613a3ac855f26b3bffb146))
2021
+
2022
+ ## [1.0.228](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.227...v1.0.228) (2024-06-05)
2023
+
2024
+ ### Code Refactoring
2025
+
2026
+ - **dynamic:** update useDetailsFactory to use modified flag instead of dirty flag ([317fcb4](https://github.com/VirtoCommerce/vc-shell/commit/317fcb499df7f4897a681fe27873ed7c5eca73c6))
2027
+
2028
+ ## [1.0.227](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.226...v1.0.227) (2024-06-04)
2029
+
2030
+ ### Bug Fixes
2031
+
2032
+ - **ui:** vc-table add last column resizer ([f63a7a0](https://github.com/VirtoCommerce/vc-shell/commit/f63a7a010366fd55fc0add08701d0d983fe4280a))
2033
+
2034
+ ## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04)
2035
+
2036
+ ### Features
2037
+
2038
+ - **dynamic:** add onBlur event handler to dynamic form controls ([1543d4f](https://github.com/VirtoCommerce/vc-shell/commit/1543d4f7816a3e5c67ea842c0a545b9d14e0e72b))
2039
+
2040
+ ### Bug Fixes
2041
+
2042
+ - reset dirty validation with update of initial ([a4f820c](https://github.com/VirtoCommerce/vc-shell/commit/a4f820c3ab71296f334a3192069dcf6771031018))
2043
+ - **ui:** vc-table mobile view fixes ([08f6474](https://github.com/VirtoCommerce/vc-shell/commit/08f647471732d875eacf4d5f2907eb75686b7c4d))
2044
+
2045
+ ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04)
2046
+
2047
+ ### Features
2048
+
2049
+ - update useDetailsFactory to reset dirty validation state ([a037847](https://github.com/VirtoCommerce/vc-shell/commit/a03784713e504231a13171a46a06ffa61b9cb117))
2050
+
2051
+ ## [1.0.224](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.223...v1.0.224) (2024-06-04)
2052
+
2053
+ ### Features
2054
+
2055
+ - **dynamic:** possibility to override default grid sorting ([0afecfb](https://github.com/VirtoCommerce/vc-shell/commit/0afecfb53cd114f099dd9296c47270031be72a4f))
2056
+ - **dynamic:** updated vc-table ([c2ad3ff](https://github.com/VirtoCommerce/vc-shell/commit/c2ad3ffb4e6067342a1cd855fcabc07dd62e7d69))
2057
+ - **dynamic:** add noRemoveConfirmation option to GalleryField's remove method ([caf6ac8](https://github.com/VirtoCommerce/vc-shell/commit/caf6ac82ad76821b15f580660c10c0cae3f548e5))
2058
+ - **ui:** vc-editor color, background, reset buttons ([f7fa19c](https://github.com/VirtoCommerce/vc-shell/commit/f7fa19c2700f302c264b2e914e557b623324c213))
2059
+ - **ui:** vc-container ptr smooth transitions ([e7ae279](https://github.com/VirtoCommerce/vc-shell/commit/e7ae2793e2748290443b2218627f38045ca213d7))
2060
+ - **navigation:** support of browser back/forward history buttons ([513375e](https://github.com/VirtoCommerce/vc-shell/commit/513375e66fde74db8bd05e8b7d799c8941f75396))
2061
+ - **ui:** vc-table refactoring ([df652ae](https://github.com/VirtoCommerce/vc-shell/commit/df652ae4e75e266d427f7a500d815665107a078b))
2062
+
2063
+ ### Bug Fixes
2064
+
2065
+ - vc-1359 ([fbd5d92](https://github.com/VirtoCommerce/vc-shell/commit/fbd5d92c5945694669ef3cb27e7f77faaa42795a))
2066
+
2067
+ ### Code Refactoring
2068
+
2069
+ - **dynamic:** update useDetailsFactory to support resetting dirty state ([98bcf51](https://github.com/VirtoCommerce/vc-shell/commit/98bcf51ec3e9044f97e7d979ee6c27d5cb076833))
2070
+
2071
+ ## [1.0.223](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.222...v1.0.223) (2024-05-29)
2072
+
2073
+ ### Features
2074
+
2075
+ - **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))
2076
+
2077
+ ## [1.0.222](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.221...v1.0.222) (2024-05-28)
2078
+
2079
+ ### Code Refactoring
2080
+
2081
+ - Update Table component to use bladeContext in template rendering ([b600fb1](https://github.com/VirtoCommerce/vc-shell/commit/b600fb1fcb89a4bf647887c3fad3bfc863e22169))
2082
+
2083
+ ## [1.0.221](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.220...v1.0.221) (2024-05-28)
2084
+
2085
+ ### Features
2086
+
2087
+ - **dynamic:** Add hint text to input fields ([31b3ded](https://github.com/VirtoCommerce/vc-shell/commit/31b3ded3e7685085b9d9c9e398bddb7b9e7264e8))
2088
+ - Update useToolbarReducer to handle toolbarItemCtx as an array or object ([cc598eb](https://github.com/VirtoCommerce/vc-shell/commit/cc598eb38570f617c5e241a6439fcb0e87885667))
2089
+ - Add onCellBlur event handler to Table component ([946e020](https://github.com/VirtoCommerce/vc-shell/commit/946e020cee55defa3c73d26ae3860747b52e0b14))
2090
+ - Add separator option to vc-blade-toolbar-button component ([3082483](https://github.com/VirtoCommerce/vc-shell/commit/30824839d1652311e2f2c1c2fcc74bd2a6cfb3ac))
2091
+
2092
+ ## [1.0.220](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.219...v1.0.220) (2024-05-24)
2093
+
2094
+ ### Features
2095
+
2096
+ - **dynamic:** Add support of footer template in dynamic views ([137c49a](https://github.com/VirtoCommerce/vc-shell/commit/137c49a6788dc68bd73766af6439ba4713ba05bf))
2097
+ - **ui:** vc-tooltip component and refactor of vc-label ([1eafd03](https://github.com/VirtoCommerce/vc-shell/commit/1eafd036e4b693563d1987d41ae6de620def7d34))
2098
+ - **dynamic:** inputCurrency getting options update' ([635de1d](https://github.com/VirtoCommerce/vc-shell/commit/635de1d3501efa163a013a53962083bf9794e66a))
2099
+ - **ui:** update vc-input-currency component to support custom slots for prepend and append content ([4ae9f90](https://github.com/VirtoCommerce/vc-shell/commit/4ae9f906c7d89833b46aea7d4f3bb23a4ddb031b))
2100
+ - **ui:** add clearable option to date input component in vc-dynamic-properties ([8efcb59](https://github.com/VirtoCommerce/vc-shell/commit/8efcb592c793152d728b36541fe1c3fe7a78d1d2))
2101
+ - **ui, dynamic:** vc-table updates ([bcab837](https://github.com/VirtoCommerce/vc-shell/commit/bcab8371a8e33181b1faf4645fba76e3bb92853f))
2102
+
2103
+ ## [1.0.219](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.218...v1.0.219) (2024-05-21)
2104
+
2105
+ **Note:** Version bump only for package @vc-shell/framework
2106
+
2107
+ ## [1.0.218](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.217...v1.0.218) (2024-05-21)
2108
+
2109
+ **Note:** Version bump only for package @vc-shell/framework
2110
+
2111
+ ## [1.0.217](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.216...v1.0.217) (2024-05-21)
2112
+
2113
+ ### Bug Fixes
2114
+
2115
+ - message about edited blade is not displayed, fixed ([6b8e3a3](https://github.com/VirtoCommerce/vc-shell/commit/6b8e3a3f2245c442df7da788d7e6b0627cbcd79c))
2116
+
2117
+ ## [1.0.216](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.215...v1.0.216) (2024-05-21)
2118
+
2119
+ ### Features
2120
+
2121
+ - **dynamic:** support of blade modified state ([a2f9764](https://github.com/VirtoCommerce/vc-shell/commit/a2f97645f9512b36337483815073ca0c799bf341))
2122
+ - **dynamic:** add vc-select, vc-radio-button-group, vc-switch components to grid filter builder ([8f0bc5b](https://github.com/VirtoCommerce/vc-shell/commit/8f0bc5b233a9dfd6cecf570b2328601c55cf6d29))
2123
+ - **ui:** update vc-dynamic-property component to use VcSwitch for Boolean value type ([8fe513f](https://github.com/VirtoCommerce/vc-shell/commit/8fe513fb12d118151153be0cb7ce009987208d71))
2124
+ - **ui:** vc-input update with new datepicker ([8a5a934](https://github.com/VirtoCommerce/vc-shell/commit/8a5a9342f9db2fb12c602d857e11e8cf9591d36e))
2125
+ - show app version on login page ([0fe8da4](https://github.com/VirtoCommerce/vc-shell/commit/0fe8da4d78fa9fc9e03eb8490a2f051f850ad25e))
2126
+ - **ui:** vc-table column switcher on hover at header ([5a5a131](https://github.com/VirtoCommerce/vc-shell/commit/5a5a131e1ba5bc539438c57e6f115d5331ec491b))
2127
+ - **ui:** add support for SVG files in file upload component ([b7d1ecc](https://github.com/VirtoCommerce/vc-shell/commit/b7d1ecc8c78dabc27ae0044df2dffab02689ffa4))
2128
+ - another view of modified status in blade ([fe6055a](https://github.com/VirtoCommerce/vc-shell/commit/fe6055a647a560339138286472815dce000ac75c))
2129
+ - **ui,dynamic:** vc-radio-button component, storybook ([2061e21](https://github.com/VirtoCommerce/vc-shell/commit/2061e21673a93560d127a4c60c10fa0fc7eab8d2))
2130
+ - **ui:** update styles of vc-checkbox component, move to molecules, storybook update ([2dd4ecc](https://github.com/VirtoCommerce/vc-shell/commit/2dd4eccf44ec489dd9678ec441a28ec99cacfcc1))
2131
+
2132
+ ### Bug Fixes
2133
+
2134
+ - disable preserve of ui settings in useSettings ([b41ee37](https://github.com/VirtoCommerce/vc-shell/commit/b41ee371ab6e5e329e578206a39c2c819c4d0ed8))
2135
+
2136
+ ## [1.0.215](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.214...v1.0.215) (2024-05-20)
2137
+
2138
+ ### Features
2139
+
2140
+ - **navigation:** support of blade replacing, permissions check on generateRoute ([40d934c](https://github.com/VirtoCommerce/vc-shell/commit/40d934c056bebc1a023cc1498d40a2c672ec43dd))
2141
+
2142
+ ## [1.0.214](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.213...v1.0.214) (2024-05-16)
2143
+
2144
+ ### Features
2145
+
2146
+ - **ui:** has unsaved changes banner, updated switch ([5caa82b](https://github.com/VirtoCommerce/vc-shell/commit/5caa82bc68b599feeb205395aa55850230851f66))
2147
+
2148
+ ## [1.0.213](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.212...v1.0.213) (2024-05-13)
2149
+
2150
+ ### Features
2151
+
2152
+ - **dynamic:** factories sync methods, types update, grid item click separate method ([87cf7b8](https://github.com/VirtoCommerce/vc-shell/commit/87cf7b85e26c3304c9fe631697a897c27b5a7fae))
2153
+ - **dynamic:** extend onListItemClick ([c45d2af](https://github.com/VirtoCommerce/vc-shell/commit/c45d2afaaa38a2be88d5926023e0446cabb33b09))
2154
+
2155
+ ### Bug Fixes
2156
+
2157
+ - **dynamic:** update remove action in UseDetails to accept ItemId or Item ([3f8ebdf](https://github.com/VirtoCommerce/vc-shell/commit/3f8ebdfdb26378143579fde2a30489d77a62aa75))
2158
+
2159
+ ## [1.0.212](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.211...v1.0.212) (2024-05-09)
2160
+
2161
+ ### Bug Fixes
2162
+
2163
+ - fix param type ([059d80c](https://github.com/VirtoCommerce/vc-shell/commit/059d80c924f5a18fe9457994c49b77249c8a7890))
2164
+
2165
+ ## [1.0.211](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.210...v1.0.211) (2024-05-09)
2166
+
2167
+ ### Bug Fixes
2168
+
2169
+ - fix grid selection persistance on child blade close ([5e5ee3f](https://github.com/VirtoCommerce/vc-shell/commit/5e5ee3f70b27bed8c983dab092b610cf2cb78db7))
2170
+
2171
+ ## [1.0.210](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.209...v1.0.210) (2024-05-08)
2172
+
2173
+ ### Bug Fixes
2174
+
2175
+ - remove auto-open blade on param change, as it can lead to unpredictable behavior ([898e0d9](https://github.com/VirtoCommerce/vc-shell/commit/898e0d9ffc5812b71e8215a355c9ad0918c48dfe))
2176
+
2177
+ ## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)
2178
+
2179
+ ### Features
2180
+
2181
+ - img extensions, renaming vm-1315 ([cd02d04](https://github.com/VirtoCommerce/vc-shell/commit/cd02d04d924f9049521b2f116e0ed192f29ce981))
2182
+ - support of edit mode for blade and vc-table vm-1312 ([b1c8daa](https://github.com/VirtoCommerce/vc-shell/commit/b1c8daae2255befdadd8a3012354ba3efa813e84))
2183
+
2184
+ ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)
2185
+
2186
+ **Note:** Version bump only for package @vc-shell/framework
2187
+
2188
+ ## [1.0.207](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.206...v1.0.207) (2024-04-30)
2189
+
2190
+ ### Features
2191
+
2192
+ - vm-1309 decode uri asset file name ([cf290f6](https://github.com/VirtoCommerce/vc-shell/commit/cf290f624b81f6a4a61ab4a092b2f784e9c350b6))
2193
+ - vm-1309 unescape asset file url ([d4fc236](https://github.com/VirtoCommerce/vc-shell/commit/d4fc23689e742b9da6a4bf01d34a16adc6fe91ad))
2194
+
2195
+ ## [1.0.206](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.205...v1.0.206) (2024-04-30)
2196
+
2197
+ **Note:** Version bump only for package @vc-shell/framework
2198
+
2199
+ ## [1.0.205](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.204...v1.0.205) (2024-04-30)
2200
+
2201
+ **Note:** Version bump only for package @vc-shell/framework
2202
+
2203
+ ## [1.0.204](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.203...v1.0.204) (2024-04-30)
2204
+
2205
+ ### Bug Fixes
2206
+
2207
+ - **navigation:** fixed loss of instance when opening the same workspace ([dda83bc](https://github.com/VirtoCommerce/vc-shell/commit/dda83bc4fd0a8b4583d0c9f607d0ba678fe3c0ff))
2208
+
2209
+ ## [1.0.203](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.202...v1.0.203) (2024-04-25)
2210
+
2211
+ ### Bug Fixes
2212
+
2213
+ - error fix ([2a106ba](https://github.com/VirtoCommerce/vc-shell/commit/2a106ba9ed958d6b1081d4c5c65324260b80f13a))
2214
+
2215
+ ## [1.0.202](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.201...v1.0.202) (2024-04-25)
2216
+
2217
+ ### Features
2218
+
2219
+ - **dynamic:** saveChanges response (#207) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd))
2220
+
2221
+ ### Bug Fixes
2222
+
2223
+ - **dynamic:** fixed set of value when property path has array index ([1ae24fc](https://github.com/VirtoCommerce/vc-shell/commit/1ae24fc859dda595e3e5d2251377f996b62c6ce9))
2224
+
2225
+ ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23)
2226
+
2227
+ ### Features
2228
+
2229
+ - **dynamic:** saveChanges response ([9d3f909](https://github.com/VirtoCommerce/vc-shell/commit/9d3f9091e15dad0498c680f7835a96c3e0fb5cac))
2230
+
2231
+ ## [1.0.200](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.199...v1.0.200) (2024-04-23)
2232
+
2233
+ ### Features
2234
+
2235
+ - **ui:** vc-multivalue input on blur, removed arrows with number type ([ff0b293](https://github.com/VirtoCommerce/vc-shell/commit/ff0b29305dd495f2f9577b34c122d33fb67596d0))
2236
+
2237
+ ## [1.0.199](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.198...v1.0.199) (2024-04-22)
2238
+
2239
+ ### Features
2240
+
2241
+ - **ui:** vc-multivalue integer type, loading state ([0535b21](https://github.com/VirtoCommerce/vc-shell/commit/0535b21b9c0bae213572b0320b28eac649df27bb))
2242
+ - **ui:** vc-input integer type ([56f825d](https://github.com/VirtoCommerce/vc-shell/commit/56f825d59b081a0d268715e3b50623512b35a35d))
2243
+ - **ui:** vc-select loading state improvement ([97be0b0](https://github.com/VirtoCommerce/vc-shell/commit/97be0b048f80908b7b9147210bc4eeb734a2dc5f))
2244
+
2245
+ ### Bug Fixes
2246
+
2247
+ - **ui:** vc-breadcrumbs arrow color fix ([9ad6aa9](https://github.com/VirtoCommerce/vc-shell/commit/9ad6aa95863f0321e1a9c6575cd1b090a593c11e))
2248
+ - vc-dynamic-properties refactoring ([3aaf821](https://github.com/VirtoCommerce/vc-shell/commit/3aaf8213716ddf4c1695dafce4fe826de35e3d7d))
2249
+
2250
+ ## [1.0.198](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.197...v1.0.198) (2024-04-16)
2251
+
2252
+ ### Features
2253
+
2254
+ - blade navigation breadcrumbs, useDynamicViewsUtils composable ([506cee1](https://github.com/VirtoCommerce/vc-shell/commit/506cee114479717b2745c8f85968249959eb16af))
2255
+
2256
+ ## [1.0.197](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.196...v1.0.197) (2024-04-12)
2257
+
2258
+ ### Bug Fixes
2259
+
2260
+ - instance removal fix ([9eeb850](https://github.com/VirtoCommerce/vc-shell/commit/9eeb850603b18fcd3e6dc7b03a9bfe3ceb224680))
2261
+
2262
+ ## [1.0.196](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.195...v1.0.196) (2024-04-11)
2263
+
2264
+ ### Bug Fixes
2265
+
2266
+ - **ui:** vc-table mobile view hidden fix ([d5d0353](https://github.com/VirtoCommerce/vc-shell/commit/d5d035352bd5afcb3ae5c5e07a332d06bc34a72e))
2267
+
2268
+ ## [1.0.195](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.194...v1.0.195) (2024-04-11)
2269
+
2270
+ **Note:** Version bump only for package @vc-shell/framework
2271
+
2272
+ ## [1.0.194](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.193...v1.0.194) (2024-04-11)
2273
+
2274
+ ### Features
2275
+
2276
+ - **dynamic:** added vee-validate's errorBag into validationState object ([164be3c](https://github.com/VirtoCommerce/vc-shell/commit/164be3cacd3c76ae4043a79825604dea9026de2f))
2277
+
2278
+ ### Bug Fixes
2279
+
2280
+ - **ui:** vc-table immediate watch on items ([45cd08a](https://github.com/VirtoCommerce/vc-shell/commit/45cd08a69483f8106247bdd9b213a23fb81a24cb))
2281
+
2282
+ ## [1.0.193](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.192...v1.0.193) (2024-04-11)
2283
+
2284
+ ### Features
2285
+
2286
+ - **navigation:** query params ([f7b13ce](https://github.com/VirtoCommerce/vc-shell/commit/f7b13ce28eb4dbd8c6d81b3b3c2bd57faad59abf))
2287
+
2288
+ ## [1.0.192](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.191...v1.0.192) (2024-04-11)
2289
+
2290
+ ### Features
2291
+
2292
+ - **navigation:** better work with custom app param, preserve blades where it's possible ([49d3ae8](https://github.com/VirtoCommerce/vc-shell/commit/49d3ae8b40178fb6d29d6b8f54880a2f5e0e21c4))
2293
+
2294
+ ### Bug Fixes
2295
+
2296
+ - router param lost ([9931a84](https://github.com/VirtoCommerce/vc-shell/commit/9931a848c18389f80fad6f22e5e864952aa0e277))
2297
+
2298
+ ## [1.0.191](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.190...v1.0.191) (2024-04-09)
2299
+
2300
+ ### Bug Fixes
2301
+
2302
+ - **dynamic:** support fetched data in filters ([c6c133d](https://github.com/VirtoCommerce/vc-shell/commit/c6c133d8224d6905a3a4a3d45ef474c3dabd56f3))
2303
+
2304
+ ## [1.0.190](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.189...v1.0.190) (2024-04-03)
2305
+
2306
+ ### Features
2307
+
2308
+ - **ui/vc-editor:** no change emit on component mount ([cf1af9a](https://github.com/VirtoCommerce/vc-shell/commit/cf1af9a4978688e93fb4b22707cafdd14a970752))
2309
+ - **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))
2310
+ - **dynamic:** added maxlength prop for inputs, storybook update ([b7fb253](https://github.com/VirtoCommerce/vc-shell/commit/b7fb253fe31a8de78b31a01393f7b38c9772a24e))
2311
+
2312
+ ### Bug Fixes
2313
+
2314
+ - windows build with cross-spawn, other small changes ([a8e576d](https://github.com/VirtoCommerce/vc-shell/commit/a8e576d8556cebb7dd648de68954f87989b7f3ca))
2315
+ - **ui/vc-blade-header:** fixed line height ([c3df1e2](https://github.com/VirtoCommerce/vc-shell/commit/c3df1e2bbb96f87c15ba17961a88542502a8ab36))
2316
+
2317
+ ### Code Refactoring
2318
+
2319
+ - **ui/vc-textarea:** prop name change ([e529af9](https://github.com/VirtoCommerce/vc-shell/commit/e529af90d6d399117f0f16b448f5e47a5b1394ed))
2320
+
2321
+ ## [1.0.189](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.188...v1.0.189) (2024-03-26)
2322
+
2323
+ ### Features
2324
+
2325
+ - **storybook:** dynamic views components and some components refactoring ([19f9d20](https://github.com/VirtoCommerce/vc-shell/commit/19f9d2055d76166a8b38be0149346c0bec12ad77))
2326
+
2327
+ ## [1.0.188](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.187...v1.0.188) (2024-03-19)
2328
+
2329
+ ### Bug Fixes
2330
+
2331
+ - **dynamic:** isDirty reset in useDetailsFactory ([bf7341e](https://github.com/VirtoCommerce/vc-shell/commit/bf7341ece299dac32784222aeee72f2ef9c7ead6))
2332
+
2333
+ ## [1.0.187](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.186...v1.0.187) (2024-03-19)
2334
+
2335
+ ### Bug Fixes
2336
+
2337
+ - **dynamic:** confirmation logics refactor, sort in list priority change ([c98d639](https://github.com/VirtoCommerce/vc-shell/commit/c98d639878599932630b0b868f9dca536710b6b6))
2338
+
2339
+ ## [1.0.186](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.185...v1.0.186) (2024-03-15)
2340
+
2341
+ ### Features
2342
+
2343
+ - administrator full access on permissions check ([9f96645](https://github.com/VirtoCommerce/vc-shell/commit/9f96645ae03c0920e83d2a8ecca5b3f565a910b9))
2344
+
2345
+ ## [1.0.185](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.184...v1.0.185) (2024-03-15)
2346
+
2347
+ ### Bug Fixes
2348
+
2349
+ - **ui:** table width fix, hover with date on date-ago ([a249e0c](https://github.com/VirtoCommerce/vc-shell/commit/a249e0cff939cf9ef555b93373b62980cfed4182))
2350
+
2351
+ ## [1.0.184](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.183...v1.0.184) (2024-03-14)
2352
+
2353
+ ### Reverts
2354
+
2355
+ - tailwind package remove and config change ([2bf54da](https://github.com/VirtoCommerce/vc-shell/commit/2bf54dad5e9d02a49396e0031e24c01ec045c797))
2356
+
2357
+ ## [1.0.183](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.182...v1.0.183) (2024-03-14)
2358
+
2359
+ **Note:** Version bump only for package @vc-shell/framework
2360
+
2361
+ ## [1.0.182](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.181...v1.0.182) (2024-03-14)
2362
+
2363
+ ### Features
2364
+
2365
+ - **framework:** storybook, component fixes ([965b242](https://github.com/VirtoCommerce/vc-shell/commit/965b242d6afccd325fa09f8315b52cbe7c58527c))
2366
+
2367
+ ## [1.0.181](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.180...v1.0.181) (2024-03-14)
2368
+
2369
+ ### Bug Fixes
2370
+
2371
+ - **ui:** vc-select initial multiple fix ([edcb55c](https://github.com/VirtoCommerce/vc-shell/commit/edcb55c172ea4ffc63110360ca4fefa446d2a10a))
2372
+
2373
+ ## [1.0.180](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.179...v1.0.180) (2024-03-14)
2374
+
2375
+ ### Bug Fixes
2376
+
2377
+ - **navigation:** fixed multiple close confirmations, component update in vue router instance ([966e779](https://github.com/VirtoCommerce/vc-shell/commit/966e7796ff190110a583e674da149b56634264c3))
2378
+
2379
+ ### Code Refactoring
2380
+
2381
+ - **dynamic:** refactor blade close confirmation logics ([3378df1](https://github.com/VirtoCommerce/vc-shell/commit/3378df179f87d999b4a5b0e689236a6206e85fab))
2382
+
2383
+ ## [1.0.179](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.178...v1.0.179) (2024-03-13)
2384
+
2385
+ ### Features
2386
+
2387
+ - **ui/dynamic:** components update, multiple in dynamic select, fixed close blade confirmation ([ced10db](https://github.com/VirtoCommerce/vc-shell/commit/ced10db4f2b3db555716e14159203aec4b048885))
2388
+
2389
+ ## [1.0.178](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.177...v1.0.178) (2024-03-08)
2390
+
2391
+ ### Features
2392
+
2393
+ - shell locales moved to locales, expose locales ([9d6099e](https://github.com/VirtoCommerce/vc-shell/commit/9d6099ed2d43dba38a71a5e868ed335cf2bd8170))
2394
+
2395
+ ## [1.0.177](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.176...v1.0.177) (2024-03-08)
2396
+
2397
+ ### Bug Fixes
2398
+
2399
+ - **ui:** vc-breadcrumbs key fix ([192debc](https://github.com/VirtoCommerce/vc-shell/commit/192debc1791beca4e8bd253362584736dfb1de0e))
2400
+
2401
+ ## [1.0.176](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.175...v1.0.176) (2024-03-07)
2402
+
2403
+ ### Features
2404
+
2405
+ - **dynamic:** bladeContext exposure to list composable ([37a30c9](https://github.com/VirtoCommerce/vc-shell/commit/37a30c91239b60f2c5d7b9d859d6f48962627ee5))
2406
+
2407
+ ## [1.0.175](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.174...v1.0.175) (2024-03-07)
2408
+
2409
+ ### Features
2410
+
2411
+ - **core:** Update signalR plugin to accept options, SendSystemEvents connection ([7cc96d5](https://github.com/VirtoCommerce/vc-shell/commit/7cc96d5c783207b94b0657c2467203ccea4a55a5))
2412
+
2413
+ ### Bug Fixes
2414
+
2415
+ - **dynamic:** remove table actions from widgetView ([e51fb3f](https://github.com/VirtoCommerce/vc-shell/commit/e51fb3f8e63c56ed0146f61a036581a45f386830))
2416
+
2417
+ ## [1.0.174](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.173...v1.0.174) (2024-03-06)
2418
+
2419
+ ### Features
2420
+
2421
+ - **dynamic:** disabled method for actions ([a575064](https://github.com/VirtoCommerce/vc-shell/commit/a5750642339e0fedf3e937370361968eea144368))
2422
+
2423
+ ## [1.0.173](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.172...v1.0.173) (2024-03-06)
2424
+
2425
+ **Note:** Version bump only for package @vc-shell/framework
2426
+
2427
+ ## [1.0.172](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.171...v1.0.172) (2024-03-06)
2428
+
2429
+ **Note:** Version bump only for package @vc-shell/framework
2430
+
2431
+ ## [1.0.171](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.170...v1.0.171) (2024-03-06)
2432
+
2433
+ ### Features
2434
+
2435
+ - **dynamic:** add useNotifications and notification component to form blade ([578bb19](https://github.com/VirtoCommerce/vc-shell/commit/578bb192c8edac55054ca5b72d74f0c900e5dadf))
2436
+ - updated popups and VcPopup component ([35a2102](https://github.com/VirtoCommerce/vc-shell/commit/35a21022ec7acbf2ab7a5356a9407f74f9c9af13))
2437
+
2438
+ ### Bug Fixes
2439
+
2440
+ - **ui:** user-dropdown-button auto width when disabled ([1249bbf](https://github.com/VirtoCommerce/vc-shell/commit/1249bbfac96943ede03064adbf268b9abba35481))
2441
+ - **core:** fixed old push display after page refresh ([2155a6e](https://github.com/VirtoCommerce/vc-shell/commit/2155a6e8bd6e0bcd3c90d4a4233130302255cf3e))
2442
+
2443
+ ## [1.0.170](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.169...v1.0.170) (2024-02-27)
2444
+
2445
+ ### Features
2446
+
2447
+ - **framework:** removed redundant localizations, moved to app ([9eb0ca7](https://github.com/VirtoCommerce/vc-shell/commit/9eb0ca789f75e4959e9d3d61eaebb2f8723511df))
2448
+ - **shared:** field validation improvements ([e36f900](https://github.com/VirtoCommerce/vc-shell/commit/e36f9009940b5b91d4a20552dd033b854ef30af6))
2449
+ - **dynamic:** support of table actions, improved mobile swipe ([ccd4553](https://github.com/VirtoCommerce/vc-shell/commit/ccd4553a58ac3093fc8108351e09d5152349b2fb))
2450
+
2451
+ ## [1.0.169](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.168...v1.0.169) (2024-02-23)
2452
+
2453
+ ### Features
2454
+
2455
+ - **dynamic:** id style path notation in overrides ([edd8a3b](https://github.com/VirtoCommerce/vc-shell/commit/edd8a3ba6289c9364c548d2fe80cdda1bf3cfa0d))
2456
+
2457
+ ## [1.0.168](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.167...v1.0.168) (2024-02-21)
2458
+
2459
+ ### Bug Fixes
2460
+
2461
+ - **dynamic:** card visibility fix ([8f224c9](https://github.com/VirtoCommerce/vc-shell/commit/8f224c95549c9aea60b62521143ed7698b22721b))
2462
+ - **ui:** vc-select duplicates remove on search when backend totalCount corrupted ([fafce05](https://github.com/VirtoCommerce/vc-shell/commit/fafce051d87267148c4332adbced097aa78644b2))
2463
+
2464
+ ## [1.0.167](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.166...v1.0.167) (2024-02-21)
2465
+
2466
+ ### Bug Fixes
2467
+
2468
+ - **ui:** vc-select fix search in array ([c172fac](https://github.com/VirtoCommerce/vc-shell/commit/c172fac5b892d804d61f5eca37cbccf2a795026b))
2469
+
2470
+ ## [1.0.166](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.165...v1.0.166) (2024-02-21)
2471
+
2472
+ ### Bug Fixes
2473
+
2474
+ - **ui:** vc-select search fix ([d1de088](https://github.com/VirtoCommerce/vc-shell/commit/d1de08889c64526ed24496e0ee32437bd853e9e4))
2475
+
2476
+ ## [1.0.165](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.164...v1.0.165) (2024-02-14)
2477
+
2478
+ ### Features
2479
+
2480
+ - **dynamic:** useBreadcrumbs composable and support in dynamic views, exposing more methods ([c1ccdea](https://github.com/VirtoCommerce/vc-shell/commit/c1ccdea065000345b9ee7e9334839179a0d30661))
2481
+
2482
+ ### Bug Fixes
2483
+
2484
+ - **dynamic:** component fixes ([77acf38](https://github.com/VirtoCommerce/vc-shell/commit/77acf38f64a5638bbaa4aede1fd3b4d44165e08e))
2485
+
2486
+ ## [1.0.164](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.163...v1.0.164) (2024-02-09)
2487
+
2488
+ ### Bug Fixes
2489
+
2490
+ - **framework:** Add i18n support to StatusField component and fix Quill editor issue ([7749feb](https://github.com/VirtoCommerce/vc-shell/commit/7749feba938b8011220c6139908daa7e68df5bcd))
2491
+
2492
+ ## [1.0.163](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.162...v1.0.163) (2024-02-09)
2493
+
2494
+ ### Bug Fixes
2495
+
2496
+ - **dynamic:** update class property to classNames ([4297cb0](https://github.com/VirtoCommerce/vc-shell/commit/4297cb088be767b42a892a078c450d54a571ad32))
2497
+
2498
+ ## [1.0.162](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.161...v1.0.162) (2024-02-09)
2499
+
2500
+ ### Features
2501
+
2502
+ - **dynamic:** horizontalSeparator in fieldset ([e2f63cf](https://github.com/VirtoCommerce/vc-shell/commit/e2f63cfccb859ae15c217f8e3e9b4e1b71d294da))
2503
+
2504
+ ## [1.0.161](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.160...v1.0.161) (2024-02-09)
2505
+
2506
+ ### Bug Fixes
2507
+
2508
+ - filter reset condition, return reactive filter ([68af932](https://github.com/VirtoCommerce/vc-shell/commit/68af9323e0d3d2edc58560487e8c66a817b34ceb))
2509
+
2510
+ ## [1.0.160](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.159...v1.0.160) (2024-02-09)
2511
+
2512
+ ### Bug Fixes
2513
+
2514
+ - filter reset ([49aec1b](https://github.com/VirtoCommerce/vc-shell/commit/49aec1b7ee488d86f0248a10e933fd132bf6ec10))
2515
+
2516
+ ## [1.0.159](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.158...v1.0.159) (2024-02-09)
2517
+
2518
+ ### Bug Fixes
2519
+
2520
+ - **framework:** blade navigation bug and update dynamic filter checkbox data structure ([ae97351](https://github.com/VirtoCommerce/vc-shell/commit/ae97351548d65b9f1eca44fc54e13495446ecf12))
2521
+
2522
+ ## [1.0.158](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.157...v1.0.158) (2024-02-08)
2523
+
2524
+ ### Bug Fixes
2525
+
2526
+ - **dynamic:** reactivity losing fixes ([2f129ee](https://github.com/VirtoCommerce/vc-shell/commit/2f129ee993200f8aa0ac651d1a0adc94f1834a67))
2527
+
2528
+ ## [1.0.157](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.156...v1.0.157) (2024-02-07)
2529
+
2530
+ ### Features
2531
+
2532
+ - **framework:** useFilterBuilder localization update ([75a387d](https://github.com/VirtoCommerce/vc-shell/commit/75a387db7da5e07d3e6538b9217d2e1b270b694d))
2533
+
2534
+ ## [1.0.156](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.155...v1.0.156) (2024-02-07)
2535
+
2536
+ ### Bug Fixes
2537
+
2538
+ - localization ([8de6e9f](https://github.com/VirtoCommerce/vc-shell/commit/8de6e9f406487f7457327561547efc414b327729))
2539
+
2540
+ ## [1.0.155](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.154...v1.0.155) (2024-02-06)
2541
+
2542
+ ### Bug Fixes
2543
+
2544
+ - **framework:** titles in mobile ([91cca71](https://github.com/VirtoCommerce/vc-shell/commit/91cca71f8a6be855243b822242f7be33bcc562db))
2545
+
2546
+ ## [1.0.154](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.153...v1.0.154) (2024-02-06)
2547
+
2548
+ ### Features
2549
+
2550
+ - **ui:** components fixes and refactors ([01ba0fe](https://github.com/VirtoCommerce/vc-shell/commit/01ba0fed91973c9624ca5e66e56750b5336fe6aa))
2551
+ - **framework:** ability to add html in popup slot, fixed inferring of emits types ([cf52cf7](https://github.com/VirtoCommerce/vc-shell/commit/cf52cf741ed09c652755f9a78eb4c8ec732b9e8e))
2552
+ - **framework:** Refactor useMenuServiceFn and add inGroupPriority to MenuItemConfig ([c6ef313](https://github.com/VirtoCommerce/vc-shell/commit/c6ef313d6619b761ea624655eb0ffcea0cc37679))
2553
+ - **dynamic:** updated/new components, fixes and improvements ([6c2a746](https://github.com/VirtoCommerce/vc-shell/commit/6c2a74601ae21ba9377bd59ea34279583a424d20))
2554
+
2555
+ ### Bug Fixes
2556
+
2557
+ - **framework:** fixed parent blade calling ([ab59609](https://github.com/VirtoCommerce/vc-shell/commit/ab59609d615534a3dc9cc617d080886970d8040a))
2558
+
2559
+ ## [1.0.153](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.152...v1.0.153) (2024-01-29)
2560
+
2561
+ ### Bug Fixes
2562
+
2563
+ - **framework:** menu permissions hide fix ([43a0e98](https://github.com/VirtoCommerce/vc-shell/commit/43a0e98db361bdcb296239fd6fc6e3bc967a6246))
2564
+
2565
+ ## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29)
2566
+
2567
+ ### Bug Fixes
2568
+
2569
+ - **framework:** redirect to root fix ([cfd7e43](https://github.com/VirtoCommerce/vc-shell/commit/cfd7e43903cd46af87b31106b4a0fcadfc24cddd))
2570
+
2571
+ ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25)
2572
+
2573
+ ### Features
2574
+
2575
+ - **framework:** added support of URL with base param ([fe9649e](https://github.com/VirtoCommerce/vc-shell/commit/fe9649e7348032fd8f9e0253d9688f6d93057c96))
2576
+
2577
+ ### Bug Fixes
2578
+
2579
+ - **framework:** user-dropdown-button disabling fix ([2f9cb62](https://github.com/VirtoCommerce/vc-shell/commit/2f9cb62e326152a64d9fd3d719b01a5043c195ca))
2580
+
2581
+ ## [1.0.150](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.149...v1.0.150) (2024-01-25)
2582
+
2583
+ ### Features
2584
+
2585
+ - **framework:** possibility to disable menu ([65b1eb0](https://github.com/VirtoCommerce/vc-shell/commit/65b1eb0ad71026e992a7bcecb0a7616415115a6e))
2586
+
2587
+ ## [1.0.149](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.148...v1.0.149) (2024-01-24)
2588
+
2589
+ ### Features
2590
+
2591
+ - **dynamic:** updateActiveWidgetCount event ([808d31d](https://github.com/VirtoCommerce/vc-shell/commit/808d31df475e3c29386d7742fbc5f6ee7645a9bc))
2592
+ - **framework:** updated navigation, added routable config for blades ([7c538c6](https://github.com/VirtoCommerce/vc-shell/commit/7c538c6dfab70cc6c85dd453e516d84395e1166c))
2593
+ - **framework:** updated localization setup, i18n locales config, dynamic modules localization ([209b92f](https://github.com/VirtoCommerce/vc-shell/commit/209b92fe2bf95379d908064d553ab59e16928569))
2594
+
2595
+ ### Bug Fixes
2596
+
2597
+ - **framework:** fix ui styling issues in multiple components ([61f56d6](https://github.com/VirtoCommerce/vc-shell/commit/61f56d603b15f385c32d0270c939d539b606b37c))
2598
+ - **dynamic:** fixed overrides remove order ([a3e5980](https://github.com/VirtoCommerce/vc-shell/commit/a3e59801c1d8fd963cb5f4fe4e445dab0e2d5d32))
2599
+
2600
+ ## [1.0.148](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.147...v1.0.148) (2024-01-16)
2601
+
2602
+ **Note:** Version bump only for package @vc-shell/framework
2603
+
2604
+ ## [1.0.147](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.146...v1.0.147) (2024-01-12)
2605
+
2606
+ **Note:** Version bump only for package @vc-shell/framework
2607
+
2608
+ ## [1.0.146](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.145...v1.0.146) (2024-01-11)
2609
+
2610
+ ### Bug Fixes
2611
+
2612
+ - **dynamic:** modified as base disabled state in saveChanges method ([9895efb](https://github.com/VirtoCommerce/vc-shell/commit/9895efb16aa70f1b1d5e90359084a25c7237a56e))
2613
+ - **useMenuService:** prevent duplication ([1c35bb7](https://github.com/VirtoCommerce/vc-shell/commit/1c35bb72b2c6cd2a035d8c370218b1e869f65044))
2614
+
2615
+ ## [1.0.145](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.144...v1.0.145) (2024-01-10)
2616
+
2617
+ ### Features
2618
+
2619
+ - **shell:** base navigator.language i18n locale ([8a59a63](https://github.com/VirtoCommerce/vc-shell/commit/8a59a636643f94ffac282ac37514a4f253007c7a))
2620
+
2621
+ ## [1.0.144](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.143...v1.0.144) (2024-01-10)
2622
+
2623
+ ### Bug Fixes
2624
+
2625
+ - **shell:** removed common pages locales ([e8d54e5](https://github.com/VirtoCommerce/vc-shell/commit/e8d54e5bea8746a678e17b6a79ebbdc59da6e3c3))
2626
+
2627
+ ## [1.0.143](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.142...v1.0.143) (2024-01-10)
2628
+
2629
+ ### Features
2630
+
2631
+ - **dynamic:** table columns localized titles support ([dfccb58](https://github.com/VirtoCommerce/vc-shell/commit/dfccb58492ad126402858974d84a50f3dbf09152))
2632
+ - locales moved to app scope ([ee08999](https://github.com/VirtoCommerce/vc-shell/commit/ee089996fd204ada7b8320218680d47f3418dc68))
2633
+
2634
+ ## [1.0.142](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.141...v1.0.142) (2024-01-10)
2635
+
2636
+ ### Bug Fixes
2637
+
2638
+ - **shell:** navigation slash duplication fix ([370fe03](https://github.com/VirtoCommerce/vc-shell/commit/370fe0398ef6626c541a4af5b2f7895fad49b874))
2639
+
2640
+ ## [1.0.141](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.140...v1.0.141) (2024-01-10)
2641
+
2642
+ ### Features
2643
+
2644
+ - **dynamic:** using locale key as blade title ([057a188](https://github.com/VirtoCommerce/vc-shell/commit/057a188dbb9d73611e609d7fd6064502a1f95560))
2645
+
2646
+ ## [1.0.140](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.139...v1.0.140) (2024-01-09)
2647
+
2648
+ ### Bug Fixes
2649
+
2650
+ - condition in getOptions ([c363f13](https://github.com/VirtoCommerce/vc-shell/commit/c363f134da870341e4840d132f1d5d5e9a0fa2d7))
2651
+
2652
+ ## [1.0.139](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.138...v1.0.139) (2024-01-08)
2653
+
2654
+ ### Features
2655
+
2656
+ - **shell:** update optionsGetter signature in vc-dynamic-property.vue ([0c71460](https://github.com/VirtoCommerce/vc-shell/commit/0c71460d2d3c785cd5d8fe2b0b58ebc2c3020248))
2657
+
2658
+ ## [1.0.138](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.137...v1.0.138) (2024-01-08)
2659
+
2660
+ ### Features
2661
+
2662
+ - **shell:** navigation menu slot in vc-app ([fc0c185](https://github.com/VirtoCommerce/vc-shell/commit/fc0c185b42ee34f39bee0cd14c2633416ea6d0c5))
2663
+
2664
+ ### Bug Fixes
2665
+
2666
+ - **shell:** base url param support, routes injection in navigation plugin ([414fe2d](https://github.com/VirtoCommerce/vc-shell/commit/414fe2d0509b0642b1afe5aac96d83f0975ddd95))
2667
+
2668
+ ## [1.0.137](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.136...v1.0.137) (2024-01-04)
2669
+
2670
+ ### Bug Fixes
2671
+
2672
+ - **dynamic:** refactored condition on route leave ([25f23e5](https://github.com/VirtoCommerce/vc-shell/commit/25f23e5311c4754e26c125f1ea717fe6d196a79b))
2673
+ - **ui:** remove unused options property from vc-blade-toolbar-button.vue ([4fc462b](https://github.com/VirtoCommerce/vc-shell/commit/4fc462b28dabe384689ebd3b9a4d5f5eab114ed9))
2674
+
2675
+ ## [1.0.136](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.135...v1.0.136) (2024-01-03)
2676
+
2677
+ ### Bug Fixes
2678
+
2679
+ - **dynamic:** nested fields context reactivity fix ([9613105](https://github.com/VirtoCommerce/vc-shell/commit/9613105f6c1b4c7dc47b386203603763c75595b1))
2680
+
2681
+ ## [1.0.135](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.134...v1.0.135) (2024-01-03)
2682
+
2683
+ ### Bug Fixes
2684
+
2685
+ - **dynamic:** remove unused emitValue and emitLabel properties from MultivalueField.ts ([3edcf8b](https://github.com/VirtoCommerce/vc-shell/commit/3edcf8b3402a9379913d8f75baf815dc1c557fbe))
2686
+ - **shell:** refactor vc-multivalue component to improve readability and maintainability ([e49fd74](https://github.com/VirtoCommerce/vc-shell/commit/e49fd74f23e14d252d0969773edb169a7556eddb))
2687
+ - **shell:** refactor vc-label layout ([ab6ad07](https://github.com/VirtoCommerce/vc-shell/commit/ab6ad070fdf9aef2be4be10d28d3c964a50c807f))
2688
+ - **shell:** replace url if blade have no url ([bb97100](https://github.com/VirtoCommerce/vc-shell/commit/bb97100aa94bdc76d0d8c1b01560d35593ce8dfa))
2689
+
2690
+ ## [1.0.134](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.133...v1.0.134) (2023-12-29)
2691
+
2692
+ ### Features
2693
+
2694
+ - **shell:** refactor vc-notification component styling to support scrolling ([93345c5](https://github.com/VirtoCommerce/vc-shell/commit/93345c59d415d27dee20e3abc6642b3f2ea07da1))
2695
+ - **shell:** intercept seller load error ([9f94420](https://github.com/VirtoCommerce/vc-shell/commit/9f94420aad2aaac02ca4efc56c5e22c885662c93))
2696
+
2697
+ ## [1.0.133](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.132...v1.0.133) (2023-12-28)
2698
+
2699
+ ### Features
2700
+
2701
+ - **shell:** useMenuService permissions ([73ca465](https://github.com/VirtoCommerce/vc-shell/commit/73ca4650e2b4458e47b78c2a99e50003ce02c6bd))
2702
+
2703
+ ## [1.0.132](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.131...v1.0.132) (2023-12-28)
2704
+
2705
+ ### Features
2706
+
2707
+ - **shell:** added exposed component to toolbar:user-dropdown slot ([f136903](https://github.com/VirtoCommerce/vc-shell/commit/f1369035b3be01e11a167a1a29b6aa968913d130))
2708
+
2709
+ ### Bug Fixes
2710
+
2711
+ - **shell:** vc-select fixed generic ([b1f9f88](https://github.com/VirtoCommerce/vc-shell/commit/b1f9f88adde894dbbb7dc766179c3c95a8c22ce3))
2712
+
2713
+ ### Code Refactoring
2714
+
2715
+ - **shell:** refactor Vue imports and some types ([cf2617c](https://github.com/VirtoCommerce/vc-shell/commit/cf2617c22c96ba43448d46120f02731be7fddcd6))
2716
+
2717
+ ## [1.0.131](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.130...v1.0.131) (2023-12-28)
2718
+
2719
+ ### Bug Fixes
2720
+
2721
+ - **shell:** interceptor method name fix ([293ba14](https://github.com/VirtoCommerce/vc-shell/commit/293ba14952c779141b6be417653e317afd2e98e9))
2722
+
2723
+ ## [1.0.130](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.129...v1.0.130) (2023-12-27)
2724
+
2725
+ **Note:** Version bump only for package @vc-shell/framework
2726
+
2727
+ ## [1.0.129](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.128...v1.0.129) (2023-12-27)
2728
+
2729
+ ### Features
2730
+
2731
+ - **shell:** vc-card/vc-blade css update ([3f59f36](https://github.com/VirtoCommerce/vc-shell/commit/3f59f363b09777591f5d99a13127c7aab7142234))
2732
+ - **shell:** new navigation menu css styles ([d6acd52](https://github.com/VirtoCommerce/vc-shell/commit/d6acd529fdeb57f47f91a982039edc8ece9cab4e))
2733
+ - **shell:** Add postcss.config.cjs and notification components ([03418b8](https://github.com/VirtoCommerce/vc-shell/commit/03418b81b224d5a324698208f18160c9a309066d))
2734
+ - **shell:** auto global components ([5f40f38](https://github.com/VirtoCommerce/vc-shell/commit/5f40f385ba0d291af633de0e89b0c97d84059446))
2735
+ - **shell:** add router guards and HTTP interceptors to shell init file ([986148b](https://github.com/VirtoCommerce/vc-shell/commit/986148b44591417abcc397245a8259aa6e2af632))
2736
+ - **shell:** add usepopupinternal function and destroy method in usepopup composable ([119d15b](https://github.com/VirtoCommerce/vc-shell/commit/119d15bfd1d926336de44f3f0fd24672f337c7f1))
2737
+ - **shell:** add format fallback messages option to i18n plugin ([fe1135e](https://github.com/VirtoCommerce/vc-shell/commit/fe1135e7da33e080b25f3afe8c0d1190b8784af5))
2738
+ - **shell:** notifications templates improvements ([1a74a07](https://github.com/VirtoCommerce/vc-shell/commit/1a74a078df0ad004c90cdfec351644cb622d221d))
2739
+ - **dynamic:** added new validation methods from vee-validate, dynamic pages errors prevent, fixes ([931440b](https://github.com/VirtoCommerce/vc-shell/commit/931440bc5ad218328274a6a832babdf9ae3fba74))
2740
+ - **shell:** update common pages to new auth flow ([99364c2](https://github.com/VirtoCommerce/vc-shell/commit/99364c2db150c0496414c9215858a5653a7d938b))
2741
+ - **shell:** signalR connecting only when user authorized ([f9572de](https://github.com/VirtoCommerce/vc-shell/commit/f9572de42a4d38c3da858c6117804742f3cd37db))
2742
+ - **shell:** refactored useUser composable, 401 interceptor, get rid of tokens in some composables ([967626b](https://github.com/VirtoCommerce/vc-shell/commit/967626b4266b5b6271f4bc9f2b1eea8d6d7075e1))
2743
+ - **shell:** useMenuService, auto add modules to navigation menu ([d3ff217](https://github.com/VirtoCommerce/vc-shell/commit/d3ff21717bc272414bfbcd9c5c8a5cc1a18ddb6d))
2744
+ - **shell:** improved blade navigation, based on Vue router ([841fa0b](https://github.com/VirtoCommerce/vc-shell/commit/841fa0bbf233ec785f97764752f14cb41b438345))
2745
+ - **shell:** useBeforeUnload composable for onbeforeunload event handling ([129a109](https://github.com/VirtoCommerce/vc-shell/commit/129a1092ed54ea1277c42afac332446d4b55c65b))
2746
+
2747
+ ### Bug Fixes
2748
+
2749
+ - **dynamic:** small calculateColumns fix ([38a5d76](https://github.com/VirtoCommerce/vc-shell/commit/38a5d764711386e6a18458f54dfe5f7f93a23e23))
2750
+ - **shell:** navigation glitch fix ([bc9d784](https://github.com/VirtoCommerce/vc-shell/commit/bc9d78406630fab1d7e31d649a1b04c32bac9ac3))
2751
+ - **shell:** update offset values in showActions function in vc-table ([3ecf218](https://github.com/VirtoCommerce/vc-shell/commit/3ecf218692fd64f6e6d220a2b9dca8dfc8145214))
2752
+ - **shell:** fix vc-blade expandable property ([29697d7](https://github.com/VirtoCommerce/vc-shell/commit/29697d7ae36b8a34dcf23b057d079bb61c229b3c))
2753
+ - **shell:** fix loading issue in assetmanager component, component names ([2d3f483](https://github.com/VirtoCommerce/vc-shell/commit/2d3f4831a2087478f1a7392b82f6ea2622084563))
2754
+ - **shell:** update button shadow color in vc-button.vue ([dd60721](https://github.com/VirtoCommerce/vc-shell/commit/dd60721bd490fe28b0f98392fcaa901c7dd2a99e))
2755
+ - **shell:** app-switcher fixes ([05bb4d7](https://github.com/VirtoCommerce/vc-shell/commit/05bb4d787329c42832ced9ca1afee95bf6e03977))
2756
+
2757
+ ### Code Refactoring
2758
+
2759
+ - **shell:** update language selector component ([39538d3](https://github.com/VirtoCommerce/vc-shell/commit/39538d3e5f5965b7e78f7011f2be2b5ff6c6faf5))
2760
+ - **shell:** refactor user-dropdown-button component ([e9fd92d](https://github.com/VirtoCommerce/vc-shell/commit/e9fd92ddc68ad271e5388f68b2bb47dc849a3345))
2761
+ - **shell:** refactor vc-icon component to support variant prop ([cdf2249](https://github.com/VirtoCommerce/vc-shell/commit/cdf22495e7156a851761aae440322abc9805f524))
2762
+ - **shell:** refactor vc-container styles for scrollbar appearance ([bf6672f](https://github.com/VirtoCommerce/vc-shell/commit/bf6672fe96685ef9ccdd9ae3fd68c7ddcc0d2edc))
2763
+ - **shell:** updated vc-app ([c5bb74f](https://github.com/VirtoCommerce/vc-shell/commit/c5bb74f747cc161db1f8764a9f411a1bee0f7bd8))
2764
+ - **shell:** useSettings composable refactor ([d23cd97](https://github.com/VirtoCommerce/vc-shell/commit/d23cd97071448d51ea12b0ea68008b9cd43cd961))
2765
+
2766
+ ## [1.0.128](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.127...v1.0.128) (2023-12-14)
2767
+
2768
+ ### Features
2769
+
2770
+ - **dynamic:** ability to add custom visibility method to columns schema ([68922fd](https://github.com/VirtoCommerce/vc-shell/commit/68922fda60310f1f85d5c34122248693897354e4))
2771
+
2772
+ ## [1.0.127](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.126...v1.0.127) (2023-12-13)
2773
+
2774
+ ### Bug Fixes
2775
+
2776
+ - **dynamic:** props pass to created component instance ([29331fb](https://github.com/VirtoCommerce/vc-shell/commit/29331fb60bacf142d48eccc1af117a0b8fc299dd))
2777
+
2778
+ ## [1.0.126](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.125...v1.0.126) (2023-11-28)
2779
+
2780
+ ### Bug Fixes
2781
+
2782
+ - **dynamic:** multivalueschema emitValue emitLabel type ([ecd5f61](https://github.com/VirtoCommerce/vc-shell/commit/ecd5f61fe3afbfc9c9685d6596223936f20e7e4c))
2783
+
2784
+ ## [1.0.125](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.124...v1.0.125) (2023-11-27)
2785
+
2786
+ ### Features
2787
+
2788
+ - **dynamic:** vc-multivalue component for dynamic views ([9b9befc](https://github.com/VirtoCommerce/vc-shell/commit/9b9befc7b2caa3413c6af317322394e79f0cc9ad))
2789
+
2790
+ ## [1.0.124](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.123...v1.0.124) (2023-11-27)
2791
+
2792
+ ### Bug Fixes
2793
+
2794
+ - **framework:** Fix defaultValue assignment in vc-select.vue ([516a749](https://github.com/VirtoCommerce/vc-shell/commit/516a74980fb3c52ec1a322f19233fc5298a0f0fd))
2795
+
2796
+ ## [1.0.123](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.122...v1.0.123) (2023-11-24)
2797
+
2798
+ ### Features
2799
+
2800
+ - **dynamic:** blade as dashboard widget ([fa660f5](https://github.com/VirtoCommerce/vc-shell/commit/fa660f5a1dd16e9fa805c6a4ae0bb2a9dc7e6a7b))
2801
+
2802
+ ### Bug Fixes
2803
+
2804
+ - **dynamic:** nodeBuilder modelValue fix to prevent unnecessary updates ([63cfe00](https://github.com/VirtoCommerce/vc-shell/commit/63cfe00395f1ad69d3406d636448b7cf25fd6183))
2805
+ - **dynamic:** toSpliced polyfill ([4aaf109](https://github.com/VirtoCommerce/vc-shell/commit/4aaf1091613f51be52531fbdffa1ad066c21cf2a))
2806
+ - **framework:** vc-card redundant css class fix ([10d4cc1](https://github.com/VirtoCommerce/vc-shell/commit/10d4cc172e7daae41fbe7ea8d89ffde5f9f70795))
2807
+ - **framework:** vc-table pullToReload fix ([10007c5](https://github.com/VirtoCommerce/vc-shell/commit/10007c53f2a278a629efc780243c2abadb642cfa))
2808
+
2809
+ ### Code Refactoring
2810
+
2811
+ - **framework:** types change ([364fc8b](https://github.com/VirtoCommerce/vc-shell/commit/364fc8b1bccd888247daba8bfc98432fba12676f))
2812
+ - useAssets composable, assets-\* components, gallery components ([1e83bf4](https://github.com/VirtoCommerce/vc-shell/commit/1e83bf4ae0570ed7afbe2323641cdd738d31dc88))
2813
+
2814
+ ## [1.0.122](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.121...v1.0.122) (2023-11-14)
2815
+
2816
+ **Note:** Version bump only for package @vc-shell/framework
2817
+
2818
+ ## [1.0.121](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.120...v1.0.121) (2023-11-14)
2819
+
2820
+ ### Features
2821
+
2822
+ - 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))
2823
+
2824
+ ## [1.0.120](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.119...v1.0.120) (2023-11-09)
2825
+
2826
+ ### Reverts
2827
+
2828
+ - vc-table TableItem type ([6b09d1f](https://github.com/VirtoCommerce/vc-shell/commit/6b09d1f5387fb26f34d1fdd7b3715c1404f54c9d))
2829
+
2830
+ ### Code Refactoring
2831
+
2832
+ - **framework:** dynamic interfaces rework ([3068fe9](https://github.com/VirtoCommerce/vc-shell/commit/3068fe95a52677d324d953e64a9ab507e9e04d82))
2833
+
2834
+ ## [1.0.119](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.118...v1.0.119) (2023-11-07)
2835
+
2836
+ ### Features
2837
+
2838
+ - **framework:** vc-label truncate css ([78e34d3](https://github.com/VirtoCommerce/vc-shell/commit/78e34d30dbed8432ff5717d3e02df6c9a4f1eaa9))
2839
+ - **framework:** aspectRatio in dynamic fieldset ([11436cc](https://github.com/VirtoCommerce/vc-shell/commit/11436cc4fe5266ff4b5b346ae49a469da00af2d0))
2840
+ - **framework:** append, append-inner, prepend, prepend-inner slots in dynamic vc-input component ([f7d58cf](https://github.com/VirtoCommerce/vc-shell/commit/f7d58cf4a4949b675f11e957a4cbf09c0cfed95a))
2841
+
2842
+ ### Bug Fixes
2843
+
2844
+ - **framewrok:** vc-field removed redundant div wrapper ([1b35c20](https://github.com/VirtoCommerce/vc-shell/commit/1b35c2066bfe9b28060d672fdbd7429010d62ffc))
2845
+ - **framework:** dynamic view reactivity loss fix ([9cea9f0](https://github.com/VirtoCommerce/vc-shell/commit/9cea9f09a5ff6ada715d2e37d1bf13253dbbb1ca))
2846
+ - **framework:** vc-popup error/warning binding ([d380ae1](https://github.com/VirtoCommerce/vc-shell/commit/d380ae12d2df1a16476fa25654ff40ce17b0cf1f))
2847
+
2848
+ ### Code Refactoring
2849
+
2850
+ - **framework:** vc-image css refactor ([8af0f7b](https://github.com/VirtoCommerce/vc-shell/commit/8af0f7bf1f882f0f48ba31b7713cb19c85588462))
2851
+ - **framework:** small refactor of vc-col/vc-row ([c37a828](https://github.com/VirtoCommerce/vc-shell/commit/c37a8288cfbbbeaf31e2a11934250c9f5ac1672b))
2852
+
2853
+ ## [1.0.118](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.117...v1.0.118) (2023-11-06)
2854
+
2855
+ ### Features
2856
+
2857
+ - **@vc-shell/framework:** reorderable table in dynamic views ([eae2236](https://github.com/VirtoCommerce/vc-shell/commit/eae2236119cac231ed846bb32d0b9f6e50a7cc11))
2858
+ - **@vc-shell/framework:** dynamic vc-image ([a04dc2f](https://github.com/VirtoCommerce/vc-shell/commit/a04dc2f0d8a53ad5cd797b4403d1c2f20bb07062))
2859
+ - **@vc-shell/framework:** dynamic vc-video ([433384d](https://github.com/VirtoCommerce/vc-shell/commit/433384d99ba7ff78fdb143e4e64cb0eb124a4765))
2860
+ - **@vc-shell/framework:** vc-field component + dynamic views vc-field field ([67d04d0](https://github.com/VirtoCommerce/vc-shell/commit/67d04d04a495c124e9490157c773eace0bef21a0))
2861
+
2862
+ ### Bug Fixes
2863
+
2864
+ - **@vc-shell/framework:** refactor bladeContext in dynamic-blade-list ([1588cee](https://github.com/VirtoCommerce/vc-shell/commit/1588cee760719081b7c60d3c3fb6791bac4de17d))
2865
+ - **framework:** vc-table-cell condition fix ([b96dbcc](https://github.com/VirtoCommerce/vc-shell/commit/b96dbcc9adb671542b27d285c648fafd93cd8dfb))
2866
+ - nodeBuilder reactivity loss fix ([ace445e](https://github.com/VirtoCommerce/vc-shell/commit/ace445e3525355b879cb59cdac4a2876421e594c))
2867
+
2868
+ ## [1.0.117](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.116...v1.0.117) (2023-11-06)
2869
+
2870
+ ### Features
2871
+
2872
+ - **@vc-shell/framework:** isWorkspace blade option ([8647e66](https://github.com/VirtoCommerce/vc-shell/commit/8647e66ab6eed51efbfcb1e8f01323fba5dd7579))
2873
+
2874
+ ## [1.0.116](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.115...v1.0.116) (2023-11-02)
2875
+
2876
+ **Note:** Version bump only for package @vc-shell/framework
2877
+
2878
+ ## [1.0.115](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.114...v1.0.115) (2023-11-02)
2879
+
2880
+ ### Features
2881
+
2882
+ - **@vc-shell/framework:** updated tsconfigs ([921d000](https://github.com/VirtoCommerce/vc-shell/commit/921d000de8a0ca1b3eed4712eb5cc87e6d6a6616))
2883
+ - **@vc-shell/create-vc-app:** changed boilerplate ([740915b](https://github.com/VirtoCommerce/vc-shell/commit/740915baea40f4ac25375679dac9e9a209ae1937))
2884
+
2885
+ ### Bug Fixes
2886
+
2887
+ - **@vc-shell/framework:** vc-select slot fix ([62953b9](https://github.com/VirtoCommerce/vc-shell/commit/62953b94bbbb7e081c813177c45e8ae49183b1c8))
2888
+
2889
+ ## [1.0.114](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.113...v1.0.114) (2023-10-25)
2890
+
2891
+ ### Features
2892
+
2893
+ - vm-1215 expose in dynamic blade ([58cf7ef](https://github.com/VirtoCommerce/vc-shell/commit/58cf7effba8b48865373ce444fc2c7902ae16669))
2894
+
2895
+ ## [1.0.113](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.111...v1.0.113) (2023-10-25)
2896
+
2897
+ ### Features
2898
+
2899
+ - **@vc-shell/api-client:** Replace .env variables to command line args ([4bcfade](https://github.com/VirtoCommerce/vc-shell/commit/4bcfade6f0eee7f6e2b74ed898d5b90da1198da8))
2900
+
2901
+ ### Bug Fixes
2902
+
2903
+ - add searchable prop to dynamic select ([9cfc810](https://github.com/VirtoCommerce/vc-shell/commit/9cfc810a7b7d30eef65581ece7a7c309fba53bb1))
2904
+
2905
+ ## [1.0.111](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.110...v1.0.111) (2023-10-17)
2906
+
2907
+ ### Features
2908
+
2909
+ - dynamic modules ([ed4af3a](https://github.com/VirtoCommerce/vc-shell/commit/ed4af3ad65e47b0d633d6e2eb23e9c90d73ff50d))
2910
+ - status type dynamic component ([95f0472](https://github.com/VirtoCommerce/vc-shell/commit/95f0472cd79cb117a94fe467cf4094cdff29373e))
2911
+ - dynamic app modules samples ([2af411f](https://github.com/VirtoCommerce/vc-shell/commit/2af411fb14c61d9e98da4612057fd157263de397))
2912
+ - dynamic modules ([200dcde](https://github.com/VirtoCommerce/vc-shell/commit/200dcde3d127f45267f2d259967839d11ea5d01e))
2913
+ - improved createAppModule ([3752415](https://github.com/VirtoCommerce/vc-shell/commit/3752415eeae183b8dcfe3f23e47f3bcb07faf136))
2914
+
2915
+ ### Bug Fixes
2916
+
2917
+ - open blade on mount fix in import-module ([6644e03](https://github.com/VirtoCommerce/vc-shell/commit/6644e03bcac5b1298db160f3b749c8a44bb8c9c7))
2918
+ - override ts-ignore toSpliced ([c360888](https://github.com/VirtoCommerce/vc-shell/commit/c3608889c4bc987f475f9d25a9149aad4b59bac6))
2919
+
2920
+ ## [1.0.110](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.109...v1.0.110) (2023-10-16)
2921
+
2922
+ ### Features
2923
+
2924
+ - vm-1215 vc-video ([52680f6](https://github.com/VirtoCommerce/vc-shell/commit/52680f6f2bd649d7226818f6432e605502ab9eab))
2925
+
2926
+ ### Bug Fixes
2927
+
2928
+ - code review improvements ([5c6c6dc](https://github.com/VirtoCommerce/vc-shell/commit/5c6c6dc7a60c1212e4c23e0ddbbc42611f16303b))
2929
+ - code review improvements ([5453ba0](https://github.com/VirtoCommerce/vc-shell/commit/5453ba0388a51b2946408b980e119a0ad20f7647))
2930
+ - delete index.ts from framework api ([8cc2fee](https://github.com/VirtoCommerce/vc-shell/commit/8cc2feef30ac38bcf229234456cac78c8e23f158))
2931
+
2932
+ ## [1.0.109](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.108...v1.0.109) (2023-10-13)
2933
+
2934
+ **Note:** Version bump only for package @vc-shell/framework
2935
+
2936
+ ## [1.0.108](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.107...v1.0.108) (2023-10-13)
2937
+
2938
+ **Note:** Version bump only for package @vc-shell/framework
2939
+
2940
+ ## [1.0.107](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.106...v1.0.107) (2023-10-12)
2941
+
2942
+ **Note:** Version bump only for package @vc-shell/framework
2943
+
2944
+ ## [1.0.106](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.105...v1.0.106) (2023-10-12)
2945
+
2946
+ **Note:** Version bump only for package @vc-shell/framework
2947
+
2948
+ ## [1.0.105](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.104...v1.0.105) (2023-10-02)
2949
+
2950
+ **Note:** Version bump only for package @vc-shell/framework
2951
+
2952
+ ## [1.0.104](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.103...v1.0.104) (2023-10-02)
2953
+
2954
+ **Note:** Version bump only for package @vc-shell/framework
2955
+
2956
+ ## [1.0.103](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.102...v1.0.103) (2023-09-29)
2957
+
2958
+ **Note:** Version bump only for package @vc-shell/framework
2959
+
2960
+ ## [1.0.102](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.101...v1.0.102) (2023-09-29)
2961
+
2962
+ ### Bug Fixes
2963
+
2964
+ - escape images url ([7bc4f95](https://github.com/VirtoCommerce/vc-shell/commit/7bc4f95a6718300d0fa158d17c08ef6bc3b61429))
2965
+
2966
+ ## [1.0.101](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.100...v1.0.101) (2023-09-28)
2967
+
2968
+ **Note:** Version bump only for package @vc-shell/framework
2969
+
2970
+ ## [1.0.100](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.99...v1.0.100) (2023-09-22)
2971
+
2972
+ **Note:** Version bump only for package @vc-shell/framework
2973
+
2974
+ ## [1.0.99](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.98...v1.0.99) (2023-09-22)
2975
+
2976
+ ### Bug Fixes
2977
+
2978
+ - encode/decode image url ([d0b32b1](https://github.com/VirtoCommerce/vc-shell/commit/d0b32b1d46a58eb3814ce0086244375df90c5f24))
2979
+
2980
+ ## [1.0.98](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.97...v1.0.98) (2023-09-21)
2981
+
2982
+ ### Bug Fixes
2983
+
2984
+ - decode image url ([8ce7dbf](https://github.com/VirtoCommerce/vc-shell/commit/8ce7dbfeb9c8c675fe971a134736743357cdc9b7))
2985
+
2986
+ ## [1.0.97](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.96...v1.0.97) (2023-09-12)
2987
+
2988
+ **Note:** Version bump only for package @vc-shell/framework
2989
+
2990
+ ## [1.0.96](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.95...v1.0.96) (2023-08-28)
2991
+
2992
+ **Note:** Version bump only for package @vc-shell/framework
2993
+
2994
+ ## [1.0.95](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.94...v1.0.95) (2023-08-28)
2995
+
2996
+ ### Features
2997
+
2998
+ - controls for multilang properties ([b07940d](https://github.com/VirtoCommerce/vc-shell/commit/b07940d02f97387929c0081b033f87185fa375b9))
2999
+
3000
+ ## [1.0.94](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.93...v1.0.94) (2023-08-04)
3001
+
3002
+ ### Features
3003
+
3004
+ - mltilang label, remove mltilang in vc-editor ([f3411bd](https://github.com/VirtoCommerce/vc-shell/commit/f3411bdde6bb61751a89ffa253c038aadfe22e36))
3005
+ - vc-editor multilang ([b494b9c](https://github.com/VirtoCommerce/vc-shell/commit/b494b9c3439e2d52d4be80616712b86b8126f799))
3006
+
3007
+ ### Bug Fixes
3008
+
3009
+ - dynamic properties fix ([1f2738a](https://github.com/VirtoCommerce/vc-shell/commit/1f2738a95c1da6fc83ea9086aafab935f4f79bfe))
3010
+ - component registration ([07f829f](https://github.com/VirtoCommerce/vc-shell/commit/07f829f731b9a84b1b223b98a97ac299814ea62c))
3011
+ - temporary ([65d7a58](https://github.com/VirtoCommerce/vc-shell/commit/65d7a58e159a4f5a06581710156a533790437f4b))
3012
+
3013
+ ## [1.0.93](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.92...v1.0.93) (2023-08-04)
3014
+
3015
+ **Note:** Version bump only for package @vc-shell/framework
3016
+
3017
+ ## [1.0.92](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.91...v1.0.92) (2023-07-12)
3018
+
3019
+ **Note:** Version bump only for package @vc-shell/framework
3020
+
3021
+ ## [1.0.91](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.90...v1.0.91) (2023-07-12)
3022
+
3023
+ **Note:** Version bump only for package @vc-shell/framework
3024
+
3025
+ ## [1.0.90](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.89...v1.0.90) (2023-07-12)
3026
+
3027
+ ### Bug Fixes
3028
+
3029
+ - editor update on status change/val rule fix ([ad269a4](https://github.com/VirtoCommerce/vc-shell/commit/ad269a4a74a5d5539aa08d353367b11ecbf6b99b))
3030
+
3031
+ ## [1.0.89](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.88...v1.0.89) (2023-07-07)
3032
+
3033
+ ### Code Refactoring
3034
+
3035
+ - api (#188) ([139a9f4](https://github.com/VirtoCommerce/vc-shell/commit/139a9f4509df648dbd21c42f3247b94c03c745fc))
3036
+
3037
+ ## [1.0.88](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.87...v1.0.88) (2023-06-27)
3038
+
3039
+ ### Bug Fixes
3040
+
3041
+ - azure ([419830f](https://github.com/VirtoCommerce/vc-shell/commit/419830f01ea3e8d0c93779ebfb8725a7af551e9e))
3042
+ - vc-select search ([3aaf55e](https://github.com/VirtoCommerce/vc-shell/commit/3aaf55ec5fb0b6a311f332ab5b0d4e3a227e525d))
3043
+
3044
+ ## [1.0.87](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.86...v1.0.87) (2023-06-26)
3045
+
3046
+ ### Bug Fixes
3047
+
3048
+ - navigation exact blade ([7a20053](https://github.com/VirtoCommerce/vc-shell/commit/7a20053705a5e98eeb9bdf3768ab45be113ba66a))
3049
+
3050
+ ## [1.0.86](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.85...v1.0.86) (2023-06-23)
3051
+
3052
+ **Note:** Version bump only for package @vc-shell/framework
3053
+
3054
+ ## [1.0.85](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.84...v1.0.85) (2023-06-23)
3055
+
3056
+ ### Bug Fixes
3057
+
3058
+ - check permissions plugin ([cc65272](https://github.com/VirtoCommerce/vc-shell/commit/cc65272d933e29f427b1403df2bdd627b15dd1e6))
3059
+
3060
+ ## [1.0.84](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.83...v1.0.84) (2023-06-23)
3061
+
3062
+ **Note:** Version bump only for package @vc-shell/framework
3063
+
3064
+ ## [1.0.83](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.82...v1.0.83) (2023-06-23)
3065
+
3066
+ **Note:** Version bump only for package @vc-shell/framework
3067
+
3068
+ ## [1.0.82](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.81...v1.0.82) (2023-06-23)
3069
+
3070
+ **Note:** Version bump only for package @vc-shell/framework
3071
+
3072
+ ## [1.0.81](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.80...v1.0.81) (2023-06-23)
3073
+
3074
+ **Note:** Version bump only for package @vc-shell/framework
3075
+
3076
+ ## [1.0.80](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.79...v1.0.80) (2023-06-22)
3077
+
3078
+ **Note:** Version bump only for package @vc-shell/framework
3079
+
3080
+ ## [1.0.79](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.78...v1.0.79) (2023-06-22)
3081
+
3082
+ **Note:** Version bump only for package @vc-shell/framework
3083
+
3084
+ ## [1.0.78](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.77...v1.0.78) (2023-06-22)
3085
+
3086
+ **Note:** Version bump only for package @vc-shell/framework
3087
+
3088
+ ## [1.0.77](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.76...v1.0.77) (2023-06-22)
3089
+
3090
+ ### Bug Fixes
3091
+
3092
+ - base url ([848feb7](https://github.com/VirtoCommerce/vc-shell/commit/848feb7e607cdfc6eb230e3c392ed4ca92457596))
3093
+
3094
+ ## [1.0.76](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.75...v1.0.76) (2023-06-22)
3095
+
3096
+ ### Bug Fixes
3097
+
3098
+ - azure login ([bd2d822](https://github.com/VirtoCommerce/vc-shell/commit/bd2d8221f0e3a286fa944da4c7be7eda81786588))
3099
+ - base app path ([146b01b](https://github.com/VirtoCommerce/vc-shell/commit/146b01b2e9001ab170dce1c4758d46761ab5e21f))
3100
+
3101
+ ## [1.0.75](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.74...v1.0.75) (2023-06-21)
3102
+
3103
+ ### Bug Fixes
3104
+
3105
+ - forgotPassword condition ([428a339](https://github.com/VirtoCommerce/vc-shell/commit/428a33950bd2aa43b04a5112682032e6fddd7d2e))
3106
+
3107
+ ## [1.0.74](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.73...v1.0.74) (2023-06-21)
3108
+
3109
+ ### Bug Fixes
3110
+
3111
+ - pass platformUrl to shell ([6265790](https://github.com/VirtoCommerce/vc-shell/commit/62657901ae6738883ed785e4f54507db85ba7d66))
3112
+ - azure base env ([b511031](https://github.com/VirtoCommerce/vc-shell/commit/b511031c302be5f2ae251eddeb09f5f3fbf2f2bb))
3113
+
3114
+ ## [1.0.73](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.72...v1.0.73) (2023-06-08)
3115
+
3116
+ ### Bug Fixes
3117
+
3118
+ - vc-select generic ([8aca326](https://github.com/VirtoCommerce/vc-shell/commit/8aca3260cc1d5912f5c8063314d820b14078373e))
3119
+
3120
+ ## [1.0.72](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.71...v1.0.72) (2023-06-08)
3121
+
3122
+ ### Features
3123
+
3124
+ - blade nav last state, permissions ([d98144a](https://github.com/VirtoCommerce/vc-shell/commit/d98144a2e5f2b4241543f7624fc7d811aa3f951f))
3125
+
3126
+ ### Bug Fixes
3127
+
3128
+ - vc-app-bar mobile styles ([75955d4](https://github.com/VirtoCommerce/vc-shell/commit/75955d4cb9692a3430395f8dbf5943b5c2eb8f36))
3129
+ - vc-select dropdown closing ([ecde06f](https://github.com/VirtoCommerce/vc-shell/commit/ecde06ffd679d06f7d8f75304437510f4e46063c))
3130
+ - authData length check ([bd04284](https://github.com/VirtoCommerce/vc-shell/commit/bd04284fd91887a41ba99f52bd37d844a13c2e8a))
3131
+
3132
+ ## [1.0.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.70...v1.0.71) (2023-06-02)
3133
+
3134
+ ### Features
3135
+
3136
+ - error slot removed from blades ([9135daa](https://github.com/VirtoCommerce/vc-shell/commit/9135daa186236c6ee9b95ebe786b4fc532828bfb))
3137
+ - azure active directory signin ([46cee05](https://github.com/VirtoCommerce/vc-shell/commit/46cee052064434bdd143d744ca7557f5c0fd7e84))
3138
+ - refactored vc-button ([b66d081](https://github.com/VirtoCommerce/vc-shell/commit/b66d081b79c32fd9a726bf686ec94070debd7f63))
3139
+ - common pages moved to shell ([fca5967](https://github.com/VirtoCommerce/vc-shell/commit/fca5967bfa8fdfee09c043dfc565e8aa2534ada1))
3140
+ - select-all ([3e30fef](https://github.com/VirtoCommerce/vc-shell/commit/3e30fefb71f0e5319724f0487c4c01f049ae19ff))
3141
+
3142
+ ### Bug Fixes
3143
+
3144
+ - _ui_ vc-popup condition fix ([f0a3866](https://github.com/VirtoCommerce/vc-shell/commit/f0a3866325b12bf4fbc7d68eb83d1692d4cb7cca))
3145
+ - navigation prevention fix ([fd94904](https://github.com/VirtoCommerce/vc-shell/commit/fd94904dc94d076dd690c41c18417e5e80dd2cc5))
3146
+ - _ui_ vc-button text style ([58545cc](https://github.com/VirtoCommerce/vc-shell/commit/58545cc7955549a877e48cb8451e751490c564b3))
3147
+ - required blade in IBladeEvent interface ([b5197b2](https://github.com/VirtoCommerce/vc-shell/commit/b5197b26994291cb3cb8955626e7fff5154e2e73))
3148
+
3149
+ ### Reverts
3150
+
3151
+ - required blade in IBladeEvent ([61b1223](https://github.com/VirtoCommerce/vc-shell/commit/61b1223a3b4ce8a131a0ac58ec6c65ca18a053e8))
3152
+
3153
+ ### Code Refactoring
3154
+
3155
+ - login page props ([9cb49f0](https://github.com/VirtoCommerce/vc-shell/commit/9cb49f07e8a9185b20d3bc9052965431b0edfefe))
3156
+ - defineOptions instead of defineComponent ([fbbc42d](https://github.com/VirtoCommerce/vc-shell/commit/fbbc42dba586ddc4ccefad9f959087380f1c859d))
3157
+
3158
+ ## [1.0.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.69...v1.0.70) (2023-05-18)
3159
+
3160
+ ### Features
3161
+
3162
+ - notifications template ([1af7c34](https://github.com/VirtoCommerce/vc-shell/commit/1af7c34e228a8c7f8f0cdffd4edce4ff00b5882c))
3163
+ - vc-select generic component ([c71c8da](https://github.com/VirtoCommerce/vc-shell/commit/c71c8daead1ba5c5ece2a0eb4e15a52d01b1666e))
3164
+ - vc-select generic component ([17639b2](https://github.com/VirtoCommerce/vc-shell/commit/17639b21dbac0022876e81c955a7d072e733d57b))
3165
+ - vc-table refactored to generic component ([bcc8ea2](https://github.com/VirtoCommerce/vc-shell/commit/bcc8ea2777cec3b796373d2a34f2c2108f949f76))
3166
+ - eslint vue3-recommended/deps up ([b695f9b](https://github.com/VirtoCommerce/vc-shell/commit/b695f9b40e53ea73fdf0b672956e11c29f8c5de7))
3167
+ - updated boilerplate ([9f686cc](https://github.com/VirtoCommerce/vc-shell/commit/9f686cca9361a1070b09d4763f6c5b3ace1a47ce))
3168
+ - make menu hidden if there is no items ([b704c12](https://github.com/VirtoCommerce/vc-shell/commit/b704c123fd34bc75cfd17ee7954383f48b2bdae0))
3169
+ - v-click-outside changed to vueUse directive ([26d764f](https://github.com/VirtoCommerce/vc-shell/commit/26d764f83c9b53e667a85684b424a91de8e06a29))
3170
+ - menu and toolbar composer for better typing ([a46dca9](https://github.com/VirtoCommerce/vc-shell/commit/a46dca9cf398a91d75f5114c5ab6ff9b0220123b))
3171
+ - refactored blade navigation BREAKING CHANGE: openBlade method has changed ([6fdd427](https://github.com/VirtoCommerce/vc-shell/commit/6fdd4273d3060a1c7eca955f4c3eba0f5d34905e))
3172
+ - popup handler/updated variant templates ([eae6366](https://github.com/VirtoCommerce/vc-shell/commit/eae6366839a2ab2e0c0dccfc14cf7c6bab5731f6))
3173
+ - navigation refactoring BREAKING CHANGE: changed navigation props names ([2421e50](https://github.com/VirtoCommerce/vc-shell/commit/2421e5057760f42ac491e2d236018d8e064fea78))
3174
+ - refactored notifications ([84fda40](https://github.com/VirtoCommerce/vc-shell/commit/84fda4097a3afc7bb8e4a9f99da574885b872d7c))
3175
+
3176
+ ### Bug Fixes
3177
+
3178
+ - notification template render condition ([3b5857f](https://github.com/VirtoCommerce/vc-shell/commit/3b5857fa22584a3717ef96b448da747f9a2f4613))
3179
+ - blade navigation fix ([1a5ed69](https://github.com/VirtoCommerce/vc-shell/commit/1a5ed69640113e6b17acdbebafe65f4f4a33f75e))
3180
+ - other fixes/refactors and types updated ([46ebd82](https://github.com/VirtoCommerce/vc-shell/commit/46ebd823234741b1e0f8c987b5bcdd65808dbd7a))
3181
+ - packages mistakes & yarn warnings ([fdc39d2](https://github.com/VirtoCommerce/vc-shell/commit/fdc39d2f25f5a75318c33c82c7eedc4ed479cc1d))
3182
+
3183
+ ### BREAKING CHANGES
3184
+
3185
+ - refactored blade navigation BREAKING CHANGE: openBlade method has changed
3186
+ - navigation refactoring BREAKING CHANGE: changed navigation props names
3187
+
3188
+ ## [1.0.69](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.68...v1.0.69) (2023-04-26)
3189
+
3190
+ ### Features
3191
+
3192
+ - transition to yarn berry monorepo ([73a4da7](https://github.com/VirtoCommerce/vc-shell/commit/73a4da7905fffa030501175d76aeaa0f4caae99a))
3193
+
3194
+ ## [1.0.68](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.67...v1.0.68) (2023-04-24)
3195
+
3196
+ ### Features
3197
+
3198
+ - blade error popup ([2ba0140](https://github.com/VirtoCommerce/vc-shell/commit/2ba0140bd2f79b5848ee5c5b096b02908135cdbe))
3199
+ - bigint validation rule ([e91f7da](https://github.com/VirtoCommerce/vc-shell/commit/e91f7dab477762ab66ebd8c98ec0ad1e35ac596e))
3200
+ - error handling ([10ab19a](https://github.com/VirtoCommerce/vc-shell/commit/10ab19a372e247551f16466cf3edfa2b3a7ff82b))
3201
+ - updated notifications ([0c0a078](https://github.com/VirtoCommerce/vc-shell/commit/0c0a078c8e1ff1e2ca6fd063c60bd3dc0bbe2ef5))
3202
+
3203
+ ### Bug Fixes
3204
+
3205
+ - immediate timeout start in notification ([e91b7ff](https://github.com/VirtoCommerce/vc-shell/commit/e91b7ffc8db231882e5a8f59770e21d2c6d4553b))
3206
+ - error handling fixes ([594ca20](https://github.com/VirtoCommerce/vc-shell/commit/594ca20b35cc3b8dfd24aa06b6835e48fb36c4c6))
3207
+ - errors in console ([32d3a68](https://github.com/VirtoCommerce/vc-shell/commit/32d3a688d0c9ef7cbaff7c736cd3c7863f16e567))
3208
+ - update state of updated columns list props ([89e5bb2](https://github.com/VirtoCommerce/vc-shell/commit/89e5bb28251f9a6c672e6e4f960075f83a5f9b62))
3209
+ - notification update on timeout change ([1e1643f](https://github.com/VirtoCommerce/vc-shell/commit/1e1643fb18f6d30ee98103575d2b6cfb40e7e099))
3210
+
3211
+ ### Reverts
3212
+
3213
+ - version ([9c36dfd](https://github.com/VirtoCommerce/vc-shell/commit/9c36dfd1b91d391763ae7576be6c2eedd65a4828))
3214
+
3215
+ ### Code Refactoring
3216
+
3217
+ - error interceptor ([5973936](https://github.com/VirtoCommerce/vc-shell/commit/5973936e1d85d8678e73a5e695fd91d0d77b9331))
3218
+
3219
+ ## [1.0.67](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.66...v1.0.67) (2023-04-18)
3220
+
3221
+ ### Bug Fixes
3222
+
3223
+ - base prop in app-switcher ([b797317](https://github.com/VirtoCommerce/vc-shell/commit/b797317c72b89fca50814c5c84ca472640e3bf04))
3224
+
3225
+ ## [1.0.66](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.65...v1.0.66) (2023-04-17)
3226
+
3227
+ ### Bug Fixes
3228
+
3229
+ - navigation fix ([5a0fd23](https://github.com/VirtoCommerce/vc-shell/commit/5a0fd23969922026b9fad467004dca89d4a9d105))
3230
+
3231
+ ## [1.0.65](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.64...v1.0.65) (2023-04-17)
3232
+
3233
+ ### Bug Fixes
3234
+
3235
+ - navigation fix ([7e062d9](https://github.com/VirtoCommerce/vc-shell/commit/7e062d9cab016faa2a6341961f0c857d930d016b))
3236
+
3237
+ ## [1.0.64](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.63...v1.0.64) (2023-04-14)
3238
+
3239
+ ### Bug Fixes
3240
+
3241
+ - querystring alias ([723bc10](https://github.com/VirtoCommerce/vc-shell/commit/723bc103687d07c350dd4a9720fe674a50e0e131))
3242
+
3243
+ ## [1.0.63](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.62...v1.0.63) (2023-04-14)
3244
+
3245
+ ### Features
3246
+
3247
+ - bulk delete in vc-table ([56e8a43](https://github.com/VirtoCommerce/vc-shell/commit/56e8a43dd079654a6ee6d45c1a543b9bbb591f36))
3248
+
3249
+ ## [1.0.62](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.61...v1.0.62) (2023-04-13)
3250
+
3251
+ ### Reverts
3252
+
3253
+ - vc-table without bulk delete ([ca2865b](https://github.com/VirtoCommerce/vc-shell/commit/ca2865bea4c5b9b72fc7b704dfc229f0762fa149))
3254
+
3255
+ ## [1.0.61](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.60...v1.0.61) (2023-04-13)
3256
+
3257
+ ### Features
3258
+
3259
+ - updated lerna and scripts ([0c73bc7](https://github.com/VirtoCommerce/vc-shell/commit/0c73bc70ed62932baf03d9e028f3d59dad056bf5))
3260
+ - improved api generation ([58f2ff6](https://github.com/VirtoCommerce/vc-shell/commit/58f2ff66155bc7d58a043bea13d9a46817c4f844))
3261
+ - ready for blade expanding ([e1e81ab](https://github.com/VirtoCommerce/vc-shell/commit/e1e81ab04742889179396cab4da1b1df2c3afcd3))
3262
+ - get rid of tsconfig.build ([722f4ce](https://github.com/VirtoCommerce/vc-shell/commit/722f4cef4cf022e2a18bc244392f208572679240))
3263
+ - components localization files ([5f3c881](https://github.com/VirtoCommerce/vc-shell/commit/5f3c881c910fd5bfab586204c4e1f29a5bb91de9))
3264
+ - some routing refactoring and fixes ([feb15d7](https://github.com/VirtoCommerce/vc-shell/commit/feb15d72258c48b14803c5f6ee9ef18afc13ff6d))
3265
+ - asset manager fix, table improvement, other fixes ([90425d5](https://github.com/VirtoCommerce/vc-shell/commit/90425d514714eac8e30712e8d61561d739a0b89d))
3266
+
3267
+ ### Bug Fixes
3268
+
3269
+ - storybook deps ([a61b6b7](https://github.com/VirtoCommerce/vc-shell/commit/a61b6b70cdc19151f7ed472e3f263bee7192a9fe))
3270
+ - removed console.log ([3040520](https://github.com/VirtoCommerce/vc-shell/commit/304052015aaa8917ba7f0119cdd9c0abf4435c69))
3271
+ - fixed modified state ([cae1e3d](https://github.com/VirtoCommerce/vc-shell/commit/cae1e3d62cb4528ec93572e67850b58c2c8fef76))
3272
+ - tailwind warning fix ([7d8d9c5](https://github.com/VirtoCommerce/vc-shell/commit/7d8d9c546a6440c89aac8328de90030d1a78e235))
3273
+ - deps revert ([6068096](https://github.com/VirtoCommerce/vc-shell/commit/6068096bdef9a3021208399a048e36d027304e89))
3274
+
3275
+ ### Code Refactoring
3276
+
3277
+ - changed logo event ([8a7e17d](https://github.com/VirtoCommerce/vc-shell/commit/8a7e17db7dddfb1c03e48231a3157bfe899ccf4c))
3278
+
3279
+ ## [1.0.60](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.59...v1.0.60) (2023-03-30)
3280
+
3281
+ ### Bug Fixes
3282
+
3283
+ - pk-223 ([c93149c](https://github.com/VirtoCommerce/vc-shell/commit/c93149c4bf65d3a536d4a69b8905671b2a80eb30))
3284
+ - vm-1134 ([3413aec](https://github.com/VirtoCommerce/vc-shell/commit/3413aec15023581cd77e32d71d4adc89c2ef3289))
3285
+ - assets disable save, vc-select improvement ([cc8858f](https://github.com/VirtoCommerce/vc-shell/commit/cc8858f2d933e4210c5125620706673ca6505995))
3286
+
3287
+ ## [1.0.59](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.58...v1.0.59) (2023-03-29)
3288
+
3289
+ ### Features
3290
+
3291
+ - pk-217 ([198e733](https://github.com/VirtoCommerce/vc-shell/commit/198e733b4e3fb91082a1fd74d65dacabe7305f82))
3292
+ - table drag'n'drop cols and rows indication ([5e5fde4](https://github.com/VirtoCommerce/vc-shell/commit/5e5fde4c1df98cfe81573e8c476dfd3c6ba8fec9))
3293
+ - vm-1127 vm-1128 vc-1121 vm-119 ([7c23ecc](https://github.com/VirtoCommerce/vc-shell/commit/7c23ecc699ef4851a2068b172f5871e18a94808c))
3294
+ - vm-1129 ([44c332e](https://github.com/VirtoCommerce/vc-shell/commit/44c332e28a6b1ab98e50c0957e74ec0d42fe48f5))
3295
+
3296
+ ### Bug Fixes
3297
+
3298
+ - pk-216 pk-215 ([d800f0c](https://github.com/VirtoCommerce/vc-shell/commit/d800f0c39fc7c0b8b211d3e8690139e0678dcc35))
3299
+ - checkbox click disable ([d29c64b](https://github.com/VirtoCommerce/vc-shell/commit/d29c64b7ce924e52a03f403df1fe6b93076605a2))
3300
+ - disabled click on table checkbox and actions ([c7a22c1](https://github.com/VirtoCommerce/vc-shell/commit/c7a22c1b6820b6b013347686537c254b5f918112))
3301
+ - fixed some bugs ([5aa4964](https://github.com/VirtoCommerce/vc-shell/commit/5aa4964e8f8081e0a2c790277ba5db4b0d99ec22))
3302
+ - vm-1121 ([26a8ce3](https://github.com/VirtoCommerce/vc-shell/commit/26a8ce3857c9bb3864d24c6a890af5ef7bf42bcd))
3303
+
3304
+ ## [1.0.58](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.57...v1.0.58) (2023-03-24)
3305
+
3306
+ ### Features
3307
+
3308
+ - assets manager/assets module, table fix ([e0d7e57](https://github.com/VirtoCommerce/vc-shell/commit/e0d7e572b2b8fa979895a4d6ab411cd82562e90f))
3309
+
3310
+ ### Bug Fixes
3311
+
3312
+ - fixed closing child blades ([8c3f853](https://github.com/VirtoCommerce/vc-shell/commit/8c3f853370f30b5c35fb2c3bcc03c59bab032838))
3313
+
3314
+ ## [1.0.57](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.56...v1.0.57) (2023-03-22)
3315
+
3316
+ ### Features
3317
+
3318
+ - added row reordering to vc-table ([85188f7](https://github.com/VirtoCommerce/vc-shell/commit/85188f75270386d577210df077d479a678ecafe6))
3319
+ - better define global components ([c34e37f](https://github.com/VirtoCommerce/vc-shell/commit/c34e37f9d1aa3a41fdc3a312ee24093569a61d03))
3320
+ - some types refactoring ([4c039ea](https://github.com/VirtoCommerce/vc-shell/commit/4c039ea4d304e76e3dacb960eaf65dd8700ea5d5))
3321
+
3322
+ ### Bug Fixes
3323
+
3324
+ - some fixes and up version ([ee3d33f](https://github.com/VirtoCommerce/vc-shell/commit/ee3d33f68015cf13cc250346a89c538a0218361b))
3325
+ - added code-editor export ([783c742](https://github.com/VirtoCommerce/vc-shell/commit/783c742fae9cceb6fb5f68218ad15e25e820fa5e))
3326
+
3327
+ ## [1.0.56](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.55...v1.0.56) (2023-03-20)
3328
+
3329
+ ### Features
3330
+
3331
+ - new toolbar in vc-editor, image-loader ([72a48fe](https://github.com/VirtoCommerce/vc-shell/commit/72a48fe6372851cff0e73ee73dca715dbca04539))
3332
+ - edit columns ([43fd8db](https://github.com/VirtoCommerce/vc-shell/commit/43fd8db02d2474a29768e961eb78e98d77c5814b))
3333
+ - improved table layout ([8011d16](https://github.com/VirtoCommerce/vc-shell/commit/8011d16041e610333ee8395676abbd98720489fe))
3334
+ - bugfixes and new editor component ([59ef67a](https://github.com/VirtoCommerce/vc-shell/commit/59ef67a2636099d622dad419e14acbc0aef17dca))
3335
+ - validation and refactoring ([ffc714a](https://github.com/VirtoCommerce/vc-shell/commit/ffc714a7f11afbf2b453686e41d0769243b9ff7a))
3336
+
3337
+ ### Bug Fixes
3338
+
3339
+ - actions fix ([0e9d133](https://github.com/VirtoCommerce/vc-shell/commit/0e9d1336953581f8ce34fc496b8de91a27cdacca))
3340
+ - return removed methods ([04aee29](https://github.com/VirtoCommerce/vc-shell/commit/04aee299011da8118f6fe089a8a2a7650ee7e124))
3341
+ - added placement update ([d31a60e](https://github.com/VirtoCommerce/vc-shell/commit/d31a60e97d0ef663107b20acb1371ad79aeb36ec))
3342
+ - new yarn.lock ([e7492af](https://github.com/VirtoCommerce/vc-shell/commit/e7492afe894926b839bef1ea9a58b86fd83ce1d1))
3343
+
3344
+ ## [1.0.55](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.54...v1.0.55) (2023-03-15)
3345
+
3346
+ ### Features
3347
+
3348
+ - table sorting/drag'n'drop/column edit ([e542e5c](https://github.com/VirtoCommerce/vc-shell/commit/e542e5c62f589d6d6a4e5d011289a0845bf1326b))
3349
+
3350
+ ## [1.0.54](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.53...v1.0.54) (2023-03-07)
3351
+
3352
+ ### Features
3353
+
3354
+ - global components refactoring, removed logger, new development flow, removed unnecessary deps ([e50bf7b](https://github.com/VirtoCommerce/vc-shell/commit/e50bf7b7b12287d278432a705971c761f847e16a))
3355
+ - deps new versions, vc-shell as ES module, config builder refactoring, new logger ([2cee26c](https://github.com/VirtoCommerce/vc-shell/commit/2cee26c6017b449481dd5c3562043b116a95387f))
3356
+
3357
+ ### Bug Fixes
3358
+
3359
+ - increase allowed line length to 120 ([28ac0d7](https://github.com/VirtoCommerce/vc-shell/commit/28ac0d7f77d64ea980666468d4ee194c7f3ffffb))
3360
+
3361
+ ## [1.0.53](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.52...v1.0.53) (2023-03-02)
3362
+
3363
+ ### Bug Fixes
3364
+
3365
+ - types fix/revert unwanted changes ([bf00500](https://github.com/VirtoCommerce/vc-shell/commit/bf00500be7ecdfea1f190556f2d933c2173e66c9))
3366
+
3367
+ ## [1.0.52](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.51...v1.0.52) (2023-03-02)
3368
+
3369
+ ### Features
3370
+
3371
+ - fully typed components ([8776b3c](https://github.com/VirtoCommerce/vc-shell/commit/8776b3cae31c4014a7e12167ba345c1c2a2bdceb))
3372
+
3373
+ ### Bug Fixes
3374
+
3375
+ - routing fix ([86f38c6](https://github.com/VirtoCommerce/vc-shell/commit/86f38c6a3c0ce2461fd0c49bd446f5c94c359d61))
3376
+
3377
+ ## [1.0.51](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.50...v1.0.51) (2023-03-02)
3378
+
3379
+ ### Bug Fixes
3380
+
3381
+ - shared tailwind styles ([9f9be99](https://github.com/VirtoCommerce/vc-shell/commit/9f9be99aa0709d7f5e3a056e7298cb64af8940ef))
3382
+
3383
+ ## [1.0.50](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.49...v1.0.50) (2023-03-01)
3384
+
3385
+ ### Features
3386
+
3387
+ - fully typed components ([8776b3c](https://github.com/VirtoCommerce/vc-shell/commit/8776b3cae31c4014a7e12167ba345c1c2a2bdceb))
3388
+
3389
+ ## [1.0.49](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.48...v1.0.49) (2023-02-27)
3390
+
3391
+ ### Bug Fixes
3392
+
3393
+ - removed peer deps ([87312c4](https://github.com/VirtoCommerce/vc-shell/commit/87312c4f11ca4009e17e1f60793a63eed9142b59))
3394
+ - typings ([b123505](https://github.com/VirtoCommerce/vc-shell/commit/b123505d6dd9e0b9f740ccd354ee760397454745))
3395
+ - build fix ([f0eea9e](https://github.com/VirtoCommerce/vc-shell/commit/f0eea9e0a5a42bc36b8aaf057e9f476372eb7f50))
3396
+ - unused var fix ([b0f62e9](https://github.com/VirtoCommerce/vc-shell/commit/b0f62e93adceb10d8c34ce61d18bb6a5622417c1))
3397
+ - attempt to fix type checking ([59e5874](https://github.com/VirtoCommerce/vc-shell/commit/59e5874a91f0cdbaae84db0608a8577e6eb5911f))
3398
+ - temporary disable checker ([bad403c](https://github.com/VirtoCommerce/vc-shell/commit/bad403c50a890749039c5b02828f6e28878427a5))
3399
+ - typeRoots ([24321ca](https://github.com/VirtoCommerce/vc-shell/commit/24321ca2cc3b83a358e06880e4c9ff416d1cd950))
3400
+ - typo ([ebb4f20](https://github.com/VirtoCommerce/vc-shell/commit/ebb4f207d714c42051626e600f883b4f87aa293c))
3401
+ - types in tsconfig ([c436813](https://github.com/VirtoCommerce/vc-shell/commit/c4368138e809d272c87ea2c264204ca2e716b3be))
3402
+ - typings ([b41d7ca](https://github.com/VirtoCommerce/vc-shell/commit/b41d7ca4b7a7967bc83c52a0810cfde77077747c))
3403
+
3404
+ ## [1.0.48](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.47...v1.0.48) (2023-02-27)
3405
+
3406
+ ### Features
3407
+
3408
+ - **moment:** add precise duration formatting (#156) ([ab24d01](https://github.com/VirtoCommerce/vc-shell/commit/ab24d01380605a2c55b243853395574c1e4cf111))
3409
+
3410
+ ### Bug Fixes
3411
+
3412
+ - slider fix ([52586c4](https://github.com/VirtoCommerce/vc-shell/commit/52586c45a2afccad5d9d4afa4e830389ec3b192f))
3413
+
3414
+ ## [1.0.47](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.46...v1.0.47) (2023-02-22)
3415
+
3416
+ ### Bug Fixes
3417
+
3418
+ - fixed types ([88c89e2](https://github.com/VirtoCommerce/vc-shell/commit/88c89e20430bbd727827ba82ca3427f11aff0c1c))
3419
+
3420
+ ## [1.0.46](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.45...v1.0.46) (2023-02-16)
3421
+
3422
+ ### Bug Fixes
3423
+
3424
+ - tailwind blade fix ([ffdbf5a](https://github.com/VirtoCommerce/vc-shell/commit/ffdbf5a8ee00d4fb2a77d185b271dfbf048e9961))
3425
+
3426
+ ## [1.0.45](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.44...v1.0.45) (2023-02-15)
3427
+
3428
+ ### Features
3429
+
3430
+ - version up ([dd20390](https://github.com/VirtoCommerce/vc-shell/commit/dd203905f203990f31e1dd57c16ed6fe43ac0b4b))
3431
+
3432
+ ### Bug Fixes
3433
+
3434
+ - list price column in offers ([e03af66](https://github.com/VirtoCommerce/vc-shell/commit/e03af662dfcff71b2cd1a98fdd2a684baa922317))
3435
+
3436
+ ## [1.0.44](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.43...v1.0.44) (2023-02-08)
3437
+
3438
+ ### Bug Fixes
3439
+
3440
+ - version (#153) ([2a9b571](https://github.com/VirtoCommerce/vc-shell/commit/2a9b57151e66df6608e13dd101ce0844fe315f7e))
3441
+
3442
+ ## [1.0.43](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.42...v1.0.43) (2023-02-02)
3443
+
3444
+ **Note:** Version bump only for package @vc-shell/framework
3445
+
3446
+ ## [1.0.42](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.41...v1.0.42) (2023-02-02)
3447
+
3448
+ ### Features
3449
+
3450
+ - add composables for popular code duplicates (#152) ([da9d3f3](https://github.com/VirtoCommerce/vc-shell/commit/da9d3f300e43d536c563bb5ca1214ec8b54fefa3))
3451
+
3452
+ ## [1.0.41](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.40...v1.0.41) (2023-01-20)
3453
+
3454
+ ### Features
3455
+
3456
+ - extended customization ([07275b8](https://github.com/VirtoCommerce/vc-shell/commit/07275b862e8fddfe01ab9ceabca85f4e1449cace))
3457
+
3458
+ ## [1.0.40](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.39...v1.0.40) (2023-01-17)
3459
+
3460
+ ### Features
3461
+
3462
+ - extended customization ([f67cefc](https://github.com/VirtoCommerce/vc-shell/commit/f67cefcd836868cf2e24df3313eb3edc3bfd2635))
3463
+ - extended customization ([38183ee](https://github.com/VirtoCommerce/vc-shell/commit/38183ee829836e44644864f7036c7eb18653d291))
3464
+ - completed UI inputs refactoring ([c1a3f17](https://github.com/VirtoCommerce/vc-shell/commit/c1a3f17525f3287a76426fcf065aae674ad808ce))
3465
+ - new input and select component ([c5b9bc4](https://github.com/VirtoCommerce/vc-shell/commit/c5b9bc4657a33eb0a141c7ed113b53815df91338))
3466
+
3467
+ ### Bug Fixes
3468
+
3469
+ - components refactoring ([3eccded](https://github.com/VirtoCommerce/vc-shell/commit/3eccdeddaa04d208793a3408847aca298be95ee9))
3470
+ - useBladeNavigation parent routing error fix ([7e03eff](https://github.com/VirtoCommerce/vc-shell/commit/7e03effef5961aa0e23d5db337eda6b36563922e))
3471
+
3472
+ ## [1.0.39](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.38...v1.0.39) (2022-12-12)
3473
+
3474
+ ### Features
3475
+
3476
+ - completed validation refactoring ([5d673fc](https://github.com/VirtoCommerce/vc-shell/commit/5d673fc2a3fdf8cc239171bf94b70ca621268a8e))
3477
+ - validation draft ([ed7c743](https://github.com/VirtoCommerce/vc-shell/commit/ed7c7439147d9cd37a08cd8097891cc889c1f592))
3478
+
3479
+ ### Bug Fixes
3480
+
3481
+ - refactored aliases, main blade expanded fix/param fix, eslint config in framework ([673b714](https://github.com/VirtoCommerce/vc-shell/commit/673b7144abb98aa66cf4c13f54d457a78213dcf4))
3482
+ - removed console.log ([f5c6001](https://github.com/VirtoCommerce/vc-shell/commit/f5c60017d72c115cfd8b83624175fcd8b0180cf7))
3483
+
3484
+ ## [1.0.38](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.37...v1.0.38) (2022-12-05)
3485
+
3486
+ ### Features
3487
+
3488
+ - navigation and component types, fixes and improvements ([de303e0](https://github.com/VirtoCommerce/vc-shell/commit/de303e0519e9212e692501132257903e88572d4f))
3489
+ - merged framework library ([46a2691](https://github.com/VirtoCommerce/vc-shell/commit/46a26910b5c437fddec8d280445209999ff77240))
3490
+ - app switcher ([dd7f478](https://github.com/VirtoCommerce/vc-shell/commit/dd7f4789849f6a8a39c95672246140e607c7e287))
3491
+ - app switcher ([a214461](https://github.com/VirtoCommerce/vc-shell/commit/a21446130ca7def12cd4aef9a4feb0aa66e813b1))
3492
+ - small refactoring ([721448f](https://github.com/VirtoCommerce/vc-shell/commit/721448f4398a179a77b70e1992873771c13ff3c8))
3493
+ - combined vue router + custom ([6d1b6d3](https://github.com/VirtoCommerce/vc-shell/commit/6d1b6d31defe685253dc53f3e761784208f1e92b))
3494
+ - combined vue router + custom ([762edea](https://github.com/VirtoCommerce/vc-shell/commit/762edeaa3cef2d80e68c53ce5605b4e2d3aedf63))
3495
+ - app switcher component, tailwind classes refactoring ([1f25176](https://github.com/VirtoCommerce/vc-shell/commit/1f25176ee0594af1f44ec17268af704c4c1da03f))
3496
+
3497
+ ### Bug Fixes
3498
+
3499
+ - navigation fix w/o navigationCB ([66f27e3](https://github.com/VirtoCommerce/vc-shell/commit/66f27e306011d994bb2f0eb31d4cf54383b92c0a))
3500
+ - removed app switcher item description ([dc4ce9c](https://github.com/VirtoCommerce/vc-shell/commit/dc4ce9c3114a86bec23a18941c31351198f3e2c5))
3501
+ - switcher width ([6ee568c](https://github.com/VirtoCommerce/vc-shell/commit/6ee568c4a23182dc47cb27e8f94e6ff6c8fff972))
3502
+ - removed api factories ([bb54dc1](https://github.com/VirtoCommerce/vc-shell/commit/bb54dc10a0e004cc22ed9f66686c41cedd0c14a5))
3503
+ - some fixes ([7f17c63](https://github.com/VirtoCommerce/vc-shell/commit/7f17c63592180532ac21ee62dd327bda37d5eb29))
3504
+
3505
+ ## [1.0.37](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.36...v1.0.37) (2022-11-22)
3506
+
3507
+ **Note:** Version bump only for package @vc-shell/framework
3508
+
3509
+ ## [1.0.36](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.35...v1.0.36) (2022-11-21)
3510
+
3511
+ **Note:** Version bump only for package @vc-shell/framework
3512
+
3513
+ ## [1.0.35](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.34...v1.0.35) (2022-11-15)
3514
+
3515
+ ### Bug Fixes
3516
+
3517
+ - remove unwanted gitHead ([3ec4f11](https://github.com/VirtoCommerce/vc-shell/commit/3ec4f115d030375da0b1675be645bad43ee9c544))
3518
+
3519
+ ## [1.0.34](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.33...v1.0.34) (2022-11-15)
3520
+
3521
+ ### Features
3522
+
3523
+ - request refactoring ([415131a](https://github.com/VirtoCommerce/vc-shell/commit/415131a5874ed14886ffb6398e2cad9606162fbf))
3524
+
3525
+ ### Bug Fixes
3526
+
3527
+ - vc-input validation rules (#141) ([666441b](https://github.com/VirtoCommerce/vc-shell/commit/666441be57c177b49d7fb5094198e2e13039d4b2))
3528
+ - vuedraggable fix ([e5a78c1](https://github.com/VirtoCommerce/vc-shell/commit/e5a78c19a6581c7e545163731a13b16b7bbf104d))
3529
+ - vuedraggable fix ([f449489](https://github.com/VirtoCommerce/vc-shell/commit/f4494896149c50c2ef27bca82f87b45266e36807))
3530
+
3531
+ ## [1.0.33](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.32...v1.0.33) (2022-10-24)
3532
+
3533
+ ### Bug Fixes
3534
+
3535
+ - vuedraggable fix ([cbeeaae](https://github.com/VirtoCommerce/vc-shell/commit/cbeeaae13805b4b933b1bdb696585eb208aed445))
3536
+ - vuedraggable fix ([cac509c](https://github.com/VirtoCommerce/vc-shell/commit/cac509c2a3fa5cfbd1cf532e5cc8ec0e0d85ea15))
3537
+
3538
+ ## [1.0.32](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.31...v1.0.32) (2022-10-20)
3539
+
3540
+ ### Bug Fixes
3541
+
3542
+ - api client generation ([a8919a0](https://github.com/VirtoCommerce/vc-shell/commit/a8919a014f17bd1a737b6f4ff151fbdb4ced3ebb))
3543
+
3544
+ ## [1.0.31](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.30...v1.0.31) (2022-10-14)
3545
+
3546
+ **Note:** Version bump only for package @vc-shell/framework
3547
+
3548
+ ## [1.0.30](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.29...v1.0.30) (2022-10-14)
3549
+
3550
+ ### Features
3551
+
3552
+ - full lib content to npm ([28cc487](https://github.com/VirtoCommerce/vc-shell/commit/28cc4874abb7806e073c976cd12baf1f8bd22f1a))
3553
+
3554
+ ## [1.0.29](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.28...v1.0.29) (2022-10-14)
3555
+
3556
+ ### Features
3557
+
3558
+ - rating component (#136) ([f3ea347](https://github.com/VirtoCommerce/vc-shell/commit/f3ea3478eecd2e5f4bcc058c9569597b6c5c77ff))
3559
+ - pseudo-monorepo ([a7f7a4a](https://github.com/VirtoCommerce/vc-shell/commit/a7f7a4a8b09739e1755d0cf065fd798c9d66f3aa))
3560
+
3561
+ ## [1.0.28](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.27...v1.0.28) (2022-10-10)
3562
+
3563
+ ### Features
3564
+
3565
+ - merge autosave ([8cb20db](https://github.com/VirtoCommerce/vc-shell/commit/8cb20dbd45e990cadcf8eb3b28e4bf463135c397))
3566
+
3567
+ ### Bug Fixes
3568
+
3569
+ - signIn issue ([c54ae9a](https://github.com/VirtoCommerce/vc-shell/commit/c54ae9aacbab57b5c650304bb2aa9bbb40b85227))
3570
+
3571
+ ## [1.0.27](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.26...v1.0.27) (2022-10-07)
3572
+
3573
+ ### Bug Fixes
3574
+
3575
+ - fix sharing auth data ([6493fc1](https://github.com/VirtoCommerce/vc-shell/commit/6493fc1691925e9dc91061428f42c3e8fbfbe35a))
3576
+
3577
+ ## [1.0.26](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.25...v1.0.26) (2022-10-07)
3578
+
3579
+ ### Bug Fixes
3580
+
3581
+ - local storage auth key ([5d999d6](https://github.com/VirtoCommerce/vc-shell/commit/5d999d60cf465bca29db559a9ea9312857f9ecb2))
3582
+
3583
+ ## [1.0.25](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.24...v1.0.25) (2022-10-07)
3584
+
3585
+ ### Features
3586
+
3587
+ - share auth data between platform manager and custom apps ([c466d00](https://github.com/VirtoCommerce/vc-shell/commit/c466d00b341e8e3d9dc7d6861449daad64d9b1c7))
3588
+
3589
+ ## [1.0.24](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.23...v1.0.24) (2022-10-06)
3590
+
3591
+ **Note:** Version bump only for package @vc-shell/framework
3592
+
3593
+ ## [1.0.23](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.22...v1.0.23) (2022-10-06)
3594
+
3595
+ ### Bug Fixes
3596
+
3597
+ - rename virto-shell -> virtocommerce ([ba74f8f](https://github.com/VirtoCommerce/vc-shell/commit/ba74f8fb7fcb61744f2348e8521dfae77775418b))
3598
+ - build ([6be999b](https://github.com/VirtoCommerce/vc-shell/commit/6be999b2f13aa8a040374f668b8b71450e7c8c6b))
3599
+
3600
+ ## [1.0.22](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.21...v1.0.22) (2022-09-29)
3601
+
3602
+ **Note:** Version bump only for package @vc-shell/framework
3603
+
3604
+ ## [1.0.21](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.20...v1.0.21) (2022-09-14)
3605
+
3606
+ ### Features
3607
+
3608
+ - vm-801 1042 800 569 1043 914 814 1054 920 1019 ([8bf48a3](https://github.com/VirtoCommerce/vc-shell/commit/8bf48a32989c1b64b2aac4a5bc96b9bdcf7f995a))
3609
+ - vm-741 893 1005 1019 1021 513 978 914 920 828 963 755 ([b8b2cda](https://github.com/VirtoCommerce/vc-shell/commit/b8b2cdaedf32128b35c04d85689eb3203057b7d0))
3610
+
3611
+ ## [1.0.20](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.19...v1.0.20) (2022-09-06)
3612
+
3613
+ **Note:** Version bump only for package @vc-shell/framework
3614
+
3615
+ ## [1.0.19](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.17...v1.0.19) (2022-08-30)
3616
+
3617
+ **Note:** Version bump only for package @vc-shell/framework
3618
+
3619
+ ## [1.0.17](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.16...v1.0.17) (2022-08-05)
3620
+
3621
+ ### Bug Fixes
3622
+
3623
+ - permissions fix ([d53c3c3](https://github.com/VirtoCommerce/vc-shell/commit/d53c3c39196e9a8aa5dac6b223bbfb81b5a5f54c))
3624
+
3625
+ ## [1.0.16](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.14...v1.0.16) (2022-08-05)
3626
+
3627
+ **Note:** Version bump only for package @vc-shell/framework
3628
+
3629
+ ## [1.0.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.13...v1.0.14) (2022-08-04)
3630
+
3631
+ ### Features
3632
+
3633
+ - version up ([85d5ab5](https://github.com/VirtoCommerce/vc-shell/commit/85d5ab59926cc4fe8c2e6464a0d6cb1e849c975d))
3634
+ - vm-902 ([0f2fea6](https://github.com/VirtoCommerce/vc-shell/commit/0f2fea663a12fcd393a9b5567e69cf15bc42583f))
3635
+ - vm-679, vm-814, vm-807, vc-selector refactoring ([d3426f2](https://github.com/VirtoCommerce/vc-shell/commit/d3426f2bd034e5971d6cc33af5e8f22ce65e27c0))
3636
+ - new selector ([0880668](https://github.com/VirtoCommerce/vc-shell/commit/0880668fab57925296fd6b4725d9c50157da3b08))
3637
+ - new selector ([07ce374](https://github.com/VirtoCommerce/vc-shell/commit/07ce3748aa03cedb2a7d25e2a0b1f798374fed94))
3638
+ - new selector ([d600bb9](https://github.com/VirtoCommerce/vc-shell/commit/d600bb9b6aadf1b1716decd6ba3a0c9fef4e5ec7))
3639
+ - generate API clients from command line ([d8c1870](https://github.com/VirtoCommerce/vc-shell/commit/d8c1870aa38f4376181a584c3259aae3f547d792))
3640
+
3641
+ ### Bug Fixes
3642
+
3643
+ - refactoring ([d20e1cd](https://github.com/VirtoCommerce/vc-shell/commit/d20e1cd36cf7e85e4dc7ca89a1599194619d353a))
3644
+ - baseUrl ([7306cf9](https://github.com/VirtoCommerce/vc-shell/commit/7306cf9f3218f6cbab639a460b982e4bd7e1220c))
3645
+ - shorter human-readable names ([23033f7](https://github.com/VirtoCommerce/vc-shell/commit/23033f77aa6f6788b4e2ef1353a3c14cc6fe7392))
3646
+ - merge main branch ([2af0145](https://github.com/VirtoCommerce/vc-shell/commit/2af0145f565a1fefd9d55995bb7d4793a666e33a))
3647
+
3648
+ ## [1.0.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.12...v1.0.13) (2022-07-14)
3649
+
3650
+ ### Features
3651
+
3652
+ - product details improvements (#120) ([199455c](https://github.com/VirtoCommerce/vc-shell/commit/199455c88ff1b932d2ab5e79a0f40485cdb5e181))
3653
+ - npm publish configuration ([41e3ff8](https://github.com/VirtoCommerce/vc-shell/commit/41e3ff8c04eccff1ed9a934c5a3457aec26a32dc))
3654
+
3655
+ ## [1.0.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.11...v1.0.12) (2022-07-12)
3656
+
3657
+ **Note:** Version bump only for package @vc-shell/framework
3658
+
3659
+ ## [1.0.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.10...v1.0.11) (2022-07-08)
3660
+
3661
+ ### Features
3662
+
3663
+ - org page ([9aa669f](https://github.com/VirtoCommerce/vc-shell/commit/9aa669f2430857f1d599e8b57425ad2ba7d8758a))
3664
+ - org page ([d058bfc](https://github.com/VirtoCommerce/vc-shell/commit/d058bfcf414550707db7c2a39d76fa5a513a1350))
3665
+
3666
+ ## [1.0.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.9...v1.0.10) (2022-06-29)
3667
+
3668
+ **Note:** Version bump only for package @vc-shell/framework
3669
+
3670
+ ## [1.0.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.8...v1.0.9) (2022-06-21)
3671
+
3672
+ **Note:** Version bump only for package @vc-shell/framework
3673
+
3674
+ ## [1.0.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.7...v1.0.8) (2022-06-16)
3675
+
3676
+ **Note:** Version bump only for package @vc-shell/framework
3677
+
3678
+ ## [1.0.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.6...v1.0.7) (2022-06-09)
3679
+
3680
+ **Note:** Version bump only for package @vc-shell/framework
3681
+
3682
+ ## [1.0.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.5...v1.0.6) (2022-06-09)
3683
+
3684
+ **Note:** Version bump only for package @vc-shell/framework
3685
+
3686
+ ## [1.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.4...v1.0.5) (2022-06-07)
3687
+
3688
+ **Note:** Version bump only for package @vc-shell/framework
3689
+
3690
+ ## [1.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.3...v1.0.4) (2022-06-03)
3691
+
3692
+ **Note:** Version bump only for package @vc-shell/framework
3693
+
3694
+ ## [1.0.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.2...v1.0.3) (2022-05-30)
3695
+
3696
+ **Note:** Version bump only for package @vc-shell/framework
3697
+
3698
+ ## [1.0.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.1...v1.0.2) (2022-05-25)
3699
+
3700
+ **Note:** Version bump only for package @vc-shell/framework
3701
+
3702
+ ## [1.0.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.0...v1.0.1) (2022-05-24)
3703
+
3704
+ **Note:** Version bump only for package @vc-shell/framework
3705
+
3706
+ ## [1.0.0](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.20...v1.0.0) (2022-05-13)
3707
+
3708
+ **Note:** Version bump only for package @vc-shell/framework
3709
+
3710
+ ## [0.1.20](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.19...v0.1.20) (2022-04-27)
3711
+
3712
+ **Note:** Version bump only for package @vc-shell/framework
3713
+
3714
+ ## [0.1.19](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.18...v0.1.19) (2022-04-19)
3715
+
3716
+ **Note:** Version bump only for package @vc-shell/framework
3717
+
3718
+ ## [0.1.18](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.17...v0.1.18) (2022-04-15)
3719
+
3720
+ **Note:** Version bump only for package @vc-shell/framework
3721
+
3722
+ ## [0.1.17](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.16...v0.1.17) (2022-04-15)
3723
+
3724
+ **Note:** Version bump only for package @vc-shell/framework
3725
+
3726
+ ## [0.1.16](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.15...v0.1.16) (2022-04-15)
3727
+
3728
+ **Note:** Version bump only for package @vc-shell/framework
3729
+
3730
+ ## [0.1.15](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.14...v0.1.15) (2022-04-15)
3731
+
3732
+ **Note:** Version bump only for package @vc-shell/framework
3733
+
3734
+ ## [0.1.14](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.13...v0.1.14) (2022-04-15)
3735
+
3736
+ ### Features
3737
+
3738
+ - cli config generation lib ([4630d4f](https://github.com/VirtoCommerce/vc-shell/commit/4630d4f055e8300eaf69d8e0f5ac94fa31c91703))
3739
+ - new order notification ([1503ced](https://github.com/VirtoCommerce/vc-shell/commit/1503ced87cf3dc972b6a54a10cd593ff28ff92ea))
3740
+ - multivalue dictionary, bugfixes, removed import profile name ([13067e6](https://github.com/VirtoCommerce/vc-shell/commit/13067e603d8f24b60a85a98b1232b7f4d35002e1))
3741
+
3742
+ ### Bug Fixes
3743
+
3744
+ - template fix ([07b1fd3](https://github.com/VirtoCommerce/vc-shell/commit/07b1fd3f75022ac9b7e130774b1475d4e9239649))
3745
+ - ws while dev, push fix ([ec86b1e](https://github.com/VirtoCommerce/vc-shell/commit/ec86b1e9376e6030fad59cf97b44d845a486f5e1))
3746
+
3747
+ ## [0.1.13](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.12...v0.1.13) (2022-04-14)
3748
+
3749
+ **Note:** Version bump only for package @vc-shell/framework
3750
+
3751
+ ## [0.1.12](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.11...v0.1.12) (2022-04-07)
3752
+
3753
+ **Note:** Version bump only for package @vc-shell/framework
3754
+
3755
+ ## [0.1.11](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.10...v0.1.11) (2022-04-05)
3756
+
3757
+ **Note:** Version bump only for package @vc-shell/framework
3758
+
3759
+ ## [0.1.10](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.9...v0.1.10) (2022-04-04)
3760
+
3761
+ **Note:** Version bump only for package @vc-shell/framework
3762
+
3763
+ ## [0.1.9](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.8...v0.1.9) (2022-04-01)
3764
+
3765
+ **Note:** Version bump only for package @vc-shell/framework
3766
+
3767
+ ## [0.1.8](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.7...v0.1.8) (2022-03-29)
3768
+
3769
+ **Note:** Version bump only for package @vc-shell/framework
3770
+
3771
+ ## [0.1.7](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.6...v0.1.7) (2022-03-17)
3772
+
3773
+ **Note:** Version bump only for package @vc-shell/framework
3774
+
3775
+ ## [0.1.6](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.5...v0.1.6) (2022-03-16)
3776
+
3777
+ **Note:** Version bump only for package @vc-shell/framework
3778
+
3779
+ ## [0.1.5](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.4...v0.1.5) (2022-03-16)
3780
+
3781
+ **Note:** Version bump only for package @vc-shell/framework
3782
+
3783
+ ## [0.1.4](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.3...v0.1.4) (2022-03-16)
3784
+
3785
+ **Note:** Version bump only for package @vc-shell/framework
3786
+
3787
+ ## [0.1.3](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.2...v0.1.3) (2022-03-14)
3788
+
3789
+ **Note:** Version bump only for package @vc-shell/framework
3790
+
3791
+ ## [0.1.2](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.1...v0.1.2) (2022-03-10)
3792
+
3793
+ **Note:** Version bump only for package @vc-shell/framework
3794
+
3795
+ ## [0.1.1](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.123...v0.1.1) (2022-03-10)
3796
+
3797
+ **Note:** Version bump only for package @vc-shell/framework
3798
+
3799
+ ## [0.0.123](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.122...v0.0.123) (2022-03-04)
3800
+
3801
+ ### Bug Fixes
3802
+
3803
+ - dynamic name fix ([b083495](https://github.com/VirtoCommerce/vc-shell/commit/b0834951087f720562f28fc78a28a69ea0e65cb9))
3804
+ - required key change ([5de380f](https://github.com/VirtoCommerce/vc-shell/commit/5de380f3a2f1493a3a45b1f1199aaa9cb224df76))
3805
+ - dictionary ([65127f9](https://github.com/VirtoCommerce/vc-shell/commit/65127f97d597e4dc7224c70c04902399b0c05adf))
3806
+
3807
+ ## [0.0.122](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.121...v0.0.122) (2022-02-28)
3808
+
3809
+ **Note:** Version bump only for package @vc-shell/framework
3810
+
3811
+ ## [0.0.121](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.120...v0.0.121) (2022-02-24)
3812
+
3813
+ **Note:** Version bump only for package @vc-shell/framework
3814
+
3815
+ ## [0.0.120](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.119...v0.0.120) (2022-02-17)
3816
+
3817
+ **Note:** Version bump only for package @vc-shell/framework
3818
+
3819
+ ## [0.0.119](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.117...v0.0.119) (2022-02-16)
3820
+
3821
+ **Note:** Version bump only for package @vc-shell/framework
3822
+
3823
+ ## [0.0.117](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.116...v0.0.117) (2022-02-16)
3824
+
3825
+ **Note:** Version bump only for package @vc-shell/framework
3826
+
3827
+ ## [0.0.116](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.115...v0.0.116) (2022-02-14)
3828
+
3829
+ **Note:** Version bump only for package @vc-shell/framework
3830
+
3831
+ ## [0.0.115](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.114...v0.0.115) (2022-02-04)
3832
+
3833
+ **Note:** Version bump only for package @vc-shell/framework
3834
+
3835
+ ## [0.0.114](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.113...v0.0.114) (2022-02-03)
3836
+
3837
+ **Note:** Version bump only for package @vc-shell/framework
3838
+
3839
+ ## [0.0.113](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.112...v0.0.113) (2022-02-03)
3840
+
3841
+ **Note:** Version bump only for package @vc-shell/framework
3842
+
3843
+ ## [0.0.112](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.111...v0.0.112) (2022-02-03)
3844
+
3845
+ **Note:** Version bump only for package @vc-shell/framework
3846
+
3847
+ ## [0.0.111](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.110...v0.0.111) (2022-01-31)
3848
+
3849
+ **Note:** Version bump only for package @vc-shell/framework
3850
+
3851
+ ## [0.0.110](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.109...v0.0.110) (2022-01-31)
3852
+
3853
+ **Note:** Version bump only for package @vc-shell/framework
3854
+
3855
+ ## [0.0.109](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.108...v0.0.109) (2022-01-28)
3856
+
3857
+ **Note:** Version bump only for package @vc-shell/framework
3858
+
3859
+ ## [0.0.108](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.107...v0.0.108) (2022-01-24)
3860
+
3861
+ **Note:** Version bump only for package @vc-shell/framework
3862
+
3863
+ ## [0.0.107](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.106...v0.0.107) (2022-01-20)
3864
+
3865
+ **Note:** Version bump only for package @vc-shell/framework
3866
+
3867
+ ## [0.0.106](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.105...v0.0.106) (2022-01-10)
3868
+
3869
+ **Note:** Version bump only for package @vc-shell/framework
3870
+
3871
+ ## [0.0.105](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.104...v0.0.105) (2021-12-30)
3872
+
3873
+ **Note:** Version bump only for package @vc-shell/framework
3874
+
3875
+ ## [0.0.104](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.103...v0.0.104) (2021-12-29)
3876
+
3877
+ **Note:** Version bump only for package @vc-shell/framework
3878
+
3879
+ ## [0.0.103](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.102...v0.0.103) (2021-12-28)
3880
+
3881
+ **Note:** Version bump only for package @vc-shell/framework
3882
+
3883
+ ## [0.0.102](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.101...v0.0.102) (2021-12-27)
3884
+
3885
+ **Note:** Version bump only for package @vc-shell/framework
3886
+
3887
+ ## [0.0.101](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.100...v0.0.101) (2021-12-24)
3888
+
3889
+ ### Bug Fixes
3890
+
3891
+ - **ui:** deps ([3b5a375](https://github.com/VirtoCommerce/vc-shell/commit/3b5a375f5794cf1c87d042f0e541f3badfe66f47))
3892
+
3893
+ ## [0.0.100](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.99...v0.0.100) (2021-12-24)
3894
+
3895
+ **Note:** Version bump only for package @vc-shell/framework
3896
+
3897
+ ## [0.0.99](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.98...v0.0.99) (2021-12-15)
3898
+
3899
+ **Note:** Version bump only for package @vc-shell/framework
3900
+
3901
+ ## [0.0.98](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.97...v0.0.98) (2021-12-15)
3902
+
3903
+ **Note:** Version bump only for package @vc-shell/framework
3904
+
3905
+ ## [0.0.97](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.96...v0.0.97) (2021-12-15)
3906
+
3907
+ **Note:** Version bump only for package @vc-shell/framework
3908
+
3909
+ ## [0.0.96](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.95...v0.0.96) (2021-12-13)
3910
+
3911
+ **Note:** Version bump only for package @vc-shell/framework
3912
+
3913
+ ## [0.0.95](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.94...v0.0.95) (2021-12-07)
3914
+
3915
+ **Note:** Version bump only for package @vc-shell/framework
3916
+
3917
+ ## [0.0.94](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.93...v0.0.94) (2021-12-07)
3918
+
3919
+ **Note:** Version bump only for package @vc-shell/framework
3920
+
3921
+ ## [0.0.93](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.92...v0.0.93) (2021-12-07)
3922
+
3923
+ **Note:** Version bump only for package @vc-shell/framework
3924
+
3925
+ ## [0.0.92](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.91...v0.0.92) (2021-12-04)
3926
+
3927
+ **Note:** Version bump only for package @vc-shell/framework
3928
+
3929
+ ## [0.0.91](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.90...v0.0.91) (2021-12-03)
3930
+
3931
+ ### Features
3932
+
3933
+ - vm-271 removed currency sign ([579257b](https://github.com/VirtoCommerce/vc-shell/commit/579257bab5ba9b44cb59590f6c989cbb81c16444))
3934
+ - vm-271 fixes ([62c75ee](https://github.com/VirtoCommerce/vc-shell/commit/62c75ee93f85c86f9d9eb9c1fd17aeacf197aade))
3935
+ - vm-271 fixes ([3eb887d](https://github.com/VirtoCommerce/vc-shell/commit/3eb887d3f416977cfd1f1e0ba2f106f1dae3b60a))
3936
+ - vm-271 input fix ([0b1b538](https://github.com/VirtoCommerce/vc-shell/commit/0b1b5388560a7f9346c8ab666f0303247c74f2a3))
3937
+ - vm-271 ([3f9dd6d](https://github.com/VirtoCommerce/vc-shell/commit/3f9dd6d443ea16fbba61e1efb2da2244abd4bc10))
3938
+
3939
+ ## [0.0.90](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.89...v0.0.90) (2021-12-02)
3940
+
3941
+ **Note:** Version bump only for package @vc-shell/framework
3942
+
3943
+ ## [0.0.89](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.88...v0.0.89) (2021-12-02)
3944
+
3945
+ ### Bug Fixes
3946
+
3947
+ - vm-100 tooltip disabled state ([f7c5527](https://github.com/VirtoCommerce/vc-shell/commit/f7c55271dafb439a44a59683389c007a92f7ae2b))
3948
+
3949
+ ## [0.0.88](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.87...v0.0.88) (2021-12-02)
3950
+
3951
+ ### Features
3952
+
3953
+ - vm-100 fix: vm-336 ([3533d23](https://github.com/VirtoCommerce/vc-shell/commit/3533d234d4ded877fb3eecaa3046d2738fda2d8c))
3954
+
3955
+ ### Bug Fixes
3956
+
3957
+ - vm-100 tooltip disabled state ([0775fee](https://github.com/VirtoCommerce/vc-shell/commit/0775fee621febcd2ab735204672eb53fb4153319))
3958
+ - vm-100 tooltip positioning on scroll ([5a46ced](https://github.com/VirtoCommerce/vc-shell/commit/5a46ceda3ec24b23200e0e5c4d3f6e13deb7c87f))
3959
+ - vm-100 tooltip positioning on scroll ([a262292](https://github.com/VirtoCommerce/vc-shell/commit/a26229246f9a2ada8d35e0767f6c2bd5c3d3d22e))
3960
+ - vm-100 tooltip positioning on scroll ([5db55b9](https://github.com/VirtoCommerce/vc-shell/commit/5db55b998576cee79e0b81d48005a36b044fca90))
3961
+ - vm-336 toolbar init value ([fc921fc](https://github.com/VirtoCommerce/vc-shell/commit/fc921fcb1be877a514685e36e433abcf7a7b22fb))
3962
+ - vm-346, vm-280, vm-267 ([29c74a1](https://github.com/VirtoCommerce/vc-shell/commit/29c74a1f51dba58b61c46e14076592488322d1d8))
3963
+ - vm-346, vm-280, vm-267 ([96061ce](https://github.com/VirtoCommerce/vc-shell/commit/96061ce6195ced76ec1e543ef09754ce49e6b5f1))
3964
+
3965
+ ## [0.0.87](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.86...v0.0.87) (2021-12-01)
3966
+
3967
+ **Note:** Version bump only for package @vc-shell/framework
3968
+
3969
+ ## [0.0.86](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.85...v0.0.86) (2021-12-01)
3970
+
3971
+ ### Bug Fixes
3972
+
3973
+ - build failure ([9911a30](https://github.com/VirtoCommerce/vc-shell/commit/9911a307973c6a55b324f857a577afec4c54a669))
3974
+
3975
+ ## [0.0.85](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.84...v0.0.85) (2021-12-01)
3976
+
3977
+ ### Bug Fixes
3978
+
3979
+ - vm-346, vm-280, vm-267 ([5859b36](https://github.com/VirtoCommerce/vc-shell/commit/5859b36b1e88414e83a36589b3ae0c4f95763d93))
3980
+ - vm-346, vm-280, vm-267 ([803c581](https://github.com/VirtoCommerce/vc-shell/commit/803c581e723feed4a8430d078b27b3e70db2a763))
3981
+
3982
+ ## [0.0.84](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.83...v0.0.84) (2021-11-26)
3983
+
3984
+ ### Features
3985
+
3986
+ - signalr push notifications ([3a4e327](https://github.com/VirtoCommerce/vc-shell/commit/3a4e32707147ae36f91648242d7db12d83ee367e))
3987
+
3988
+ ## [0.0.83](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.82...v0.0.83) (2021-11-24)
3989
+
3990
+ ### Features
3991
+
3992
+ - dynamic property select search ([02b7726](https://github.com/VirtoCommerce/vc-shell/commit/02b77266eed60282fe2cb6591344d77439f287ce))
3993
+
3994
+ ## [0.0.82](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.81...v0.0.82) (2021-11-24)
3995
+
3996
+ ### Features
3997
+
3998
+ - signalr integration (WIP) ([1db00e8](https://github.com/VirtoCommerce/vc-shell/commit/1db00e835c2a6a62338d62934da317aa8c1ddf98))
3999
+
4000
+ ## [0.0.81](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.80...v0.0.81) (2021-11-23)
4001
+
4002
+ ### Bug Fixes
4003
+
4004
+ - vm-320, 330, 331, 332, 333 ([21a8fa5](https://github.com/VirtoCommerce/vc-shell/commit/21a8fa54ec28a854b3ad039a47340f058ed52706))
4005
+
4006
+ ## [0.0.80](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.79...v0.0.80) (2021-11-22)
4007
+
4008
+ ### Features
4009
+
4010
+ - vc-widget disabled state, vc-gallery disabled state, vc-table row highlight ([a87dc75](https://github.com/VirtoCommerce/vc-shell/commit/a87dc7544d89cec7bc7f6de50d2c9d5185db0fe7))
4011
+
4012
+ ## [0.0.79](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.78...v0.0.79) (2021-11-22)
4013
+
4014
+ ### Features
4015
+
4016
+ - download invoice + some minor UI bug fixes ([bbb6cca](https://github.com/VirtoCommerce/vc-shell/commit/bbb6cca09895d24420d7184354efaf8f7db7722f))
4017
+
4018
+ ## [0.0.78](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.77...v0.0.78) (2021-11-22)
4019
+
4020
+ ### Features
4021
+
4022
+ - multivalue fields, table cell templates ([0096eda](https://github.com/VirtoCommerce/vc-shell/commit/0096eda8c565db8d69255d0c7232469dce5a658e))
4023
+
4024
+ ## [0.0.77](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.76...v0.0.77) (2021-11-18)
4025
+
4026
+ **Note:** Version bump only for package @vc-shell/framework
4027
+
4028
+ ## [0.0.76](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.75...v0.0.76) (2021-11-18)
4029
+
4030
+ ### Features
4031
+
4032
+ - offer tier prices ([f19f6e9](https://github.com/VirtoCommerce/vc-shell/commit/f19f6e9ce2a9927f2a6b5b4d64f9dfd9b8ee93a0))
4033
+
4034
+ ## [0.0.75](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.74...v0.0.75) (2021-11-18)
4035
+
4036
+ ### Features
4037
+
4038
+ - properties validation ([6ae2d66](https://github.com/VirtoCommerce/vc-shell/commit/6ae2d668814ea02ee81d459b75e218a9a18f8e4b))
4039
+ - properties validation (WIP) ([9d021d0](https://github.com/VirtoCommerce/vc-shell/commit/9d021d062ea32b1ab945b88134641a98bf7f10b9))
4040
+ - properties validation (WIP) ([1180217](https://github.com/VirtoCommerce/vc-shell/commit/11802175cf15b4bf66b593c125c9b7b04a392269))
4041
+
4042
+ ## [0.0.74](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.73...v0.0.74) (2021-11-12)
4043
+
4044
+ **Note:** Version bump only for package @vc-shell/framework
4045
+
4046
+ ## [0.0.73](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.71...v0.0.73) (2021-11-11)
4047
+
4048
+ ### Features
4049
+
4050
+ - tier prices for offer ([1531a61](https://github.com/VirtoCommerce/vc-shell/commit/1531a6152ff1023a41c92f84ceb6cf01e8d1b115))
4051
+
4052
+ ## [0.0.71](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.70...v0.0.71) (2021-11-11)
4053
+
4054
+ **Note:** Version bump only for package @vc-shell/framework
4055
+
4056
+ ## [0.0.70](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.69...v0.0.70) (2021-11-08)
4057
+
4058
+ ### Features
4059
+
4060
+ - 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))
4061
+
4062
+ ## [0.0.69](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.68...v0.0.69) (2021-11-03)
4063
+
4064
+ ### Features
4065
+
4066
+ - dynamic select properties ([b19e44e](https://github.com/VirtoCommerce/vc-shell/commit/b19e44e09cb7ddb430d31069ffb1d6d9b78e6822))
4067
+
4068
+ ## [0.0.68](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.67...v0.0.68) (2021-11-02)
4069
+
4070
+ **Note:** Version bump only for package @vc-shell/framework
4071
+
4072
+ ## [0.0.67](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.66...v0.0.67) (2021-11-02)
4073
+
4074
+ ### Features
4075
+
4076
+ - mobile dashboard, image dnd upload ([eae8508](https://github.com/VirtoCommerce/vc-shell/commit/eae85084a41dad38dc2d5dea26aedc53ebd5a2e1))
4077
+
4078
+ ## [0.0.66](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.65...v0.0.66) (2021-11-02)
4079
+
4080
+ ### Features
4081
+
4082
+ - new product details ui, vc-card collapsable ([3f2d1b4](https://github.com/VirtoCommerce/vc-shell/commit/3f2d1b4eaeacfb032399b7fd8abedf252d7693a7))
4083
+
4084
+ ## [0.0.65](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.64...v0.0.65) (2021-11-01)
4085
+
4086
+ ### Features
4087
+
4088
+ - new dashboard ([28c7d82](https://github.com/VirtoCommerce/vc-shell/commit/28c7d824b49147be20215301f091253467e35b16))
4089
+
4090
+ ## [0.0.64](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.63...v0.0.64) (2021-10-28)
4091
+
4092
+ ### Features
4093
+
4094
+ - active row highlight ([cc4f7f9](https://github.com/VirtoCommerce/vc-shell/commit/cc4f7f90d0aad690aa9cac5f1e52b5c027964ed4))
4095
+
4096
+ ## [0.0.63](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.62...v0.0.63) (2021-10-28)
4097
+
4098
+ ### Features
4099
+
4100
+ - filter counter ([15c6bab](https://github.com/VirtoCommerce/vc-shell/commit/15c6babdf294591c627ad27df570507a3585f57b))
4101
+
4102
+ ## [0.0.62](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.61...v0.0.62) (2021-10-28)
4103
+
4104
+ ### Features
4105
+
4106
+ - filters ([2a89cf8](https://github.com/VirtoCommerce/vc-shell/commit/2a89cf872729667cbaa1c9457eadb0fbee2a0018))
4107
+ - filters (WIP) ([b25ad3a](https://github.com/VirtoCommerce/vc-shell/commit/b25ad3a23a0f08cd9b3d3837d5223dc045eb8b55))
4108
+
4109
+ ## [0.0.61](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.60...v0.0.61) (2021-10-26)
4110
+
4111
+ ### Features
4112
+
4113
+ - dashboard ([683f65a](https://github.com/VirtoCommerce/vc-shell/commit/683f65ac6d01b974dc05d931f62277891688ef1f))
4114
+
4115
+ ## [0.0.60](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.59...v0.0.60) (2021-10-22)
4116
+
4117
+ ### Features
4118
+
4119
+ - order details page ([b8fe53d](https://github.com/VirtoCommerce/vc-shell/commit/b8fe53d7282a6e0381af5eedbf272001a63b3ba9))
4120
+
4121
+ ## [0.0.59](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.58...v0.0.59) (2021-10-20)
4122
+
4123
+ ### Features
4124
+
4125
+ - seller accept invitation form ([8f5d5b9](https://github.com/VirtoCommerce/vc-shell/commit/8f5d5b9cae6a0c057b1831a48fc41fae13792f00))
4126
+
4127
+ ## [0.0.58](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.57...v0.0.58) (2021-10-20)
4128
+
4129
+ ### Features
4130
+
4131
+ - orders edit and additional components ([e8cf8a3](https://github.com/VirtoCommerce/vc-shell/commit/e8cf8a3333664c8d326fdd5df28a2fd9981c550a))
4132
+ - additional fields (WIP) ([27596bd](https://github.com/VirtoCommerce/vc-shell/commit/27596bdcdf30790c56e8c2d571309fb9dd05f9b4))
4133
+
4134
+ ## [0.0.57](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.56...v0.0.57) (2021-10-15)
4135
+
4136
+ **Note:** Version bump only for package @vc-shell/framework
4137
+
4138
+ ## [0.0.56](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.55...v0.0.56) (2021-10-13)
4139
+
4140
+ ### Features
4141
+
4142
+ - password field unhide ([2e6deb0](https://github.com/VirtoCommerce/vc-shell/commit/2e6deb01657515c3128ec62c287ecbda5ef92e9e))
4143
+
4144
+ ## [0.0.55](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.54...v0.0.55) (2021-10-13)
4145
+
4146
+ ### Features
4147
+
4148
+ - new icons, ptr improvements, offers list ptr ([fe0438b](https://github.com/VirtoCommerce/vc-shell/commit/fe0438b6c43b9a0d4baa52293e619c645c2f6f8d))
4149
+
4150
+ ## [0.0.54](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.53...v0.0.54) (2021-10-13)
4151
+
4152
+ ### Features
4153
+
4154
+ - some smooth animations ([79f2aad](https://github.com/VirtoCommerce/vc-shell/commit/79f2aadac40f91ef76f9efc484d37184a47c2b95))
4155
+
4156
+ ### Bug Fixes
4157
+
4158
+ - ptr overscroll height ([88f3a1e](https://github.com/VirtoCommerce/vc-shell/commit/88f3a1e356fcf0f7e4855c9b77d8db28bbcdd607))
4159
+
4160
+ ## [0.0.53](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.52...v0.0.53) (2021-10-13)
4161
+
4162
+ ### Features
4163
+
4164
+ - scroll ptr, menu styling ([4eff9a0](https://github.com/VirtoCommerce/vc-shell/commit/4eff9a0fffc9feef8dbad433d210f0537702efd2))
4165
+
4166
+ ## [0.0.52](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.51...v0.0.52) (2021-10-13)
4167
+
4168
+ **Note:** Version bump only for package @vc-shell/framework
4169
+
4170
+ ## [0.0.51](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.50...v0.0.51) (2021-10-13)
4171
+
4172
+ **Note:** Version bump only for package @vc-shell/framework
4173
+
4174
+ ## [0.0.50](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.49...v0.0.50) (2021-10-12)
4175
+
4176
+ ### Features
4177
+
4178
+ - list mobile actions ([c269a88](https://github.com/VirtoCommerce/vc-shell/commit/c269a88b9ca304520b9157a51ccd4c602fd0059b))
4179
+ - mobile swipe transition ([8fdccb1](https://github.com/VirtoCommerce/vc-shell/commit/8fdccb1345ba3f2d495a6f9344503f1c50b27a7b))
4180
+
4181
+ ## [0.0.49](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.48...v0.0.49) (2021-10-12)
4182
+
4183
+ ### Features
4184
+
4185
+ - mobile extended actions, vendor-portal detached ([c92a317](https://github.com/VirtoCommerce/vc-shell/commit/c92a31743ded9788c939641ccff9922328b6f2f6))
4186
+
4187
+ ## [0.0.48](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.47...v0.0.48) (2021-10-06)
4188
+
4189
+ **Note:** Version bump only for package @vc-shell/framework
4190
+
4191
+ ## [0.0.47](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.46...v0.0.47) (2021-10-06)
4192
+
4193
+ ### Features
4194
+
4195
+ - filters and swipe actions ([a463ad5](https://github.com/VirtoCommerce/vc-shell/commit/a463ad59519925ea5fd1ee2f90d45e85d5ef2008))
4196
+
4197
+ ## [0.0.46](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.45...v0.0.46) (2021-09-30)
4198
+
4199
+ **Note:** Version bump only for package @vc-shell/framework
4200
+
4201
+ ## [0.0.45](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.44...v0.0.45) (2021-09-30)
4202
+
4203
+ ### Features
4204
+
4205
+ - validation ([43a7ab9](https://github.com/VirtoCommerce/vc-shell/commit/43a7ab96c5dd302f5960a6b2e55f5460a547d82c))
4206
+
4207
+ ### Bug Fixes
4208
+
4209
+ - minor refactoring ([a0c287c](https://github.com/VirtoCommerce/vc-shell/commit/a0c287ccf4678a315737c98961d1ea51394f24a8))
4210
+
4211
+ ## [0.0.44](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.43...v0.0.44) (2021-09-29)
4212
+
4213
+ ### Features
4214
+
4215
+ - vc-select update ([5188c4b](https://github.com/VirtoCommerce/vc-shell/commit/5188c4bc60df3cac4a446d95d70d384903090171))
4216
+ - blade navigation improvements ([5dd0a7e](https://github.com/VirtoCommerce/vc-shell/commit/5dd0a7e745c04684de702e780e978e580800d476))
4217
+ - mobile table, menu and toolbar isVisible handling ([948d655](https://github.com/VirtoCommerce/vc-shell/commit/948d655dd106ddd08d161879a78b8a5aa2adf896))
4218
+ - vc-app update, login form improvements ([3618289](https://github.com/VirtoCommerce/vc-shell/commit/36182892ae2496b6a693aaa9ad3cea5e13d5a55f))
4219
+ - vc-select/autocomplete keyProperty and displayProperty props ([da380ab](https://github.com/VirtoCommerce/vc-shell/commit/da380ab9729bd48b0b2a869535bf01f95b51e9cd))
4220
+
4221
+ ### Bug Fixes
4222
+
4223
+ - deepClone for product ([d587e39](https://github.com/VirtoCommerce/vc-shell/commit/d587e39345fcca9a28f8290ba9761e0325e933de))
4224
+ - build failure fix ([d9cd4e7](https://github.com/VirtoCommerce/vc-shell/commit/d9cd4e76378d328527f46f91930ee352fe8f811c))
4225
+
4226
+ ## [0.0.43](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.42...v0.0.43) (2021-09-24)
4227
+
4228
+ ### Features
4229
+
4230
+ - product list update on changes ([198731f](https://github.com/VirtoCommerce/vc-shell/commit/198731ff5b8b5a0539ccca5c4998bb02f2d5b4fb))
4231
+ - autocomplete and select v-models ([775c913](https://github.com/VirtoCommerce/vc-shell/commit/775c91388c7fc05db08b82663310ba3153187245))
4232
+ - basic mobile UI/UX ([77be3a4](https://github.com/VirtoCommerce/vc-shell/commit/77be3a414e842500e6ca9fded1ffadd4eccb68ed))
4233
+ - routing update ([d7ec6ef](https://github.com/VirtoCommerce/vc-shell/commit/d7ec6effd07aa5c5156a7f36cf652dbe024803c7))
4234
+ - gallery upload, table width, label updates ([596ec14](https://github.com/VirtoCommerce/vc-shell/commit/596ec1451d7f4c57abc5b336737b40d79773000d))
4235
+
4236
+ ## [0.0.42](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.41...v0.0.42) (2021-09-23)
4237
+
4238
+ **Note:** Version bump only for package @vc-shell/framework
4239
+
4240
+ ## [0.0.41](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.40...v0.0.41) (2021-09-23)
4241
+
4242
+ ### Features
4243
+
4244
+ - apply new statuses matrix ([31f2ab0](https://github.com/VirtoCommerce/vc-shell/commit/31f2ab0fa9ee28491cb43d993a56be2a86ff835e))
4245
+
4246
+ ## [0.0.40](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.39...v0.0.40) (2021-09-23)
4247
+
4248
+ ### Features
4249
+
4250
+ - product list connect to Api ([53bb711](https://github.com/VirtoCommerce/vc-shell/commit/53bb7119dd0603cb136024a35ff66cb47cfd8248))
4251
+
4252
+ ## [0.0.39](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.38...v0.0.39) (2021-09-13)
4253
+
4254
+ ### Features
4255
+
4256
+ - vm-94 - gallery component ([ee288e2](https://github.com/VirtoCommerce/vc-shell/commit/ee288e2107771e8ae6787fbd3bdbf03fd4ef3b4a))
4257
+ - gallery component ([ecb9219](https://github.com/VirtoCommerce/vc-shell/commit/ecb9219d376035a9e16f221bcb961f50b1443179))
4258
+ - vm-26 - form components improvements ([2ffc621](https://github.com/VirtoCommerce/vc-shell/commit/2ffc62184f436c2e029e529975c5f1c379ce8c3a))
4259
+
4260
+ ## [0.0.38](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.37...v0.0.38) (2021-09-09)
4261
+
4262
+ ### Features
4263
+
4264
+ - repository-level storybook ([436addd](https://github.com/VirtoCommerce/vc-shell/commit/436addda5f2b546e780ae895f9316b52447b5fc1))
4265
+ - naming standarts ([45a4eae](https://github.com/VirtoCommerce/vc-shell/commit/45a4eae642d1f7d67efe8551ea7e3a37d6d47abb))
4266
+
4267
+ ## [0.0.37](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.36...v0.0.37) (2021-09-07)
4268
+
4269
+ ### Features
4270
+
4271
+ - vm-20 offers list ([ebafb36](https://github.com/VirtoCommerce/vc-shell/commit/ebafb36bb151f28f4415e5ebb4223d029514e90a))
4272
+
4273
+ ## [0.0.36](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.35...v0.0.36) (2021-09-07)
4274
+
4275
+ ### Features
4276
+
4277
+ - vm-97 extended products ([496db62](https://github.com/VirtoCommerce/vc-shell/commit/496db62414726df80561945f80d8957c543c00c3))
4278
+
4279
+ ## [0.0.35](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.34...v0.0.35) (2021-09-07)
4280
+
4281
+ ### Features
4282
+
4283
+ - vm-97 extended products ([cab5998](https://github.com/VirtoCommerce/vc-shell/commit/cab5998e2254a2c5d810e3e0e28dc3dc4b8ed8e0))
4284
+
4285
+ ## [0.0.34](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.33...v0.0.34) (2021-09-07)
4286
+
4287
+ ### Features
4288
+
4289
+ - vm-97 extended products ([b617328](https://github.com/VirtoCommerce/vc-shell/commit/b617328ccac90cf84b59d7f31f901b51ad2f41ff))
4290
+ - vm-97 extended products ([1b6e54a](https://github.com/VirtoCommerce/vc-shell/commit/1b6e54a2ecddc95944b5885b1c4821a939b8c038))
4291
+ - vm-33 loading indicator ([a8241c1](https://github.com/VirtoCommerce/vc-shell/commit/a8241c1577663961bed735779d4c5efddb92c3a3))
4292
+ - vm-26 - app style improvements ([50becc0](https://github.com/VirtoCommerce/vc-shell/commit/50becc09fe4afe1e4e21e1f45c4727ba1b473e19))
4293
+
4294
+ ## [0.0.33](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.32...v0.0.33) (2021-09-02)
4295
+
4296
+ ### Features
4297
+
4298
+ - vm-14 - multiple components improved ([41cd1a3](https://github.com/VirtoCommerce/vc-shell/commit/41cd1a305740d9dafa5e621c607583e0f18c6e48))
4299
+ - vm-14 - table improvements ([9184acf](https://github.com/VirtoCommerce/vc-shell/commit/9184acfc1e86b1f151d69d836466b6f0e07c2ce2))
4300
+
4301
+ ## [0.0.32](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.31...v0.0.32) (2021-08-31)
4302
+
4303
+ ### Features
4304
+
4305
+ - vm-35 table sorting ([e26abf5](https://github.com/VirtoCommerce/vc-shell/commit/e26abf5eb21fe928d379282c1df5269c82b9b877))
4306
+ - vm-31 - table styling ([8cf26a1](https://github.com/VirtoCommerce/vc-shell/commit/8cf26a1cc76c881ffb9b9f1ee74be578d009ee26))
4307
+ - vm-66 - product list search component ([8abc12d](https://github.com/VirtoCommerce/vc-shell/commit/8abc12d66ba3c56f9bc426af3efc1564218f51c0))
4308
+ - vm-14 - product total count ([b51e2c0](https://github.com/VirtoCommerce/vc-shell/commit/b51e2c00ac1f3d6d2aa05f580378deff0fc2cd7a))
4309
+ - vm-32 - pagination component ([91d2463](https://github.com/VirtoCommerce/vc-shell/commit/91d246385083597fbaaed9c1ce02ec287830309d))
4310
+ - vm-32 - pagination component ([e6691cf](https://github.com/VirtoCommerce/vc-shell/commit/e6691cff79e9b93c9788eff78291e84c46711e90))
4311
+
4312
+ ## [0.0.31](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.30...v0.0.31) (2021-08-30)
4313
+
4314
+ ### Features
4315
+
4316
+ - vm-31 table display ([ebb2924](https://github.com/VirtoCommerce/vc-shell/commit/ebb292476ddf010d69fac361eef9ffb8045fdc0a))
4317
+
4318
+ ## [0.0.30](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.29...v0.0.30) (2021-08-26)
4319
+
4320
+ ### Features
4321
+
4322
+ - **ui:** component relocation ([54caaea](https://github.com/VirtoCommerce/vc-shell/commit/54caaeaf105a6582917db29fa5d8bb34a0f16f62))
4323
+ - yarn migration and cleanup ([5c0fc1b](https://github.com/VirtoCommerce/vc-shell/commit/5c0fc1b02515fada99be5c2e5d4db8ce3c47a36e))
4324
+ - typescript watching ([dc6a43a](https://github.com/VirtoCommerce/vc-shell/commit/dc6a43a4ce9c3cc5b0ab694ad8b637d86849b3c6))
4325
+ - **core:** routing update (WIP) ([47a8ab2](https://github.com/VirtoCommerce/vc-shell/commit/47a8ab274f610820a1e91f63d99995601e898961))
4326
+ - signIn/signOut ([3493066](https://github.com/VirtoCommerce/vc-shell/commit/3493066c28b34359c1c89c695c33c6a264d10398))
4327
+ - **core:** webpack config for @vueuse submodules ([79aeef7](https://github.com/VirtoCommerce/vc-shell/commit/79aeef71c838bbe46eacdeaf37a079756a2e2c41))
4328
+ - store access toke in cookies (does not compile) ([fd75285](https://github.com/VirtoCommerce/vc-shell/commit/fd75285c62f9b9136f77ac4f79d2ae388682ae54))
4329
+
4330
+ ### Bug Fixes
4331
+
4332
+ - watching fix ([a7da180](https://github.com/VirtoCommerce/vc-shell/commit/a7da180682a15b9dedf206067df70000ff869c9d))
4333
+ - watching fix ([f65ba67](https://github.com/VirtoCommerce/vc-shell/commit/f65ba67b68d6082d22bb00885ac4ef82baca6ce1))
4334
+ - **ui:** storybook build issues ([484acc5](https://github.com/VirtoCommerce/vc-shell/commit/484acc52ab9623fa5db9c2650846fde268083d9f))
4335
+
4336
+ ### Code Refactoring
4337
+
4338
+ - code polish ([5947283](https://github.com/VirtoCommerce/vc-shell/commit/5947283c8037c98c28f63bc4463c014fa0bcdf6b))
4339
+
4340
+ ## [0.0.29](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.28...v0.0.29) (2021-08-20)
4341
+
4342
+ ### Features
4343
+
4344
+ - **core:** additional dependencies for API connecton ([6d77562](https://github.com/VirtoCommerce/vc-shell/commit/6d77562d0509544248e2d9494f89ec4960b6d52a))
4345
+ - **app-demo-manager:** connect to platform api ([9198c70](https://github.com/VirtoCommerce/vc-shell/commit/9198c700acafa4ad233c62f59539c476bb89a2ca))
4346
+
4347
+ ### Bug Fixes
4348
+
4349
+ - **app-demo-manager:** add missed changes after merging ([2d6be5e](https://github.com/VirtoCommerce/vc-shell/commit/2d6be5e40526d3dccb1933384f5fb86cde4ce4b1))
4350
+
4351
+ ## [0.0.28](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.27...v0.0.28) (2021-08-19)
4352
+
4353
+ ### Features
4354
+
4355
+ - **app-demo-manager:** order blade ([72e2efe](https://github.com/VirtoCommerce/vc-shell/commit/72e2efe64aea0fdecf7ddfcd9cfc6766eafa89c0))
4356
+
4357
+ ## [0.0.27](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.26...v0.0.27) (2021-08-19)
4358
+
4359
+ **Note:** Version bump only for package @vc-shell/framework
4360
+
4361
+ ## [0.0.26](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.25...v0.0.26) (2021-08-19)
4362
+
4363
+ **Note:** Version bump only for package @vc-shell/framework
4364
+
4365
+ ## [0.0.25](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.24...v0.0.25) (2021-08-12)
4366
+
4367
+ ### Features
4368
+
4369
+ - sample workspace with blade ([1c772fc](https://github.com/VirtoCommerce/vc-shell/commit/1c772fcfa09311f38dfb68c4c16345caf2372d38))
4370
+
4371
+ ## [0.0.24](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.23...v0.0.24) (2021-08-12)
4372
+
4373
+ ### Features
4374
+
4375
+ - **ui:** some codestyle improvements ([443fcc4](https://github.com/VirtoCommerce/vc-shell/commit/443fcc4b4e0e9030365cf0eb5d0325358cd88f1d))
4376
+
4377
+ ## [0.0.23](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.22...v0.0.23) (2021-08-12)
4378
+
4379
+ ### Features
4380
+
4381
+ - **ui:** vc-icon component update ([1c7d84f](https://github.com/VirtoCommerce/vc-shell/commit/1c7d84f01dbe782d7709779becb9bd3ae646ef31))
4382
+
4383
+ ## [0.0.22](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.21...v0.0.22) (2021-08-11)
4384
+
4385
+ ### Features
4386
+
4387
+ - **ui:** vc-tooltip component ([82face9](https://github.com/VirtoCommerce/vc-shell/commit/82face9ce96889aad8dfc83cba4db059997c76c0))
4388
+ - **ui:** vc-progressbar component ([5dbb3f0](https://github.com/VirtoCommerce/vc-shell/commit/5dbb3f0e3ae4fb36804bc68e89768b43a3d25bcf))
4389
+ - **ui:** remove vc-spacer component ([3038110](https://github.com/VirtoCommerce/vc-shell/commit/30381106d9b570690a8d9a47377ff536c2c5eec5))
4390
+ - **ui:** vc-image component ([1ee7cc3](https://github.com/VirtoCommerce/vc-shell/commit/1ee7cc3ac8293e7d4beba5cbfed715b95a21ce7a))
4391
+ - **ui:** vc-container component ([ebdaa41](https://github.com/VirtoCommerce/vc-shell/commit/ebdaa4164b15bdb79a1acd0b3d119e54fcaabb6a))
4392
+ - **ui:** vc-container component ([6bca4d6](https://github.com/VirtoCommerce/vc-shell/commit/6bca4d66a47b694ece70a0af9594c06c3dc3c3d3))
4393
+
4394
+ ## [0.0.21](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.20...v0.0.21) (2021-08-11)
4395
+
4396
+ ### Features
4397
+
4398
+ - **ui:** storybook static assets ([6794188](https://github.com/VirtoCommerce/vc-shell/commit/679418826ba785a817e0c5b33950564ed64cc73f))
4399
+
4400
+ ## [0.0.20](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.19...v0.0.20) (2021-08-11)
4401
+
4402
+ ### Features
4403
+
4404
+ - **ui:** vc-breadcrumbs-item component ([062d653](https://github.com/VirtoCommerce/vc-shell/commit/062d6532c8bfd07bf170d63e7224ea606b92e637))
4405
+ - **ui:** vc-breadcrumbs component update ([dea9e89](https://github.com/VirtoCommerce/vc-shell/commit/dea9e8940c18daaefb743fc8df0e0dc50f25d28a))
4406
+ - **ui:** vc-blade-toolbar-button component update ([5d3c586](https://github.com/VirtoCommerce/vc-shell/commit/5d3c586d4c7a310767cf16fe32620d86ec8a8151))
4407
+ - **ui:** vc-blade component update ([615676e](https://github.com/VirtoCommerce/vc-shell/commit/615676e17cacf52c5cfa7f8f57efa0c0a4210465))
4408
+ - **ui:** vc-blade-toolbar component update ([9a71287](https://github.com/VirtoCommerce/vc-shell/commit/9a712871cd60f8c11cec3bf612230e4e3d036082))
4409
+ - **ui:** vc-blade-header component update ([48a18ce](https://github.com/VirtoCommerce/vc-shell/commit/48a18cea84ffd5fc2db3b62e06ccf2525907ac16))
4410
+ - **ui:** vc-blade component update ([2c3fe2b](https://github.com/VirtoCommerce/vc-shell/commit/2c3fe2bf56a70dff938b496d6ec50353bda06ce4))
4411
+ - **ui:** vc-blade-toolbar-button component ([83d2af7](https://github.com/VirtoCommerce/vc-shell/commit/83d2af760e13985c417e4c92ac6927afd51737fe))
4412
+ - **ui:** vc-blade-toolbar component ([dd61fea](https://github.com/VirtoCommerce/vc-shell/commit/dd61fea8499d0d226d007a154d6476036ba21297))
4413
+
4414
+ ## [0.0.19](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.18...v0.0.19) (2021-08-11)
4415
+
4416
+ ### Features
4417
+
4418
+ - **ui:** vc-blade-header component ([80207b2](https://github.com/VirtoCommerce/vc-shell/commit/80207b2a2f7c417cbf572230f4eaf36513ec7f40))
4419
+
4420
+ ## [0.0.18](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.17...v0.0.18) (2021-08-11)
4421
+
4422
+ ### Features
4423
+
4424
+ - **ui:** vc-thumbnail component ([fa00029](https://github.com/VirtoCommerce/vc-shell/commit/fa00029729c20ec4c5e73862f13df6200e7cfb02))
4425
+ - **ui:** vc-thumbnail component ([f83e401](https://github.com/VirtoCommerce/vc-shell/commit/f83e40195ec401a0eaf31ae527f9cd0b8dd9b3a6))
4426
+ - **ui:** vc-icon component ([ae06601](https://github.com/VirtoCommerce/vc-shell/commit/ae06601c1798601a73cafaf7d4355e5542df7ad5))
4427
+
4428
+ ## [0.0.17](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.16...v0.0.17) (2021-08-10)
4429
+
4430
+ ### Features
4431
+
4432
+ - login component style minor update ([244e147](https://github.com/VirtoCommerce/vc-shell/commit/244e1476f610dc28ceb5d7582573a33491fbb2c5))
4433
+
4434
+ ## [0.0.16](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.15...v0.0.16) (2021-08-10)
4435
+
4436
+ ### Features
4437
+
4438
+ - **ui:** vc-button component ([98fa9c3](https://github.com/VirtoCommerce/vc-shell/commit/98fa9c35309ff80a8c8f190bba1e73b7edd22e85))
4439
+ - **ui:** storybook icons and fonts ([7685968](https://github.com/VirtoCommerce/vc-shell/commit/76859687c28053a77129872d009b5d7a59f5a773))
4440
+ - **ui:** vc-link component ([83e62c5](https://github.com/VirtoCommerce/vc-shell/commit/83e62c578d6b36ba1b4b649998e2f750e0c1f7d6))
4441
+ - **ui:** vc-bubble component ([1f242ba](https://github.com/VirtoCommerce/vc-shell/commit/1f242ba76511c7e7678a3712d07a1a5cdd5c29ac))
4442
+ - **ui:** vc-badge component ([7d02109](https://github.com/VirtoCommerce/vc-shell/commit/7d021095f32ecf3be49fdaf5e08bf7d2f85f41f7))
4443
+ - profile menu item clickable ([bcfbd15](https://github.com/VirtoCommerce/vc-shell/commit/bcfbd15aa410a2e5c739ec5a7da3ea7b0a5aba96))
4444
+ - minor style improvements ([b588956](https://github.com/VirtoCommerce/vc-shell/commit/b58895667a89085647d728d77f835bc62d866273))
4445
+
4446
+ ## [0.0.15](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.14...v0.0.15) (2021-08-09)
4447
+
4448
+ **Note:** Version bump only for package @vc-shell/framework
4449
+
4450
+ ## [0.0.14](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.13...v0.0.14) (2021-08-05)
4451
+
4452
+ ### Features
4453
+
4454
+ - workspace layout WIP ([1edc014](https://github.com/VirtoCommerce/vc-shell/commit/1edc014b320c1f57b7a83d2bc7150f3a834d7724))
4455
+
4456
+ ## [0.0.13](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.12...v0.0.13) (2021-08-05)
4457
+
4458
+ ### Features
4459
+
4460
+ - login form ([8acb2c6](https://github.com/VirtoCommerce/vc-shell/commit/8acb2c6bc58c1c9355293a1c514a0a777e7fc65c))
4461
+
4462
+ ## [0.0.12](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.11...v0.0.12) (2021-08-05)
4463
+
4464
+ ### Bug Fixes
4465
+
4466
+ - storybook build pipeline ([c27dba0](https://github.com/VirtoCommerce/vc-shell/commit/c27dba0e054e85a8a7f5539d2e09f864cd3dfd50))
4467
+
4468
+ ## [0.0.11](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.10...v0.0.11) (2021-08-05)
4469
+
4470
+ ### Features
4471
+
4472
+ - login form and route guarding ([78813af](https://github.com/VirtoCommerce/vc-shell/commit/78813afc10753f4972d2e120c3ea48295131b2ed))
4473
+ - ui component structure aligned with docs ([2001f40](https://github.com/VirtoCommerce/vc-shell/commit/2001f404583a385531d1395591f16a251ee41f95))
4474
+
4475
+ ## [0.0.10](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.9...v0.0.10) (2021-08-04)
4476
+
4477
+ **Note:** Version bump only for package @vc-shell/framework
4478
+
4479
+ ## [0.0.9](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.8...v0.0.9) (2021-08-04)
4480
+
4481
+ ### Features
4482
+
4483
+ - demo manager version display and locale ([674dc7e](https://github.com/VirtoCommerce/vc-shell/commit/674dc7e4a993f12477764ef3e1ad1c4b5f2f7a3b))
4484
+ - core composables ([57d84af](https://github.com/VirtoCommerce/vc-shell/commit/57d84afae7eeaab6c501346150f18ce49f7c27b7))
4485
+ - core composables ([7713230](https://github.com/VirtoCommerce/vc-shell/commit/771323097efd7aef41fc77d320e153e589c2f0e0))
4486
+
4487
+ ## [0.0.8](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.7...v0.0.8) (2021-08-02)
4488
+
4489
+ ### Features
4490
+
4491
+ - new folder structure ([caa6712](https://github.com/VirtoCommerce/vc-shell/commit/caa67129423a8cde15212961ee0cbfed9ac08b53))
4492
+
4493
+ ## [0.0.7](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.6...v0.0.7) (2021-07-29)
4494
+
4495
+ **Note:** Version bump only for package @vc-shell/framework
4496
+
4497
+ ## [0.0.6](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.5...v0.0.6) (2021-07-28)
4498
+
4499
+ **Note:** Version bump only for package @vc-shell/framework
4500
+
4501
+ ## [0.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.4...v0.0.5) (2021-07-22)
4502
+
4503
+ **Note:** Version bump only for package @vc-shell/framework
4504
+
4505
+ ## [0.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.3...v0.0.4) (2021-07-21)
4506
+
4507
+ **Note:** Version bump only for package @vc-shell/framework
4508
+
4509
+ ## 0.0.3 (2021-07-20)
4510
+
4511
+ **Note:** Version bump only for package @vc-shell/framework