Skip to content

[Rust] Release 0.20.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Feb 09:20
· 9 commits to master since this release
rust-v0.20.0
392c0d2

Added

  • InlineOptions::apply_width_attributes and InlineOptions::apply_height_attributes options to add dimension HTML attributes from CSS properties on supported elements (table, td, th, img). #652

Performance

  • Skip selectors that reference non-existent classes, IDs, or tags.
  • Faster HTML serialization for styles containing double quotes.