Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@jonisavo jonisavo released this 05 May 06:17
· 390 commits to main since this release

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.