Skip to content

1.4.3

Compare
Choose a tag to compare
@brunchboy brunchboy released this 15 May 16:44

Changed

  • defattrs now takes an attribute expression rather than only a resolved attribute map as its second expression, so you can use the concise attribute mini-language to build new attributes based on existing ones.

Added

  • You can now pass :next-row-height as an attribute to draw-box when you need to change row heights as you draw the first box of a new row. This makes it more practical to have variable-height rows,
    while still having the automatically-drawn row headers appear in the correct posititons.
  • The user guide now shows examples of how to draw vertical text and boxes which span more than two rows but which are not variable-length gaps.

Fixed

  • Short-lived version 1.4.2 was not properly built for release before publishing to npm.