Adding one more changelog item

parent a30fdc4b
...@@ -10,6 +10,7 @@ versions: ...@@ -10,6 +10,7 @@ versions:
- New <code>@editor('fieldname', 'fieldlabel, 'content', 'locale')</code> blade directive to include a textarea. The last <code>locale</code> parameter is optional and can be omitted for non translatable textarea. - New <code>@editor('fieldname', 'fieldlabel, 'content', 'locale')</code> blade directive to include a textarea. The last <code>locale</code> parameter is optional and can be omitted for non translatable textarea.
- New <code>BuildingSidebar</code> hook used to add sidebar elements (backend) this will replace the <code>SidebarExtender</code> classes - New <code>BuildingSidebar</code> hook used to add sidebar elements (backend) this will replace the <code>SidebarExtender</code> classes
- Creating helper trait <code>CanGetSidebarClassForModule</code>, to get the sidebar class for a module - Creating helper trait <code>CanGetSidebarClassForModule</code>, to get the sidebar class for a module
- Adding Docker support. Run `./dcp up` to get started.
changed: changed:
- Adding more core modules (tag, translation and page). Preventing them to be disabled. - 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 - Splitting up the <code>EditorIsRendering</code> hook to its own view composer, avoiding binding the (expensive) <code>AssetsViewComposer</code> on every view & partial
......
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