@breadstone/mosaik-elements-angular 0.0.234 → 0.0.237

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,16 @@
1
+ ## 0.0.237 (2026-04-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **tooltip:** implement TooltipDirective and ITooltipDirectiveConfig interface ([a6b0ecedfa](https://github.com/RueDeRennes/mosaik/commit/a6b0ecedfa))
6
+ - **duration-box:** add DurationBoxElementValueAccessor and related API documentation ([41c2273c72](https://github.com/RueDeRennes/mosaik/commit/41c2273c72))
7
+
8
+ ## 0.0.235 (2026-04-27)
9
+
10
+ ### 🚀 Features
11
+
12
+ - **table:** add caption and summary slots to DataTable and Table components ([2e857032c3](https://github.com/RueDeRennes/mosaik/commit/2e857032c3))
13
+
1
14
  ## 0.0.234 (2026-04-27)
2
15
 
3
16
  This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.