@roomle/embedding-lib 6.1.0-alpha.5 → 6.1.0-alpha.6
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,12 +1,12 @@
|
|
|
1
|
-
## 6.1.0-alpha.
|
|
1
|
+
## 6.1.0-alpha.6 (2026-02-05)
|
|
2
2
|
|
|
3
|
-
* Merge
|
|
4
|
-
* Merge
|
|
5
|
-
* Merge pull request #
|
|
6
|
-
* Merge pull request #
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* fix:
|
|
12
|
-
*
|
|
3
|
+
* Merge branch 'master' into fix/closing-partlist ([ddb2d38](https://github.com/roomle-dev/roomle-ui/commit/ddb2d38))
|
|
4
|
+
* Merge branch 'master' into fix/safari-slider-problem ([b4c13a1](https://github.com/roomle-dev/roomle-ui/commit/b4c13a1))
|
|
5
|
+
* Merge pull request #2209 from roomle-dev/fix/closing-partlist ([ca251d2](https://github.com/roomle-dev/roomle-ui/commit/ca251d2)), closes [#2209](https://github.com/roomle-dev/roomle-ui/issues/2209)
|
|
6
|
+
* Merge pull request #2211 from roomle-dev/fix/safari-slider-problem ([0b92834](https://github.com/roomle-dev/roomle-ui/commit/0b92834)), closes [#2211](https://github.com/roomle-dev/roomle-ui/issues/2211)
|
|
7
|
+
* chore: adapt tests ([862a07a](https://github.com/roomle-dev/roomle-ui/commit/862a07a))
|
|
8
|
+
* chore: cleanup ([667986e](https://github.com/roomle-dev/roomle-ui/commit/667986e))
|
|
9
|
+
* chore: lint ([4bc139f](https://github.com/roomle-dev/roomle-ui/commit/4bc139f))
|
|
10
|
+
* fix: do not update the model value while sliding on safari, behavior differs ([5d5118f](https://github.com/roomle-dev/roomle-ui/commit/5d5118f))
|
|
11
|
+
* fix: make sure product settings is shown after closing partlist ([d94a457](https://github.com/roomle-dev/roomle-ui/commit/d94a457))
|
|
12
|
+
* test: add test ([5e89709](https://github.com/roomle-dev/roomle-ui/commit/5e89709))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "6.1.0-alpha.
|
|
3
|
+
"version": "6.1.0-alpha.6",
|
|
4
4
|
"description": "This is a small library which can be used to communicate with the Roomle Configurator. ES modules only (browser-compatible).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./roomle-embedding-lib.js",
|