Skip to content

v0.1.4

Compare
Choose a tag to compare
@TheHorscht TheHorscht released this 23 May 18:08
· 19 commits to master since this release

Not recommended, padding etc is pretty buggy...

  • Improve Slider text display to keep the Slider at constant width, which is now set by its style.width instead of as an attribute
  • Slider: Added 'precision' attribute that controls how many digits after the period are shown (value is still saved untruncated)
  • Add CSS properties 'align_self_horizontal' and 'align_self_vertical'
  • Add CSS property 'color', for setting text color for instance
  • Add 'if' conditional rendering of elements: <Layout if="render_layout">
  • Add 'show' conditional rendering of elements: <Layout show="layout_visible">