Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Jun 9, 2017
1 parent 17b913d commit 57c5427
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.0
* Added autofixing for every rule! Please read docs before using this feature, because each rule has some caveats. stylelint 7.11+ is required for this feature.
* Removed SCSS nested properties support.
* Removed property shortcuts in `properties-order`. Before this version it was possible to define only e.g. `padding` and it would define position for all undefined `padding-*` properties. Now every property should be explicitly defined in a config.
* Removed deprecation warnings:
* `declaration-block-order`
* `declaration-block-properties-order`
* `declaration-block-properties-alphabetical-order`
* `declaration-block-properties-specified-order`
* `declaration-block-property-groups-structure`

## 0.4.4
* Fixed false negative for blockless at-rules in `order`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-order",
"version": "0.4.4",
"version": "0.5.0",
"description": "A collection of order related linting rules for stylelint.",
"keywords": [
"stylelint-plugin",
Expand Down

0 comments on commit 57c5427

Please sign in to comment.