Major Changes
- #3511
d3c4667617c1b97c638a6e89e638879e902c9c52Thanks @diegomura! - Support ellipse and polygon exclusion shapes for text wrapping, groundwork for CSSshape-outside. Breaking: theContainer.excludeRectsprop is renamed toexclusionsand now acceptsExclusionShape[](rect, ellipse, or polygon, each with an optionalextendside)
Minor Changes
- #3440
06dfada8630d00005752eec711219cf290ce76eaThanks @manuelmeister! - Add support for fontFeatureSettings to customize ligatures, tabular number display, and other font features.
Patch Changes
- #3513
533340e6ae0908732612d4e5350a69dcb70e76dbThanks @diegomura! - fix: line widths misaligned with line rects when exclusions are present, causing the first line after a float to break at the previous line's width