updated changelog

pull/626/head
Abdullah Almsaeed 2015-08-08 13:29:46 -04:00
parent 7964338817
commit dfc6a3d7ac
2 changed files with 13 additions and 1 deletions

View File

@ -97,6 +97,12 @@ Change log
- Removed many ```!important``` statements in css - Removed many ```!important``` statements in css
- Activate boxWidget automatically when created after the page has loaded - Activate boxWidget automatically when created after the page has loaded
- Activate sidebar menu treeview links automatically when created after the page has loaded - Activate sidebar menu treeview links automatically when created after the page has loaded
- Updated Font Awesome thanks to @Dennis14e
- Added JSHint to Grunt tasks (Find JS errors)
- Added CSSLint to Grunt tasks (Find CSS errors)
- Added Image to Grunt tasks (compress images)
- Added Clean to Grunt tasks (remove unwanted files like uncompressed images)
- Updated Bootstrap to 3.3.5
**v2.2.0** **v2.2.0**
- Bug fixes - Bug fixes

View File

@ -4,6 +4,12 @@ v2.2.1:
- Removed many ```!important``` statements in css - Removed many ```!important``` statements in css
- Activate boxWidget automatically when created after the page has loaded - Activate boxWidget automatically when created after the page has loaded
- Activate sidebar menu treeview links automatically when created after the page has loaded - Activate sidebar menu treeview links automatically when created after the page has loaded
- Updated Font Awesome thanks to @Dennis14e
- Added JSHint to Grunt tasks (Find JS errors)
- Added CSSLint to Grunt tasks (Find CSS errors)
- Added Image to Grunt tasks (compress images)
- Added Clean to Grunt tasks (remove unwanted files like uncompressed images)
- Updated Bootstrap to 3.3.5
v2.2.0: v2.2.0:
- Bug fixes - Bug fixes