- Updated:
stylelint-suitcss
to5.0.0
- Updated:
stylelint-suitcss
to4.0.0
- Updated:
npmpub
to5.0.0
- Updated:
stylelint
to13.13.1
- Updated:
eslint
to7.32.0
- Updated:
eslint-config-stylelint
to13.1.1
- Updated:
ava
to3.15.0
- Updated:
stylelint
to13.6.1
- Updated:
stylelint-order
to4.1.0
- Updated:
stylelint
to9.0.0
- Updated:
stylelint-order
to0.8.0
- Updated:
stylelint-suitcss
to3.0.0
- Updated:
stylelint-order
to0.7.0
- Updated:
stylelint-suitcss
to2.0.0
- Updated:
stylelint
to8.0.0
- Changed:
order/declaration-block-properties-alphabetical-order
toorder/properties-alphabetical-order
.
- Updated:
ava
to0.18.2
- Updated:
eslint
to3.17.0
- Updated:
eslint-config-stylelint
to6.0.0
- Updated:
stylelint-order
to0.3.0
- Added:
suitcss/root-no-standard-properties
- Added:
suitcss/selector-root-no-composition
- Added:
suitcss/custom-property-no-outside-root
- Removed:
root-no-standard-properties
. - Removed:
selector-root-no-composition
. - Changed:
declaration-block-properties-order
toorder/declaration-block-properties-alphabetical-order
. - Changed:
rule-nested-empty-line-before
&rule-non-nested-empty-line-before
torule-empty-line-before
.
- Changed:
media-query-parentheses-space-inside
tomedia-feature-parentheses-space-inside
. - Changed:
no-missing-eof-newline
tono-missing-end-of-source-newline
.
- Changed:
number-zero-length-no-unit
tolength-zero-no-unit
. - Changed:
function-url-quotes
option from"double"
to'always'
.
- Updated: to stylelint
^6.0.0
.
- Changed:
rule-nested-empty-line-before
to match SUIT style. Set toalways-multi-line
so nested rules will require a line break after the opening brace.
- Removed:
stylelint < 4.0.0
compatibility. - Added:
max-line-length
rule with 80 characters for comments.
- Removed:
stylelint < 3.0.0
compatibility. - Changed: configuration syntax.
- Removed:
nesting-block-opening-brace-space-before
andnesting-block-opening-brace-newline-before
rules. - Changed:
rule-single-line-max-declarations
todeclaration-block-single-line-max-declarations
. - Changed:
function-space-after
tofunction-whitespace-after
. - Changed:
comment-space-inside
tocomment-whitespace-inside
. - Changed:
no-multiple-empty-lines
tomax-empty-lines
.
- Added: support for SuitCSS's "Exceptions and slight deviations" (multi-line declarations and functions, and single-line single declaration rule-sets).
- Added:
function-linear-gradient-no-nonstandard-direction
rule. - Added:
comment-space-inside
rule.
- Fixed: usage documentation.
- Fixed: single-line whitespace rules for
block-closing-brace-*
.
- Added:
rule-no-shorthand-property-overrides
rule.
- Added:
nesting-block-opening-brace-newline-before
rule. - Added:
nesting-block-opening-brace-space-before
rule.
- Added:
color-hex-case
rule. - Added:
color-hex-length
rule.
- Initial release