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
8 changes: 8 additions & 0 deletions packages/mix_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.2.0-beta.1

- **FIX**: Generate `@MixWidget` wrappers on clean builds when a factory
returns a Styler generated by a same-library `@MixableSpec`. The generator
now derives the call surface from the spec's `target:` constructor while
preserving widget-parameter curation, key forwarding, enum variants, and
unmatched-type diagnostics (#995).

## 2.2.0-beta.0

- **FEAT**: Forward canonical named factories and matching fluent anchors from
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-beta.0
version: 2.2.0-beta.1
homepage: https://github.com/btwld/mix
repository: https://github.com/btwld/mix/tree/main/packages/mix_generator

Expand Down
Loading