mirror of https://github.com/ColorlibHQ/gentelella
Package release update
parent
8217d62531
commit
a342d61fc8
|
@ -1 +1,2 @@
|
||||||
nbproject
|
nbproject
|
||||||
|
npm-debug.log
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "gentelella",
|
"name": "gentelella",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
|
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Aigars Silkalns"
|
"Aigars Silkalns",
|
||||||
|
"Christian Esperar"
|
||||||
],
|
],
|
||||||
"description": "Gentellela Admin is a free to use Bootstrap admin template",
|
"description": "Gentellela Admin is a free to use Bootstrap admin template",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
@ -13,3 +13,10 @@ Earlier there were no changelog at all and we have introduced one now and we wil
|
||||||
|
|
||||||
* Add multilevel menu
|
* Add multilevel menu
|
||||||
* Mobile comptibility enhancement
|
* 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",
|
"name": "gentelella",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "Gentellela Admin is a free to use Bootstrap admin template",
|
"description": "Gentellela Admin is a free to use Bootstrap admin template",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -21,6 +21,9 @@
|
||||||
"responsive"
|
"responsive"
|
||||||
],
|
],
|
||||||
"author": "Aigars Silkalns",
|
"author": "Aigars Silkalns",
|
||||||
|
"contributors": [
|
||||||
|
"Christian Esperar"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/puikinsh/gentelella/issues"
|
"url": "https://github.com/puikinsh/gentelella/issues"
|
||||||
|
|
Loading…
Reference in New Issue