Releases: primer/stylelint-config
v13.2.1
v13.2.0
Minor Changes
- #510
79f2330
Thanks @langermank! - Updateprimer/primitives
dependency
Patch Changes
- #520
ad6fafd
Thanks @iansan5653! - Remove comment-empty-line-before and order/properties-order rules
v13.1.1
v13.1.0
v13.0.1
Patch Changes
-
#479
930e5f2
Thanks @jonrohan! - Stylelint fixes based on feedback:font-style
should allow keywords,italic, normal
- border should allow
none
https://stylelint.io/user-guide/rules/declaration-property-value-disallowed-list - Update autofix in typography to always replace with the first suggestion
v13.0.0
Major Changes
-
#397
255a3c4
Thanks @jonrohan! - Removingprimer/no-experimental-vars
plugin from config. -
#415
86cf24f
Thanks @jonrohan! - Deleting primer/utilities plugin -
#401
0a7bc7e
Thanks @jonrohan! - BREAKING CHANGE: Removing plugins from the config.- primer/new-color-vars-have-fallback
- primer/no-deprecated-colors
- primer/no-override
- primer/no-scale-colors
- primer/no-undefined-vars
- primer/no-unused-vars
-
#397
255a3c4
Thanks @jonrohan! - Upgrade to latest stylelint and make esm the default module format
Minor Changes
-
#429
6d80a4d
Thanks @mperrotti! - Rewrite box-shadow lint plugin for css vars. -
#403
2c9e2de
Thanks @mattcosta7! - Update config to alloy nesting in css modules -
#417
3318d25
Thanks @jonrohan! - Upgrade to @primer/[email protected] -
#368
0ed9a47
Thanks @jonrohan! - Change config to accept multiple file types.css, .scss, .modules.css, .tsx, .pcss
-
#400
e708ed2
Thanks @jonrohan! - Update primer/spacing for CSS properties -
4c22d43
Thanks @jonrohan! - Updatingprimer/borders
plugin to work for new primitives and CSS vars
v12.9.2
Patch Changes
- #388
43b1066
Thanks @langermank! - New rule: safegaurd alphadisplay
color tokens
v12.9.1
Patch Changes
- #382
2cbe3be
Thanks @langermank! - Updatenew-color-css-vars
to exclude scale colors
v12.9.0
Minor Changes
- #376
a31e0d3
Thanks @langermank! - Adds new plugin:new-color-vars-have-fallback
to check that if new Primitive v8 colors are used, they have a fallback value.