Skip to content

4.2.0 (2016-08-22)

Compare
Choose a tag to compare
@rgrove rgrove released this 23 Aug 00:59
· 151 commits to main since this release
  • Added -webkit-font-smoothing to the relaxed CSS config. @louim - #154
  • Fixed: Nokogumbo >=1.4.9 changed its behavior in a way that allowed invalid doctypes (like <!DOCTYPE nonsense>) when the :allow_doctype config setting was true. Invalid doctypes are now coerced to valid ones as they were prior to this Nokogumbo change.