Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli authored Sep 27, 2024
1 parent ff6546a commit 2600245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
26 changes: 0 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 2 additions & 28 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 2600245

Please sign in to comment.