@breadstone/mosaik-elements-angular 0.0.112 → 0.0.114
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 +15 -0
- package/fesm2022/mosaik-elements-angular.mjs +794 -85
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -1
- package/index.d.ts +409 -23
- package/index.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 0.0.114 (2025-08-17)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **dialog:** add DialogBreakpointObserverBehavior export ([0cdf19e3fb](https://github.com/RueDeRennes/mosaik/commit/0cdf19e3fb))
|
|
6
|
+
|
|
7
|
+
## 0.0.113 (2025-08-17)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- **drawer:** add custom slot directives and enhance drawer functionality ([6fa46dddc8](https://github.com/RueDeRennes/mosaik/commit/6fa46dddc8))
|
|
12
|
+
- **dialog:** implement custom dialog slots and enhance dialog functionality ([dc13b4b8fe](https://github.com/RueDeRennes/mosaik/commit/dc13b4b8fe))
|
|
13
|
+
- **dialog:** implement DialogBehavior and DialogBreakpointObserverBehavior for responsive dialog handling ([d61535b485](https://github.com/RueDeRennes/mosaik/commit/d61535b485))
|
|
14
|
+
- **wizard:** add WizardNextDirective and WizardPrevDirective for navigation ([754ec9f036](https://github.com/RueDeRennes/mosaik/commit/754ec9f036))
|
|
15
|
+
|
|
1
16
|
## 0.0.112 (2025-08-16)
|
|
2
17
|
|
|
3
18
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|