@breadstone/mosaik-elements-angular 0.0.211 → 0.0.212
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
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 0.0.212 (2026-01-02)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **auth:** add toast overlay button and functionality ([2ba7af0f31](https://github.com/RueDeRennes/mosaik/commit/2ba7af0f31))
|
|
6
|
+
- **resize-thumb:** add isResizing property and update related components ([e36a8dfacc](https://github.com/RueDeRennes/mosaik/commit/e36a8dfacc))
|
|
7
|
+
- **instructions:** enhance coding standards with access modifiers and service-layer guidelines ([7bad04f186](https://github.com/RueDeRennes/mosaik/commit/7bad04f186))
|
|
8
|
+
- **drawer:** add DrawerActions component and related styles ([0694277f87](https://github.com/RueDeRennes/mosaik/commit/0694277f87))
|
|
9
|
+
- **drawer:** implement drawer stacking behavior and update styles for themes ([036f98144e](https://github.com/RueDeRennes/mosaik/commit/036f98144e))
|
|
10
|
+
|
|
1
11
|
## 0.0.211 (2025-12-31)
|
|
2
12
|
|
|
3
13
|
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|