- Change icon to a less obstructive version using webfonts.
- Use
numberfilter when showing message count, pages and page number. - Remove
blocks.html.twigand 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
$rootScopein DefaultController in order to have dynamic titles. - Add
ucfirstfilter to Anguluar. - Change template inheritence. Instead of using
@Juno/blocks.html.twignow extends@Juno/base.html.twig. - Add
titleblock that can be used to override the title used in the header aswell as the title tag. - Move documentation from
README.mdintodoc/.
- Initial release.