- Change icon to a less obstructive version using webfonts.
- Use
number
filter when showing message count, pages and page number. - Remove
blocks.html.twig
and inline the blocks inbase.html.twig
. - Use
ng-href=""
on menu icon to make sure it does not reload page. - Fix hover color on
.navbar-toggle
. - All templates have been inlined. This reduces XMLHttpRequests and makes the site faster. Also it can be cached as a single template by twig.
- Use
$rootScope
in DefaultController in order to have dynamic titles. - Add
ucfirst
filter to Anguluar. - Change template inheritence. Instead of using
@Juno/blocks.html.twig
now extends@Juno/base.html.twig
. - Add
title
block that can be used to override the title used in the header aswell as the title tag. - Move documentation from
README.md
intodoc/
.
- Initial release.