Skip to content

8.1.0: The “hacky IE, half-assed media query support and r/o comments” release

Compare
Choose a tag to compare
@sabberworm sabberworm released this 19 Jul 19:15
· 727 commits to main since this release

8.1.0 (2016-07-19)

  • Comments are no longer silently ignored but stored with the object with which they appear (no render support, though). Thanks to @FMCorz.
  • The IE hacks using \0 and \9 can now be parsed (and rendered) in lenient mode. Thanks (again) to @FMCorz.
  • Media queries with or without spaces before the query are parsed. Still no real parsing support, though. Sorry…
  • PHPUnit is now listed as a dev-dependency in composer.json.
  • No backwards-incompatible changes
  • No deprecations