v0.15.0
Changelog
-
Added support for using
@css
and@encoder
/@decoder
across other packages.- Styles annotated with
@css
from other dependent packages are now also included in the pre-rendered css. - Models (or extension types) that define
@encoder
and@decoder
annotations from other dependent packages can
now also be used together with@client
components and@sync
fields.
- Styles annotated with
-
BREAKING Component (or any class member) styles annotated with
@css
are now only included in the pre-rendered css if
the file they are defined in is actually imported somewhere in the project.Top-level styles continue to be always included.
-
Fixed issue with wrongly generated imports of
@encoder
/@decoder
methods. -
Fixed spelling mistake from
spaceRvenly
tospaceEvenly
-
Added default
BorderStyle.solid
toBorderSide
constructor.