This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
Releases: xfiveco/generator-xh
Releases · xfiveco/generator-xh
v0.7.4
v0.7.3
v0.7.2
- Updating to Xfive brand
v0.7.1
v0.7.0
Changelog
Features
- Get rid of Ruby Sass option (LibSass is now at 100% feature parity with the Ruby version!)
- Make jQuery an option
- Implement Browserify support
- Replace jQuery 1.x with jQuery 2.x
- Remove CSS3 Pie option from generator
- Implement grunt-modernizr
- Replace grunt-autoprefixer with grunt-postcss
- Add GitHub shields for package versions
- Option to toggle imagemin, svg2png, spritesmith & remfallback
- Add icomoon automation
- Allow to generate static pages directly from the .yo-rc file (Generating multiple pages at once)
- Add simple README.md to the generated project
Improvements
- Add some more tests
- When using Bootstrap make it use SCSS/LESS version instead compiled library
- Optimize usemin handling
- Update yeoman to latest version and update code to the latest standards
- Remove configcheck.js file and replace it with this.config.get('config’)`
Fixes
- Remfallback trips on bootstrap-sass-official 3.3.5
v0.6.7
v0.6.6
- Lock grunt-usemin version to 3.0.0
3.1.0 breaks out generator due to the updated file name (uglifyjs -> uglify). The script's authors recommend to stick to 3.0.0 until they find a solution for this breaking change.
v0.6.5
- fixing generation of inline source maps in the latest version of Autoprefixer