Skip to content

Commit

Permalink
finalize-release: v1.0.0-beta.4 "antimony-antelope"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed May 7, 2014
1 parent e9ef78d commit ab6fb75
Show file tree
Hide file tree
Showing 13 changed files with 11,553 additions and 778 deletions.
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-beta.3",
"codename": "americium",
"version": "1.0.0-beta.4",
"codename": "antimony-antelope",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <max@drifty.com>",
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-beta.3",
"version": "1.0.0-beta.4",
"styles": [
"dist/css/ionic.css"
],
Expand Down
9 changes: 1 addition & 8 deletions config/CODENAMES
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
antimony-antelope
barium-bobcat
cadmium-camel
darmstadtium-dingo
einsteinium-emu
fermium-flamingo
gadolinium-gator
hafnium-heron
barium-bobcat cadmium-camel darmstadtium-dingo einsteinium-emu fermium-flamingo gadolinium-gator hafnium-heron
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",
"private": false,
"version": "1.0.0-beta.4",
"codename": "americium",
"codename": "antimony-antelope",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
Expand Down
51 changes: 34 additions & 17 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-beta.3
* Ionic, v1.0.0-beta.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -2116,6 +2116,8 @@ body.grade-b, body.grade-c {
.scroll-refresher .ionic-refresher-content .text-refreshing, .scroll-refresher .ionic-refresher-content .text-pulling {
line-height: 16px;
font-size: 16px; }
.scroll-refresher .ionic-refresher-content.ionic-refresher-with-text {
bottom: 10px; }
.scroll-refresher .icon-refreshing, .scroll-refresher .icon-pulling {
width: 100%;
-webkit-backface-visibility: hidden;
Expand Down Expand Up @@ -2232,8 +2234,7 @@ ion-infinite-scroll.active .scroll-infinite {
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
overflow: hidden; }
background-color: #fff; }

/**
* Typography
Expand Down Expand Up @@ -3000,7 +3001,7 @@ a.subdued {
.tabs-item-hide > .tabs, .tabs.tabs-item-hide {
display: none; }

.tabs-icon-top > .tabs .tab-item, .tabs-icon-bottom > .tabs .tab-item {
.tabs-icon-top > .tabs .tab-item, .tabs-icon-top.tabs .tab-item, .tabs-icon-bottom > .tabs .tab-item, .tabs-icon-bottom.tabs .tab-item {
font-size: 12px;
line-height: 14px; }

Expand All @@ -3010,22 +3011,22 @@ a.subdued {
height: 32px;
font-size: 32px; }

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

.tabs-icon-left .tab-item .icon {
.tabs-icon-left > .tabs .tab-item .icon, .tabs-icon-left.tabs .tab-item .icon {
padding-right: 3px; }

.tabs-icon-right .tab-item .icon {
.tabs-icon-right > .tabs .tab-item .icon, .tabs-icon-right.tabs .tab-item .icon {
padding-left: 3px; }

.tabs-icon-only .icon {
.tabs-icon-only > .tabs .icon, .tabs-icon-only.tabs .icon {
line-height: inherit; }

.tab-item.has-badge {
Expand Down Expand Up @@ -3165,7 +3166,7 @@ a.subdued {

.modal-open {
pointer-events: none; }
.modal-open .modal {
.modal-open .modal, .modal-open .modal-backdrop {
pointer-events: auto; }

/**
Expand Down Expand Up @@ -4463,10 +4464,14 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
transform: translate3d(22px, 0, 0);
background-color: #fff; }

.item-toggle {
.item-toggle.active {
box-shadow: none; }

.item-toggle, .item-toggle.item-complex .item-content {
padding-right: 99px; }
.item-toggle.active {
box-shadow: none; }

.item-toggle.item-complex {
padding-right: 0; }

.item-toggle .toggle {
position: absolute;
Expand Down Expand Up @@ -6194,9 +6199,10 @@ a.button {
.invisible {
visibility: hidden; }

.keyboard-open .bar-footer, .keyboard-open .tabs, .footer-hide .bar-footer, .footer-hide .tabs {
.keyboard-open .hide-on-keyboard-open {
display: none; }
.keyboard-open .has-footer, .keyboard-open .has-tabs, .footer-hide .has-footer, .footer-hide .has-tabs {

.keyboard-open .tabs.hide-on-keyboard-open + .pane .has-tabs, .keyboard-open .bar-footer.hide-on-keyboard-open + .pane .has-footer {
bottom: 0; }

.inline {
Expand All @@ -6220,6 +6226,9 @@ a.button {
-ms-touch-action: none;
-ms-content-zooming: none; }

.no-resize {
resize: none; }

.block {
display: block;
clear: both; }
Expand Down Expand Up @@ -6359,7 +6368,7 @@ a.button {
/**
* Platform
* --------------------------------------------------
* Platform specific tweaks when in Cordova.
* Platform specific tweaks
*/
.platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
height: 64px; }
Expand All @@ -6379,3 +6388,11 @@ a.button {
top: 157px; }
.platform-ios7.platform-cordova.status-bar-hide {
margin-bottom: 20px; }

@media (orientation: landscape) {
.platform-ios7.platform-browser.platform-ipad {
position: fixed; } }

.platform-android2:not(.enable-transitions) * {
-webkit-transition: none !important;
transition: none !important; }
51 changes: 34 additions & 17 deletions release/css/ionic.min.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-beta.3
* Ionic, v1.0.0-beta.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -2116,6 +2116,8 @@ body.grade-b, body.grade-c {
.scroll-refresher .ionic-refresher-content .text-refreshing, .scroll-refresher .ionic-refresher-content .text-pulling {
line-height: 16px;
font-size: 16px; }
.scroll-refresher .ionic-refresher-content.ionic-refresher-with-text {
bottom: 10px; }
.scroll-refresher .icon-refreshing, .scroll-refresher .icon-pulling {
width: 100%;
-webkit-backface-visibility: hidden;
Expand Down Expand Up @@ -2232,8 +2234,7 @@ ion-infinite-scroll.active .scroll-infinite {
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
overflow: hidden; }
background-color: #fff; }

/**
* Typography
Expand Down Expand Up @@ -3000,7 +3001,7 @@ a.subdued {
.tabs-item-hide > .tabs, .tabs.tabs-item-hide {
display: none; }

.tabs-icon-top > .tabs .tab-item, .tabs-icon-bottom > .tabs .tab-item {
.tabs-icon-top > .tabs .tab-item, .tabs-icon-top.tabs .tab-item, .tabs-icon-bottom > .tabs .tab-item, .tabs-icon-bottom.tabs .tab-item {
font-size: 12px;
line-height: 14px; }

Expand All @@ -3010,22 +3011,22 @@ a.subdued {
height: 32px;
font-size: 32px; }

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

.tabs-icon-left .tab-item .icon {
.tabs-icon-left > .tabs .tab-item .icon, .tabs-icon-left.tabs .tab-item .icon {
padding-right: 3px; }

.tabs-icon-right .tab-item .icon {
.tabs-icon-right > .tabs .tab-item .icon, .tabs-icon-right.tabs .tab-item .icon {
padding-left: 3px; }

.tabs-icon-only .icon {
.tabs-icon-only > .tabs .icon, .tabs-icon-only.tabs .icon {
line-height: inherit; }

.tab-item.has-badge {
Expand Down Expand Up @@ -3165,7 +3166,7 @@ a.subdued {

.modal-open {
pointer-events: none; }
.modal-open .modal {
.modal-open .modal, .modal-open .modal-backdrop {
pointer-events: auto; }

/**
Expand Down Expand Up @@ -4463,10 +4464,14 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
transform: translate3d(22px, 0, 0);
background-color: #fff; }

.item-toggle {
.item-toggle.active {
box-shadow: none; }

.item-toggle, .item-toggle.item-complex .item-content {
padding-right: 99px; }
.item-toggle.active {
box-shadow: none; }

.item-toggle.item-complex {
padding-right: 0; }

.item-toggle .toggle {
position: absolute;
Expand Down Expand Up @@ -6194,9 +6199,10 @@ a.button {
.invisible {
visibility: hidden; }

.keyboard-open .bar-footer, .keyboard-open .tabs, .footer-hide .bar-footer, .footer-hide .tabs {
.keyboard-open .hide-on-keyboard-open {
display: none; }
.keyboard-open .has-footer, .keyboard-open .has-tabs, .footer-hide .has-footer, .footer-hide .has-tabs {

.keyboard-open .tabs.hide-on-keyboard-open + .pane .has-tabs, .keyboard-open .bar-footer.hide-on-keyboard-open + .pane .has-footer {
bottom: 0; }

.inline {
Expand All @@ -6220,6 +6226,9 @@ a.button {
-ms-touch-action: none;
-ms-content-zooming: none; }

.no-resize {
resize: none; }

.block {
display: block;
clear: both; }
Expand Down Expand Up @@ -6359,7 +6368,7 @@ a.button {
/**
* Platform
* --------------------------------------------------
* Platform specific tweaks when in Cordova.
* Platform specific tweaks
*/
.platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
height: 64px; }
Expand All @@ -6379,3 +6388,11 @@ a.button {
top: 157px; }
.platform-ios7.platform-cordova.status-bar-hide {
margin-bottom: 20px; }

@media (orientation: landscape) {
.platform-ios7.platform-browser.platform-ipad {
position: fixed; } }

.platform-android2:not(.enable-transitions) * {
-webkit-transition: none !important;
transition: none !important; }
Loading

0 comments on commit ab6fb75

Please sign in to comment.