Skip to content

Releases: xfiveco/generator-chisel

v0.5.1

24 Jan 09:28
Compare
Choose a tag to compare
  • Introduced revisionedPath and change behaviour of assetPath (#127)
  • Used hash of project name slug as table name prefix in WP projects
  • Added no-undef rule to ESlint
  • Support browser globar variables
  • Remove template related things on WordPress projects
  • Allow manual modification of Browsersync proxy URL
  • Updating docs with explanation how to use jQuery plugins with Browserify

v0.5.0

28 Nov 15:33
Compare
Choose a tag to compare
  • Replacing Composer with WP-CLI (it’s a part of Chisel so no additional install is necessary)
  • automatic WordPress setup and installation from command line
  • pages generator works in WordPress projects too
  • default project name based on the project directory name
  • default author set to Xfive
  • clearfix extend replaced with mixin

v0.4.0

11 Nov 16:09
Compare
Choose a tag to compare
  • syncing front-end and WordPress Twig templates (#97)
  • Chisel starter theme consistency improvements (indentation, automatically generated theme name and author, correct package information)
  • added project type question
  • provided way to move src folder to theme folder
  • Twig templates stored in subfolders are not built as separate pages in front-end projects
  • newly created pages are added to the end of list on the project index (#83)
  • using different plugin for Sass glob (#79)
  • significant rewrite and update of Chisel documentation in README
  • added wiki page for wildcard virtual host and DNS setup

v0.3.1

02 Nov 15:40
Compare
Choose a tag to compare

This is a patch release.

  • Remove .git directory from theme folder (#96)

v0.3.0: WordPress support

02 Nov 14:01
Compare
Choose a tag to compare

Notable changes and features:

  • WP support (#81, #80, #74, #70, #59), thanks @jakub300 and welcome to the team!
  • Loosening ESLint rules enhancement (#78)
  • Base our Stylelint config on external standard enhancement (#47)
  • Tons of bugfixes in development workflow

v0.2.2

19 Sep 13:25
Compare
Choose a tag to compare

v0.2.1

24 Aug 14:46
Compare
Choose a tag to compare
  • making the project index font size smaller

v0.2.0

24 Aug 14:11
Compare
Choose a tag to compare
  • new project index design
  • excluding private (prefixed with _) templates from rendering to HTML, see #32

v0.1.6

17 Aug 09:50
Compare
Choose a tag to compare
  • fixing problems with forcing Unix newlines on binary files, eg. font files or PNGs, see #30

v0.1.5

12 Aug 14:53
Compare
Choose a tag to compare
  • Fixes #19 - adding stylelint - CSS linting task and configuration
  • Fixes #29 - adding Twig templates base path
  • improving editorconfig template