Releases: tonik/theme
Releases · tonik/theme
v3.1.1
v3.1.0
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)
Internals
v3.0.0-rc.1
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)
Internals
v2.0.3
Bugs
- Builder rule for external images should output files in /images folder
v2.0.2
v2.0.1
v2.0.0
🚀
v2.0.0-rc.2
- Bumps minimal PHP version to 7.0
- Use tonik/gin in v2.0.0-rc.2
- Use tonik/cli in v2.0.0-rc.2
v2.0.0-rc.1
- Moves layout opening and closing markup (header.php, footer.php) to the .tpl.php files
- Cleanup and unify indentation and setup .editorconfig
- Visual enhancements of default layout
- Update services to latest changes in container API
- Use
tonik/gin
in v2.0.0-rc.1 - Use
tonik/cli
in v2.0.0-rc.1 - Reorganizes folders in
app/
directory.