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.
- Add support for Stylelint 16. None of the breaking changes are impacting this config. It stays compatible with previous Stylelint versions.
- Converted to an ES module, but with added support for commonjs. It should be transparent to consumers.
- Add support for
stylelint-scss@6.x
in optional dependencies.
4.2.0 - 2023-02-10
- Add support for Stylelint 15.
None of the breaking changes are impacting this config.
It stays compatible with Stylelint
^14.5.1
.
4.1.0 - 2022-03-16
- SCSS, use the
function-no-unknow
rule fromstylelint-scss >= 4.2
.
- Stylelint peerDependency version to
^14.5.1
(required by the function-no-unknown rule).
4.0.1 - 2022-03-11
- Missing SCSS plugin declaration.
4.0.0 - 2022-03-11
- SCSS support trough
overrides
relying onstylelint-scss
for:at-rule-no-unknown
function-no-unknow
See #6
- Now comes with
stylelint-scss
asoptionalDependency
.
3.0.0 - 2022-02-11
stylelint-config-standard@25.x
upgrade. Addedfunction-no-unknown
rule override to supportglobal
function.- Breaking Only support Stylelint 14 onwards.
2.3.0 - 2021-10-25
- Add support for Stylelint 14.
2.2.0 - 2020-01-12
- Add support for Stylelint 13.
2.1.0 - 2019-11-18
- Add support for Stylelint 12.
2.0.0 - 2019-11-04
- Add support for
:export
and:import()
selectors.
- Breaking Only support Stylelint 11 onwards.
1.5.0 - 2019-09-16
- Add support for Stylelint 11.
1.4.0 - 2019-04-14
- Add support for Stylelint 10.
1.3.0 - 2018-06-23
- Add support for modular-css
:external
pseudo class. See https://github.com/tivac/modular-css#style-overrides
1.2.0 - 2018-02-18
- Add support for Stylelint 9.
1.1.0 - 2017-07-17
- Add support for Stylelint 8.
1.0.0 - 2017-04-17
- Add support for the
compose-with
property.
0.1.0 - 2016-09-12
- Initial release.