@retailcrm/embed-ui 0.6.1 → 0.7.0
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 +9 -0
- package/dist/meta.json +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.7.0](https://github.com/retailcrm/embed-ui/compare/v0.6.1...v0.7.0) (2025-07-28)
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* **v1-contexts:** Убрана возможность передать null в качестве statusId в действии changeItemStatus, переименовано поле в действии createItem priceCode => priceTypeCode
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **v1-contexts:** Убрана возможность передать null в качестве statusId в действии changeItemStatus, переименовано поле в действии createItem priceCode => priceTypeCode ([548be18](https://github.com/retailcrm/embed-ui/commit/548be184af62f61e36b0780b5ecb80204999df42))
|
|
4
13
|
## [0.6.1](https://github.com/retailcrm/embed-ui/compare/v0.6.0...v0.6.1) (2025-07-27)
|
|
5
14
|
|
|
6
15
|
### Features
|
package/dist/meta.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
-
"name": "
|
|
34
|
+
"name": "priceTypeCode",
|
|
35
35
|
"type": "string",
|
|
36
36
|
"description": {
|
|
37
37
|
"en-GB": "Character price type code",
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
},
|
|
758
758
|
{
|
|
759
759
|
"name": "statusId",
|
|
760
|
-
"type": "number
|
|
760
|
+
"type": "number"
|
|
761
761
|
}
|
|
762
762
|
],
|
|
763
763
|
"returns": "Promise<void>",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
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.
|
|
44
|
-
"@retailcrm/embed-ui-v1-types": "^0.
|
|
43
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.7.0",
|
|
44
|
+
"@retailcrm/embed-ui-v1-types": "^0.7.0"
|
|
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.
|
|
51
|
+
"@retailcrm/embed-ui-v1-testing": "^0.7.0",
|
|
52
52
|
"@types/git-semver-tags": "^7.0.0",
|
|
53
53
|
"@types/node": "^22.7.9",
|
|
54
54
|
"@types/semver": "^7.5.8",
|