Releases: sds/scss-lint
Releases · sds/scss-lint
SCSS-Lint 0.60.0
- Add
scroll-margin
family of properties to allowlist - Add
gap
family of properties to allowlist - Add
text-underline-offset
property to allowlist - Add
place-items
property to allowlist - Add
accent-color
property to allowlist - Add
scroll-padding
family of properties to allowlist - Add support for Ruby 3.2
SCSS-Lint 0.59.0
- Add
overflow-wrap
toPropertySortOrder
list for SMACSS - Remove dependency on
rake
gem
SCSS-Lint 0.58.0
- Drop support for Ruby 2.3 or older
- Add
caret-color
,::-ms-backdrop
,::-webkit-details-marker
,place-content
,font-variant-numeric
,scrollbar-width
to known properties list - Add CSS SVG properties (#977)
SCSS-Lint 0.57.1
- Relax Sass gem dependency to allow 3.6.x
SCSS-Lint 0.57.0
- Add
text-decoration-skip
property toPropertySpelling
- Drop support for Ruby 2.0
- Require
sass
gem 3.5.5 or newer - Add grid properties to SMACSS sort order for
PropertySortOrder
SCSS-Lint 0.56.0
This release includes support for Sass 3.5. A big thanks to @tagliala for the incredible effort to get here.
- Add support for Sass 3.5. Custom properties are not yet supported.
- Modify all output formats to include a linter even for syntax or encoding errors
- Fix
SpaceAfterComment
to not report lints for file-level annotation comments
SCSS-Lint 0.55.0
- Add
ng-deep
to the list recognized by thePseudoElement
linter - Add
classic_BEM
convention forSelectorFormat
- Deprecate
strict_BEM
convention forSelectorFormat
. Useclassic_BEM
instead. - Add
font-display
andjustify-items
properties toPropertySpelling
linter - Add
fr
unit toPropertyUnits
linter
SCSS-Lint 0.54.0
- Add
cubic-bezier
toNameFormat
whitelist - Allow triple-slash (
///
) comments inSpaceAfterComment
- Add new grid spec properties to
PropertySpelling
- Add workaround for negative source range lengths returned by the Sass parser
- Fix
Indentation
linter to work with@import
statements which spanned multiple lines
SCSS-lint 0.53.0
- Update smacss order
- Add missing transform-origin property to concentric order
- Ignore URLs with variables in UrlFormatter
SCSS-Lint 0.52.0
Minor change for plugins:
- Config files are now read from plugin directories.