Releases: GenieFramework/StippleUI.jl
Releases · GenieFramework/StippleUI.jl
v0.23.0
StippleUI v0.23.0
v0.22.18
StippleUI v0.22.18
v0.22.17
StippleUI v0.22.17
v0.22.16
StippleUI v0.22.16
v0.22.15
StippleUI v0.22.15
v0.22.14
StippleUI v0.22.14
v0.22.13
StippleUI v0.22.13
v0.22.12
StippleUI v0.22.12
- fix filter issue of
tables()
- fix parsing of templates for
textfield()
,numberfield()
andbtn()
v0.22.11
StippleUI v0.22.11
Improvements for StippleUIParser
- add parsing option:
context
andflexgrid_parsing
- support parsing of flexgrid classes into the StippleUI syntax:
col = 9, sm = 6
instead ofclass = "col-9 col-sm-6"
for all StippleUI elements as well as forrow
,column
andcell
This behaviour can be switched off withflexgrid_parsing = false
- add
htmldiv()
to produce div elements
Full Changelog: v0.22.10...v0.22.11