Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord committed May 25, 2024
1 parent 5891c29 commit 0b0b091
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [12.0.0]
Full list of changes can be [viewed here](https://github.com/bjankord/stylelint-config-sass-guidelines/compare/v11.1.0...v12.0.0)
### Added
- Added the following stylistic rules back that were removed in v10 thanks to the [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic/tree/main)
- `@stylistic/block-opening-brace-space-before`
- `@stylistic/color-hex-case`
- `@stylistic/declaration-bang-space-after`
- `@stylistic/declaration-bang-space-before`
- `@stylistic/declaration-block-semicolon-newline-after`
- `@stylistic/declaration-block-semicolon-space-before`
- `@stylistic/declaration-block-trailing-semicolon`
- `@stylistic/declaration-colon-space-after`
- `@stylistic/declaration-colon-space-before`
- `@stylistic/function-comma-space-after`
- `@stylistic/function-parentheses-space-inside`
- `@stylistic/indentation`
- `@stylistic/media-feature-parentheses-space-inside`
- `@stylistic/no-missing-end-of-source-newline`
- `@stylistic/number-leading-zero`
- `@stylistic/number-no-trailing-zeros`
- `@stylistic/selector-list-comma-newline-after`
- `@stylistic/string-quotes`

## [11.1.0]
Full list of changes can be [viewed here](https://github.com/bjankord/stylelint-config-sass-guidelines/compare/v11.0.0...v11.1.0)
### Changed
- Replaced deprecated `scss/at-import-partial-extension-blacklist` with `scss/at-import-partial-extension-disallowed-list` rule. [PR](https://github.com/bjankord/stylelint-config-sass-guidelines/pull/317)
- Modernized unit test to use node:test. [PR](https://github.com/bjankord/stylelint-config-sass-guidelines/pull/318)
- Minor depedency updates
- Minor dependency updates

## [11.0.0]
### Changed
Expand Down

0 comments on commit 0b0b091

Please sign in to comment.