Adding changelog items

parent 67ab030c
......@@ -12,6 +12,7 @@ versions:
- Creating helper trait <code>CanGetSidebarClassForModule</code>, to get the sidebar class for a module
changed:
- Adding more core modules (tag, translation and page). Preventing them to be disabled.
- Splitting up the <code>EditorIsRendering</code> hook to its own view composer, avoiding binding the (expensive) <code>AssetsViewComposer</code> on every view & partial
"2.3.0":
added:
- New command <code>php artisan asgard:download:module asgardcms/contact --migrations --seeds --assets</code>
......
url: https://github.com/AsgardCms/Platform
versions:
"2.5.0@unreleased":
added:
- New Sidebar event handler class replacing the old <code>SidebarExtender</code> class
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
......
......@@ -4,6 +4,7 @@ versions:
changed:
- Using the @push js stacks over the scripts section
- Using the @push css stacks over the styles section
- No more 1 query per translation. Translations are group together to greatly reduce the query amount.
"2.2.0":
changed:
- Optimising the checking and loading of module translations (~20% speed increase)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment