- New textkit implementation that boost text layout performance
- hyphenationCallback now receives one word at a time, and should return an array string syllables
- add hyphenationPenalty prop
- Enable images as dynamic render nodes
- Fix emoji loading (thanks @agrant)
- Depend on yoga-layout-prebuilt (thanks @DuncanMacWeb)
- Pass props through from PDFViewer to iframe viewer (thanks @DuncanMacWeb)
- Revoke unused blobs on DOM
- Support percentage paddings on Page #405
- Fix textDecoration capitalize #406
- Add insertBefore method to renderer #408