Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli authored Dec 6, 2024
1 parent c1300ae commit 42c0616
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 76 deletions.
40 changes: 2 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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).
Expand All @@ -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`

Expand Down
35 changes: 2 additions & 33 deletions packages/mix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
5 changes: 0 additions & 5 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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

Expand Down

0 comments on commit 42c0616

Please sign in to comment.