Skip to content

Releases: suitcss/preprocessor

4.0.0

18 Apr 20:11
Compare
Choose a tag to compare
  • Drop support for Node 0.12
  • Update postcss-easy-import to 2.0.0
  • Update fs-extra to 2.1.2
  • Update autoprefixer to 6.7.7
  • Update postcss-apply to 0.6.1
  • Update postcss-color-function to 3.0.0
  • Update postcss-reporter to 3.0.0
  • Update postcss to 5.2.17
  • Update stylelint-config-suitcss to 11.0.0
  • Update stylelint to 7.10.1
  • Update devDependencies to latest

3.0.1

18 Apr 20:11
Compare
Choose a tag to compare
  • Fix: Allow --importRoot to override root config option #70
  • Fix: Setting lint to false also disables postcss-bem-linter #68
  • Allow config file to be arbitrarily named #66
  • Fix: undefined cli flags don't override config #62
  • Update postcss-reporter to ^2.0.0 #63

3.0.0

20 Oct 11:27
Compare
Choose a tag to compare
  • 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 an postcss-debug instance

  • Allow usage of transform and onImport in postcss-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

12 Apr 08:59
2.0.0
1cb570a
Compare
Choose a tag to compare
  • Switch to postcss-easy-import
  • Major release to correct previous upgrade to stylelint 5.x

1.0.2

17 Mar 22:18
Compare
Choose a tag to compare
  • Upgrade stylelint to ^5.0.1

1.0.1

17 Feb 11:38
Compare
Choose a tag to compare
  • Fix issue with CSS returned from beforeLint not being used correctly - a07bb8c
  • Fix incorrect date in CHANGELOG.md

1.0.0

08 Feb 20:06
Compare
Choose a tag to compare
  • Upgrade stylelint to version 4.2.0
  • Upgrade postcss-import to 8.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

02 Dec 12:10
Compare
Choose a tag to compare

0.7.0

27 Nov 19:26
Compare
Choose a tag to compare
  • Add beforeLint function which allows imported CSS to be manipulated before linting
  • Flatten configuration options so that PostCSS specific settings are no longer
    inside config: {}.

0.6.0

25 Nov 09:28
Compare
Choose a tag to compare
  • Allow re-ordering of the use plugins array from config
  • Update autoprefixer to ^6.1.1
  • Update postcss-bem-linter to ^2.3.0