Skip to content

Releases: csalmeida/hozokit

v2.0.0

01 Feb 09:27
9a306da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v2.0.0

v1.4.0

14 Dec 18:53
6bfc37f
Compare
Choose a tag to compare
  • Adds support for environment variables with a .env.
  • Hot reloading can be configured via .env and no longer requires edits to gulpfile.js.
  • Tidied up functions.php by moving Hozokit specific logic to other files to leave functions.php clear to be used by theme developers.
  • Abstracted Hozokit specific functionality into methods of the Hozokit class.
  • Various updates to readme and documentation.

v1.2.0

30 Nov 16:56
1ddce9a
Compare
Choose a tag to compare
  • Specified Node version in .nvmrc for those who use the Node Version Manager.
  • Added hot reloading as an option when developing the project.
  • Added further setup instructions to README. 📖

v1.1.0

18 Apr 18:45
98e5cbc
Compare
Choose a tag to compare

v1.0.0

18 Jun 19:35
Compare
Choose a tag to compare
  • Themes can be split into components.
  • Gulp tasks to compile SASS and transpile ES5.
  • Gutenberg blocks support with Timber, using ACF to register them.