Releases: diegomura/react-pdf
Releases Β· diegomura/react-pdf
v1.1.0
1.0.0
- 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
1.0.0-alpha.18
v1.0.0-alpha.18
v0.7.6
v0.7.2
Changes:
- Warn when styles is passed instead of style (#197, by @rogierslag )
- Fix typo in commitTextUpdate() (#200, by @ottosichert )
- Upgrade yoga-layout (#202, by @bkoltai )
v0.7.1
v0.7.0
π v0.7.0 is out π
This is our bigger release so far! I'm thrilled to announce many great new features and fixes made by many great contributors:
- Page wrapping (#166)
- Add
debug
mode (#187) - Apply styles cascading (#192)
- Refactor DOM bindings (#176 by @langovoi )
- Deprecate
align
style property fortextAlign
(#174) - Forbid margins for Page elements (#190)
- Remove generation of examples on every commit (#175 by @jbovenschen)
- Init React Native bindings (#191)
- Instances fixes (#183 by @bkoltai)
v0.6.3
v0.5.1
v0.5.0
- Add the ability to pass an image as a Buffer (#156 by @rogierslag)
- Allow metadata setting for a document (#157 by @rogierslag, @diegomura)
- Render to stream with PDF (#152 by @rogierslag)