0.5.1
- 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.