Skip to content

Commit 89297d9

Browse files
author
Andres Olave
committed
Merge trigger.io
2 parents 6665eac + 0bed91f commit 89297d9

File tree

218 files changed

+78750
-48331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+78750
-48331
lines changed

CHANGELOG.md

Lines changed: 163 additions & 1 deletion
Large diffs are not rendered by default.

CODENAMES

Lines changed: 0 additions & 8 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Please read the contributing guide on the ionic website: http://ionicframework.com/contribute/
22

3+
Please do not manually create issues on GitHub.
4+
35
### Creating an Issue
46

57
If you have a question on how something works, or its expected functionality, you might want to visit the [Ionic Forum](http://forum.ionicframework.com/) first.

README.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![Build Status](https://circleci.com/gh/driftyco/ionic.png?circle-token=7388822b8691078560c4f057d8eb0df0e8d7f1b5)](https://circleci.com/gh/driftyco/ionic)
1+
[![Circle CI](https://circleci.com/gh/driftyco/ionic.svg?style=svg)](https://circleci.com/gh/driftyco/ionic)
22

33

44
[![Issues Ready](https://badge.waffle.io/driftyco/ionic.png?label=ready&title=Ready)](https://waffle.io/driftyco/ionic)
55

66
The best place to start with Ionic is our [documentation page](http://ionicframework.com/docs/).
77

8-
Ionic currently best supports iOS 6+ and Android 4.1+, with scaled-down support for Android 2.3.
8+
Ionic currently best supports iOS 7+ and Android 4.1+.
99

1010
# What is Ionic?
1111

@@ -66,25 +66,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/`
6666

6767
## Authors
6868

69-
**Max Lynch**
70-
71-
+ <https://twitter.com/maxlynch>
72-
+ <https://github.com/mlynch>
73-
74-
**Ben Sperry**
75-
76-
+ <https://twitter.com/benjsperry>
77-
+ <https://github.com/bensperry>
78-
79-
**Adam Bradley**
80-
81-
+ <https://twitter.com/adamdbradley>
82-
+ <https://github.com/adamdbradley>
83-
84-
**Andrew Joslin**
85-
86-
+ <https://twitter.com/andrewtjoslin>
87-
+ <https://github.com/ajoslin>
69+
Originally created by [Adam Bradley](http://twitter.com/adamdbradley), [Ben Sperry](http://twitter.com/benjsperry), and [Max Lynch](http://twitter.com/maxlynch), Ionic has seen hundreds of great [contributors](https://github.com/driftyco/ionic/graphs/contributors) from around the world, including Ionic Team Members [Andrew Joslin](http://twitter.com/andrewtjoslin), [Perry Govier](http://twitter.com/perrygovier), and [Mike Hartington](http://twitter.com/mhartington).
8870

8971
## Development
9072

@@ -120,7 +102,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/`
120102

121103
### Commit Conventions
122104

123-
* Uses http://github.com/ajoslin/conventional-changelog conventions
105+
* Uses these [commit conventions](http://github.com/ajoslin/conventional-changelog)
124106

125107
### Pushing New Release of Ionic
126108

bower.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
3-
"version": "1.0.0-beta.14",
4-
"codename": "lanthanum-leopard",
3+
"version": "1.0.0-rc.0",
4+
"codename": "neodymium-newt",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",
@@ -48,9 +48,14 @@
4848
"js/ionic.js"
4949
],
5050
"dependencies": {
51-
"angular": "~1.3.5",
52-
"angular-animate": "~1.3.5",
53-
"angular-sanitize": "~1.3.5",
54-
"angular-ui-router": "0.2.10"
51+
"angular": "1.3.13",
52+
"angular-animate": "1.3.13",
53+
"angular-aria": "1.3.13",
54+
"angular-messages": "1.3.13",
55+
"angular-mocks": "1.3.13",
56+
"angular-resource": "1.3.13",
57+
"angular-sanitize": "1.3.13",
58+
"angular-scenario": "1.3.13",
59+
"angular-ui-router": "0.2.13"
5560
}
5661
}

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-beta.14",
4+
"version": "1.0.0-rc.0",
55
"styles": [
66
"dist/css/ionic.css"
77
],

config/CODENAMES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
magnesium-mongoose
2-
neodymium-newt
31
osmium-ostrich
42
palladium-platypus
53
radium-raccoon

config/build.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = {
3939
'js/ionic.js',
4040

4141
// Utils
42+
'js/utils/delegateService.js',
4243
'js/utils/dom.js',
4344
'js/utils/events.js',
4445
'js/utils/gestures.js',
@@ -57,6 +58,7 @@ module.exports = {
5758
'js/views/listView.js',
5859
'js/views/modalView.js',
5960
'js/views/sideMenuView.js',
61+
'js/views/sliderView.js',
6062
'js/views/toggleView.js'
6163
],
6264

config/docs/templates/api_menu_version.template.html

Lines changed: 50 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,38 @@
5858
</li>
5959

6060

61-
<!-- Events -->
61+
<!-- Form Inputs -->
62+
<li class="menu-section">
63+
<a href="{{ page.versionHref }}/api/directive/ionCheckbox/" class="api-section">
64+
Form Inputs
65+
</a>
66+
<ul>
67+
<li>
68+
<a href="{{ page.versionHref }}/api/directive/ionCheckbox/">
69+
ion-checkbox
70+
</a>
71+
</li>
72+
73+
<li>
74+
<a href="{{ page.versionHref }}/api/directive/ionRadio/">
75+
ion-radio
76+
</a>
77+
</li>
78+
79+
<li>
80+
<a href="{{ page.versionHref }}/api/directive/ionToggle/">
81+
ion-toggle
82+
</a>
83+
</li>
84+
85+
</ul>
86+
</li>
87+
88+
89+
<!-- Gesture and Events -->
6290
<li class="menu-section">
6391
<a href="{{ page.versionHref }}/api/directive/onHold/" class="api-section">
64-
Events
92+
Gestures and Events
6593
</a>
6694
<ul>
6795
<li>
@@ -74,6 +102,11 @@
74102
on-tap
75103
</a>
76104
</li>
105+
<li>
106+
<a href="{{ page.versionHref }}/api/directive/onDoubleTap/">
107+
on-double-tap
108+
</a>
109+
</li>
77110
<li>
78111
<a href="{{ page.versionHref }}/api/directive/onTouch/">
79112
on-touch
@@ -134,44 +167,6 @@
134167
on-swipe-left
135168
</a>
136169
</li>
137-
</ul>
138-
</li>
139-
140-
141-
<!-- Form Inputs -->
142-
<li class="menu-section">
143-
<a href="{{ page.versionHref }}/api/directive/ionCheckbox/" class="api-section">
144-
Form Inputs
145-
</a>
146-
<ul>
147-
<li>
148-
<a href="{{ page.versionHref }}/api/directive/ionCheckbox/">
149-
ion-checkbox
150-
</a>
151-
</li>
152-
153-
<li>
154-
<a href="{{ page.versionHref }}/api/directive/ionRadio/">
155-
ion-radio
156-
</a>
157-
</li>
158-
159-
<li>
160-
<a href="{{ page.versionHref }}/api/directive/ionToggle/">
161-
ion-toggle
162-
</a>
163-
</li>
164-
165-
</ul>
166-
</li>
167-
168-
169-
<!-- Gesture -->
170-
<li class="menu-section">
171-
<a href="{{ page.versionHref }}/api/service/$ionicGesture/" class="api-section">
172-
Gesture
173-
</a>
174-
<ul>
175170
<li>
176171
<a href="{{ page.versionHref }}/api/service/$ionicGesture/">
177172
$ionicGesture
@@ -547,6 +542,21 @@
547542
</li>
548543

549544

545+
<!-- Spinner -->
546+
<li class="menu-section">
547+
<a href="{{ page.versionHref }}/api/directive/ionSpinner/" class="api-section">
548+
Spinner
549+
</a>
550+
<ul>
551+
<li>
552+
<a href="{{ page.versionHref }}/api/directive/ionSpinner/">
553+
ion-spinner
554+
</a>
555+
</li>
556+
</ul>
557+
</li>
558+
559+
550560
<!-- Tabs -->
551561
<li class="menu-section">
552562
<a href="{{ page.versionHref }}/api/directive/ionTabs/" class="api-section">

config/lib/fonts/ionicons.eot

18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)