Skip to content

Commit d328e53

Browse files
tilucasoliclaude
andauthored
chore: release mix_annotations 2.2.0-beta.0 (#986)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 54eb91c commit d328e53

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

packages/mix_annotations/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
## 2.2.0-beta.0
2+
3+
- **FEAT**: Add `MixableField.forwardStyler` and `stylerSurface` for opt-in
4+
projection of a nested generated Styler's canonical named-factory surface
5+
onto its parent Styler (#983).
6+
- **DOCS**: Document the construction and fluent-method contract for a custom
7+
`setterType` combined with `forwardStyler`.
8+
19
## 2.1.3
210

311
- **FEAT**: Add `MixWidgetParameterSelection` and the
412
`MixWidget.widgetParameters` default. `@MixWidget()` now concretely carries
513
`.all()`, while `.only({...})` supports opt-in curation of generated widget
614
value parameters. Factory parameters, valid `Key? key`, and method-level
715
type parameters remain automatic.
8-
- **FEAT**: Add `MixableField.forwardStyler` and `stylerSurface` for opt-in
9-
projection of a nested generated Styler's canonical named-factory surface
10-
onto its parent Styler (#983).
11-
- **DOCS**: Document the construction and fluent-method contract for a custom
12-
`setterType` combined with `forwardStyler`.
1316

1417
## 2.1.2
1518

packages/mix_annotations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mix_annotations
22
description: Annotations for mix and mix_generator
3-
version: 2.1.3
3+
version: 2.2.0-beta.0
44
repository: https://github.com/btwld/mix/tree/main/packages/mix_annotations
55

66
environment:

0 commit comments

Comments
 (0)