Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Changelog
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 follows [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [4.0.1] - 2018-07-30
### Fixed
- Invalid package engines node version range.
## [4.0.0] - 2018-07-24
### Added
- New flex box shorthand properties which can conflict with existing flex box properties.
- New ruby, transform and text related properties.
### Removed
- Node 4 support.
- Deprecated grid properties.
## [3.0.1] - 2018-01-11
### Fixed
- Keep at-rules at the same position.
## [3.0.0] - 2017-12-14
### Added
- Flexbox justify self properties.
### Changed
- SMACSS order so it is more in line with Stylelint.
### Removed
- Command line interface in favor of [postcss-cli](https://github.com/postcss/postcss-cli).
## [2.1.0] - 2017-08-25
### Added
- New text style and interaction related properties.
## [2.0.1] - 2017-06-19
### Fixed
- Prevent comments outside CSS selectors from being moved.
## [2.0.0] - 2017-03-16
### Changed
- Put declarations before nested declarations.
[4.0.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.1...v4.0.0
[3.0.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/Siilwyn/css-declaration-sorter/compare/v2.0.1...v2.0.0
[2.0.0]: https://github.com/Siilwyn/css-declaration-sorter/compare/v1.7.1...v2.0.0