v0.3.0
This release brings minor breaking changes as well as nice improvements.
<div>
now renders a newline (\n
) after children. Use<span>
if you need to group elements, but don't want a newline 376dc3a- Add missing functionality from Chalk 2, including methods for 256 and Truecolor color support 023e8d8 3124ecf
- Rerender when terminal resizes. Responsiveness to the terminals! e68f2d7
Thanks
❤️ Huge thanks to @xdave for suggesting to add newline after <div>
, which makes UI building more pleasant and less verbose.