All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2022-02-28
- Allow
clear: none
,float: none
, andfloat: unset
rather than only logical values.
0.4.0 - 2022-02-27
- Start enforcing logical properties so that projects can better RTL (#10).
- Add up declaration-strict-value rule to enforce usage of variables (#9).
- Update internal package nanoid version.
0.3.2 - 2021-12-23
- Tweak SCSS import rules for Wagtail codebase compatibility
0.3.1 - 2021-12-23
- Switch from
stylelint-scss
tostylelint-config-recommended-scss
, which bundles the plugin and additionally comes withpostcss-scss
.
0.3.0 - 2021-12-22
- Update
stylelint
to require a minimum of v14.1.0 (PostCSS v8). - Update
stylelint-scss
dependency to latest version (4.0.1). - Replace stylistic rules with
stylelint-config-prettier-scss
, for compatibility with Prettier. - Fix rule name, to replace with
declaration-property-value-disallowed-list
.
0.2.0 - 2021-06-27
- Update
stylelint-scss
dependency to latest version. - Update stylelint to require a minimum of v13.5.0.
- Switch scss/media-feature-value-dollar-variable to ignore keyword values
0.1.1 - 2020-06-03
- Readme updated, stylelint-scss is not needed as a dependency on projects that extend this config.
- Loosen
stylelint-scss
requirement to have no upper bound, as stylelint-scss supports all major versions of stylelint from v8.0.0 to v13.0.0. - Whitelist only the needed files for published package’s content.
0.1.0 - 2019-05-09
- Initial release