Skip to content

Releases: racodond/sonar-css-plugin

FP on rule css:known-properties with nested rulesets

14 Sep 07:50
Compare
Choose a tag to compare

FP on rule class-selector-naming-convention within mixin calls #57

14 Sep 20:17
Compare
Choose a tag to compare

FP on rule class-selector-naming-convention within mixin calls

FP on rule css:known-properties with nested rulesets

13 Sep 13:51
Compare
Choose a tag to compare

Support STATEMENT_BLOCK as mixin call parameter

21 Aug 08:29
Compare
Choose a tag to compare

Bug fixes and enhancements

09 Aug 14:33
Compare
Choose a tag to compare

Release notes: https://github.com/racodond/sonar-css-plugin/milestone/8?closed=1

  • Remove 'fill' from the experimental property list.
  • FP on rule display-property-grouping with float:none
  • Create new rule "Obsolete selector combinators should not be used"
  • Add ::ng-deep pseudo-selector as obsolete
  • scss:unknown-type-selector: Add support for custom elements

Support STATEMENT_BLOCK as mixin call parameter

09 Aug 15:43
Compare
Choose a tag to compare
#54

Fix #54 Support STATEMENT_BLOCK as mixin call parameter

Update background-position validator

19 Jun 15:07
Compare
Choose a tag to compare

Release notes: https://github.com/racodond/sonar-css-plugin/milestone/7?closed=1

  • Update background-position validator (multiple backgrounds)

Fix parser errors on Less

15 Jun 12:02
Compare
Choose a tag to compare

Release notes: https://github.com/racodond/sonar-css-plugin/milestone/6?closed=1

  • Less Parser error: mixin parameter does not accept expression
  • Less Parser error: 'not' only supported for first mixin guard condition
  • FP on rule unknown-type-selector: Ignore AngularJS Materials type selectors
  • FN on rule semicolon-declaration: No issue raised on SCSS variable declaration when the semicolon is missing

Fix parse error with SSCS modulo operator

06 Jun 10:05
Compare
Choose a tag to compare

Add property validators

11 May 16:03
Compare
Choose a tag to compare

Compatible with SonarQube 5.6+

Release notes: https://github.com/racodond/sonar-css-plugin/milestone/4?closed=1

  • Accept 8 digit color and 4 digit color
  • Add properties 'place-content', 'place-self', 'place-items'
  • Add validator for properties 'align-self', 'justify-self', 'align-items', 'justify-items'
  • Add validator for properties 'text-wrap', 'wrap-after' and 'wrap-before'
  • Add validator for properties 'border-image-outset', 'border-image-repeat', 'border-image-width'
  • Add validator for property 'will-change'
  • Update validators for properties 'justify-content' and 'align-content'
  • Fix validator for property 'background-position-y'