The Bootstrap theme is back as an option! Use ::bootstrap
as your theme to get it!
A breaking change: The Store's find_files method
now skips paths that look like documents by default. If you need to old behavior,
pass in include_documents => 1
to the method.
That change was made to support ".md" as a document file extension. Previously, only
".markdown" was supported. This is a work-in-progress, so if there are any bugs,
file a bug report.
Full changelog below...
Continue reading Release v0.051...
Some minor doc fixes, and a fix to ensure that all links are properly rewritten
to include the site base URL.
Also, a reverse from the last release that added an annoying background color
to the footer of the default theme (and, by extention, any theme extended from
the default theme).
Full changelog below...
Continue reading Release v0.050...
A quick couple of bugfixes to solve an ongoing problem at $work. It turns out that
using the plain app as the index app was contingent
on the filesystem's ordering or some other unpredictable thing. Now, this is fixed,
so the plain app can be safely used as the index.
This will be fixed/changed completely to allow any page to be the index in a future
version.
Additionally, some footer styles were added to the default theme.
Full changelog below...
Continue reading Release v0.049...
Here starts the road to v1.0! Some breaking changes in this release:
Statocles::Page::Feed is now removed. The functionality has been added to all
pages, and all the feed templates have been updated accordingly. This means you
must update your themes to grab the new feed templates.
To fix a long-standing bug with blog content not showing up correctly on the
list pages (index, tag lists), the
Statocles::Page::ListItem class was added.
This class proxies another page and rewrites its content to survive intact
inside a list page.
Some minor things:
External perldoc links are now explicitly labelled as such with a
FontAwesome icon.
Some doc updates to start documenting the App API.
Full changelog below...
Continue reading Release v0.048...
A bunch of bugfixes in this release, including one that could have prevented
users from upgrading from previous versions due to a test failure.
Most importantly, pagination in the blog is working again.
Some additions to the Content help guide
about a the new features over the last few releases, and one new feature adding
a data
attribute to Statocles::Document,
which allows for fun things when generating content.
Finally, some of our dependencies have been removed, since their functionality
overlapped with other dependencies (or turned out to be very easy to implement
ourselves).
Full changelog below
Continue reading Release v0.047...