Skip to content

2.0.0

Compare
Choose a tag to compare
@craigsimps craigsimps released this 04 Sep 18:05
· 42 commits to master since this release

Added

  • Support for multiple .css files to be compiled.
  • Minimum node engine version set to 6.0.0. Props GaryJones
  • Clarification of package name in README.md. Props GaryJones
  • Support for notes within style.css stylesheet header. Props GaryJones
  • Self-linting tasks now available as NPM scripts. Props GaryJones
  • .editorconfig file to make sure all contributors have the same preconfigured editor rules. Props GaryJones
  • GitHub documents with templates for issue reporting, contributions and pull requests. Props GaryJones
  • Typical theme structure example to documentation. Props GaryJones
  • Support for develop/images/screenshot.png to be optimized and moved to theme root.
  • Improve stylesheet, image and JavaScript notifications to include filename.

Changed

  • Use const and let instead of var. Props GaryJones
  • Refreshed JS lint tasks, removing JSCS & JSHint and switching to ESLint and Stylelint. Props GaryJones
  • Refreshed CSS/ SCSS lint tasks to use Stylelint for both, with separate rulesets. Props GaryJones and ntwb
  • Dependencies updated to most recent versions. Props GaryJones
  • Split build:i18n into subtasks which run potgen and potomo. Props GaryJones
  • Lack of bower.json file will no longer result in build failure.
  • Moved base font size used in gulp-pxtorem into the config.js file.
  • Colorguard task now runs on the compiled .css file.
  • Browser Sync now only triggered when a server variable is found in config. Props GaryJones
  • Improvements to the documentation of tasks, including reordering sections and clarifying descriptions. Props GaryJones
  • Default task simplified to run build and serve.

Removed

  • Support for node-bourbon and node-neat. Props GaryJones
  • Support for Bower. Props GaryJones
  • Gulp-based self-linting tasks. Props GaryJones
  • lint:i18n (checktextdomain) task in favour of PHPCS WPCS check. Props GaryJones