Skip to content

Commit 464223c

Browse files
committed
release: v1.0.0-rc.4 "sulfur-suricate"
1 parent f44aab0 commit 464223c

14 files changed

+2755
-1373
lines changed

CHANGELOG.md

Lines changed: 1463 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-rc.3",
4-
"codename": "radium-raccoon",
3+
"version": "1.0.0-rc.4",
4+
"codename": "sulfur-suricate",
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-rc.3",
4+
"version": "1.0.0-rc.4",
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-
sulfur-suricate
21
tungsten-turkey
32
uranium-unicorn
43
vanadium-vaquita

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic",
33
"private": false,
44
"version": "1.0.0-rc.4",
5-
"codename": "radium-raccoon",
5+
"codename": "sulfur-suricate",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 17 additions & 1 deletion
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.3
5+
* Ionic, v1.0.0-rc.4
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -5600,6 +5600,22 @@ a.item-content {
56005600
stop-color: #444; }
56015601
.spinner-spiral.spinner-light .stop2 {
56025602
stop-color: #fff; }
5603+
.spinner-spiral.spinner-stable .stop2 {
5604+
stop-color: #f8f8f8; }
5605+
.spinner-spiral.spinner-positive .stop2 {
5606+
stop-color: #387ef5; }
5607+
.spinner-spiral.spinner-calm .stop2 {
5608+
stop-color: #11c1f3; }
5609+
.spinner-spiral.spinner-balanced .stop2 {
5610+
stop-color: #33cd5f; }
5611+
.spinner-spiral.spinner-assertive .stop2 {
5612+
stop-color: #ef473a; }
5613+
.spinner-spiral.spinner-energized .stop2 {
5614+
stop-color: #ffc900; }
5615+
.spinner-spiral.spinner-royal .stop2 {
5616+
stop-color: #886aea; }
5617+
.spinner-spiral.spinner-dark .stop2 {
5618+
stop-color: #444; }
56035619

56045620
/**
56055621
* Forms

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)