Skip to content

[WASM] Release 0.10.4

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 11 Aug 23:18
· 261 commits to master since this release
wasm-v0.10.4
6391c48

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