v0.22.11
github-actions
released this
11 Dec 22:36
·
76 commits
to master
since this release
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