@retailcrm/embed-ui 0.5.12 → 0.5.13
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/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.5.13](https://github.com/retailcrm/embed-ui/compare/v0.5.12...v0.5.13) (2025-01-24)
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **v1-components:** Expanded TS type 'Dimensions' with a set of values like `-xM` ([90e270f](https://github.com/retailcrm/embed-ui/commit/90e270f62a1c4af2c05257784910220d2ba3ee5c))
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **v1-components:** Validator for UiLink & UiToolbarLink allows javascript:void(0) ([693e7d4](https://github.com/retailcrm/embed-ui/commit/693e7d4645332d11b91d8041e0dfa918f07f86a7))
|
|
4
13
|
## [0.5.12](https://github.com/retailcrm/embed-ui/compare/v0.5.11...v0.5.12) (2025-01-23)
|
|
5
14
|
|
|
6
15
|
### Features
|
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.13",
|
|
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>",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@omnicajs/vue-remote": "^0.2.5",
|
|
39
39
|
"@remote-ui/rpc": "^1.4.5",
|
|
40
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.5.
|
|
41
|
-
"@retailcrm/embed-ui-v1-types": "^0.5.
|
|
40
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.5.13",
|
|
41
|
+
"@retailcrm/embed-ui-v1-types": "^0.5.13"
|
|
42
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.13",
|
|
47
47
|
"@types/git-semver-tags": "^7.0.0",
|
|
48
48
|
"@types/node": "^22.7.9",
|
|
49
49
|
"@types/semver": "^7.5.8",
|