diff --git a/CHANGELOG.md b/CHANGELOG.md index f66e7b2c2..56e679458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,34 +29,8 @@ Packages with dependency updates only: #### `mix` - `v1.5.2` - **REFACTOR**: ShapeBorder merge (#490). - - **REFACTOR**: Rewrite all components in the new Archtecture (#467). - - **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**(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**: Pressable disposes controller only if it creates it (#424). - - **FIX**: breakpoint utility merge exception (#421). - - **FIX**: FlexSpecWidget prioritizes the direction in spec (#414). - - **FIX**: Added missing widget state utilities (#411). - - **FIX**: Correct handling of individual border sides (#408). - **FEAT**: Improve error messages (#491). - **FEAT**: add error state to MixWidgetState (#489). - - **FEAT**: Add CustomOutlinedBorder's (#487). - - **FEAT**: remix-styling-configuration (#483). - - **FEAT**: transform.translate (#484). - - **FEAT**: Add more directives to Colors (#477). - - **FEAT**: implement a way to clear inline modifiers (#478). - - **FEAT**: Fluent API (#475). - - **FEAT**: Create mouse cursor Decorator (#263). - - **FEAT**: Create Select component (#448). - - **FEAT**: Add parameter onEnd for AnimatedStyle (#458). - - **FEAT**: `SingleChildScrollView` widget modifier (#427). - - **FEAT**: Create a specific utility to Transform.rotate (#434). - - **FEAT**: TargetPlatform and web variants (#431). - - **FEAT**: Remix improvements and further improvements (#410). - - **DOCS**: improve mix theme data features explanations (#404). ## 2024-09-25 diff --git a/packages/mix/CHANGELOG.md b/packages/mix/CHANGELOG.md index 21134aae7..b44e301c7 100644 --- a/packages/mix/CHANGELOG.md +++ b/packages/mix/CHANGELOG.md @@ -1,35 +1,9 @@ -## 1.5.2 +#### `mix` - `v1.5.2` - **REFACTOR**: ShapeBorder merge (#490). - - **REFACTOR**: Rewrite all components in the new Archtecture (#467). - - **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**(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**: Pressable disposes controller only if it creates it (#424). - - **FIX**: breakpoint utility merge exception (#421). - - **FIX**: FlexSpecWidget prioritizes the direction in spec (#414). - - **FIX**: Added missing widget state utilities (#411). - - **FIX**: Correct handling of individual border sides (#408). - **FEAT**: Improve error messages (#491). - **FEAT**: add error state to MixWidgetState (#489). - - **FEAT**: Add CustomOutlinedBorder's (#487). - - **FEAT**: remix-styling-configuration (#483). - - **FEAT**: transform.translate (#484). - - **FEAT**: Add more directives to Colors (#477). - - **FEAT**: implement a way to clear inline modifiers (#478). - - **FEAT**: Fluent API (#475). - - **FEAT**: Create mouse cursor Decorator (#263). - - **FEAT**: Create Select component (#448). - - **FEAT**: Add parameter onEnd for AnimatedStyle (#458). - - **FEAT**: `SingleChildScrollView` widget modifier (#427). - - **FEAT**: Create a specific utility to Transform.rotate (#434). - - **FEAT**: TargetPlatform and web variants (#431). - - **FEAT**: Remix improvements and further improvements (#410). - - **DOCS**: improve mix theme data features explanations (#404). - + #### `mix` - `v1.5.1` - **FEAT**: Add MixOutlinedBorder (#487).