Releases: primer/stylelint-config
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/primitives@8.2.0 -
#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.
v12.8.0
v12.7.2
Patch Changes
- #343
5b975fc
Thanks @langermank! - Add missing counter btn tokens to no-deprecated-colors
v12.7.1
Patch Changes
-
#338
7cc4c08
Thanks @langermank! - Add more tests tono-deprecated-colors
-
#328
5ae7400
Thanks @langermank! - Fix failing tests in no-deprecated-colors -
#337
6bf0fd6
Thanks @langermank! - Remove inline fallback var for no-deprecated-colors -
#332
6485cf0
Thanks @langermank! - Updated deprecated json color file -
#333
485ce04
Thanks @langermank! - Adding more color replacements for deprecated colors -
#340
4688bb4
Thanks @langermank! - add inlineFallback prop to no-deprecated-colors -
#322
726d7d1
Thanks @jonrohan! - Updating no-deprecated-colors for primitives v8 -
#334
b14c154
Thanks @langermank! - More tests forno-deprecated-colors
-
#339
36fade4
Thanks @langermank! - Update plugins to support Primitives v8