@roomle/embedding-lib 5.16.0-alpha.2 → 5.16.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,19 +1,12 @@
|
|
|
1
|
-
## [5.16.0-alpha.
|
|
1
|
+
## [5.16.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.16.0-alpha.2...embedding-lib-v5.16.0-alpha.3) (2025-04-16)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* **SDK:** upgrade to version 2.98.0-alpha.6 ([#1621](https://github.com/roomle-dev/roomle-ui/issues/1621)) ([2c8962e](https://github.com/roomle-dev/roomle-ui/commit/2c8962e51b94970e771ba4e700a94345878f788a))
|
|
9
|
-
* **SDK:** upgrade to version 2.98.0-alpha.7 ([#1623](https://github.com/roomle-dev/roomle-ui/issues/1623)) ([a0b409f](https://github.com/roomle-dev/roomle-ui/commit/a0b409f62777296bbeed4c6a26f1c07ecc955999))
|
|
10
|
-
* working display of disabled params ([a6088cc](https://github.com/roomle-dev/roomle-ui/commit/a6088cc5f57f45b3a11cff0afaecf5701112c4a7))
|
|
6
|
+
* introduce lockPlan feature flag to disable wall, floor or construction elements editing ([ca5c5e0](https://github.com/roomle-dev/roomle-ui/commit/ca5c5e07d9c1a3a12c9893c544431855aa4632c2))
|
|
7
|
+
* **SDK:** upgrade to version 2.98.0-alpha.9 ([132961a](https://github.com/roomle-dev/roomle-ui/commit/132961a4f6dbb7975d39e33330f9447cf54b042e))
|
|
11
8
|
|
|
12
9
|
|
|
13
10
|
### Bug Fixes
|
|
14
11
|
|
|
15
|
-
*
|
|
16
|
-
* handle CollectionViewElements that do not have enabled properties ([e67dafd](https://github.com/roomle-dev/roomle-ui/commit/e67dafd492a4a2e658aab1baf0281ead9e2ca7c4))
|
|
17
|
-
* handle onUpdatePlanObjectPositions breaking change ([371b03d](https://github.com/roomle-dev/roomle-ui/commit/371b03d3dbececd1653927b13c2602817a092ef7))
|
|
18
|
-
* move param export to params helper ([8d27702](https://github.com/roomle-dev/roomle-ui/commit/8d27702b59bf239b09e8e75c7b603a99e63c9d31))
|
|
19
|
-
* provide planner sidebar state to collectionView ([0e833fc](https://github.com/roomle-dev/roomle-ui/commit/0e833fcc4b117e6121e8204b3a0e7ad40e271320))
|
|
12
|
+
* update playwright snapshots ([2570f0b](https://github.com/roomle-dev/roomle-ui/commit/2570f0b5718e47fdebfc31e5ef2d046b1bdc21b2))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "5.16.0-alpha.
|
|
3
|
+
"version": "5.16.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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"npm": "8.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@roomle/web-sdk": "2.98.0-alpha.
|
|
32
|
+
"@roomle/web-sdk": "2.98.0-alpha.9"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|