All notable changes to this project will be documented in this section.
- Hide
hip-toggle
button from the header for official pyrocms skin
- Require all skins as theme dependencies. Must run
composer update
after the theme is installed to work. Needs fixing!
- Install skins
post-autoload-dump
.
- 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
.
- Remove skins dependencies. Skins must be composer required after the theme.
- 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.
- Fixes issue #9.
- Enable
sort
andexclude
modules from the Sidebar. - Fix small typos.
- Make it easy to change the theme skin with a direct link from the footer.
- Remove buttons' border for Github skin.
- Add an optional animated toggle button
hip-toggle
, used by Github skin. - Remove
.btn
elements outline and hidebanner
partial if not official skin.
- Remove
resources\config\variables.php
as it is no longer required (Pyro will drop support in next major release).
- Big jump from 0.0.1 to 1.0.0 for no good reason except I can ;P
- Improve on the theme's variables,
_variables.scss
to include thepyrocms.theme.pyrocms
's also. - Fixes to accommodate working with https://github.com/websemantics/lcss2php, in v1.1.