Skip to content

Commit

Permalink
release: v1.0.0-rc.3 "radium-raccoon"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Apr 13, 2015
1 parent 5fe1b86 commit cc5ed7b
Show file tree
Hide file tree
Showing 14 changed files with 2,981 additions and 510 deletions.
1,440 changes: 1,440 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-rc.2",
"codename": "palladium-platypus",
"version": "1.0.0-rc.3",
"codename": "radium-raccoon",
"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-rc.2",
"version": "1.0.0-rc.3",
"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 @@
radium-raccoon
sulfur-suricate
tungsten-turkey
uranium-unicorn
Expand Down
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-rc.3",
"codename": "palladium-platypus",
"codename": "radium-raccoon",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
Expand Down
14 changes: 7 additions & 7 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-rc.2
* Ionic, v1.0.0-rc.3
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -2562,7 +2562,7 @@ body, .ionic-body {
color: #000;
word-wrap: break-word;
font-size: 14px;
font-family: "Helvetica Neue", "Roboto", sans-serif;
font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
line-height: 20px;
text-rendering: optimizeLegibility;
-webkit-backface-visibility: hidden;
Expand Down Expand Up @@ -2789,7 +2789,7 @@ cite {
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #000;
font-weight: 500;
font-family: "Helvetica Neue", "Roboto", sans-serif;
font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
line-height: 1.2; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
font-weight: normal;
Expand Down Expand Up @@ -4131,7 +4131,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
white-space: nowrap;
font-weight: 400;
font-size: 14px;
font-family: "Helvetica Neue", "Roboto", sans-serif;
font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
opacity: 0.7; }
.tab-item:hover {
cursor: pointer; }
Expand Down Expand Up @@ -4305,7 +4305,6 @@ ion-tabs.tabs-color-active-dark .tab-item {
right: 20%;
bottom: 20%;
left: 20%;
overflow: visible;
min-height: 240px;
width: 60%; }
.modal.ng-leave-active {
Expand All @@ -4320,7 +4319,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
top: 44px; }
.platform-ios.platform-cordova .modal-wrapper .modal .has-subheader {
top: 88px; }
.platform-ios.platform-cordova .modal-wrapper .modal .has-tabs-top {
.platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-tabs-top {
top: 93px; }
.platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
top: 137px; }
Expand Down Expand Up @@ -5628,7 +5627,7 @@ label, input, button, select, textarea {
line-height: 1.42857; }

input, button, select, textarea {
font-family: "Helvetica Neue", "Roboto", sans-serif; }
font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif; }

.item-input {
display: -webkit-box;
Expand Down Expand Up @@ -6370,6 +6369,7 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
appearance: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 14px 48px 16px 16px;
max-width: 65%;
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 cc5ed7b

Please sign in to comment.