-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathchangelog.yml
51 lines (51 loc) · 1.3 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
url: https://github.com/AsgardCms/Dashboard
versions:
"1.10.0":
changed:
- Use <code>$router</code> variable in routes file
"1.9.0":
changed:
- Allow customizing of views
"1.8.0":
changed:
- Removed language files, they are now in the translation module
"1.7.1":
changed:
- Injecting the parent script from partial
"1.7.0":
added:
- Added Russian translations
changed:
- Improving german translations
"1.6.0":
added:
- Chinese Simplified translation
"1.5.0":
added:
- Dutch and Portuguese language
"1.4.0":
added:
- Spanish translations
"1.3.0":
added:
- Added Brazilian Portuguese translations
"1.2.1":
changed:
- Adding correct active class on dashboard sidebar item
"1.2.0":
changed:
- Use route helper functions
"1.1.0":
changed:
- Adding table engine into migrations
"1.0.2":
added:
- Using new sidebar extender class
removed:
- Old SidebarViewComposer
"1.0.1":
changed:
- Adding changelog file
"1.0.0":
changed:
- Initial release