Skip to content

Commit 04b866b

Browse files
committed
release: v1.3.0 "delhi"
1 parent 9b37964 commit 04b866b

22 files changed

+14216
-6294
lines changed

CHANGELOG.md

Lines changed: 1620 additions & 0 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
3-
"version": "1.2.4",
4-
"codename": "",
3+
"version": "1.3.0",
4+
"codename": "delhi",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "1.2.4",
4+
"version": "1.3.0",
55
"styles": [
66
"dist/css/ionic.css"
77
],

config/CODENAMES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
delhi
21
el salvador
32
france
43
germany

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic-sdk",
33
"private": false,
44
"version": "1.3.0",
5-
"codename": "Copenhagen",
5+
"codename": "delhi",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2015 Drifty Co.
44
* http://drifty.com/
55
*
6-
* Ionic, v1.2.4
6+
* Ionic, v1.3.0
77
* A powerful HTML5 mobile app framework.
88
* http://ionicframework.com/
99
*
@@ -3501,8 +3501,6 @@ ion-infinite-scroll {
35013501
position: static;
35023502
height: 100%;
35033503
-webkit-transform: translate3d(0, 0, 0); }
3504-
.overflow-scroll.keyboard-up:not(.keyboard-up-confirm) {
3505-
overflow: hidden; }
35063504

35073505
/* If you change these, change platform.scss as well */
35083506
.has-header {
@@ -4962,46 +4960,82 @@ ion-tabs.tabs-color-active-light .tab-item {
49624960
ion-tabs.tabs-color-active-light .tab-item.tab-item-active, ion-tabs.tabs-color-active-light .tab-item.active, ion-tabs.tabs-color-active-light .tab-item.activated {
49634961
color: #fff; }
49644962

4963+
ion-tabs.tabs-striped.tabs-color-active-light .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-light .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-light .tab-item.activated {
4964+
border-color: #fff;
4965+
color: #fff; }
4966+
49654967
ion-tabs.tabs-color-active-stable .tab-item {
49664968
color: #444; }
49674969
ion-tabs.tabs-color-active-stable .tab-item.tab-item-active, ion-tabs.tabs-color-active-stable .tab-item.active, ion-tabs.tabs-color-active-stable .tab-item.activated {
49684970
color: #f8f8f8; }
49694971

4972+
ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-stable .tab-item.activated {
4973+
border-color: #f8f8f8;
4974+
color: #f8f8f8; }
4975+
49704976
ion-tabs.tabs-color-active-positive .tab-item {
49714977
color: #444; }
49724978
ion-tabs.tabs-color-active-positive .tab-item.tab-item-active, ion-tabs.tabs-color-active-positive .tab-item.active, ion-tabs.tabs-color-active-positive .tab-item.activated {
49734979
color: #387ef5; }
49744980

4981+
ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-positive .tab-item.activated {
4982+
border-color: #387ef5;
4983+
color: #387ef5; }
4984+
49754985
ion-tabs.tabs-color-active-calm .tab-item {
49764986
color: #444; }
49774987
ion-tabs.tabs-color-active-calm .tab-item.tab-item-active, ion-tabs.tabs-color-active-calm .tab-item.active, ion-tabs.tabs-color-active-calm .tab-item.activated {
49784988
color: #11c1f3; }
49794989

4990+
ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-calm .tab-item.activated {
4991+
border-color: #11c1f3;
4992+
color: #11c1f3; }
4993+
49804994
ion-tabs.tabs-color-active-assertive .tab-item {
49814995
color: #444; }
49824996
ion-tabs.tabs-color-active-assertive .tab-item.tab-item-active, ion-tabs.tabs-color-active-assertive .tab-item.active, ion-tabs.tabs-color-active-assertive .tab-item.activated {
49834997
color: #ef473a; }
49844998

4999+
ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-assertive .tab-item.activated {
5000+
border-color: #ef473a;
5001+
color: #ef473a; }
5002+
49855003
ion-tabs.tabs-color-active-balanced .tab-item {
49865004
color: #444; }
49875005
ion-tabs.tabs-color-active-balanced .tab-item.tab-item-active, ion-tabs.tabs-color-active-balanced .tab-item.active, ion-tabs.tabs-color-active-balanced .tab-item.activated {
49885006
color: #33cd5f; }
49895007

5008+
ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-balanced .tab-item.activated {
5009+
border-color: #33cd5f;
5010+
color: #33cd5f; }
5011+
49905012
ion-tabs.tabs-color-active-energized .tab-item {
49915013
color: #444; }
49925014
ion-tabs.tabs-color-active-energized .tab-item.tab-item-active, ion-tabs.tabs-color-active-energized .tab-item.active, ion-tabs.tabs-color-active-energized .tab-item.activated {
49935015
color: #ffc900; }
49945016

5017+
ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-energized .tab-item.activated {
5018+
border-color: #ffc900;
5019+
color: #ffc900; }
5020+
49955021
ion-tabs.tabs-color-active-royal .tab-item {
49965022
color: #444; }
49975023
ion-tabs.tabs-color-active-royal .tab-item.tab-item-active, ion-tabs.tabs-color-active-royal .tab-item.active, ion-tabs.tabs-color-active-royal .tab-item.activated {
49985024
color: #886aea; }
49995025

5026+
ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-royal .tab-item.activated {
5027+
border-color: #886aea;
5028+
color: #886aea; }
5029+
50005030
ion-tabs.tabs-color-active-dark .tab-item {
50015031
color: #fff; }
50025032
ion-tabs.tabs-color-active-dark .tab-item.tab-item-active, ion-tabs.tabs-color-active-dark .tab-item.active, ion-tabs.tabs-color-active-dark .tab-item.activated {
50035033
color: #444; }
50045034

5035+
ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.tab-item-active, ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.active, ion-tabs.tabs-striped.tabs-color-active-dark .tab-item.activated {
5036+
border-color: #444;
5037+
color: #444; }
5038+
50055039
.tabs-top.tabs-striped {
50065040
padding-bottom: 0; }
50075041
.tabs-top.tabs-striped .tab-item {
@@ -6240,6 +6274,12 @@ button.item.item-button-right {
62406274
font-size: 18px;
62416275
line-height: 32px; }
62426276

6277+
.item-button-left.item-button-right .button:first-child {
6278+
right: auto; }
6279+
6280+
.item-button-left.item-button-right .button:last-child {
6281+
left: auto; }
6282+
62436283
.item-avatar,
62446284
.item-avatar .item-content,
62456285
.item-avatar-left,
@@ -8929,6 +8969,24 @@ a.button {
89298969
width: auto;
89308970
display: inline-block;
89318971
float: left; }
8972+
.button-bar.bar-light > .button {
8973+
border-color: #ddd; }
8974+
.button-bar.bar-stable > .button {
8975+
border-color: #b2b2b2; }
8976+
.button-bar.bar-positive > .button {
8977+
border-color: #0c60ee; }
8978+
.button-bar.bar-calm > .button {
8979+
border-color: #0a9dc7; }
8980+
.button-bar.bar-assertive > .button {
8981+
border-color: #e42112; }
8982+
.button-bar.bar-balanced > .button {
8983+
border-color: #28a54c; }
8984+
.button-bar.bar-energized > .button {
8985+
border-color: #e6b500; }
8986+
.button-bar.bar-royal > .button {
8987+
border-color: #6b46e5; }
8988+
.button-bar.bar-dark > .button {
8989+
border-color: #111; }
89328990

89338991
.button-bar > .button {
89348992
-webkit-box-flex: 1;

release/css/ionic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)