@roomle/embedding-lib 5.1.0-alpha.2 → 5.1.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,13 +1,20 @@
|
|
|
1
|
-
## [5.1.0-alpha.
|
|
1
|
+
## [5.1.0-alpha.3](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.1.0-alpha.2...embedding-lib-v5.1.0-alpha.3) (2024-08-22)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* onClickOutside composable ([4b2ddd8](https://github.com/roomle-dev/roomle-ui/commit/4b2ddd8346efd3f9fc2e84cbf71cbfb221eea22c))
|
|
7
|
+
* run embedding tests agains multiple versions ([1391e37](https://github.com/roomle-dev/roomle-ui/commit/1391e378e2c5f4cefca306db9826b1b20f93ad9d))
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
### Bug Fixes
|
|
10
11
|
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* Can expand drawer on mobile although it should not be possible ([63c89fd](https://github.com/roomle-dev/roomle-ui/commit/63c89fd902573aea7eba6de2c5e3be0f89d824a3))
|
|
13
|
+
* correct mock data ([40d8459](https://github.com/roomle-dev/roomle-ui/commit/40d84599fd87894e5b1302ce14bfdea9e9ed5573))
|
|
14
|
+
* deactivate husky before semantic release of embedding lib ([7668c48](https://github.com/roomle-dev/roomle-ui/commit/7668c48a7f8ad93d485a459e0cbfd5aeaae6ad9f))
|
|
15
|
+
* find a fallback if har file is not found ([3b95a9e](https://github.com/roomle-dev/roomle-ui/commit/3b95a9ee8958c3833bfe5b317b5d0ca99590c927))
|
|
16
|
+
* only create things that are missing ([b4eab8b](https://github.com/roomle-dev/roomle-ui/commit/b4eab8b553ab75854879c5ce7b3a5b5d58f0e328))
|
|
17
|
+
* prevent blurring the dropdown ([fa7f55c](https://github.com/roomle-dev/roomle-ui/commit/fa7f55ca318249668924633d364a77403e15b4c2))
|
|
18
|
+
* show pwd ([4f4deda](https://github.com/roomle-dev/roomle-ui/commit/4f4deda3e7614bf4c94f838a6e14c17f599ab03c))
|
|
19
|
+
* some stuff ([7d99f8e](https://github.com/roomle-dev/roomle-ui/commit/7d99f8e59f61dfd07c201f2f1f229232211fc6e9))
|
|
20
|
+
* try npm ci ([ec81bb3](https://github.com/roomle-dev/roomle-ui/commit/ec81bb306d53c92b8aad327b89ecea8084247d58))
|
package/package.json
CHANGED