Releases: suitcss/preprocessor
Releases · suitcss/preprocessor
4.0.0
- Drop support for Node 0.12
- Update
postcss-easy-importto2.0.0 - Update
fs-extrato2.1.2 - Update
autoprefixerto6.7.7 - Update
postcss-applyto0.6.1 - Update
postcss-color-functionto3.0.0 - Update
postcss-reporterto3.0.0 - Update
postcssto5.2.17 - Update
stylelint-config-suitcssto11.0.0 - Update
stylelintto7.10.1 - Update
devDependenciesto latest
3.0.1
3.0.0
-
Add experimental
encapsulateoption/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
lintoption by default -
Add
postcss-apply -
Add
postcss-color-function -
Add
debugoption to pass anpostcss-debuginstance -
Allow usage of
transformandonImportinpostcss-easy-import -
Remove
beforeLintfeature -
Add default browsers list for autoprefixer
-
Use
stylelint-config-suitcssfrom 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
stylelintto^5.0.1
1.0.1
1.0.0
- Upgrade
stylelintto version4.2.0 - Upgrade
postcss-importto8.0.2 - Improve tests
- Use
stylelint-config-suitcssas a dev dependency as it must be installed
where the preprocessor is being used.
0.8.0
0.7.0
- Add
beforeLintfunction 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
useplugins array from config - Update
autoprefixerto^6.1.1 - Update
postcss-bem-linterto^2.3.0