Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

0.7.0

Latest
Compare
Choose a tag to compare
@rayd rayd released this 25 Jul 18:18
· 3 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.