1.0.0-alpha.3 (2022-11-20)
Bug Fixes
- ProvideAttribute: fix NullReferenceException during codegen (2b03eb7)
Features
- rework dependency injection to use source generation (fe70a79)
- samples: add UXML code generation sample (86ecd43)
- UxmlNameAttribute: use MeansImplicitUseAttribute (ddb58b6)
BREAKING CHANGES
- All UIComponent subclasses must now be declared partial. TestBed has been reworked to focus on testing one component at a time.
new TestBed<TComponent>
is used to instantiate one now.