@breadstone/mosaik-elements-angular 0.0.228 → 0.0.230

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,44 @@
1
+ ## 0.0.230 (2026-03-12)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ToggletipComponent, TooltipComponent): add width and height props for better customization docs: add accessibility audit and component layout prompts feat(McpPromptRegistrar): implement dynamic loading of prompt templates from GitHub feat(McpResourceRegistrar): expose Mosaik component documentation as MCP resources feat(McpToolRegistrar): add tools for component search and discovery feat(DocsContentService, GitHubContentService:** implement services for fetching documentation and GitHub content ([0243729c1d](https://github.com/RueDeRennes/mosaik/commit/0243729c1d))
6
+ - **video:** enhance video player documentation with examples and properties ([5505a50c71](https://github.com/RueDeRennes/mosaik/commit/5505a50c71))
7
+ - **components): refactor property grid handling in TitleBar, Toolbar, Tooltip, and UpDownSpinner samples feat(components): implement property groups for TitleBar, Toolbar, and Tooltip samples fix(components): remove unused properties from TileManager and TileManagerTile components feat(observer): add PropertyObserver to track property changes in playground elements style(forms:** adjust tooltip height in form field themes ([31b07f73ee](https://github.com/RueDeRennes/mosaik/commit/31b07f73ee))
8
+ - **ai:** add translation feature with request and response models ([3ccfae51a4](https://github.com/RueDeRennes/mosaik/commit/3ccfae51a4))
9
+ - **AI): refactor AI module and service to use new SDKs and streaming responses feat(AI): implement chat request handling and streaming responses in AppChatView feat(api): add MCPApiClient for handling MCP server interactions refactor(api:** replace IChatResponse with IChatRequest for chat API ([a738f435bf](https://github.com/RueDeRennes/mosaik/commit/a738f435bf))
10
+ - **icon-gallery): add load more functionality and improve icon selection logic feat(dropdown-button): update styles for better appearance in various themes fix(chat-message:** enhance shadow properties and adjust transition settings chore: export FilePickerSampleElement in main.ts ([3bab87427d](https://github.com/RueDeRennes/mosaik/commit/3bab87427d))
11
+ - **theme:** add shadow properties to various components and update shadow mixins ([6796f7e5a4](https://github.com/RueDeRennes/mosaik/commit/6796f7e5a4))
12
+ - **listing:** add size property to listing and listing item components for better customization ([2937e40c8c](https://github.com/RueDeRennes/mosaik/commit/2937e40c8c))
13
+ - **grid:** add invalidatePosition method and update grid item styles for better layout handling ([a77d83593c](https://github.com/RueDeRennes/mosaik/commit/a77d83593c))
14
+ - **timeline:** enhance timeline marker element with icon and text properties ([9f0478566e](https://github.com/RueDeRennes/mosaik/commit/9f0478566e))
15
+ - **pip:** add Memphis theme styles and components for Pip element ([21c480d37c](https://github.com/RueDeRennes/mosaik/commit/21c480d37c))
16
+ - **memphis, joy:** add new token files for listing, listing item, and markers ([b3bff07210](https://github.com/RueDeRennes/mosaik/commit/b3bff07210))
17
+ - **mcp:** add missing 'mosaik' server configuration in mcp.json and reorder imports in McpService.ts ([d1dbe3d7a8](https://github.com/RueDeRennes/mosaik/commit/d1dbe3d7a8))
18
+ - **mcp:** implement MCP module with controller and service for JSON-RPC handling ([f29a6c97ab](https://github.com/RueDeRennes/mosaik/commit/f29a6c97ab))
19
+ - **dependencies:** add vercel package and update yarn.lock ([23bbeb5285](https://github.com/RueDeRennes/mosaik/commit/23bbeb5285))
20
+ - **mcp:** implement MCP server with component documentation and tools ([724d288192](https://github.com/RueDeRennes/mosaik/commit/724d288192))
21
+ - **table): add inheritance context for appearance in TableElement feat(wizard): implement inheritance for disabled state in WizardElement feat(carousel): introduce CarouselDisplayMode and CarouselNavigationPosition types feat(image): add thumbnailSrc prop to ImageComponent for better image handling feat(carousel): enhance CarouselComponent with navigationPosition and displayMode props feat(wizard): extend WizardStepComponent with disabled prop for better control fix(css): ensure proper handling of CSS length values in CssLength utility style(theme:** update carousel and image tokens for better theming consistency ([2ac8e1358d](https://github.com/RueDeRennes/mosaik/commit/2ac8e1358d))
22
+ - **scramble-code:** add ScrambleCodeComponent with animation and styling ([101f5552c4](https://github.com/RueDeRennes/mosaik/commit/101f5552c4))
23
+ - **theme): update Angular export strategy to use JoyTheme and improve theme import view feat(theme): enhance AppThemeViewTemplate with improved layout and preset selection feat(message): add custom message template with action button in MessageSample fix(theme:** correct transition properties for Banner and Message components in Joy theme ([72ee51ce58](https://github.com/RueDeRennes/mosaik/commit/72ee51ce58))
24
+
25
+ ### 🩹 Fixes
26
+
27
+ - **ApiDocs:** update styles for table and code elements in API documentation layout ([2e991817d3](https://github.com/RueDeRennes/mosaik/commit/2e991817d3))
28
+ - **dependencies:** update style-dictionary to version 5.3.3 across all packages ([5df6333874](https://github.com/RueDeRennes/mosaik/commit/5df6333874))
29
+ - **package:** remove zod dependency from yarn.lock ([d01b86d809](https://github.com/RueDeRennes/mosaik/commit/d01b86d809))
30
+ - **localizator-ai:** restore schema-based structured generation with vercel sdk ([d2f83bc43c](https://github.com/RueDeRennes/mosaik/commit/d2f83bc43c))
31
+
32
+ ## 0.0.229 (2026-03-03)
33
+
34
+ ### 🚀 Features
35
+
36
+ - **theme:** update theme configuration and add theme mode initialization ([ad71335818](https://github.com/RueDeRennes/mosaik/commit/ad71335818))
37
+
38
+ ### 🩹 Fixes
39
+
40
+ - **config:** update languageId in cspell configuration and increment release version ([ac1296c847](https://github.com/RueDeRennes/mosaik/commit/ac1296c847))
41
+
1
42
  ## 0.0.228 (2026-03-02)
2
43
 
3
44
  ### 🩹 Fixes