Skip to content

4.5.0 (2017-06-04)

Compare
Choose a tag to compare
@rgrove rgrove released this 04 Jun 22:55
· 115 commits to main since this release
  • 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.