Releases: suitcss/preprocessor
Releases · suitcss/preprocessor
4.0.0
- Drop support for Node 0.12
- Update
postcss-easy-import
to2.0.0
- Update
fs-extra
to2.1.2
- Update
autoprefixer
to6.7.7
- Update
postcss-apply
to0.6.1
- Update
postcss-color-function
to3.0.0
- Update
postcss-reporter
to3.0.0
- Update
postcss
to5.2.17
- Update
stylelint-config-suitcss
to11.0.0
- Update
stylelint
to7.10.1
- Update
devDependencies
to latest
3.0.1
3.0.0
-
Add experimental
encapsulate
option/feature -
Pin core plugins order:
postcss-easy-import
[ user plugins ]
[ encapsulation plugins ]
autoprefixer
postcss-reporter
-
CLI flags override config file options
-
Input file is now linted (previously only imported files were passed through
the linting tools) -
Add
--throw-error
(-e
) to CLI -
Enable
lint
option by default -
Add
postcss-apply
-
Add
postcss-color-function
-
Add
debug
option to pass anpostcss-debug
instance -
Allow usage of
transform
andonImport
inpostcss-easy-import
-
Remove
beforeLint
feature -
Add default browsers list for autoprefixer
-
Use
stylelint-config-suitcss
from within the preprocessor. No longer needs
to be installed locally by the consumer.
2.0.0
- Switch to
postcss-easy-import
- Major release to correct previous upgrade to stylelint 5.x
1.0.2
- Upgrade
stylelint
to^5.0.1
1.0.1
1.0.0
- Upgrade
stylelint
to version4.2.0
- Upgrade
postcss-import
to8.0.2
- Improve tests
- Use
stylelint-config-suitcss
as a dev dependency as it must be installed
where the preprocessor is being used.
0.8.0
0.7.0
- Add
beforeLint
function which allows imported CSS to be manipulated before linting - Flatten configuration options so that PostCSS specific settings are no longer
insideconfig: {}
.
0.6.0
- Allow re-ordering of the
use
plugins array from config - Update
autoprefixer
to^6.1.1
- Update
postcss-bem-linter
to^2.3.0