From 6071eb107d89dced818f8502ad6e53f35d7bb37a Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Sun, 11 Oct 2020 15:25:42 +0200 Subject: [PATCH] v0.2.2 --- Project.toml | 2 +- src/Dashboard.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a0d13866..38a85dcc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StippleUI" uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3" authors = ["Adrian Salceanu "] -version = "0.2.1" +version = "0.2.2" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" diff --git a/src/Dashboard.jl b/src/Dashboard.jl index d467816f..ab27d919 100644 --- a/src/Dashboard.jl +++ b/src/Dashboard.jl @@ -19,7 +19,7 @@ end const tagname = "st-dashboard" -function dashboard(elemid, content::Union{String,Vector}; partial::Bool = false, title::String = "Stipple Dashboard", +function dashboard(elemid, content::Union{String,Vector}; partial::Bool = true, title::String = "Stipple Dashboard", class::String = "", style::String = "", channel::String = Genie.config.webchannels_default_route, kwargs...) content = if isa(content, Vector) push!(pushfirst!(content, "<$tagname>"), "")