Skip to content

Commit

Permalink
update version number to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszWatroba committed May 2, 2016
1 parent 1b263df commit 8e2d704
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion dist/v-accordion.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* vAccordion - AngularJS multi-level accordion component
* @version v1.5.2
* @version v1.6.0
* @link http://lukaszwatroba.github.io/v-accordion
* @author Łukasz Wątroba <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down Expand Up @@ -63,13 +63,15 @@ v-pane-content {
.vAccordion--default v-accordion {
margin-top: 20px;
padding-left: 20px; }

.vAccordion--default v-pane-content > div {
padding-bottom: 20px;
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
-webkit-transition: all 0.5s;
transition: all 0.5s; }

.vAccordion--default v-pane {
overflow: hidden; }
.vAccordion--default v-pane.is-expanded > v-pane-header {
Expand All @@ -87,6 +89,7 @@ v-pane-content {
transform: translate3d(0, 0, 0); }
.vAccordion--default v-pane[disabled] v-pane-header::after, .vAccordion--default v-pane[disabled] v-pane-header::before {
display: none; }

.vAccordion--default v-pane-header {
padding: 5px 0;
margin-bottom: 20px;
Expand Down
2 changes: 1 addition & 1 deletion dist/v-accordion.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* vAccordion - AngularJS multi-level accordion component
* @version v1.5.2
* @version v1.6.0
* @link http://lukaszwatroba.github.io/v-accordion
* @author Łukasz Wątroba <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/v-accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/v-accordion.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-accordion",
"description": "vAccordion - AngularJS multi-level accordion component",
"version": "1.5.2",
"version": "1.6.0",
"author": "Łukasz Wątroba <[email protected]>",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 8e2d704

Please sign in to comment.