Skip to content

5.2.0: The selector removal release

Compare
Choose a tag to compare
@sabberworm sabberworm released this 04 Jul 10:01
· 799 commits to main since this release

5.2.0 (2014-06-30)

  • Support removing a selector from a declaration block using $oBlock->removeSelector($mSelector)
  • Introduce a specialized exception (Sabberworm\CSS\Parsing\OuputException) for exceptions during output rendering
  • No deprecations

Backwards-incompatible changes

  • Outputting a declaration block that has no selectors throws an OuputException instead of outputting an invalid {…} into the CSS document.