Releases: coldfrontlabs/stylelint-config-coldfront
Releases · coldfrontlabs/stylelint-config-coldfront
2.0.2
2.0.2 (2020-09-15)
Bug Fixes
- rules: ignore use and forward at rules (27921c9)
2.0.1
2.0.1 (2020-09-09)
Build System
- deps-dev: bump standard-version from 7.1.0 to 8.0.1 (efe22d1)
- npm: apply security updates (a00e4e2)
2.0.0
2.0.0 (2020-02-03)
⚠ BREAKING CHANGES
- rules: stylelint 13 uses new rules that are not in older versions
Features
- rules: use prettier and recommended rules (e9328bd)
Bug Fixes
- rules: resolve if/else at-rule conflicts (eda00ad), closes #6 #8
Documentation
- changelog: use keepachangelog format (#17) (16a4f14)
- development: add committing and releasing info (2396569)
- general: update sourcing and install (0997070)
Build System
- npm: add standard-version (60953d3)
- split out config files (9482e85)
- npm: add husky and githooks (6672a16)
- npm: add husky and githooks (4121fc4)
- npm: disallow .files from being packaged (d589215)
- npm: run audit and updates (#16) (0ceffb1)
- npm: update dependencies (fa46ebf)
1.0.3
Changed
- Overhauled changelog
- Update dependencies
1.0.1
- Add exceptions to at-rule-empty-line-before and block-closing-brace-newline-after to resolve conflicts with Sass at-else-if rules (#8).
- Remove no-duplicate-dollar-variables rule (#6)