Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli authored Feb 7, 2025
1 parent fd05b7f commit 15faf58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 112 deletions.
56 changes: 0 additions & 56 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,68 +22,12 @@ Packages with other changes:

#### `mix` - `v1.5.4`

- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **REFACTOR**: Solve dcm lint issues (#519).
- **REFACTOR**: ShapeBorder merge (#490).
- **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**: transform.translate (#484).
- **FEAT**: Slider component (#509).
- **FEAT**: Improve spring curve.
- **FEAT**: Add more directives to Colors (#477).
- **FEAT**: implement a way to clear inline modifiers (#478).
- **FEAT**: Fluent API (#475).
- **FEAT**: implement toast component (#503).
- **FEAT**: Create StrokeAlignUtility (#496).
- **FEAT**: Create mouse cursor Decorator (#263).
- **FEAT**: Utilities for text height behavior (#495).
- **FEAT**: Improve error messages (#491).
- **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**: Accordion interaction based on open variable (#546).
- **FEAT**: TargetPlatform and web variants (#431).
- **FEAT**: Create Select component (#448).
- **FEAT**: Add CustomOutlinedBorder's (#487).
- **FEAT**: Remix improvements and further improvements (#410).
- **FEAT**: remix-styling-configuration (#483).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **DOCS**: Add section for `TokenResolver` (#537).
- **DOCS**: improve mix theme data features explanations (#404).

#### `remix` - `v0.0.4`

- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **REFACTOR**(remix): improve widgetbook navigation (#524).
- **REFACTOR**: Add in code documentation and rename params for each component (#514).
- **REFACTOR**: small fixes on remix (#512).
- **FIX**: Textfield helper Text (#531).
- **FIX**: Toast animation trigger (#530).
- **FEAT**: Support header on scaffold (#554).
- **FEAT**: Accordion interaction based on open variable (#546).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **FEAT**: Create Textfield (#511).
- **FEAT**: Slider component (#509).
- **FEAT**: Menu Item Component (#508).
- **FEAT**: Add Dark Theme.
- **FEAT**: Improve spring curve.
- **FEAT**: Chip component (#504).
- **FEAT**: implement toast component (#503).
- **FEAT**: Card has child instead of children parameter (#499).
- **FEAT**: Create dark base theme for Remix (#498).


## 2024-12-06
Expand Down
40 changes: 0 additions & 40 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,6 @@
## 1.5.4

- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **REFACTOR**: Solve dcm lint issues (#519).
- **REFACTOR**: ShapeBorder merge (#490).
- **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**: transform.translate (#484).
- **FEAT**: Slider component (#509).
- **FEAT**: Improve spring curve.
- **FEAT**: Add more directives to Colors (#477).
- **FEAT**: implement a way to clear inline modifiers (#478).
- **FEAT**: Fluent API (#475).
- **FEAT**: implement toast component (#503).
- **FEAT**: Create StrokeAlignUtility (#496).
- **FEAT**: Create mouse cursor Decorator (#263).
- **FEAT**: Utilities for text height behavior (#495).
- **FEAT**: Improve error messages (#491).
- **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**: Accordion interaction based on open variable (#546).
- **FEAT**: TargetPlatform and web variants (#431).
- **FEAT**: Create Select component (#448).
- **FEAT**: Add CustomOutlinedBorder's (#487).
- **FEAT**: Remix improvements and further improvements (#410).
- **FEAT**: remix-styling-configuration (#483).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **DOCS**: Add section for `TokenResolver` (#537).
- **DOCS**: improve mix theme data features explanations (#404).

## 1.5.3

Expand Down
16 changes: 0 additions & 16 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
## 0.0.4

- **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528).
- **REFACTOR**(remix): improve widgetbook navigation (#524).
- **REFACTOR**: Add in code documentation and rename params for each component (#514).
- **REFACTOR**: small fixes on remix (#512).
- **FIX**: Textfield helper Text (#531).
- **FIX**: Toast animation trigger (#530).
- **FEAT**: Support header on scaffold (#554).
- **FEAT**: Accordion interaction based on open variable (#546).
- **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517).
- **FEAT**: Create Textfield (#511).
- **FEAT**: Slider component (#509).
- **FEAT**: Menu Item Component (#508).
- **FEAT**: Add Dark Theme.
- **FEAT**: Improve spring curve.
- **FEAT**: Chip component (#504).
- **FEAT**: implement toast component (#503).
- **FEAT**: Card has child instead of children parameter (#499).
- **FEAT**: Create dark base theme for Remix (#498).

## 0.0.3

Expand Down

0 comments on commit 15faf58

Please sign in to comment.