b7fa449694c3873cd139f5380693228188e23b39158bc7ebe6ae616851d021762c95da896e61f8186ac33aeb19bb08516de0ca8a5734ca7d7cb0d311baeffd 1.7 KB

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