v3.0.0-rc.1
Pre-release
Pre-release
jedrzejchalubek
released this
13 Mar 13:10
·
10 commits
to develop
since this release
Features & Improvements
- Ship starter without any front-end boilerplate by default (#37). Front-end can be optionally scaffolded with CLI (v3.0.0-rc.1)
- 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: Preserve subdirectories for images in Webpack output (#50)
- build: Lint javascript with ESlint (#44)
- build: Allow for configuring the Autoprefixer (#52)
- build: Allow for configuring Stylelint plugin via a configuration file (#19)
- build: Browser should be refreshed after changes in project files by default (#43)