1.0.0-beta.1 (2023-03-12)
Bug Fixes
- UxmlTraitAttribute: default trait name no longer has trailing or leading dashes (74a73f7)
Features
- UIComponent: remove WaitForInitialization method (d21e194)
- UxmlTraitAttribute: remove obsolete DefaultValue property (adb4715)
BREAKING CHANGES
- UxmlTraitAttribute: UxmlTraitAttribute's obsolete DefaultValue property has been removed. Use field and property initializers instead.
- UIComponent: UIComponent's obsolete WaitForInitialization method has been removed. Use its InitializationTask instead.