Skip to content

v0.22.11

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 22:36
· 65 commits to master since this release

StippleUI v0.22.11

Improvements for StippleUIParser

  • add parsing option: context and flexgrid_parsing
  • support parsing of flexgrid classes into the StippleUI syntax:
    col = 9, sm = 6 instead of class = "col-9 col-sm-6" for all StippleUI elements as well as for row, column and cell
    This behaviour can be switched off with flexgrid_parsing = false
  • add htmldiv() to produce div elements

Full Changelog: v0.22.10...v0.22.11