Skip to content

Releases: craigsimps/gulp-wp-toolkit

2.3.3

21 Jul 20:41
Compare
Choose a tag to compare

Changed

  • Updated dependencies to latest versions.
  • Fixed JS code standards issues highlighted by ESLint.

2.3.2

05 Jun 20:07
Compare
Choose a tag to compare

[2.3.2] - 2018-06-05

Changed

  • Updated changelog.

2.3.1

05 Jun 19:45
cf2bb2b
Compare
Choose a tag to compare

Changed

  • Pass config object directly to BrowserSync task. See #102
  • Pass config object to CSSNano in CSS build task. See #104
  • Update bundled CSSComb file.

Fixed

  • gulp bump now respects arguments passed. See #87

Removed

  • Hologram style guide task.

2.2.1

07 May 15:24
ca7e71e
Compare
Choose a tag to compare

Removed

  • yarn.lock file.

2.2.0

07 May 14:48
d6bce8e
Compare
Choose a tag to compare

Added

  • Support for CSSComb on stylesheets with expanded output style.

Changed

  • Allow source map creation to be optional.

2.1.0

27 Dec 09:44
c954ca9
Compare
Choose a tag to compare

Changed

  • Extracted postcss-pxtorem configuration values to config.js, allowing them to be overridden by consuming themes.
  • Suggested version number in the example Gulpfile.js within README.md to 2.0 as a minimum.

2.0.0

04 Sep 18:05
Compare
Choose a tag to compare

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

1.2.2

30 Jun 08:17
Compare
Choose a tag to compare

[1.2.2] - 2017-06-30

Added

  • Support for bulk import of Sass files, using gulp-sass-bulk-import.
  • Documentation for Sass bulk import in Readme file.
  • Missing comparison link to changelog.
  • gulp-plumber to JS and i18n build tasks.

Fixed

  • Spelling of License in project files.
  • Typo in Gulpfile.js example within Readme file.

1.2.1

29 May 11:13
Compare
Choose a tag to compare

Fixed

  • Fix watch source for build:css.

1.2.0

25 May 15:22
Compare
Choose a tag to compare

Added

  • lint:css task, which uses stylelint and the WordPress Coding Standards ruleset.