initial commit
This commit is contained in:
50
node_modules/css-declaration-sorter/changelog.md
generated
vendored
Normal file
50
node_modules/css-declaration-sorter/changelog.md
generated
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user