Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@76creates 76creates released this 28 Dec 13:00
· 14 commits to master since this release

Most Important are the fixes for the borders and margins, as well as some inheritance changes ⚡

Changelog

Fixes

  • Fixed cursor not moving to the last visible row when filtering
  • Fixed margins and borders not being rendered correctly #8
  • Additionally fixed margin and border issues on box
  • Allow style override on Table @joejag

Features

  • Converted default cell inheritance of the row style to function StylePassing which can be set on the Box and Row, if both box and row have style passing enabled, the row will inherit the box style before it passes style to the cells.