v1.15.0
Architecture
- Improve component loading, using
include_once
and calling functions by default (323493d)
Front-end
- style: Remove mobile menu button round corners (3864e56)
- style: Break site title nicely on 720–1008px screens (993b57a)
- style: Update “off-white” variable to match shade of background pattern (827e2ee)
Project management
- Use
@masonite/wp-project-version-sync
to automatically update theme version number inscss/style.scss
onnpm version
(dd60743), closes #24 - Use
standard-version
to cut new releases (03ddf63) - Configure package to use
commitizen
andcommitlint
(d3000c2, 67b3146) - Don’t store
style.css
in repo (9ee084f) - Use
sass-lint
to enforce SASS code style (22ad76a) - Improve build scripts (599ce44, 599ce44)
- Document project subdirectory structure (739f61d, 4efa811)