v3.0.1
Patch Changes
-
#631
f124a5a
Thanks @calebeby! - [bugfix] Don't override<head>
when usingutils.injectHTML
This was a bug introduced in
3.0.0
. This change fixes that behavior to match what is documented. The documented behavior is thatinjectHTML
replaces the content of the body only. The behavior introduced in3.0.0
also resets the<head>
to the default; that was unintended behavior that is now removed.