Skip to content

Commit cc5ed7b

Browse files
committed
release: v1.0.0-rc.3 "radium-raccoon"
1 parent 5fe1b86 commit cc5ed7b

14 files changed

+2981
-510
lines changed

Diff for: CHANGELOG.md

+1,440
Large diffs are not rendered by default.

Diff for: bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
3-
"version": "1.0.0-rc.2",
4-
"codename": "palladium-platypus",
3+
"version": "1.0.0-rc.3",
4+
"codename": "radium-raccoon",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",

Diff for: component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "1.0.0-rc.2",
4+
"version": "1.0.0-rc.3",
55
"styles": [
66
"dist/css/ionic.css"
77
],

Diff for: config/CODENAMES

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
radium-raccoon
21
sulfur-suricate
32
tungsten-turkey
43
uranium-unicorn

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic",
33
"private": false,
44
"version": "1.0.0-rc.3",
5-
"codename": "palladium-platypus",
5+
"codename": "radium-raccoon",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

Diff for: release/css/ionic.css

+7-7
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-rc.2
5+
* Ionic, v1.0.0-rc.3
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2562,7 +2562,7 @@ body, .ionic-body {
25622562
color: #000;
25632563
word-wrap: break-word;
25642564
font-size: 14px;
2565-
font-family: "Helvetica Neue", "Roboto", sans-serif;
2565+
font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
25662566
line-height: 20px;
25672567
text-rendering: optimizeLegibility;
25682568
-webkit-backface-visibility: hidden;
@@ -2789,7 +2789,7 @@ cite {
27892789
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
27902790
color: #000;
27912791
font-weight: 500;
2792-
font-family: "Helvetica Neue", "Roboto", sans-serif;
2792+
font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
27932793
line-height: 1.2; }
27942794
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
27952795
font-weight: normal;
@@ -4131,7 +4131,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
41314131
white-space: nowrap;
41324132
font-weight: 400;
41334133
font-size: 14px;
4134-
font-family: "Helvetica Neue", "Roboto", sans-serif;
4134+
font-family: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
41354135
opacity: 0.7; }
41364136
.tab-item:hover {
41374137
cursor: pointer; }
@@ -4305,7 +4305,6 @@ ion-tabs.tabs-color-active-dark .tab-item {
43054305
right: 20%;
43064306
bottom: 20%;
43074307
left: 20%;
4308-
overflow: visible;
43094308
min-height: 240px;
43104309
width: 60%; }
43114310
.modal.ng-leave-active {
@@ -4320,7 +4319,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
43204319
top: 44px; }
43214320
.platform-ios.platform-cordova .modal-wrapper .modal .has-subheader {
43224321
top: 88px; }
4323-
.platform-ios.platform-cordova .modal-wrapper .modal .has-tabs-top {
4322+
.platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-tabs-top {
43244323
top: 93px; }
43254324
.platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
43264325
top: 137px; }
@@ -5628,7 +5627,7 @@ label, input, button, select, textarea {
56285627
line-height: 1.42857; }
56295628

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

56335632
.item-input {
56345633
display: -webkit-box;
@@ -6370,6 +6369,7 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
63706369
appearance: none;
63716370
position: absolute;
63726371
top: 0;
6372+
bottom: 0;
63736373
right: 0;
63746374
padding: 14px 48px 16px 16px;
63756375
max-width: 65%;

Diff for: release/css/ionic.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)