What's Changed
- Fix document types list in README by @Cadons in #53
- fix(pagination): resolve infinite loop when handling oversized table … by @Cadons in #60
- feat(tools): add DocraftValidator for linting .craft and data files by @Cadons in #63
- Add PageNumber format support and fix chart/list font family handling by @Cadons in #61
- feat(fonts): add support for registering TTF fonts from memory by @Cadons in #64
- Validate Cell content: reject multiple children and unrecognized tags by @Cadons in #65
- feat(templating): add --strict mode to fail unresolved bindings by @Cadons in #70
- feat(loom): warn when a node overflows past the page bottom by @Cadons in #71
- 55 bundled font families roboto opensans cannot be selected by font name silently falls back to helvetica spams libharu errors new by @Cadons in #68
- fix(parser): raise error for duplicate or unrecognized top-level elem… by @Cadons in #76
- fix(parser): inherit background color for table cells from row by @Cadons in #77
- fix(parser): reject explicit width/height on content-sized nodes by @Cadons in #78
- 75 weight common attribute silently no ops outside layout orientationhorizontal by @Cadons in #79
- fix(text-wrapper): prevent boundary word duplication in line wrapping by @Cadons in #81
- refactor(layout): streamline fixed and flexible column width resolution by @Cadons in #84
- 82 warn when a tables explicit column widths sum wider than the available page width by @Cadons in #85
Full Changelog: v1.0.0-RC4...v1.0.0-RC5