Skip to content

Releases: GenieFramework/Stipple.jl

v0.27.34

25 Jan 12:21
Compare
Choose a tag to compare

Stipple v0.27.34

Diff since v0.27.33

v0.27.33

18 Jan 12:09
Compare
Choose a tag to compare

Stipple v0.27.33

What's New

  • more options for head_content by @hhaensel in #253
    • keyword arg head_content in page() now accepts AbstractString and Vector{<:AbstractString}
    • Stipple.ReactiveTools.DEFAULT_LAOUT() now supports keyword argument head_content
  • prettyprinting of models by @hhaensel in #256
  • Update ReactiveTools.jl by @yakir12 in #254
    • updated docstring of @page macro for explicit models

Full Changelog: v0.27.32...v0.27.33

v0.27.32

18 Jan 11:53
Compare
Choose a tag to compare

Stipple v0.27.32

Diff since v0.27.31

Merged pull requests:

Closed issues:

  • StippleJSONExt precompilation fails on new install (#250)

v0.27.31

11 Jan 08:43
Compare
Choose a tag to compare

Stipple v0.27.31

Diff since v0.27.30

v0.27.30

10 Jan 16:25
Compare
Choose a tag to compare

Stipple v0.27.30

Diff since v0.27.29

v0.27.29

10 Jan 16:00
Compare
Choose a tag to compare

Stipple v0.27.29

Diff since v0.27.28

v0.27.28

10 Jan 15:16
Compare
Choose a tag to compare

Stipple v0.27.28

Diff since v0.27.27

v0.27.27

05 Jan 21:39
Compare
Choose a tag to compare

Stipple v0.27.27

Diff since v0.27.26

v0.27.26

18 Dec 07:58
Compare
Choose a tag to compare

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

v0.27.25

15 Dec 15:33
9a8b35e
Compare
Choose a tag to compare

Stipple v0.27.25

Diff since v0.27.24

Merged pull requests:

Closed issues:

  • GenieAuthentication.get_authentication always returns nothing (#242)