mirror of https://github.com/ColorlibHQ/AdminLTE
Updated change log and versioning info
parent
7bfbc542cc
commit
b80104171d
13
README.md
13
README.md
|
@ -92,6 +92,19 @@ AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://almsaeedst
|
||||||
|
|
||||||
Change log
|
Change log
|
||||||
----------
|
----------
|
||||||
|
**v2.1.0:**
|
||||||
|
- Update Ion Icons
|
||||||
|
- Added right sidebar ```.control-sidebar```
|
||||||
|
- Control sidebar has 2 open effects: slide over content and push content
|
||||||
|
- Control sidebar converts to always slide over content on small screens
|
||||||
|
- Added 6 new light sidebar skins
|
||||||
|
- Updated demo menu
|
||||||
|
- Added ChartJS preview page
|
||||||
|
- Fixed some minor bugs
|
||||||
|
- Added light control sidebar skin
|
||||||
|
- Added expand on hover option for sidebar mini
|
||||||
|
- Added fixed control sidebar layout
|
||||||
|
|
||||||
**v2.0.5:**
|
**v2.0.5:**
|
||||||
- Fixed issue #288
|
- Fixed issue #288
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "AdminLTE",
|
"name": "AdminLTE",
|
||||||
"version": "2.0.5",
|
"version": "2.1.0",
|
||||||
"homepage": "http://almsaeedstudio.com",
|
"homepage": "http://almsaeedstudio.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Abdullah Almsaeed <almasaeed2010@gmail.com>"
|
"Abdullah Almsaeed <almasaeed2010@gmail.com>"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "admin-lte",
|
"name": "admin-lte",
|
||||||
"version": "2.1.0-alpha-1",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/almasaeed2010/AdminLTE.git"
|
"url": "git://github.com/almasaeed2010/AdminLTE.git"
|
||||||
|
|
Loading…
Reference in New Issue