- Fixes a broken link in the README.
Arrange the publishedAt
field, quashing spurious warnings. Thanks to Brad Wood.
Updates the version of Moment.js.
Updates the package URL and keywords.
Sample widget.html should refer to publishedAt, not start.
Corrected default publication date.
Added simple filters for year, month, and day. You can leverage these in your apostrophe-blog-pages
modules by leveraging the new piecesFilters
behavior introduced in apostrophe 2.9.0. Simply refer to the filters using data.piecesFilters.year
etc in your index page template.
Check out this tutorial to learn more.
Sample index.html
for apostrophe-blog-pages
now includes the pager.
Fixed a significant performance bug. The blog widget was fetching every widget rather than just those with the appropriate IDs. The set of results was then being winnowed by the algorithm for handling many widgets with one query, but not before considerable resources were spent fetching areas for those blog posts, etc.