Skip to content

0.5.1

Choose a tag to compare

@rayd rayd released this 12 May 20:10
· 56 commits to master since this release
  • Bug fix for correctly handling HTML entities: when virtualizing HTML that contains escaped HTML entities, we'll unescape them as part of the virtualization process.
  • Bug fix for parsing tags with attributes with quotation marks in them. Basically just upgraded the html-parse-stringify dependency which included the required fix.