v0.0.4
Added 1
- A justification comparison demo that shows native CSS justification, greedy hyphenation, and a Knuth-Plass-style paragraph layout side by side
Changed 1
- Rich layout is faster on chunk-heavy and long-breakable text
Fixed 2
- layout(), layoutWithLines(), and layoutNextLine() stay aligned on narrow ZWSP / grapheme-breaking edge cases
- The justification comparison demo no longer paints justified lines wider than their column
Added
- A justification comparison demo that shows native CSS justification, greedy hyphenation, and a Knuth-Plass-style paragraph layout side by side.
Changed
- Rich layout is faster on chunk-heavy and long-breakable text.
Fixed
layout(),layoutWithLines(), andlayoutNextLine()stay aligned on narrowZWSP/ grapheme-breaking edge cases.- The justification comparison demo no longer paints justified lines wider than their column.