@roomle/embedding-lib 7.1.0-alpha.5 → 7.1.0-alpha.7
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,4 @@
|
|
|
1
|
-
## 7.1.0-alpha.
|
|
1
|
+
## 7.1.0-alpha.7 (2026-08-20)
|
|
2
2
|
|
|
3
|
-
* Merge
|
|
4
|
-
*
|
|
5
|
-
* Merge branch 'master' into feature/RML-17459-room-shapes ([81c03cc](https://github.com/roomle-dev/roomle-ui/commit/81c03cc))
|
|
6
|
-
* Merge pull request #2881 from roomle-dev/feature/RML-17459-room-shapes ([7764806](https://github.com/roomle-dev/roomle-ui/commit/7764806)), closes [#2881](https://github.com/roomle-dev/roomle-ui/issues/2881)
|
|
7
|
-
* Merge pull request #2885 from roomle-dev/upgraded-by-ci/core-2.82.0-alpha.4 ([d14ff46](https://github.com/roomle-dev/roomle-ui/commit/d14ff46)), closes [#2885](https://github.com/roomle-dev/roomle-ui/issues/2885)
|
|
8
|
-
* feat: add and rotate bottom l-shape room icons ([a025847](https://github.com/roomle-dev/roomle-ui/commit/a025847))
|
|
9
|
-
* feat(core): upgrade to version 2.82.0-alpha.4 ([8548a58](https://github.com/roomle-dev/roomle-ui/commit/8548a58))
|
|
10
|
-
* style(planner): format room-shape refactor ([37f9cca](https://github.com/roomle-dev/roomle-ui/commit/37f9cca))
|
|
11
|
-
* style(test): format sample rooms spec ([9067f68](https://github.com/roomle-dev/roomle-ui/commit/9067f68))
|
|
12
|
-
* refactor(planner): address room-shape discussion feedback ([3f1a89f](https://github.com/roomle-dev/roomle-ui/commit/3f1a89f))
|
|
13
|
-
* chore: merge remote branch origin/feature/RML-17459-room-shapes ([57c393e](https://github.com/roomle-dev/roomle-ui/commit/57c393e))
|
|
14
|
-
* chore: remove unneeded translateOrFallback ([d94a82e](https://github.com/roomle-dev/roomle-ui/commit/d94a82e))
|
|
15
|
-
* chore: sync loco ([928f7b1](https://github.com/roomle-dev/roomle-ui/commit/928f7b1))
|
|
16
|
-
* chore: update icons and translations ([01e08a5](https://github.com/roomle-dev/roomle-ui/commit/01e08a5))
|
|
17
|
-
* fix(planner): address room-shape review comments ([5e0a427](https://github.com/roomle-dev/roomle-ui/commit/5e0a427))
|
|
18
|
-
* test: update E2E snapshots for new room shapes ([d8264d9](https://github.com/roomle-dev/roomle-ui/commit/d8264d9))
|
|
19
|
-
* test: update Linux first-time-room snapshots ([9ab74a1](https://github.com/roomle-dev/roomle-ui/commit/9ab74a1))
|
|
3
|
+
* Merge pull request #2892 from roomle-dev/upgraded-by-ci/core-2.82.0-alpha.5 ([bc67049](https://github.com/roomle-dev/roomle-ui/commit/bc67049)), closes [#2892](https://github.com/roomle-dev/roomle-ui/issues/2892)
|
|
4
|
+
* feat(core): upgrade to version 2.82.0-alpha.5 ([b43d5b3](https://github.com/roomle-dev/roomle-ui/commit/b43d5b3))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomle/embedding-lib",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.7",
|
|
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",
|