Skip to content

0.7.0

Latest

Choose a tag to compare

@rayd rayd released this 25 Jul 18:18
· 7 commits to master since this release

Fixes/Improvements

  • #21 - handles multi-line classes
  • #26 - no longer drops whitespace but collapses it, per spec
  • #28 - now handles numerically referenced HTML entities (e.g. © -> ©)
  • #27 - handles control characters in attributes correctly
  • #24 - upgrades snabbdom peer dependency and snabbdom imports, so we're compatible with the newest version

Since we're updating our snabbdom peer dependency to a version that is not backwards compatible, I've performed a minor version number increase.

Thanks to @grimalschi, @mightyiam and @brettcrowell for their help with these issues.