The major change from the last release is that State
has been deleted in favor of render
taking a reference to the components. In addition there were a number of API adjustments, including:
- Add the type
Lines
wrappingVec<Line>
. - Add
Span::new_colored
andSpan::new_colored_lossy
. - Remove the
line!
macro and add more utilities to theLine
type, making its internals private. - Rename
x
/y
towidth
/height
where it makes sense.