Skip to content

@react-pdf/textkit@7.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 22:47
· 6 commits to master since this release
1fe630e

Major Changes

  • #3511 d3c4667617c1b97c638a6e89e638879e902c9c52 Thanks @diegomura! - Support ellipse and polygon exclusion shapes for text wrapping, groundwork for CSS shape-outside. Breaking: the Container.excludeRects prop is renamed to exclusions and now accepts ExclusionShape[] (rect, ellipse, or polygon, each with an optional extend side)

Minor Changes

Patch Changes