diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b932aae..609696b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,47 +24,16 @@ Packages with other changes: --- #### `mix` - `v1.6.0` - + - **REFACTOR**: Solve dcm lint issues (#519). - - **REFACTOR**: ShapeBorder merge (#490). - - **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528). - - **REFACTOR**: Rewrite all components in the new Archtecture (#467). - - **FIX**: FlexSpecWidget prioritizes the direction in spec (#414). - - **FIX**: Correct handling of individual border sides (#408). - **FIX**: Order of modifiers implementation on Box, Image and Text (#529). - - **FIX**: Pressable disposes controller only if it creates it (#424). - **FIX**: reset modifiers and directives when using fluentAPI (#482). - - **FIX**: Update OnBrightnessVariant to use `MediaQuery` instead of `Theme` (#471). - - **FIX**: Style when merged with an AnimatedStyle should generate an AnimatedStyle (#472). - - **FIX**: Added missing widget state utilities (#411). - - **FIX**(docs): fix fn level docs for Style::applyVariants (#460). - - **FIX**: Shadow list animation (#445). - - **FIX**: HitTestBehavior when there is a Interectable in the tree (#437). - - **FIX**: breakpoint utility merge exception (#421). - - **FEAT**: add error state to MixWidgetState (#489). - - **FEAT**: Improve spring curve. - - **FEAT**: implement toast component (#503). - - **FEAT**: Add more directives to Colors (#477). - - **FEAT**: implement a way to clear inline modifiers (#478). - - **FEAT**: Fluent API (#475). + - **FEAT**: Add spring curve (#503). - **FEAT**: Create StrokeAlignUtility (#496). - **FEAT**: Utilities for text height behavior (#495). - - **FEAT**: Create mouse cursor Decorator (#263). - - **FEAT**: Improve error messages (#491). - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). - - **FEAT**: Add parameter onEnd for AnimatedStyle (#458). - - **FEAT**: `SingleChildScrollView` widget modifier (#427). - - **FEAT**: Create code gen for design tokens (#521). - - **FEAT**: Create a specific utility to Transform.rotate (#434). - - **FEAT**: Add CustomOutlinedBorder's (#487). - - **FEAT**: TargetPlatform and web variants (#431). - - **FEAT**: Create Select component (#448). - - **FEAT**: remix-styling-configuration (#483). - - **FEAT**: Remix improvements and further improvements (#410). - - **FEAT**: transform.translate (#484). - - **FEAT**: Slider component (#509). + - **FEAT**: Add `SpecConfiguration` (#483). - **DOCS**: Add section for `TokenResolver` (#537). - - **DOCS**: improve mix theme data features explanations (#404). #### `mix_annotations` - `v0.3.1` @@ -96,7 +65,6 @@ Packages with other changes: - **REFACTOR**: Rewrite all components in the new Archtecture (#467). - **FIX**: Textfield helper Text (#531). - **FIX**: Toast animation trigger (#530). - - **FEAT**: Improve spring curve. - **FEAT**: Create Textfield (#511). - **FEAT**: Chip component (#504). - **FEAT**: implement toast component (#503). @@ -107,19 +75,15 @@ Packages with other changes: - **FEAT**: Accordion component (#433). - **FEAT**: Slider component (#509). - **FEAT**: Add more directives to Colors (#477). - - **FEAT**: remix - Foundational components (#317). - **FEAT**: Menu Item Component (#508). - **FEAT**: Add group feature to Radio (#435). - **FEAT**: Create Select component (#448). - **FEAT**: Add parameter onEnd for AnimatedStyle (#458). - - **FEAT**: Add Dark Theme. - **FEAT**: button supports component builder (#444). - **FEAT**: Create a theme for Remix (#470). - **FEAT**: Refactor Remix components (#428). - **FEAT**: Remix improvements and further improvements (#410). - - **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391). - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). - - **DOCS**: improve mix theme data features explanations (#404). ## 2024-09-27 diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index 2915759e5..6445542a2 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,45 +1,14 @@ ## 1.6.0 - **REFACTOR**: Solve dcm lint issues (#519). - - **REFACTOR**: ShapeBorder merge (#490). - - **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528). - - **REFACTOR**: Rewrite all components in the new Archtecture (#467). - - **FIX**: FlexSpecWidget prioritizes the direction in spec (#414). - - **FIX**: Correct handling of individual border sides (#408). - **FIX**: Order of modifiers implementation on Box, Image and Text (#529). - - **FIX**: Pressable disposes controller only if it creates it (#424). - **FIX**: reset modifiers and directives when using fluentAPI (#482). - - **FIX**: Update OnBrightnessVariant to use `MediaQuery` instead of `Theme` (#471). - - **FIX**: Style when merged with an AnimatedStyle should generate an AnimatedStyle (#472). - - **FIX**: Added missing widget state utilities (#411). - - **FIX**(docs): fix fn level docs for Style::applyVariants (#460). - - **FIX**: Shadow list animation (#445). - - **FIX**: HitTestBehavior when there is a Interectable in the tree (#437). - - **FIX**: breakpoint utility merge exception (#421). - - **FEAT**: add error state to MixWidgetState (#489). - - **FEAT**: Improve spring curve. - - **FEAT**: implement toast component (#503). - - **FEAT**: Add more directives to Colors (#477). - - **FEAT**: implement a way to clear inline modifiers (#478). - - **FEAT**: Fluent API (#475). + - **FEAT**: Add spring curve (#503). - **FEAT**: Create StrokeAlignUtility (#496). - **FEAT**: Utilities for text height behavior (#495). - - **FEAT**: Create mouse cursor Decorator (#263). - - **FEAT**: Improve error messages (#491). - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). - - **FEAT**: Add parameter onEnd for AnimatedStyle (#458). - - **FEAT**: `SingleChildScrollView` widget modifier (#427). - - **FEAT**: Create code gen for design tokens (#521). - - **FEAT**: Create a specific utility to Transform.rotate (#434). - - **FEAT**: Add CustomOutlinedBorder's (#487). - - **FEAT**: TargetPlatform and web variants (#431). - - **FEAT**: Create Select component (#448). - - **FEAT**: remix-styling-configuration (#483). - - **FEAT**: Remix improvements and further improvements (#410). - - **FEAT**: transform.translate (#484). - - **FEAT**: Slider component (#509). + - **FEAT**: Add `SpecConfiguration` (#483). - **DOCS**: Add section for `TokenResolver` (#537). - - **DOCS**: improve mix theme data features explanations (#404). #### `mix` - `v1.5.2` diff --git a/packages/mix_generator/CHANGELOG.md b/packages/mix_generator/CHANGELOG.md index 5d1f26276..09b64518d 100644 --- a/packages/mix_generator/CHANGELOG.md +++ b/packages/mix_generator/CHANGELOG.md @@ -1,12 +1,8 @@ ## 0.3.2 - - **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528). - - **FIX**: Shadow list animation (#445). + - **REFACTOR**: Remove `TokenAnnotationContext` (#528). - **FEAT**: Create code gen for design tokens (#521). - - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). - - **FEAT**: Fluent API (#475). - - **FEAT**: Remix improvements and further improvements (#410). - - **DOCS**: improve mix theme data features explanations (#404). + - **FEAT**: Add FlexBoxSpec (#517). ## 0.3.1 diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index 0a639522e..c0172164c 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -10,7 +10,6 @@ - **REFACTOR**: Rewrite all components in the new Archtecture (#467). - **FIX**: Textfield helper Text (#531). - **FIX**: Toast animation trigger (#530). - - **FEAT**: Improve spring curve. - **FEAT**: Create Textfield (#511). - **FEAT**: Chip component (#504). - **FEAT**: implement toast component (#503). @@ -21,19 +20,15 @@ - **FEAT**: Accordion component (#433). - **FEAT**: Slider component (#509). - **FEAT**: Add more directives to Colors (#477). - - **FEAT**: remix - Foundational components (#317). - **FEAT**: Menu Item Component (#508). - **FEAT**: Add group feature to Radio (#435). - **FEAT**: Create Select component (#448). - **FEAT**: Add parameter onEnd for AnimatedStyle (#458). - - **FEAT**: Add Dark Theme. - **FEAT**: button supports component builder (#444). - **FEAT**: Create a theme for Remix (#470). - **FEAT**: Refactor Remix components (#428). - **FEAT**: Remix improvements and further improvements (#410). - - **FEAT**: Ability to pass MixWidgetStateController to SpecBuilder (#391). - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). - - **DOCS**: improve mix theme data features explanations (#404). ## 0.0.2-alpha.3