Skip to content

Commit

Permalink
release: 1.0.0-beta.13-nightly-913 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Dec 15, 2014
1 parent b552369 commit 7b7abb0
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 30 deletions.
Binary file not shown.
3 changes: 2 additions & 1 deletion nightly/CHANGELOG.html
@@ -1,4 +1,4 @@
<h3 id="1-0-0-beta-13-nightly-912-changes-since-v1-0-0-beta-13-2014-12-15-">1.0.0-beta.13-nightly-912 (changes since v1.0.0-beta.13) (2014-12-15)</h3>
<h3 id="1-0-0-beta-13-nightly-913-changes-since-v1-0-0-beta-13-2014-12-15-">1.0.0-beta.13-nightly-913 (changes since v1.0.0-beta.13) (2014-12-15)</h3>
<h4 id="bug-fixes">Bug Fixes</h4>
<ul>
<li><strong>$ionicHistory:</strong> pop duplicate view registers (<a href="https://github.com/driftyco/ionic/commit/4833467d86f3484159dd7de46a8a38c38ab44178">4833467d</a>)</li>
Expand Down Expand Up @@ -128,6 +128,7 @@ <h4 id="bug-fixes">Bug Fixes</h4>
</ul>
</li>
<li><strong>tabs:</strong><ul>
<li>fix non-retina border color when tabs color and bg color are used together (<a href="https://github.com/driftyco/ionic/commit/3a92fe46b64e166a599e943993ff997e85dfadf4">3a92fe46</a>)</li>
<li>fix scss compile error on some versions of sass (<a href="https://github.com/driftyco/ionic/commit/5304c9639809a33c6d751ad2ededc2d9daaf1ea4">5304c963</a>, closes <a href="https://github.com/driftyco/ionic/issues/2719">#2719</a>)</li>
<li>removed active color inherit for tabs striped (<a href="https://github.com/driftyco/ionic/commit/81e22f505706ebf857dc369f6e04533ac479baae">81e22f50</a>)</li>
<li>don&#39;t show color for active android tabs (<a href="https://github.com/driftyco/ionic/commit/3ddf19543abde7755218dbf60184afe165fb8207">3ddf1954</a>)</li>
Expand Down
29 changes: 19 additions & 10 deletions nightly/css/ionic.css
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-beta.13-nightly-912
* Ionic, v1.0.0-beta.13-nightly-913
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -3569,39 +3569,48 @@ a.subdued {

.tabs-background-light .tabs, .tabs-background-light > .tabs {
background-color: #fff;
background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%); }
background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
border-color: #ddd; }

.tabs-background-stable .tabs, .tabs-background-stable > .tabs {
background-color: #f8f8f8;
background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%); }
background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
border-color: #b2b2b2; }

.tabs-background-positive .tabs, .tabs-background-positive > .tabs {
background-color: #387ef5;
background-image: linear-gradient(0deg, #0c63ee, #0c63ee 50%, transparent 50%); }
background-image: linear-gradient(0deg, #0c63ee, #0c63ee 50%, transparent 50%);
border-color: #0c63ee; }

.tabs-background-calm .tabs, .tabs-background-calm > .tabs {
background-color: #11c1f3;
background-image: linear-gradient(0deg, #0a9ec7, #0a9ec7 50%, transparent 50%); }
background-image: linear-gradient(0deg, #0a9ec7, #0a9ec7 50%, transparent 50%);
border-color: #0a9ec7; }

.tabs-background-assertive .tabs, .tabs-background-assertive > .tabs {
background-color: #ef473a;
background-image: linear-gradient(0deg, #e42012, #e42012 50%, transparent 50%); }
background-image: linear-gradient(0deg, #e42012, #e42012 50%, transparent 50%);
border-color: #e42012; }

.tabs-background-balanced .tabs, .tabs-background-balanced > .tabs {
background-color: #33cd5f;
background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%); }
background-image: linear-gradient(0deg, #28a54c, #28a54c 50%, transparent 50%);
border-color: #28a54c; }

.tabs-background-energized .tabs, .tabs-background-energized > .tabs {
background-color: #ffc900;
background-image: linear-gradient(0deg, #e6b400, #e6b400 50%, transparent 50%); }
background-image: linear-gradient(0deg, #e6b400, #e6b400 50%, transparent 50%);
border-color: #e6b400; }

.tabs-background-royal .tabs, .tabs-background-royal > .tabs {
background-color: #886aea;
background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%); }
background-image: linear-gradient(0deg, #6b46e5, #6b46e5 50%, transparent 50%);
border-color: #6b46e5; }

.tabs-background-dark .tabs, .tabs-background-dark > .tabs {
background-color: #444;
background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%); }
background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
border-color: #111; }

.tabs-color-light .tab-item {
color: rgba(255, 255, 255, 0.4);
Expand Down
4 changes: 2 additions & 2 deletions nightly/css/ionic.min.css

Large diffs are not rendered by default.

Binary file modified nightly/ionic-nightly.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion nightly/js/ionic-angular.js
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-beta.13-nightly-912
* Ionic, v1.0.0-beta.13-nightly-913
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down
2 changes: 1 addition & 1 deletion nightly/js/ionic-angular.min.js

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

6 changes: 3 additions & 3 deletions nightly/js/ionic.bundle.js
Expand Up @@ -9,7 +9,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-beta.13-nightly-912
* Ionic, v1.0.0-beta.13-nightly-913
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand All @@ -25,7 +25,7 @@
// build processes may have already created an ionic obj
window.ionic = window.ionic || {};
window.ionic.views = {};
window.ionic.version = '1.0.0-beta.13-nightly-912';
window.ionic.version = '1.0.0-beta.13-nightly-913';

(function (ionic) {

Expand Down Expand Up @@ -40906,7 +40906,7 @@ angular.module('ui.router.state')
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-beta.13-nightly-912
* Ionic, v1.0.0-beta.13-nightly-913
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down
6 changes: 3 additions & 3 deletions nightly/js/ionic.bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nightly/js/ionic.js
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-beta.13-nightly-912
* Ionic, v1.0.0-beta.13-nightly-913
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand All @@ -18,7 +18,7 @@
// build processes may have already created an ionic obj
window.ionic = window.ionic || {};
window.ionic.views = {};
window.ionic.version = '1.0.0-beta.13-nightly-912';
window.ionic.version = '1.0.0-beta.13-nightly-913';

(function (ionic) {

Expand Down
4 changes: 2 additions & 2 deletions nightly/js/ionic.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nightly/version.json
@@ -1,6 +1,6 @@
{
"version": "1.0.0-beta.13-nightly-912",
"version": "1.0.0-beta.13-nightly-913",
"codename": "lanthanum-leopard",
"date": "2014-12-15",
"time": "17:56:06"
"time": "17:58:56"
}
6 changes: 3 additions & 3 deletions versions.json
Expand Up @@ -1128,12 +1128,12 @@
"type":"font"
}
],
"release_datetime":"2014-12-15 17:56:06",
"release_datetime":"2014-12-15 17:58:56",
"version_number":"nightly",
"release_date":"2014-12-15",
"archive":"/nightly/ionic-nightly.zip",
"version_codename":"1.0.0-beta.13-nightly-912",
"version_name":"1.0.0-beta.13-nightly-912",
"version_codename":"1.0.0-beta.13-nightly-913",
"version_name":"1.0.0-beta.13-nightly-913",
"id":"0"
}
]

0 comments on commit 7b7abb0

Please sign in to comment.