Documenting menu weight changes

parent 02601a1b
......@@ -6,6 +6,7 @@ versions:
changed:
- Using return type hints in <code>MediaController</code>
- Optional media fields are set to allow null
- The media menu item weight has been changed to <code>20</code>.
"2.5.0":
added:
- <code>FileWasCreated</code> event
......
url: https://github.com/AsgardCms/Platform
versions:
"3.0.0@unreleased":
changed:
- The menu menu item weight has been changed to <code>30</code>.
"2.5.0":
added:
- Trigger event before a menu is created (<code>MenuIsCreating</code>) allow data to be changed
......
......@@ -4,6 +4,8 @@ versions:
added:
- Created a vue component for the page table index
- Create a vue component for the page create and edit views
changed:
- The page menu item weight has been changed to <code>10</code>.
"2.5.1":
changed:
- Renamed hook <code>ContentIsRendering</code> to <code>PageContentIsRendering</code> making it more specific
......
......@@ -3,6 +3,7 @@ versions:
"3.0.0@unreleased":
changed:
- Fixing active class on settings module list sidebar
- The setting menu item weight has been changed to <code>20</code>.
"2.5.0":
changed:
- Normalise the setting was created event
......
......@@ -3,6 +3,8 @@ versions:
"3.0.0@unreleased":
added:
- Created a vue component for the tags input
changed:
- The tag menu item weight has been changed to <code>50</code>.
"2.5.0":
added:
- Create and trigger events when tags are created and updated
......
url: https://github.com/AsgardCms/Platform
versions:
"3.0.0@unreleased":
changed:
- The translation menu item weight has been changed to <code>40</code>.
"2.6.0":
changed:
- Refactored the Translation controller for clean code
......
......@@ -5,6 +5,7 @@ versions:
- <code>logUserIn</code> on the <code>Authentication</code> interface to log a user object in
changed:
- <code>AuthorisedApiToken</code> middleware now logs a user in
- The user menu item weight has been changed to <code>10</code>.
"2.6.0":
added:
- New methods on the Sentinel Guard, <code>logout</code> and <code>loginUsingId</code>
......
......@@ -3,6 +3,8 @@ versions:
"3.0.0@unreleased":
changed:
- Using correct version number on module detail view
- The modules menu item weight has been changed to <code>30</code>.
- The themes menu item weight has been changed to <code>40</code>.
"2.6.0":
changed:
- Read core module version from the AsgardCms class other modules keep same logic (<code>version</code> key in <code>module.json</code>)
......
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