Skip to content

[JavaScript] Release 0.20.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 12:54
· 4 commits to master since this release
javascript-v0.20.0
b41f335

Added

  • applyWidthAttributes and applyHeightAttributes 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.