Releases: websemantics/pyrocms-theme
Releases · websemantics/pyrocms-theme
1.2.7
1.2.6
- Require all skins as theme dependencies. Must run
composer update
after the theme is installed to work. Needs fixing!
1.2.5
- Install skins
post-autoload-dump
1.2.4
- Improve style inheritance across themes and skins.
- Load the theme and skin variables
LoadThemeVariables
for field types and other addons. - Install skins with
composer scripts
.
1.2.3
- Improve style inheritance across themes and skins.
- Load the theme and skin variables
LoadThemeVariables
for field types and other addons. - Install skins with
composer scripts
.
1.2.2
- Remove skins dependencies. Skins must be composer required after the theme.
1.2.1
- Separate
skins
from the theme and into their own addoncomposer
packages. - Make
core
folder available for style imports to improve inheritance across themes. - Improve docs with details of how to make / use
skins
. - Add
gitignore.
1.2.0
- Separate
skins
from the theme and into their own addoncomposer
packages. - Make
core
folder available for style imports to improve inheritance across themes. - Improve docs with details of how to make / use
skins
. - Add
gitignore.
1.1.2
1.1.1
- Enable
sort
andexclude
modules from the Sidebar. - Fix small typos