@roomle/embedding-lib 5.28.0-alpha.2 → 5.28.0-alpha.3

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,14 +1,6 @@
1
- ## [5.28.0-alpha.2](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0-alpha.1...embedding-lib-v5.28.0-alpha.2) (2025-09-15)
2
-
3
-
4
- ### Features
5
-
6
- * clean-up hi example feature flags ([8410d22](https://github.com/roomle-dev/roomle-ui/commit/8410d22437062ee016db66a1e567723459a033d4))
7
- * keep position when external object is replaced ([dda4c61](https://github.com/roomle-dev/roomle-ui/commit/dda4c61cb8366204d5524435016d47da18f3cc4b))
8
- * recalculate external object group when group is loaded from a plan ([fc67591](https://github.com/roomle-dev/roomle-ui/commit/fc67591dfe2f83f612a17dc023e228e0a813c743))
9
- * select root modules to be duplicated ([cfafc35](https://github.com/roomle-dev/roomle-ui/commit/cfafc35d106b1ee314e06b8eb650e81cf2ee7fc8))
1
+ ## [5.28.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.28.0-alpha.2...embedding-lib-v5.28.0-alpha.3) (2025-09-15)
10
2
 
11
3
 
12
4
  ### Bug Fixes
13
5
 
14
- * set file size limit of embedding lib to 15 kb after adding comlink ([65809d9](https://github.com/roomle-dev/roomle-ui/commit/65809d9d616c5000631a85cddbe4388567bd63bb))
6
+ * make comlink a real dependency ([8d1d7bd](https://github.com/roomle-dev/roomle-ui/commit/8d1d7bd43c4273ea55e3e65329819b34b9c30b3c))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.28.0-alpha.2",
3
+ "version": "5.28.0-alpha.3",
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",