4.5.0 (2017-06-04)
-
Added SVG-related CSS properties to the relaxed config. See the diff for the full list of added properties. @louim - #161
-
Fixed: Sanitize now strips null bytes (
\u0000
) before passing input to Nokogumbo, since they can cause recent versions to crash with a failed assertion in the Gumbo parser.