@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 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
@@ -327,7 +327,7 @@ const createRoot = async (channel) => {
327
327
  "UiToolbarButton",
328
328
  "UiToolbarLink",
329
329
  "UiTransition",
330
- "CrmYandexMap"
330
+ "UiYandexMap"
331
331
  ]
332
332
  });
333
333
  await root.mount();
package/dist/index.mjs CHANGED
@@ -325,7 +325,7 @@ const createRoot = async (channel) => {
325
325
  "UiToolbarButton",
326
326
  "UiToolbarLink",
327
327
  "UiTransition",
328
- "CrmYandexMap"
328
+ "UiYandexMap"
329
329
  ]
330
330
  });
331
331
  await root.mount();
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-beta.3",
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>",