Skip to content

Latest commit

 

History

History
147 lines (67 loc) · 6.12 KB

CHANGELOG.md

File metadata and controls

147 lines (67 loc) · 6.12 KB

2.1.3 (2024-02-03)

Bug Fixes

2.1.2 (2024-01-29)

Bug Fixes

  • fix stylelint-scales deprecated rule (c40496b)
  • fix stylelint-scales usage (f0f653c)

2.1.1 (2022-02-02)

Improvements

  • add error for colors that aren't css variables (e045ddf)
  • allow mat-* pgh-* app-* type-selectors (b894aa9)
  • only accept modern syntax of rgb and hsl colors (d6a552c)

2.1.0 (2022-01-08)

Features

  • disable all prettier related rules (ea0db58)

2.0.4 (2021-11-22)

Bug Fixes

  • remove stylelint-selector-tag-no-without-class dep and use selector-max-type instead (661044a)

2.0.3 (2021-11-09)

Bug Fixes

  • disable color-function-notation rule (ffaac3d)

2.0.2 (2021-10-31)

Bug Fixes

  • remove declaration-empty-line-before rule (5bbac42)

2.0.1 (2021-10-31)

Bug Fixes

2.0.0 (2021-10-31)

1.0.11 (2021-10-20)

Improvements

  • more spacing rem values (65bfe9f)

1.0.10 (2021-09-28)

Bug Fixes

  • disable at-rule-no-unknown and no-invalid-position-at-import-rule rules (5f74718)

1.0.9 (2021-09-18)

Improvements

  • add border-radius (0,4,10,25,50) and space (0.375rem) supported values (a788790)

1.0.8 (2021-09-18)

Bug Fixes

  • disable rule no-empty-source as Angular components may have empty scss files (9606718)

1.0.7 (2021-09-18)

Bug Fixes

  • allow vh/vw/% for padding/margin (96c7c41)
  • disable auto fix for "scales" rules (only certain values for some properties) (3a69bda)
  • remove converting left/right to inset-inline-* as they're not well-supported by browsers (9ebe27b)

1.0.6 (2021-09-14)

Bug Fixes

  • disable font-weight valid values rule (4940889)

1.0.5 (2021-09-14)

Bug Fixes

  • allow rem values for font-size (f3f0125)
  • disable errors of using logical values for width,height,border (f19e4c2)

1.0.4 (2021-09-14)

Bug Fixes

1.0.3 (2021-08-07)

Improvements

  • add more spacing values (74b29bd)

1.0.2 (2021-08-01)

Bug Fixes

1.0.1 (2021-08-01)

Bug Fixes

1.0.0 (2021-08-01)

Features