-
Notifications
You must be signed in to change notification settings - Fork 23
/
changelog.yml
79 lines (79 loc) · 2.39 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
url: https://github.com/AsgardCms/Menu
versions:
"1.17.0":
changed:
- Use <code>$router</code> variable in routes file
"1.16.0":
changed:
- Using new authorise middleware for more flexibility
- Added migration to alter menu item icon field so that Pingpong MenuItem correctly renders empty icon
"1.15.0":
changed:
- Submenu items now have their target attribute set
"1.14.0":
changed:
- Removed language files, they are now in the translation module
"1.13.0":
changed:
- Manual inclusing of iCheck css file has been removed
- Use the new datatables way of marking column not sortable
"1.12.0":
changed:
- Fix submenu items not being linked
- Fixing display of collapse menu item without sub-items
- Don't allow menu items to be placed before the root item
"1.11.0":
changed:
- Better German translations
- Fixing duplication of sub menu items
"1.10.0":
added:
- Added Russian translations
changed:
- Improving german translations
"1.9.0":
added:
- Icon on menu
"1.8.0":
added:
- Dutch and Portuguese language
"1.7.0":
changes:
- Root menu item now is set in all available languages instead of hardcoded
"1.6.0":
added:
- Spanish translations
"1.5.0":
changed:
- Added Brazilian Portuguese translations
"1.4.0":
changed:
- Autofocus the <code>title</code> field
"1.3.0":
changed:
- Using manual route binding.
- Setting route parameter to singular.
"1.2.0":
changed:
- Use the flash helper function in controller
- Use manual route definition over the route resource shortcut
"1.1.1":
removed:
- Removed unused loaded files
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.3":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.2":
changed:
- Adding changelog file
"1.0.1":
changed:
- Using tagged versions of modules
"1.0.0":
changed:
- Initial release