Skip to content

Releases: racodond/sonar-css-plugin

MissingNewLineAtEndOfFileCheck should skip empty files

03 May 07:16
Compare
Choose a tag to compare

Support CSS Fonts Module Level 4

30 Apr 12:04
Compare
Choose a tag to compare

Add parameter to 'experimental-xxx-usage' rules to flag some properties/@-rules/pseudos/functions/identifiers as non-experimental

26 Apr 09:51
Compare
Choose a tag to compare

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

  • Add parameter to 'experimental-xxx-usage' rules to flag some properties/@-rules/pseudos/functions/identifiers as non-experimental
  • Link to "quick try" doesn't work

Add parameter to 'experimental-properties-usage' rules to flag some properties as non-experimental

25 Apr 10:26
Compare
Choose a tag to compare
fix102

Fix #102 Add parameter to 'experimental-properties-usage' rules to fl…

Parser does not support identifiers starting with "-#"

29 Mar 09:20
Compare
Choose a tag to compare

Add exclusions on font-family-not-ending-with-generic-font-family for icon fonts

17 Mar 13:51
Compare
Choose a tag to compare

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

  • Add exclusions on font-family-not-ending-with-generic-font-family for icon fonts
  • column-count check fails at "auto"

Adding support for webpack css-loader

06 Dec 17:39
Compare
Choose a tag to compare

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

  • FP on rule multiple-variable-declarations-same-scope within mixin calls when parameters are the same variables
  • scss:unknown-pseudo: support for webpack css-loader

Add a rule that forbids using types in selectors

20 Nov 07:29
Compare
Choose a tag to compare

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

  • Add a rule that forbids using types in selectors
  • Make the plugin compatible with SonarQube 6.7

Bug fixes

20 Oct 12:26
Compare
Choose a tag to compare

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

  • LESS: Minus ('-') is wrongly considered as unknown function
  • Remove deprecated rule selector-naming-convention
  • FP on rule class-selector-naming-convention within mixin calls

LESS: Minus ('-') is wrongly considered as unknown function

19 Oct 13:57
Compare
Choose a tag to compare
#67

Fix #67 LESS: Minus ('-') is wrongly considered as unknown function