@retailcrm/embed-ui 0.4.1-beta.3 → 0.4.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 +10 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.4.1](https://github.com/retailcrm/embed-ui/compare/v0.4.1-beta.4...v0.4.1) (2024-11-29)
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **v1-components:** Fallback i18n injection to null ([2c9250f](https://github.com/retailcrm/embed-ui/commit/2c9250fc2e9639404455af0be5fbc00390e586ba))
|
|
9
|
+
## [0.4.1-beta.4](https://github.com/retailcrm/embed-ui/compare/v0.4.1-beta.3...v0.4.1-beta.4) (2024-11-29)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **v1-components:** Missing event in UiYandexMap remote component declaration, replaced CrmYandexMap with UiYandexMap in remote root known components list ([e18c3cf](https://github.com/retailcrm/embed-ui/commit/e18c3cf6deb8768e3982c393be692605e80a35a6))
|
|
4
14
|
## [0.4.1-beta.3](https://github.com/retailcrm/embed-ui/compare/v0.4.1-beta.2...v0.4.1-beta.3) (2024-11-29)
|
|
5
15
|
|
|
6
16
|
### Features
|
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.4.1
|
|
4
|
+
"version": "0.4.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>",
|