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