v0.27.26
github-actions
released this
18 Dec 07:58
·
191 commits
to master
since this release
Stipple v0.27.26
- support Vectors and Dicts for class attributes
- Vectors are no longer concatenated with
' + '
but converted to js vectors - Dicts can be used to switch on and off classes, e.g.
cell(class = Dict(:myclass => :myclass_on))
.myclass_on
needs to be part of the app variables
- Vectors are no longer concatenated with