@breadstone/mosaik-elements-angular 0.0.104 → 0.0.106

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,17 @@
1
+ ## 0.0.106 (2025-08-15)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Add ScrubSlider component with multiple themes and styles ([d1db809262](https://github.com/RueDeRennes/mosaik/commit/d1db809262))
6
+ - refactor and reorganize provider functions for animations, breakpoints, icons, overlays, themes, and translations ([dcbc463c72](https://github.com/RueDeRennes/mosaik/commit/dcbc463c72))
7
+ - **instructions:** add guidelines for self-closing tags and update constructor injection recommendation ([12118c959d](https://github.com/RueDeRennes/mosaik/commit/12118c959d))
8
+
9
+ ## 0.0.105 (2025-08-14)
10
+
11
+ ### 🚀 Features
12
+
13
+ - **chat:** integrate Slottable behavior and update event naming conventions ([9a1fcbf0d6](https://github.com/RueDeRennes/mosaik/commit/9a1fcbf0d6))
14
+
1
15
  ## 0.0.104 (2025-08-14)
2
16
 
3
17
  This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.