Releases: pixelwatt/method-generator
Releases · pixelwatt/method-generator
v1.1.5
Changes:
- ( build/ ) Updated to v1.1.5
- ( njk/templates/_globals-defaults.html ) Updated the version number for 1.1.5
v1.1.4
Changes:
- ( build/ ) Updated to v1.1.4
- ( njk/templates/_globals-defaults.html ) Updated the version number for 1.1.4
v1.1.3
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
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
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
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.