Skip to content

Releases: pixelwatt/method-generator

v1.1.5

19 Mar 07:25
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to v1.1.5
  • ( njk/templates/_globals-defaults.html ) Updated the version number for 1.1.5

v1.1.4

18 Mar 23:39
Compare
Choose a tag to compare

Changes:

  • ( build/ ) Updated to v1.1.4
  • ( njk/templates/_globals-defaults.html ) Updated the version number for 1.1.4

v1.1.3

01 Mar 18:04
Compare
Choose a tag to compare

This release contains no major changes on the generator-side, but includes and supports Method v1.1.3, which includes several additions to the Method_Layout class.

v1.1.2

01 Mar 11:34
Compare
Choose a tag to compare

This release contains no major changes on the generator-side, but includes and support Method v1.1.2, which includes updates to the layout class.

v1.1.1

26 Feb 21:34
Compare
Choose a tag to compare

This update removes Bootstrap settings from globals and no longer generates a custom _variables.scss file. Variable overrides can more be set in the theme.scss file to avoid editing Bootstrap scss files.

v1.1.0

19 Feb 15:07
Compare
Choose a tag to compare

This release supports the v1.1.0 release of the Method theme and its new abstract layout class.

Changes:

  • ( build/ ) Updated to v1.1.0
  • ( njk/assets/functions.php ) Fixed a reference to an undeclared variable in the check_key() function.
  • ( njk/assets/functions.php ) Rewrote the theme layout class to extend the new Method_Layout class. This makes it possible to easily upgrade the core layout class as it's updated, since its now isolated and should not need to be directly edited.
  • ( package.json ) Fixed references to old project names.