@breadstone/mosaik-elements-angular 0.0.114 → 0.0.116
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.
- package/CHANGELOG.md +16 -0
- package/fesm2022/mosaik-elements-angular.mjs +303 -303
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -1
- package/index.d.ts +170 -146
- package/index.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 0.0.116 (2025-08-18)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **dialog:** enhance DialogBreakpointObserverBehavior with improved breakpoint handling and configuration ([8e7410215e](https://github.com/RueDeRennes/mosaik/commit/8e7410215e))
|
|
6
|
+
|
|
7
|
+
## 0.0.115 (2025-08-18)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- **dialog:** enhance provideDialogs and DialogBreakpointObserverBehavior with new configurations and types ([2a7923da8f](https://github.com/RueDeRennes/mosaik/commit/2a7923da8f))
|
|
12
|
+
|
|
13
|
+
### 🩹 Fixes
|
|
14
|
+
|
|
15
|
+
- **dialog:** streamline fullScreenBreakpoints definition and enhance provideDialogs imports ([73802d6cc8](https://github.com/RueDeRennes/mosaik/commit/73802d6cc8))
|
|
16
|
+
|
|
1
17
|
## 0.0.114 (2025-08-17)
|
|
2
18
|
|
|
3
19
|
### 🚀 Features
|