Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/mix_annotations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.1.2

- **DOCS**: Document that nested `StyleSpec<XSpec>` fields derive `XStyler`
automatically by convention, so `@MixableField(setterType:)` is only needed
to override the derived name (#961).

## 2.1.1

- **DOCS**: Document `@MixableField(setterType:)` usage for `@MixableSpec` and `@MixableModifier` fields (#950, #951).
Expand Down
2 changes: 1 addition & 1 deletion packages/mix_annotations/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mix_annotations
description: Annotations for mix and mix_generator
version: 2.1.1
version: 2.1.2
repository: https://github.com/btwld/mix/tree/main/packages/mix_annotations

environment:
Expand Down
5 changes: 1 addition & 4 deletions packages/mix_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
## 2.2.0
## 2.1.2

- **FEAT**: Generate one named widget constructor per accessible enum value
when an `@MixWidget` function has a named, non-nullable enum parameter named
`variant` (for example, `Button.solid(...)`). The existing unnamed
constructor remains unchanged.

## 2.1.2

- **FEAT**: Derive nested styler types for `StyleSpec<XSpec>` spec fields by
the `XSpec -> XStyler` naming convention. Generated spec stylers now expose
styler-typed constructors, setters, and field factories with
Expand Down
2 changes: 1 addition & 1 deletion packages/mix_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mix_generator
description: A code generator for Mix, an expressive way to effortlessly build design systems in Flutter.
version: 2.2.0
version: 2.1.2
homepage: https://github.com/btwld/mix
repository: https://github.com/btwld/mix/tree/main/packages/mix_generator

Expand Down
Loading