mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 22:27:22 -04:00
4.3 KiB
4.3 KiB
1.4.3
- Fixed:
at-mixin-no-argumentless-call-parentheses
messages
1.4.2:
- Fixed: false positives in inline comment detecting by
findCommentsInRaws
if a comment is the first/last in a file/line - Fixed:
findCommentsInRaws
error in function detection
1.4.1
- Fixed: mixed import names for
at-else-closing-brace-space-after
andat-else-empty-line-before
rules. - Fixed: false positives for nested props rules (
:not()
-like selectors, strings, numbers).
1.4.0
- Added:
at-else-closing-brace-newline-after
rule. - Added:
at-else-closing-brace-space-after
rule. - Added:
at-if-closing-brace-newline-after
rule. - Added:
at-if-closing-brace-space-after
rule. - Added:
at-else-empty-line-before
rule. - Added:
declaration-nested-properties
rule. - Added:
declaration-nested-properties-no-divided-groups
rule. - Added:
dollar-variable-empty-line-before
rule. - Added:
ignore: "local"|"global"
to thedollar-variable-pattern
rule. - Added:
docs
folder tonpm
package. - Removed:
src
folder fromnpm
package. - Removed: NodeJS 0.12.x support, stylelint-scss now requires NodeJS > 4.2.1 LTS or greater
1.3.4
- Fixed: parsing
-
and+
at the operation start inoperator-
rules. - Fixed:
findCommentsInRaws
false positives on comments inside strings (applicable to rulesdouble-slash-comment-inline
,double-slash-comment-whitespace-inside
,operator-no-unspaced
).
1.3.3
- Fixed: parsing
%
character byoperator-
rules. - Fixed: false positives on
operator-
rules.
1.3.2
- Fixed:
findCommentsInRaws
fail on parsing selectors likep:not(.not-p)
(applicable to rulesdouble-slash-comment-inline
,double-slash-comment-whitespace-inside
,operator-no-unspaced
). - Fixed: 'double-slash-comment-whitespace-inside' false positives on empty comments (e.g.
//
). - Fixed:
findCommentsInRaws
giving wrong column number (applicable to rulesdouble-slash-comment-inline
,double-slash-comment-whitespace-inside
,operator-no-unspaced
).
1.3.1
- Fixed:
findCommentsInRaws
for multiline CSS comments and text for //-comments (double-slash-comment-
rules andoperator-no-unspaced
rule).
1.3.0
- Added:
at-mixin-argumentless-call-parentheses
rule (with "always"/"never" behavior as a replacement forat-mixin-no-argumentless-call-parentheses
). - Added:
dollar-variable-colon-newline-after
rule. - Added:
dollar-variable-colon-space-after
rule. - Added:
dollar-variable-colon-space-before
rule. - Added:
double-slash-comment-empty-line-before
rule. - Added:
double-slash-comment-inline
rule. - Added:
double-slash-comment-whitespace-inside
rule. - Added:
operator-no-newline-after
rule. - Added:
operator-no-newline-before
rule. - Added:
operator-no-unspaced
rule. - Deprecated:
at-mixin-no-argumentless-call-parentheses
. - Fixed:
partial-no-import
failing when linting a code string (not in an actual file, e.g. via stylelilnt Node API). - Updated stylelint dependency to version 7.
1.2.1
- Fixed:
at-function-pattern
,at-mixin-pattern
failing if there are parens inside a parameters list.
1.2.0
- Added:
partial-no-import
rule. - Added:
media-feature-value-dollar-variable
rule. - Added:
at-import-partial-extension-blacklist
rule. - Added:
at-import-partial-extension-whitelist
rule. - Deprecated:
at-import-no-partial-extension
rule. - Fixed:
dollar-variable-no-missing-interpolation
was throwing an error on older Node.js versions.
1.1.1
- Fixed: newlines inside braces in
at-function-pattern
,at-mixin-pattern
. - Fixed: false positives and false negatives in
selector-no-redundant-nesting-selector
.
1.1.0
- Added:
at-mixin-no-argumentless-call-parentheses
rule. - Added:
at-import-no-partial-leading-underscore
rule. - Added:
at-import-no-partial-extension
rule. - Added:
percent-placeholder-pattern
rule. - Fixed:
selector-no-redundant-nesting-selector
no longer warns about BEM syntax. - Fixed: bug causing rules to ignore severity levels
warning
/error
and reportignore
instead.
1.0.0
- Added:
at-extend-no-missing-placeholder
rule. - Added:
at-function-pattern
rule. - Added:
at-mixin-pattern
rule. - Added:
dollar-variable-no-missing-interpolation
rule. - Added:
dollar-variable-pattern
rule. - Added:
selector-no-redundant-nesting-selector
rule.