Major update. Check CHANGELOG.md
for complete list.
Highlights:
- Add styled text support.
TextView
can now display aStyledString
. AStyledString
can be built from multiple sources, including parsing markdown text.
- Fixed line-breaking algorithm (now doesn't break at invalid locations).
- Refactored
ColorStyle
. - Added
TextContent
to manage the content from aTextView
remotely. StackView
: added methods to re-order the layers, and reposition them on screen.Cursive::cb_sink
can now acceptFnOnce
callbacks- Various methods were added to query/update the selection/focus for most views.
- Usual bunch of bugfixes.