Skip to content

Releases: csalmeida/generator-hozokit

v1.3.3

18 Dec 21:15
Compare
Choose a tag to compare
  • Adds more flexibility to what path is accepted as a theme path when using the component generator, it can now accept:
    • A blank value "" which will default to the project directory and look for a wp-content/themes/theme-folder-name directory.
    • The current directory value "." or "./" will tell the generator theme-folder-name is in the current working directory.
    • A custom directory, will append the custom path giver (e.g my-wordpress-themes) to the current working directory and will look for the theme folder there. This example would result in user/project-directory/my-wordpress-themes/theme-folder-name.

v1.3.0

02 Jan 12:02
ef69e6b
Compare
Choose a tag to compare

Changes

  • Groups steps into categories.
  • Numbers steps in order to convey progress.
  • Adds further steps after the installation has completed to aid setup.
  • Attempts to install Node dependencies automatically, provides feedback and instructions if it fails.

v1.0.0

30 Nov 23:48
Compare
Choose a tag to compare

This release is the same as v0.2.0 but because npm requires the version to start at v1.0.0 for a new product it has been bumped in order to be published according to npm's guidelines.

  • Downloads and installs latest Wordpress release.
  • Downloads and installs latest Hozokit release.
  • Generates a component scaffold that can be used as a starting point.

v0.2.0

30 Nov 23:24
9f5dfdb
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Creates a project folder with the desired name.
  • Downloads and installs the latest version of Wordpress in the project directory.
  • Downloads and installs the latest version of Hozokit in the project themes directory.
  • Creates a base.scss and README.md file based on theme information.