Releases: fevrcoding/wok
Releases · fevrcoding/wok
v7.1.0
v7.0.0
Major release
This release introduces a list of breaking changes. Anyway common use cases shouldn't be affected.
Breaking Changes
- Updated to Gulp4 (#18)
devtask removed. Just rungulp- Internal tasks
clean:tmp,bump:typeare no more available as public tasks remotetask now executes a deploy of the contents inpublicfolder based on the global or host's specificdeployStrategyproperty. Replacesftpandrsynctasks.modernizr:html5shivtask removed- Nunjuck views now default to
.njkextension. For compatibility, HTML files will be rendered as well, though. viewmatchproperty inbuild/gulp-config/properties.jshas been replaced byviewsExt: [...].- Dropped support for IE9 (#17)
audioandvideofolders are now stored under a commonapplication/assets/mediafolder. Added amediapath key inbuild/gulp-config/paths.js- Using
browserslistkeyword inpackage.jsonfor autoprefixer and Babel presets. SeeREADME.mdfor supported browsers - Updated default sans-serif font families (#16)
- New
build/gulp-tasks/lib/renderersstructure. Early support for multiple and external view renderers
v6.1.0
Minor changes
When run with --production flag both serve and server tasks will compress (gzip) every resource response (useful for production build testing).
v6.0.1
Maintenance Release
- Updated most dependencies.
v6.0.0
v5.0.0
Major Release
Breaking Changes
- Removed bower. Just use NPM as package manager. Custom and premium libraries can still be placed in the
application/assets/vendorsfolder - Removed scss-lint configuration file. stylelint is now the only supported (s)css linting tool
- Renamed
lint:scsstolint:styles - Added ES2015 support via Babel
remotehostargument renamedtarget.- INTERNALS: Path's key
scssrenamed to a more genericstylesinbuild/gulp-config/paths.js - INTERNALS: Removed
options.assetsPathhelper function
Other Changes
- Added a
yarn.lockin order to provide support for yarn users - Added
deferattribute toscripttags in views - Added
frontend/assets/js/base/mq.jshelper class for media queries handling in JS - INTERNALS: New path resolution functions
toPathandtoAbsPathinbuild/gulp-config/paths.js
v4.1.0
Minor Release
- removed unused
useminpath definition assetfolder is the same both in development and production- reviewed asset revving in production
V4.0.2
Patch Release
- Updated
package.jsondeps - Changed some rules in
.stylelintrc.json
v4.0.1
Bugfix release
- Fixed a bug in modernizr task running under node v4.x
V4.0.0
Major Release
Breaking Changes
- Due to a complete tasks' refactoring, now Wok requires Node 4+
- Replaced
gulp-css-minifywithgulp-clean-css
Minor Changes
- JS linting supported with
gulp list:jstask. Switched to a custimized version of eslint-config-airbnb-base - SCSS linting settings for stylelint
- Updated devDependencies packages