From 42c0616b0ad6b658597e262c500cd81493742564 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62367544+tilucasoli@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:19:32 -0300 Subject: [PATCH] review --- CHANGELOG.md | 40 ++----------------------------------- packages/mix/CHANGELOG.md | 35 ++------------------------------ packages/remix/CHANGELOG.md | 5 ----- 3 files changed, 4 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5aaeab9..bd06e7a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,45 +26,14 @@ Packages with other changes: #### `mix` - `v1.5.3` - **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). #### `remix` - `v0.0.3` @@ -78,7 +47,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). @@ -89,19 +57,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). #### `mix_annotations` - `v0.3.1` diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index 3fe2cb2c6..a6235971d 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,45 +1,14 @@ ## 1.5.3 - **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/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index 8a4fa3bae..275d16d65 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