@breadstone/mosaik-elements-angular 0.0.215 → 0.0.217

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,19 @@
1
+ ## 0.0.217 (2026-01-09)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **translations): add empty state message for icon gallery feat(app): update portal attached event handling in AppTemplate feat(icon-gallery): enhance IconGalleryViewPresenter with portal attachment logic feat(icon-gallery): update IconGalleryViewTemplate to handle portal attachment feat(executors): add ng-api-extractor executor for Angular API extraction feat(executors): implement ng-api-extractor task logic fix(typography): inject DOCUMENT for theme handling in TypographyDirective fix(translations): inject DOCUMENT for language setting in provideTranslations fix(portal:** reset projection after portal attachment in PortalElement ([7b75b3a8b0](https://github.com/RueDeRennes/mosaik/commit/7b75b3a8b0))
6
+ - **theme:** update transition properties and add new component tokens for Joy and Memphis themes ([904888d0f5](https://github.com/RueDeRennes/mosaik/commit/904888d0f5))
7
+ - **llms:** add new components and llms plugin for documentation generation ([3c4d1ad7a1](https://github.com/RueDeRennes/mosaik/commit/3c4d1ad7a1))
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **package:** streamline build scripts to include alias replacement and package copying ([65637ebced](https://github.com/RueDeRennes/mosaik/commit/65637ebced))
12
+
13
+ ## 0.0.216 (2026-01-04)
14
+
15
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
16
+
1
17
  ## 0.0.215 (2026-01-04)
2
18
 
3
19
  ### 🚀 Features