Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Releases: xfiveco/generator-xh

v0.7.4

27 Apr 13:36
Compare
Choose a tag to compare
  • #210: editing of WP templates disallowed only at previewized
  • #213: database env variables changed to XFIVE_* in WP generator
  • #217: updating to Normalize.css v4.1.1
  • #218: updating to latest WP version in WP generator

v0.7.3

16 Mar 15:26
Compare
Choose a tag to compare
  • updating references to X5 Theme and Stream plugin
  • #210 - an option for disallowing editing WP templates
  • #209 - wp generator should fetch the latest stable code from 4.4 branch
  • updating Yeoman, replacing deprecated function calls and updating dependencies

v0.7.2

28 Jan 10:29
Compare
Choose a tag to compare
  • Updating to Xfive brand

v0.7.1

10 Dec 15:02
Compare
Choose a tag to compare

Bug fixes:

  • #202 Grunt build - replace:css generate error
  • #200 Issue on index.html of root folder

v0.7.0

17 Nov 14:34
Compare
Choose a tag to compare

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

21 Sep 07:04
Compare
Choose a tag to compare
  • Upgrade spritesmith grunt task, to keep compatibility with current version (#178)
  • Fix variable context issue in sprite mustache template (#179)

v0.6.6

21 Aug 10:33
Compare
Choose a tag to compare
  • 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

27 Jul 14:16
Compare
Choose a tag to compare
  • fixing generation of inline source maps in the latest version of Autoprefixer

v0.6.4

22 Jul 08:50
Compare
Choose a tag to compare
  • when using Bootstrap make it use SCSS/LESS version instead compiled library (fixes #59)
  • updated npm packages
  • fixed Less compiling error (fixes #159)
  • added icon font path variable to configuration
  • added Bootstrap kitchen sink template; Added Bootstrap test
  • changed naming to avoid linting errors

v0.6.3

05 Jun 15:09
Compare
Choose a tag to compare
  • updating grunt-sass to 1.0.0 (node-sass 3.0.0 and libsass 3.2.0)
  • fixes #152
  • updating Bower packages