Skip to content

v0.4.0

Compare
Choose a tag to compare
@ivopetkov ivopetkov released this 07 Oct 08:50
· 177 commits to master since this release

Now every HTML code loaded or inserted without parent body or head tags will be inserted into the document body.
Duplicate meta tags and title tags are now removed after new HTML is inserted. This enables HTML tags overwriting.
Fix the DOM if multiple head or body tags are loaded.
The attributes of the HTML, head, and body tags in the HTML code being passed to insertHTML() are now copied to the corresponding elements in the document DOM. This enables attributes overwrite.