@retailcrm/embed-ui 0.8.0 → 0.8.1
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 +5 -0
- package/dist/meta.json +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.8.1](https://github.com/retailcrm/embed-ui/compare/v0.8.0...v0.8.1) (2025-07-29)
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Added field 'code' to OrderItemStatus ([892ebdd](https://github.com/retailcrm/embed-ui/commit/892ebdd0fa008d33abf0668e6c5ba3a51bc6886e))
|
|
4
9
|
## [0.8.0](https://github.com/retailcrm/embed-ui/compare/v0.7.0...v0.8.0) (2025-07-29)
|
|
5
10
|
|
|
6
11
|
### ⚠ BREAKING CHANGES
|
package/dist/meta.json
CHANGED
|
@@ -556,6 +556,15 @@
|
|
|
556
556
|
"ru-RU": "Идентификатор"
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
|
+
{
|
|
560
|
+
"name": "code",
|
|
561
|
+
"type": "string",
|
|
562
|
+
"description": {
|
|
563
|
+
"en-GB": "Character code",
|
|
564
|
+
"es-ES": "Código de caracteres",
|
|
565
|
+
"ru-RU": "Символьный код"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
559
568
|
{
|
|
560
569
|
"name": "name",
|
|
561
570
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.1",
|
|
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>",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"@omnicajs/symfony-router": "^1.0.0",
|
|
41
41
|
"@omnicajs/vue-remote": "^0.2.5",
|
|
42
42
|
"@remote-ui/rpc": "^1.4.5",
|
|
43
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.8.
|
|
44
|
-
"@retailcrm/embed-ui-v1-types": "^0.8.
|
|
43
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.8.1",
|
|
44
|
+
"@retailcrm/embed-ui-v1-types": "^0.8.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@eslint/eslintrc": "^3.0.2",
|
|
48
48
|
"@eslint/js": "^9.13.0",
|
|
49
49
|
"@modulify/git-toolkit": "^0.0.2",
|
|
50
50
|
"@modulify/pkg": "^1.0.1",
|
|
51
|
-
"@retailcrm/embed-ui-v1-testing": "^0.8.
|
|
51
|
+
"@retailcrm/embed-ui-v1-testing": "^0.8.1",
|
|
52
52
|
"@types/git-semver-tags": "^7.0.0",
|
|
53
53
|
"@types/node": "^22.7.9",
|
|
54
54
|
"@types/semver": "^7.5.8",
|