Skip to content

Commit 84e562c

Browse files
committed
publishing patch version 2.0.5
1 parent a2a63e7 commit 84e562c

File tree

13 files changed

+478
-415
lines changed

13 files changed

+478
-415
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-base-apps",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"main": [
55
"scss/base.scss",
66
"dist/js/base-apps.js"

dist/css/base-apps.css

Lines changed: 45 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5860,10 +5860,21 @@ meter {
58605860
right: auto;
58615861
bottom: auto;
58625862
left: auto; }
5863-
.small-grid-block.panel:not(.is-active) {
5864-
display: none; }
5865-
.small-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .small-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
5866-
position: absolute; }
5863+
.small-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .small-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
5864+
position: absolute; }
5865+
.small-grid-block.panel:not(.is-active):not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
5866+
-webkit-transform: none;
5867+
transform: none;
5868+
position: relative;
5869+
width: auto;
5870+
height: auto;
5871+
z-index: auto;
5872+
box-shadow: none;
5873+
background: transparent;
5874+
top: auto;
5875+
right: auto;
5876+
bottom: auto;
5877+
left: auto; }
58675878

58685879
.small-grid-content {
58695880
display: block;
@@ -5948,10 +5959,21 @@ meter {
59485959
right: auto;
59495960
bottom: auto;
59505961
left: auto; }
5951-
.medium-grid-block.panel:not(.is-active) {
5952-
display: none; }
5953-
.medium-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .medium-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
5954-
position: absolute; } }
5962+
.medium-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .medium-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
5963+
position: absolute; }
5964+
.medium-grid-block.panel:not(.is-active):not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
5965+
-webkit-transform: none;
5966+
transform: none;
5967+
position: relative;
5968+
width: auto;
5969+
height: auto;
5970+
z-index: auto;
5971+
box-shadow: none;
5972+
background: transparent;
5973+
top: auto;
5974+
right: auto;
5975+
bottom: auto;
5976+
left: auto; } }
59555977

59565978
@media only screen and (min-width: 40em) {
59575979
.medium-grid-content {
@@ -6037,10 +6059,21 @@ meter {
60376059
right: auto;
60386060
bottom: auto;
60396061
left: auto; }
6040-
.large-grid-block.panel:not(.is-active) {
6041-
display: none; }
6042-
.large-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .large-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
6043-
position: absolute; } }
6062+
.large-grid-block.panel:not(.is-active).ng-enter.ng-enter-active, .large-grid-block.panel:not(.is-active).ng-leave.ng-leave-active {
6063+
position: absolute; }
6064+
.large-grid-block.panel:not(.is-active):not(.ng-enter):not(.ng-enter-active):not(.ng-leave):not(.ng-leave-active) {
6065+
-webkit-transform: none;
6066+
transform: none;
6067+
position: relative;
6068+
width: auto;
6069+
height: auto;
6070+
z-index: auto;
6071+
box-shadow: none;
6072+
background: transparent;
6073+
top: auto;
6074+
right: auto;
6075+
bottom: auto;
6076+
left: auto; } }
60446077

60456078
@media only screen and (min-width: 75em) {
60466079
.large-grid-content {

dist/css/base-apps.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/js/routes.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/partials/global-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="global-nav">
22
<ul class="title-area">
33
<li class="name">
4-
<h1><a><strong>Angular Base Apps 2.0.4</strong></a></h1>
4+
<h1><a><strong>Angular Base Apps 2.0.5</strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">

dist/docs/templates/changelog.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ <h4>Docs</h4>
5353
5454
<hr>
5555
-->
56+
<h3>Version 2.0.5</h3>
57+
58+
<h4>Bug Fixes</h4>
59+
60+
<ul>
61+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/83">#83</a>: Fix <code>*-grid-block</code> transformations
62+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/84">#84</a>: Move <code>angular-ui-router</code> to devDependencies
63+
</ul>
64+
65+
<h4>Docs</h4>
66+
67+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.5">https://base-apps.github.io/angular-base-apps/v2.0.5</a>
68+
69+
<hr>
5670

5771
<h3>Version 2.0.4</h3>
5872

dist/docs/templates/installation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ <h3>CDN</h3>
5252

5353
<hljs language="html">
5454
<!-- CSS -->
55-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.css">
56-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.min.css">
55+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.5/base-apps.css">
56+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.5/base-apps.min.css">
5757

5858
<!-- JavaScript -->
59-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.js"></script>
60-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.4/base-apps.min.js"></script>
59+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.5/base-apps.js"></script>
60+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.5/base-apps.min.js"></script>
6161
</hljs>
6262

6363
</section>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<div class="grid-frame vertical">
2+
<div class="grid-content collapse shrink">
3+
<ul class="primary condense menu-bar">
4+
<li><a ba-toggle="leftpane">Menu</a></li>
5+
<li><a><strong>Angular Base Apps Starter</strong></a></li>
6+
</ul>
7+
</div>
8+
<div class="grid-block">
9+
<ba-panel id="leftpane" class="medium-grid-block shrink" style="background: black; color: white;">
10+
<h1>Panel</h1>
11+
</ba-panel>
12+
<div class="grid-block">
13+
<h1>Main</h1>
14+
</div>
15+
</div>
16+
</div>

0 commit comments

Comments
 (0)