This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
v3.0.0
Features & Improvements
- Ship starter without any front-end boilerplate by default (#37). Front-end can be optionally scaffolded with CLI (v3.0.0)
- Change namespace prefix and add unique namespace to each template controller (#47)
- Docblocks of templates actions and filters should point to hooked functions (#48)
- Create dedicated
app/Structure/templates.php
file for templates rendering specific functions (#49) - Rename
partials/header.tpl.php
file topartials/head.tpl.php
(#33) - Introduce environment file for theme config (#60)
- build: Lint javascript with ESlint (#44)
- build: Allow for configuring the Autoprefixer (#52)
- build: Allow for configuring Stylelint plugin via a configuration file (#19)
Bugs
- build: Preserve subdirectories for images in Webpack output (#50)
- build: Narrow scope of the stylelinting to
resources/assets
folder - build: Browser should be refreshed after changes in project files by default (#43)