Skip to content

Commit 8095b12

Browse files
committed
release: v1.0.1 "vanadium-vaquita"
1 parent a6546af commit 8095b12

14 files changed

+2160
-203
lines changed

CHANGELOG.md

Lines changed: 1512 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.0.0",
4-
"codename": "uranium-unicorn",
3+
"version": "1.0.1",
4+
"codename": "vanadium-vaquita",
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.0.0",
4+
"version": "1.0.1",
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-
vanadium-vaquita
21
xenon-xerus
32
yttrium-yeti
43
zirconium-zeren

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.0.1",
5-
"codename": "uranium-unicorn",
5+
"codename": "vanadium-vaquita",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.0.0
5+
* Ionic, v1.0.1
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2692,12 +2692,8 @@ ion-infinite-scroll {
26922692
color: #666666;
26932693
font-size: 30px;
26942694
color: #666666; }
2695-
ion-infinite-scroll .icon:before, ion-infinite-scroll .spinner {
2696-
-webkit-transform: translate3d(0, 0, 0);
2697-
transform: translate3d(0, 0, 0); }
26982695
ion-infinite-scroll:not(.active) .spinner, ion-infinite-scroll:not(.active) .icon:before {
2699-
-webkit-transform: translate3d(-1000px, 0, 0);
2700-
transform: translate3d(-1000px, 0, 0); }
2696+
display: none; }
27012697

27022698
.overflow-scroll {
27032699
overflow-x: hidden;
@@ -3040,6 +3036,8 @@ a.subdued {
30403036
right: 0;
30413037
left: 0;
30423038
z-index: 9;
3039+
-webkit-box-sizing: border-box;
3040+
-moz-box-sizing: border-box;
30433041
box-sizing: border-box;
30443042
padding: 5px;
30453043
width: 100%;
@@ -4105,6 +4103,13 @@ ion-tabs.tabs-color-active-dark .tab-item {
41054103
-ms-transition: color 0.2s ease;
41064104
-o-transition: color 0.2s ease;
41074105
transition: color 0.2s ease; }
4106+
.tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated i {
4107+
display: block;
4108+
margin-top: -1px; }
4109+
.tabs-top.tabs-striped.tabs-icon-left .tab-item {
4110+
margin-top: 1px; }
4111+
.tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.activated .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.activated i {
4112+
margin-top: -0.1em; }
41084113

41094114
/* Allow parent element to have tabs-top */
41104115
/* If you change this, change platform.scss as well */
@@ -4160,11 +4165,11 @@ ion-tabs.tabs-color-active-dark .tab-item {
41604165

41614166
.tabs-icon-left.tabs .tab-item, .tabs-icon-left > .tabs .tab-item, .tabs-icon-right.tabs .tab-item, .tabs-icon-right > .tabs .tab-item {
41624167
font-size: 10px; }
4163-
.tabs-icon-left.tabs .tab-item .icon, .tabs-icon-left > .tabs .tab-item .icon, .tabs-icon-right.tabs .tab-item .icon, .tabs-icon-right > .tabs .tab-item .icon {
4168+
.tabs-icon-left.tabs .tab-item .icon, .tabs-icon-left.tabs .tab-item .tab-title, .tabs-icon-left > .tabs .tab-item .icon, .tabs-icon-left > .tabs .tab-item .tab-title, .tabs-icon-right.tabs .tab-item .icon, .tabs-icon-right.tabs .tab-item .tab-title, .tabs-icon-right > .tabs .tab-item .icon, .tabs-icon-right > .tabs .tab-item .tab-title {
41644169
display: inline-block;
41654170
vertical-align: top;
41664171
margin-top: -0.1em; }
4167-
.tabs-icon-left.tabs .tab-item .icon:before, .tabs-icon-left > .tabs .tab-item .icon:before, .tabs-icon-right.tabs .tab-item .icon:before, .tabs-icon-right > .tabs .tab-item .icon:before {
4172+
.tabs-icon-left.tabs .tab-item .icon:before, .tabs-icon-left.tabs .tab-item .tab-title:before, .tabs-icon-left > .tabs .tab-item .icon:before, .tabs-icon-left > .tabs .tab-item .tab-title:before, .tabs-icon-right.tabs .tab-item .icon:before, .tabs-icon-right.tabs .tab-item .tab-title:before, .tabs-icon-right > .tabs .tab-item .icon:before, .tabs-icon-right > .tabs .tab-item .tab-title:before {
41684173
font-size: 24px;
41694174
line-height: 49px; }
41704175

@@ -4618,7 +4623,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
46184623
transition: 0.2s opacity linear;
46194624
visibility: hidden;
46204625
opacity: 0; }
4621-
.loading-container:not(.visible) .icon {
4626+
.loading-container:not(.visible) .icon, .loading-container:not(.visible) .spinner {
46224627
display: none; }
46234628
.loading-container.visible {
46244629
visibility: visible; }
@@ -4787,7 +4792,7 @@ a.item {
47874792
z-index: 2;
47884793
padding: 16px 49px 16px 16px;
47894794
border: none;
4790-
background-color: white; }
4795+
background-color: #fff; }
47914796

47924797
a.item-content {
47934798
display: block;
@@ -6983,6 +6988,9 @@ a.button {
69836988
border-right-width: 1px;
69846989
border-radius: 0px 2px 2px 0px; }
69856990

6991+
.button-bar > .button-small:before, .button-bar > .button-small .icon:before {
6992+
line-height: 28px; }
6993+
69866994
/**
69876995
* Grid
69886996
* --------------------------------------------------
@@ -7524,6 +7532,16 @@ a.button {
75247532
top: 113px; }
75257533
.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
75267534
top: 157px; }
7535+
.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) {
7536+
height: 44px; }
7537+
.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
7538+
margin-top: -1px; }
7539+
.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) > * {
7540+
margin-top: 0; }
7541+
.platform-ios.platform-cordova .popover .has-header, .platform-ios.platform-cordova .popover .bar-subheader {
7542+
top: 44px; }
7543+
.platform-ios.platform-cordova .popover .has-subheader {
7544+
top: 88px; }
75277545
.platform-ios.platform-cordova.status-bar-hide {
75287546
margin-bottom: 20px; }
75297547

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)