Skip to content

Version 6.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 05 Aug 13:22
· 45 commits to master since this release
  • Minor webpack config output path simplification.
  • More reliable PostCSS processing of CSS imports.
  • Updated and reorganized NPM dependencies.
    • Rearranged dependencies and devDependencies to follow a more common pattern. Previously dependencies included everything needed to produce a production build. Now it only includes modules imported within the actual application.
  • Improved JS linting.
    • NPM script ESLint errors no longer suppressed. This is uglier to look at but makes the lint script more useful for automated builds and allows arguments to be appended.
    • New ESLint fix script.
    • Documented new fix script in the readme.
    • New ESLint config rule to prevent unnecessary arrow function parenthesis.
  • Improved CSS linting.
    • NPM script stylelint errors no longer suppressed. This is uglier to look at but makes the lint script more useful for automated builds and allows arguments to be appended.
    • Fixes several issues selecting and ignoring CSS files (stylelint/stylelint#1769).
    • Improved linting rules, fixes #15.
  • Updated meta and readme.
    • Package description consistent with readme intro.
    • Mentioned ESLint auto fix in the readme overview.