|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## 2024-12-06 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`mix` - `v1.5.3`](#mix---v153) |
| 19 | + - [`remix` - `v0.0.3`](#remix---v003) |
| 20 | + - [`mix_annotations` - `v0.3.1`](#mix_annotations---v031) |
| 21 | + - [`mix_generator` - `v0.3.2`](#mix_generator---v032) |
| 22 | + - [`mix_lint` - `v0.1.2`](#mix_lint---v012) |
| 23 | + |
| 24 | +--- |
| 25 | + |
| 26 | +#### `mix` - `v1.5.3` |
| 27 | + |
| 28 | + - **REFACTOR**: Solve dcm lint issues (#519). |
| 29 | + - **FIX**: Order of modifiers implementation on Box, Image and Text (#529). |
| 30 | + - **FIX**: reset modifiers and directives when using fluentAPI (#482). |
| 31 | + - **FEAT**: Add spring curve (#503). |
| 32 | + - **FEAT**: Create StrokeAlignUtility (#496). |
| 33 | + - **FEAT**: Utilities for text height behavior (#495). |
| 34 | + - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). |
| 35 | + - **FEAT**: Add `SpecConfiguration` (#483). |
| 36 | + - **DOCS**: Add section for `TokenResolver` (#537). |
| 37 | + |
| 38 | +#### `remix` - `v0.0.3` |
| 39 | + |
| 40 | + - **REFACTOR**: Create a new Architecture for remix's components (#446). |
| 41 | + - **REFACTOR**(remix): improve widgetbook navigation (#524). |
| 42 | + - **REFACTOR**: Add in code documentation and rename params for each component (#514). |
| 43 | + - **REFACTOR**: Remix progress (#429). |
| 44 | + - **REFACTOR**: small fixes on remix (#512). |
| 45 | + - **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528). |
| 46 | + - **REFACTOR**: Remix was rewritten using Fluent API (#476). |
| 47 | + - **REFACTOR**: Rewrite all components in the new Archtecture (#467). |
| 48 | + - **FIX**: Textfield helper Text (#531). |
| 49 | + - **FIX**: Toast animation trigger (#530). |
| 50 | + - **FEAT**: Create Textfield (#511). |
| 51 | + - **FEAT**: Chip component (#504). |
| 52 | + - **FEAT**: implement toast component (#503). |
| 53 | + - **FEAT**: Card has child instead of children parameter (#499). |
| 54 | + - **FEAT**: Create dark base theme for Remix (#498). |
| 55 | + - **FEAT**: remix-styling-configuration (#483). |
| 56 | + - **FEAT**: Segmented control (#479). |
| 57 | + - **FEAT**: Accordion component (#433). |
| 58 | + - **FEAT**: Slider component (#509). |
| 59 | + - **FEAT**: Add more directives to Colors (#477). |
| 60 | + - **FEAT**: Menu Item Component (#508). |
| 61 | + - **FEAT**: Add group feature to Radio (#435). |
| 62 | + - **FEAT**: Create Select component (#448). |
| 63 | + - **FEAT**: Add parameter onEnd for AnimatedStyle (#458). |
| 64 | + - **FEAT**: button supports component builder (#444). |
| 65 | + - **FEAT**: Create a theme for Remix (#470). |
| 66 | + - **FEAT**: Refactor Remix components (#428). |
| 67 | + - **FEAT**: Remix improvements and further improvements (#410). |
| 68 | + - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). |
| 69 | + |
| 70 | +#### `mix_annotations` - `v0.3.1` |
| 71 | + |
| 72 | + - **FEAT**: Create code gen for design tokens (#521). |
| 73 | + |
| 74 | +#### `mix_generator` - `v0.3.2` |
| 75 | + |
| 76 | + - **REFACTOR**: Rewrite Fortaleza theme using the new code gen for tokens (#528). |
| 77 | + - **FIX**: Shadow list animation (#445). |
| 78 | + - **FEAT**: Create code gen for design tokens (#521). |
| 79 | + - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). |
| 80 | + - **FEAT**: Fluent API (#475). |
| 81 | + - **FEAT**: Remix improvements and further improvements (#410). |
| 82 | + - **DOCS**: improve mix theme data features explanations (#404). |
| 83 | + |
| 84 | +#### `mix_lint` - `v0.1.2` |
| 85 | + |
| 86 | + - **FEAT**: Rewrite FlexBox as a Mix's primitive component (#517). |
| 87 | + |
| 88 | + |
6 | 89 | ## 2024-09-27
|
7 | 90 |
|
8 | 91 | ### Changes
|
|
0 commit comments