What's Changed
- feat: implement grapheme cluster-based spacing and alignment handling by @thenixan in #110
- feat: add speculative BuildState scope for §17.6.22 clearance look-ahead by @thenixan in #111
- Merge pull request #111 from nerdy-pro/continious-section-clearance by @thenixan in #114
- fix: promote a continuous break to a page break when page setup differs by @thenixan in #119
- Refactor font instance handling and improve embedding logic by @thenixan in #120
- Parse
w:commentReference, addrussianUpper/russianLowernumbering, and fix three list-label layout/numbering defects by @ikashapov in #118 - feat: implement font synthesis for bold and oblique styles, add tests for edge cases by @thenixan in #121
- Refactor font extraction and collection handling by @thenixan in #122
- feat: add Windows to CI build matrix by @thenixan in #123
- Doc cleanup by @thenixan in #125
- feat: add ICU4X locale data support and related infrastructure by @thenixan in #133
- feat: resolve regional decimal-separator divergence via ICU4X by @thenixan in #134
- feat: evaluate DATE/TIME fields with localized §17.16.4.2 picture names by @thenixan in #135
- Implement UAX #14 line breaking support and refactor fragment handling by @thenixan in #136
- Enhance bidi and shaping support in rendering by @thenixan in #137
- Number spellout by @thenixan in #138
- Clarify comments regarding UAX #9 bidirectional text handling in Cargo.toml by @thenixan in #140
- Update dependencies and improve whitespace handling in DOCX processing by @thenixan in #141
- fix: keep a paragraph at the foot of its page before an explicit break (#126) by @thenixan in #142
- feat: add Debian packaging support and verify script by @thenixan in #143
- feat: enhance paragraph mark handling to ensure proper line height for break-only paragraphs by @thenixan in #144
- feat: add tests and fixtures for handling unbreakable tokens in narrow cells by @thenixan in #145
- Version bump by @thenixan in #147
New Contributors
- @ikashapov made their first contribution in #118
Full Changelog: v0.4.0...v0.5.0