@breadstone/mosaik-elements-angular 0.0.205 → 0.0.209

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,52 @@
1
+ ## 0.0.209 (2025-12-30)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **overlays): replace BottomSheet with Sheet component in React, Svelte, and Vue refactor(overlays): create Sheet context and hooks for managing sheet functionality delete(overlays): remove BottomSheet implementation from Svelte and Vue style(themes:** add new tokens and styles for Sheet component in various themes ([9b31d53a48](https://github.com/RueDeRennes/mosaik/commit/9b31d53a48))
6
+ - **drawer:** update drawer position and add new drawer options for better usability ([014f64793b](https://github.com/RueDeRennes/mosaik/commit/014f64793b))
7
+ - **drawer:** add DrawerFooterElement with styles and templates for themes ([112cf9ecc4](https://github.com/RueDeRennes/mosaik/commit/112cf9ecc4))
8
+ - **menu:** add menuMode property and handle pointer leave for submenu interactions ([ac89155f01](https://github.com/RueDeRennes/mosaik/commit/ac89155f01))
9
+ - **overlays:** add escape key handling and backdrop click functionality to overlays ([abd104d27e](https://github.com/RueDeRennes/mosaik/commit/abd104d27e))
10
+ - **cdk:** implement toast, dialog, drawer, bottom sheet, and message box components for Svelte and Vue ([85e924ee20](https://github.com/RueDeRennes/mosaik/commit/85e924ee20))
11
+ - **drawer:** enhance drawer header and content structure with new components ([9d587b01c3](https://github.com/RueDeRennes/mosaik/commit/9d587b01c3))
12
+ - **drawer): add DrawerHeader, DrawerHeaderText, and DrawerHeaderSubText components feat(vue): implement DrawerHeader, DrawerHeaderText, and DrawerHeaderSubText for Vue feat(theme): create tokens for DrawerHeader, DrawerHeaderText, and DrawerHeaderSubText in Cosmopolitan, Joy, and Memphis themes fix(autoComplete): update props and methods in AutoCompleteBoxComponent fix(drawer:** enhance DrawerComponent methods and props for better functionality ([a013fd74f5](https://github.com/RueDeRennes/mosaik/commit/a013fd74f5))
13
+ - **autocomplete:** enhance AutoCompleteBox styles and behaviors with focus ring support ([c897e3f834](https://github.com/RueDeRennes/mosaik/commit/c897e3f834))
14
+ - **memphis:** update color tokens for improved theme consistency and accessibility ([5ee21045d0](https://github.com/RueDeRennes/mosaik/commit/5ee21045d0))
15
+ - **region:** add Region and RegionView components with themes and properties ([16118756b2](https://github.com/RueDeRennes/mosaik/commit/16118756b2))
16
+ - **region:** add ViewElement and RegionElement components with demo and themes ([2c4b84c418](https://github.com/RueDeRennes/mosaik/commit/2c4b84c418))
17
+ - **selectors): enhance property groups for List, Menu, Tab, and Tree components feat(selectors): add nested structure to Menu and Wizard templates fix(selectors:** improve styling and layout for DataTable themes docs: add article on Controller Pattern in Angular for better component logic management ([aac9fe4d9e](https://github.com/RueDeRennes/mosaik/commit/aac9fe4d9e))
18
+ - **controllers:** add IControllerHostRef and IReactiveController interfaces with useController function ([74f375a513](https://github.com/RueDeRennes/mosaik/commit/74f375a513))
19
+ - **components): refactor TitleBar, Toolbar, Tooltip, and UpDownSpinner samples to use templates style(timeline): enhance horizontal timeline item styles for better layout and alignment fix(main): update exports for IndicatorSample and TreeMap components chore(cspell:** add xaxis and yaxis to spell check words ([442d952d1a](https://github.com/RueDeRennes/mosaik/commit/442d952d1a))
20
+ - **timeline:** add timeline components for React, Svelte, and Vue with styles ([1c0375d250](https://github.com/RueDeRennes/mosaik/commit/1c0375d250))
21
+
22
+ ### 🩹 Fixes
23
+
24
+ - **UpDownSpinnerSample): ensure value updates correctly on spin events fix(FeedbackDetailView): use mutable feedback object for comment and vote updates fix(FeedbackDetailViewTemplate): prevent deleteComment call if feedback ID is undefined refactor(SupportView): override render method for better clarity fix(AppViewTemplate): handle icon assignment safely with fallback fix(NewsletterViewTemplate): ensure newsletter submission works correctly fix(EventsViewTemplate): improve handling of calendar location and link checks fix(ProfileViewTemplate): ensure bio input hint updates correctly fix(ColorPaletteBuilderView): ensure palette generation uses correct types fix(GridGeneratorView): instantiate view model correctly and expose it refactor(GridGeneratorViewTemplate): simplify template function signature fix(IconGalleryViewTemplate): ensure mode selection works correctly with types chore(tsconfig): change module resolution to Bundler for better compatibility chore(vite.config): add vite-plugin-checker for TypeScript checks chore(vite.config.production): include vite-plugin-checker for production builds feat(Controller): add IControllerHostRef and IReactiveController interfaces feat(Controller): implement useController for managing reactive controllers chore(ControllerHost): remove deprecated ControllerHost implementation feat(GlobalDomRef:** create global DOM reference for better testability ([9da5337bfb](https://github.com/RueDeRennes/mosaik/commit/9da5337bfb))
25
+
26
+ ## 0.0.208 (2025-12-13)
27
+
28
+ ### 🚀 Features
29
+
30
+ - update component properties and descriptions for better clarity and functionality ([5d4069bff7](https://github.com/RueDeRennes/mosaik/commit/5d4069bff7))
31
+
32
+ ## 0.0.207 (2025-12-13)
33
+
34
+ ### 🚀 Features
35
+
36
+ - **split): add min and max properties for size constraints in SplitElement feat(stepper): introduce isActive property in StepperItemElement refactor(split): update SplitElement to use CssLength for position, min, and max fix(split): adjust CSS properties and templates to reflect new min/max constraints style(split:** remove deprecated CSS variables for min and max in themes ([0478bec83f](https://github.com/RueDeRennes/mosaik/commit/0478bec83f))
37
+ - **stepper): add Cosmopolitan, Joy, and Memphis themes for Stepper and StepperItem components feat(stepper): implement React and Svelte components for Stepper and StepperItem feat(stepper): create Vue components for Stepper and StepperItem fix(wizard): update event detail interfaces for active step changes style(stepper:** define token styles for various themes in SCSS ([f3922024d6](https://github.com/RueDeRennes/mosaik/commit/f3922024d6))
38
+ - add stepper tokens for all themes ([7871bba3fd](https://github.com/RueDeRennes/mosaik/commit/7871bba3fd))
39
+ - **tailwind:** implement Tailwind v4 config generation and update package scripts ([db31430aaf](https://github.com/RueDeRennes/mosaik/commit/db31430aaf))
40
+
41
+ ### 🩹 Fixes
42
+
43
+ - **stepper:** improve stepper functionality and styles, add navigation directives ([d53c7333a7](https://github.com/RueDeRennes/mosaik/commit/d53c7333a7))
44
+ - **stepper:** update properties and styles for Stepper themes and components ([5f66855a75](https://github.com/RueDeRennes/mosaik/commit/5f66855a75))
45
+
46
+ ## 0.0.206 (2025-12-09)
47
+
48
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
49
+
1
50
  ## 0.0.205 (2025-12-07)
2
51
 
3
52
  ### 🩹 Fixes