Skip to content

Commit

Permalink
release: v1.0.1 "vanadium-vaquita"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Jun 30, 2015
1 parent a6546af commit 8095b12
Show file tree
Hide file tree
Showing 14 changed files with 2,160 additions and 203 deletions.
1,512 changes: 1,512 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ionic",
"version": "1.0.0",
"codename": "uranium-unicorn",
"version": "1.0.1",
"codename": "vanadium-vaquita",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionic",
"development": {},
"version": "1.0.0",
"version": "1.0.1",
"styles": [
"dist/css/ionic.css"
],
Expand Down
1 change: 0 additions & 1 deletion config/CODENAMES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
vanadium-vaquita
xenon-xerus
yttrium-yeti
zirconium-zeren
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ionic-sdk",
"private": false,
"version": "1.0.1",
"codename": "uranium-unicorn",
"codename": "vanadium-vaquita",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
Expand Down
38 changes: 28 additions & 10 deletions release/css/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0
* Ionic, v1.0.1
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -2692,12 +2692,8 @@ ion-infinite-scroll {
color: #666666;
font-size: 30px;
color: #666666; }
ion-infinite-scroll .icon:before, ion-infinite-scroll .spinner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
ion-infinite-scroll:not(.active) .spinner, ion-infinite-scroll:not(.active) .icon:before {
-webkit-transform: translate3d(-1000px, 0, 0);
transform: translate3d(-1000px, 0, 0); }
display: none; }

.overflow-scroll {
overflow-x: hidden;
Expand Down Expand Up @@ -3040,6 +3036,8 @@ a.subdued {
right: 0;
left: 0;
z-index: 9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 5px;
width: 100%;
Expand Down Expand Up @@ -4105,6 +4103,13 @@ ion-tabs.tabs-color-active-dark .tab-item {
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease; }
.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 {
display: block;
margin-top: -1px; }
.tabs-top.tabs-striped.tabs-icon-left .tab-item {
margin-top: 1px; }
.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 {
margin-top: -0.1em; }

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

.tabs-icon-left.tabs .tab-item, .tabs-icon-left > .tabs .tab-item, .tabs-icon-right.tabs .tab-item, .tabs-icon-right > .tabs .tab-item {
font-size: 10px; }
.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 {
.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 {
display: inline-block;
vertical-align: top;
margin-top: -0.1em; }
.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 {
.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 {
font-size: 24px;
line-height: 49px; }

Expand Down Expand Up @@ -4618,7 +4623,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
transition: 0.2s opacity linear;
visibility: hidden;
opacity: 0; }
.loading-container:not(.visible) .icon {
.loading-container:not(.visible) .icon, .loading-container:not(.visible) .spinner {
display: none; }
.loading-container.visible {
visibility: visible; }
Expand Down Expand Up @@ -4787,7 +4792,7 @@ a.item {
z-index: 2;
padding: 16px 49px 16px 16px;
border: none;
background-color: white; }
background-color: #fff; }

a.item-content {
display: block;
Expand Down Expand Up @@ -6983,6 +6988,9 @@ a.button {
border-right-width: 1px;
border-radius: 0px 2px 2px 0px; }

.button-bar > .button-small:before, .button-bar > .button-small .icon:before {
line-height: 28px; }

/**
* Grid
* --------------------------------------------------
Expand Down Expand Up @@ -7524,6 +7532,16 @@ a.button {
top: 113px; }
.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
top: 157px; }
.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) {
height: 44px; }
.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
margin-top: -1px; }
.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) > * {
margin-top: 0; }
.platform-ios.platform-cordova .popover .has-header, .platform-ios.platform-cordova .popover .bar-subheader {
top: 44px; }
.platform-ios.platform-cordova .popover .has-subheader {
top: 88px; }
.platform-ios.platform-cordova.status-bar-hide {
margin-bottom: 20px; }

Expand Down
4 changes: 2 additions & 2 deletions release/css/ionic.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8095b12

Please sign in to comment.