@retailcrm/embed-ui 0.9.2 → 0.9.4
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/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.9.4](https://github.com/retailcrm/embed-ui/compare/v0.9.3...v0.9.4) (2025-12-08)
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **v1-components:** Attributes inheritance for UiModalSidebar ([3c775c9](https://github.com/retailcrm/embed-ui/commit/3c775c9aee5211e0cf0efb8dcf351807089a437c))
|
|
9
|
+
## [0.9.3](https://github.com/retailcrm/embed-ui/compare/v0.9.2...v0.9.3) (2025-11-24)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Replaced useTemplateRef with shallowRef ([8382815](https://github.com/retailcrm/embed-ui/commit/8382815a28f1f7e0c1b298d7058f6e64136efbb7))
|
|
14
|
+
* Style for disabled textbox ([45bb4a4](https://github.com/retailcrm/embed-ui/commit/45bb4a40e23664c1d7e742ab6735c0d856539caa))
|
|
4
15
|
## [0.9.2](https://github.com/retailcrm/embed-ui/compare/v0.9.1...v0.9.2) (2025-11-24)
|
|
5
16
|
|
|
6
17
|
### 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.4",
|
|
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.8",
|
|
42
42
|
"@remote-ui/rpc": "^1.4.5",
|
|
43
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.9.
|
|
44
|
-
"@retailcrm/embed-ui-v1-types": "^0.9.
|
|
43
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.9.4",
|
|
44
|
+
"@retailcrm/embed-ui-v1-types": "^0.9.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@eslint/eslintrc": "^3.3.1",
|
|
48
48
|
"@eslint/js": "^9.39.1",
|
|
49
49
|
"@modulify/git-toolkit": "^0.0.2",
|
|
50
50
|
"@modulify/pkg": "^1.0.1",
|
|
51
|
-
"@retailcrm/embed-ui-v1-testing": "^0.9.
|
|
51
|
+
"@retailcrm/embed-ui-v1-testing": "^0.9.4",
|
|
52
52
|
"@types/git-semver-tags": "^7.0.0",
|
|
53
53
|
"@types/node": "^22.7.9",
|
|
54
54
|
"@types/semver": "^7.5.8",
|