You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.