Releases: craigsimps/gulp-wp-toolkit
Releases · craigsimps/gulp-wp-toolkit
2.3.3
2.3.2
[2.3.2] - 2018-06-05
Changed
- Updated changelog.
2.3.1
2.2.1
Removed
yarn.lock
file.
2.2.0
Added
- Support for CSSComb on stylesheets with expanded output style.
Changed
- Allow source map creation to be optional.
2.1.0
Changed
- Extracted
postcss-pxtorem
configuration values toconfig.js
, allowing them to be overridden by consuming themes. - Suggested version number in the example
Gulpfile.js
withinREADME.md
to 2.0 as a minimum.
2.0.0
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
andlet
instead ofvar
. 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 runpotgen
andpotomo
. Props GaryJones - Lack of
bower.json
file will no longer result in build failure. - Moved base font size used in
gulp-pxtorem
into theconfig.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
andserve
.
Removed
1.2.2
[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
1.2.0
Added
lint:css
task, which uses stylelint and the WordPress Coding Standards ruleset.