Skip to content

v0.27.26

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 07:58
· 159 commits to master since this release

Stipple v0.27.26

Diff since v0.27.25

  • 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