Looks like `HeightSpacer` and `WidthSpacer` are go...
# compose
c
Looks like
HeightSpacer
and
WidthSpacer
are gone in 04? cannot find info on their replacements..
m
You can use Spacer(LayoutHeight(...)) and Spacer(LayoutWidth(...)) instead.
1
c
Thanks @Mihai Popa is there a changelog I don’t know about? or release notes?
m