@retailcrm/embed-ui 0.5.5 → 0.5.7
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 +11 -0
- package/README.md +2 -0
- package/dist/index.cjs +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.5.7](https://github.com/retailcrm/embed-ui/compare/v0.5.6...v0.5.7) (2025-01-14)
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **v1-components:** Added chevron-left icon sprite ([687a69c](https://github.com/retailcrm/embed-ui/commit/687a69c13c858c4ae258f2bad1185bfb116a926e))
|
|
9
|
+
* **v1-components:** Added UiAvatar component ([ea6ae32](https://github.com/retailcrm/embed-ui/commit/ea6ae32e6e0a6db7764788fc51774eb5455ba2eb))
|
|
10
|
+
## [0.5.6](https://github.com/retailcrm/embed-ui/compare/v0.5.5...v0.5.6) (2025-01-03)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Updated vue-remote to v0.2.5 with fixes to host tree update mechanism ([72427e5](https://github.com/retailcrm/embed-ui/commit/72427e5883d51090a684b91d5e18ec508fa04389))
|
|
4
15
|
## [0.5.5](https://github.com/retailcrm/embed-ui/compare/v0.5.4...v0.5.5) (2024-12-28)
|
|
5
16
|
|
|
6
17
|
### Features
|
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.7",
|
|
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>",
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"eslint": "eslint .",
|
|
31
31
|
"test": "vitest --run"
|
|
32
32
|
},
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@omnicajs/vue-remote": "^0.2.3",
|
|
35
|
-
"@remote-ui/rpc": "^1.4.5",
|
|
36
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.5.5",
|
|
37
|
-
"@retailcrm/embed-ui-v1-types": "^0.5.5"
|
|
38
|
-
},
|
|
39
33
|
"peerDependencies": {
|
|
40
34
|
"pinia": "^2.2",
|
|
41
35
|
"vue": "^3.5"
|
|
42
36
|
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@omnicajs/vue-remote": "^0.2.5",
|
|
39
|
+
"@remote-ui/rpc": "^1.4.5",
|
|
40
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.5.7",
|
|
41
|
+
"@retailcrm/embed-ui-v1-types": "^0.5.7"
|
|
42
|
+
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@eslint/eslintrc": "^3.0.2",
|
|
45
45
|
"@eslint/js": "^9.13.0",
|
|
46
|
-
"@retailcrm/embed-ui-v1-testing": "^0.5.
|
|
46
|
+
"@retailcrm/embed-ui-v1-testing": "^0.5.7",
|
|
47
47
|
"@types/git-semver-tags": "^7.0.0",
|
|
48
48
|
"@types/node": "^22.7.9",
|
|
49
49
|
"@types/semver": "^7.5.8",
|