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