0.5.0 (2022-05-05)
- feat(UIComponent)!: make GetLayout and GetStyleSheets private (4251611)
Features
BREAKING CHANGES
- UIComponent's GetLayout and GetStyleSheets functions are no longer protected and virtual. Since they are called in UIComponent's constructor, derived classes would not have been fully initialized when the overridden functions are called.