@roomle/embedding-lib 5.30.0-alpha.3 → 5.30.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.
@@ -1,18 +1,6 @@
1
- ## [5.30.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.30.0-alpha.2...embedding-lib-v5.30.0-alpha.3) (2025-10-16)
2
-
3
-
4
- ### Features
5
-
6
- * **core:** upgrade to version 2.62.0-alpha.10 ([aef82d1](https://github.com/roomle-dev/roomle-ui/commit/aef82d1db9c3fb4ad172d1a59c9afb463fb290b0))
7
- * **core:** upgrade to version 2.62.0-alpha.11 ([797d177](https://github.com/roomle-dev/roomle-ui/commit/797d177a8db54fafe09723751f3c084b973330b1))
8
- * **core:** upgrade to version 2.62.0-alpha.9 ([6ac793e](https://github.com/roomle-dev/roomle-ui/commit/6ac793ed5e37970d055cd42fc8fa1d7631e029a3))
1
+ ## [5.30.1](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.30.0...embedding-lib-v5.30.1) (2025-10-22)
9
2
 
10
3
 
11
4
  ### Bug Fixes
12
5
 
13
- * "merge" HI object before switching to isolation mode ([dee92a4](https://github.com/roomle-dev/roomle-ui/commit/dee92a421c758e579e7d56e8f69421da1652dd58))
14
- * closes RML-15213 for more details see: ([f7da9e9](https://github.com/roomle-dev/roomle-ui/commit/f7da9e92afc70678325c57bd383da8fcff621dc5))
15
- * deactivated HI material attribute hack ([aaeb3f2](https://github.com/roomle-dev/roomle-ui/commit/aaeb3f298949f6146398806fa320c29d74e4afab))
16
- * make test pass ([46c6d6e](https://github.com/roomle-dev/roomle-ui/commit/46c6d6e8e133b1a6b4ee4efc1d9a1b726c51d924))
17
- * only send the module selection callback if the Attributes drawer is shown ([c618831](https://github.com/roomle-dev/roomle-ui/commit/c61883182061ebd7d0ba62b4595b1c5d64668be4))
18
- * use scroll instead scrollIntoView ([3e8bd02](https://github.com/roomle-dev/roomle-ui/commit/3e8bd02f901609ebbf633a5390d24dccb4922c06))
6
+ * loading of multiple catalogs via init data url ([a8e816e](https://github.com/roomle-dev/roomle-ui/commit/a8e816eb2373830e750cc0f5c878bdb7c062c45d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.30.0-alpha.3",
3
+ "version": "5.30.1",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",