Skip to content

v3.0.0

Choose a tag to compare

@keithamus keithamus released this 04 Mar 17:15

<a name"3.0.0">

3.0.0 (2016-03-04)

Bug Fixes

  • function-parentheses-space-inside: relax to only adhere to single lines (9abca20e)

Features

  • add no-unknown-animations rule (4cdf36ca)
  • add no-invalid-double-slash-comments rule (bbb3e18b)
  • add no-duplicate-selectors rule (db64abc4)
  • add media-feature-no-missing-punctuation rule (f0541b69)
  • add time-no-imperceptible rule (64af103c)
  • add function-parentheses-newline-inside rule (85f6b27c)
  • add font-family rules (e2fc9d0a)

Breaking Changes

  • Any CSS which includes references to unknown animations will now fail lint

    (4cdf36ca)

  • Any CSS which featured double slash comments (//) will now fail lint

    (bbb3e18b)

  • Any CSS which features duplicate selectors will now fail lint

    (db64abc4)

  • Any CSS which features media rules with missing punctuation will now
    fail lint

    (f0541b69)

  • Any code that had animation times < 100ms will now fail lint

    (64af103c)

  • Any code which has multiline function calls may fail, if the
    first argument is on the same line as the opening paren

    (85f6b27c)

  • css rules with double quoted font-families will now fail linting

    (e2fc9d0a)