@retailcrm/embed-ui 0.9.19 → 0.9.21
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 +12 -0
- package/package.json +14 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.9.21](https://github.com/retailcrm/embed-ui/compare/v0.9.20...v0.9.21) (2026-04-30)
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **v1-components:** Added Storybook host and UiField story width were adjusted ([cc0de30](https://github.com/retailcrm/embed-ui/commit/cc0de3080943d4159d48c0850318c8a5027017a6))
|
|
9
|
+
* **v1-components:** fixed clear action in UiSelectTrigger ([7d581cb](https://github.com/retailcrm/embed-ui/commit/7d581cb689789b08b9207cc78d1fe7d41fe2d973))
|
|
10
|
+
* **v1-components:** reworked UiPageHeader actions layout ([d7c48e8](https://github.com/retailcrm/embed-ui/commit/d7c48e8d222bf117fcbf588254bb0d113a4ca5ba))
|
|
11
|
+
## [0.9.20](https://github.com/retailcrm/embed-ui/compare/v0.9.19...v0.9.20) (2026-04-22)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **v1-components:** UiSelect placeholder default cleared ([214e864](https://github.com/retailcrm/embed-ui/commit/214e864577b044fcea82cbb458bcf4f8f4d5f877))
|
|
4
16
|
## [0.9.19](https://github.com/retailcrm/embed-ui/compare/v0.9.18...v0.9.19) (2026-04-06)
|
|
5
17
|
|
|
6
18
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.21",
|
|
5
5
|
"description": "API and components for creating RetailCRM UI extensions",
|
|
6
6
|
"repository": "git@github.com:retailcrm/embed-ui.git",
|
|
7
7
|
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"@omnicajs/symfony-router": "^1.0.0",
|
|
43
43
|
"@omnicajs/vue-remote": "^0.2.23",
|
|
44
44
|
"@remote-ui/rpc": "^1.4.5",
|
|
45
|
-
"@retailcrm/embed-ui-v1-components": "^0.9.
|
|
46
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.9.
|
|
47
|
-
"@retailcrm/embed-ui-v1-types": "^0.9.
|
|
45
|
+
"@retailcrm/embed-ui-v1-components": "^0.9.21",
|
|
46
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.9.21",
|
|
47
|
+
"@retailcrm/embed-ui-v1-types": "^0.9.21"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@eslint/eslintrc": "^3.3.3",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"@modulify/git-toolkit": "^0.0.2",
|
|
53
53
|
"@modulify/pkg": "^1.0.1",
|
|
54
54
|
"@omnicajs/eslint-plugin-dependencies": "^0.0.2",
|
|
55
|
-
"@retailcrm/embed-ui-v1-testing": "^0.9.
|
|
55
|
+
"@retailcrm/embed-ui-v1-testing": "^0.9.21",
|
|
56
56
|
"@types/git-semver-tags": "^7.0.0",
|
|
57
57
|
"@types/node": "^22.19.2",
|
|
58
58
|
"@types/semver": "^7.7.1",
|
|
59
59
|
"@types/yargs": "^17.0.35",
|
|
60
60
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
61
|
-
"@vitest/coverage-istanbul": "4.
|
|
61
|
+
"@vitest/coverage-istanbul": "4.1.3",
|
|
62
62
|
"@vue/language-server": "^3.1.8",
|
|
63
63
|
"@vue/test-utils": "^2.4.6",
|
|
64
64
|
"chalk": "^5.3.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"eslint-plugin-import": "^2.32.0",
|
|
70
70
|
"eslint-plugin-n": "^17.23.1",
|
|
71
71
|
"eslint-plugin-promise": "^7.2.1",
|
|
72
|
-
"eslint-plugin-vue": "^
|
|
72
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
73
73
|
"figures": "^6.1.0",
|
|
74
74
|
"git-semver-tags": "^7.0.1",
|
|
75
75
|
"glob": "^13.0.0",
|
|
@@ -80,12 +80,16 @@
|
|
|
80
80
|
"tsx": "^4.21.0",
|
|
81
81
|
"typescript": "^5.9.3",
|
|
82
82
|
"typescript-eslint": "^8.49.0",
|
|
83
|
-
"vite": "^7.2
|
|
83
|
+
"vite": "^7.3.2",
|
|
84
84
|
"vite-plugin-dts": "^4.5.4",
|
|
85
|
-
"vitest": "^4.
|
|
86
|
-
"vue": "^3.5.
|
|
85
|
+
"vitest": "^4.1.3",
|
|
86
|
+
"vue": "^3.5.32",
|
|
87
|
+
"vue-eslint-parser": "^10.4.0",
|
|
87
88
|
"yargs": "^17.7.2"
|
|
88
89
|
},
|
|
90
|
+
"resolutions": {
|
|
91
|
+
"handlebars": "^4.7.9"
|
|
92
|
+
},
|
|
89
93
|
"publishConfig": {
|
|
90
94
|
"access": "public"
|
|
91
95
|
},
|