mirror of https://github.com/ColorlibHQ/gentelella
Package release update
parent
8217d62531
commit
a342d61fc8
|
@ -1 +1,2 @@
|
|||
nbproject
|
||||
npm-debug.log
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "gentelella",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
|
||||
"authors": [
|
||||
"Aigars Silkalns"
|
||||
"Aigars Silkalns",
|
||||
"Christian Esperar"
|
||||
],
|
||||
"description": "Gentellela Admin is a free to use Bootstrap admin template",
|
||||
"keywords": [
|
||||
|
|
|
@ -13,3 +13,10 @@ Earlier there were no changelog at all and we have introduced one now and we wil
|
|||
|
||||
* Add multilevel menu
|
||||
* Mobile comptibility enhancement
|
||||
|
||||
### 1.2.0 - 19.05.2016
|
||||
|
||||
* Fix menu not become active if url contains parameters
|
||||
* Fix form upload form not adjust on large number of files
|
||||
* Remove invalid css
|
||||
* Add fixed sidebar functionalities
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gentelella",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Gentellela Admin is a free to use Bootstrap admin template",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -21,6 +21,9 @@
|
|||
"responsive"
|
||||
],
|
||||
"author": "Aigars Silkalns",
|
||||
"contributors": [
|
||||
"Christian Esperar"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/puikinsh/gentelella/issues"
|
||||
|
|
Loading…
Reference in New Issue