css-inline v0.8.1 Release Notes

Release Date: 2022-04-01 // about 2 years ago
  • ๐Ÿ›  Fixed

    • Not respecting specificity in case of inlining overlapping rules like padding and padding-top. #142

    ๐ŸŽ Performance

    • Pre-allocate more memory for output HTML to avoid resizing.

Previous changes from v0.8.0

  • โž• Added

    • ๐Ÿ’… Separate InlineError::MissingStyleSheet error variant to improve debugging experience. #124