Skip to content

v3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 20:33
· 118 commits to main since this release
01bbd57

Patch Changes

  • #631 f124a5a Thanks @calebeby! - [bugfix] Don't override <head> when using utils.injectHTML

    This was a bug introduced in 3.0.0. This change fixes that behavior to match what is documented. The documented behavior is that injectHTML replaces the content of the body only. The behavior introduced in 3.0.0 also resets the <head> to the default; that was unintended behavior that is now removed.