Releases: GenieFramework/Stipple.jl
Releases · GenieFramework/Stipple.jl
v0.27.34
Stipple v0.27.34
v0.27.33
Stipple v0.27.33
What's New
- more options for head_content by @hhaensel in #253
- keyword arg
head_content
inpage()
now acceptsAbstractString
andVector{<:AbstractString}
Stipple.ReactiveTools.DEFAULT_LAOUT()
now supports keyword argumenthead_content
- keyword arg
- prettyprinting of models by @hhaensel in #256
- Update ReactiveTools.jl by @yakir12 in #254
- updated docstring of
@page
macro for explicit models
- updated docstring of
Full Changelog: v0.27.32...v0.27.33
v0.27.32
Stipple v0.27.32
Merged pull requests:
Closed issues:
- StippleJSONExt precompilation fails on new install (#250)
v0.27.31
Stipple v0.27.31
v0.27.30
Stipple v0.27.30
v0.27.29
Stipple v0.27.29
v0.27.28
Stipple v0.27.28
v0.27.27
Stipple v0.27.27
v0.27.26
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
v0.27.25
Stipple v0.27.25
Merged pull requests:
Closed issues:
- GenieAuthentication.get_authentication always returns nothing (#242)