Skip to content

[Rust] Release 0.10.4

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 11 Aug 22:57
· 265 commits to master since this release
rust-v0.10.4
6626fbc

Fixed

  • Applying new styles only to the first matching tag during styles merging. #224

Performance

  • Fix under-allocating storage for intermediate CSS styles.
  • Perform CSS inlining as late as possible to avoid intermediate allocations. #220