Adam Bradley
4e0548f151
test(snapshot): reduce sleep to 400ms
2014-06-17 10:12:11 -05:00
Andrew Joslin
128022bd92
chore(): remove new codename
2014-06-16 20:53:50 +00:00
Andrew Joslin
477135ca8f
chore(): update CODENAMES
2014-06-16 20:52:14 +00:00
Adam Bradley
f76147e077
Update CODENAMES
2014-06-16 15:43:43 -05:00
Andrew Joslin
38820e36a7
chore(karma): switch back to chrome testing
2014-06-16 20:21:35 +00:00
Adam Bradley
17ee672fa3
feat(ionicons): v1.5.2 upgrade w/ :before pseudo
2014-06-16 14:57:08 -05:00
Andrew Joslin
191428a495
feat(ionicons): upgrade to Ionicons v1.5.1
2014-06-16 18:43:27 +00:00
Andrew Joslin
0b56a15583
chore(build): fix release script bugs
2014-06-16 18:21:35 +00:00
Perry Govier
3c711df166
chore(docs): correct version drowp down links in nightly build
2014-06-16 12:30:30 -05:00
Adam Bradley
cc34ec45eb
docs(onSwipeLeft): missing link in left menu
2014-06-12 10:54:56 -05:00
Adam Bradley
a2dcaf13cc
feat(gestures): added gesture directives
...
Closes #829
2014-06-12 10:49:07 -05:00
Andrew Joslin
a7b8cfa947
chore(gulp snapshot): make it run demos task beforehand
2014-06-12 08:39:19 -06:00
Max Lynch
c30be67f65
feat(platforms): Android and iOS Specific Styles and Transitions
2014-06-11 16:48:53 -05:00
Andrew Joslin
89d5553d7f
feat(angular): update to AngularJS v1.2.17
2014-06-10 15:27:25 -06:00
Andrew Joslin
374d65e5fe
test(karma-watch): use phantom browser due to a bug with chrome
2014-06-10 11:31:26 -06:00
Andrew Joslin
bb88cfe578
chore(build): fix demos task not building ionic files correctly
2014-06-09 12:33:50 -06:00
Adam Bradley
24497eb653
test(snapshot): updates for spec index
2014-06-09 11:27:10 -05:00
Andrew Joslin
40392c0da3
test(snapshot): make it pass params.platform_index and count in
2014-06-06 14:29:26 -04:00
Adam Bradley
0543a9b816
test(css): snapshot updates
2014-06-06 13:47:10 -04:00
Andrew Joslin
b7646a5630
fix($ionicActionSheet): stop memory leak due to hidden element staying in dom
...
BREAKING CHANGE: $ionicActionSheet now returns a method to hide the
action sheet.
Previously, it returned an object that had a `show` and `hide` method.
This was undocumented, but if you used it, here is how to migrate your
code:
Change your code from this:
```js
var sheet = $ionicActionSheet.show({...});
sheet.hide();
```
To this:
```js
var hideSheet = $ionicActionSheet.show({...});
hideSheet();
```
2014-06-06 13:45:38 -04:00
Andrew Joslin
dfdf084533
docs(): add 'View Source' link
...
Closes #1404
2014-06-06 00:50:17 -06:00
Andrew Joslin
c9342c8a54
test(css): make css tests work with snapshot
2014-06-06 00:39:18 -06:00
Andrew Joslin
ce831a98b4
chore(snapshot): include css tests
2014-06-06 00:39:18 -06:00
Andrew Joslin
538737ac89
chore(ionic-snapshot): make it so screenshots are posting asynchronously
2014-06-04 11:02:25 -06:00
Adam Bradley
ac302b28a1
test(snapshot): add platform_index / platform_count
2014-06-03 23:33:31 -05:00
Andrew Joslin
abd7bfa540
chore(): travis to circleci
2014-06-03 15:23:00 -06:00
Andrew Joslin
7980ea877d
chore(build): snapshot upgrades with more parameters
2014-06-03 07:38:26 -06:00
Adam Bradley
879c61ca01
Merge branch 'master' of https://github.com/driftyco/ionic
...
Conflicts:
config/lib/ionic-snapshot.js
2014-06-02 14:41:35 -05:00
Adam Bradley
dc0b4a46b8
update snapshot protractor test
...
Less http requests and now using the golang service
2014-06-02 14:39:58 -05:00
Andrew Joslin
a1180233f8
chore(): add parallel build to circleci
2014-05-30 00:28:35 -06:00
Andrew Joslin
0f5ff4ed92
chore(): add cirlceci saucelabs testing
2014-05-29 23:40:11 -06:00
Andrew Joslin
c041461b21
chore(): update sauce environment variables
2014-05-29 21:12:58 -06:00
Andrew Joslin
7f65101369
chore(build): move protractor port
2014-05-29 10:09:27 -06:00
Andrew Joslin
2bd1a2576c
chore(snapshot): improve logging
2014-05-29 09:47:13 -06:00
Adam Bradley
20b1fc89de
send platformId in screenshot post
2014-05-29 10:29:01 -05:00
Adam Bradley
897205a82a
chore(): command line arguments for protractor snapshots
...
Conflicts:
config/protractor.conf.js
2014-05-28 15:05:56 -06:00
Andrew Joslin
1254fcde01
chore(): e2e tests from demos, reorganize gulpfile
...
Conflicts:
config/protractor.conf.js
gulpfile.js
2014-05-28 11:48:40 -06:00
Adam Bradley
7e5b8183b5
init ionic snapshot
...
Conflicts:
README.md
config/lib/ionic-snapshot.js
2014-05-28 11:48:40 -06:00
Andrew Joslin
75e30003a8
chore(): move demos out of source files
2014-05-27 11:21:08 -06:00
Andrew Joslin
5f4c0a3595
chore(travis): fix bundle build not working correctly
2014-05-23 11:07:25 -06:00
Andrew Joslin
cdac1dd48e
chore(build): make sure bundle file is built if dist changes
2014-05-23 10:50:33 -06:00
Andrew Joslin
afd670bc89
chore(gulp): properly build ionic.bundle.js if dist is different
2014-05-23 08:40:31 -06:00
Andrew Joslin
ceb26da2dd
chore(build): reorganization for local testing & demos
2014-05-22 16:49:45 -06:00
Andrew Joslin
9f334ffea1
chore: update codenames
2014-05-22 16:49:45 -06:00
Andrew Joslin
c091d254ef
chore(build): update saucelabs configuration for karma
2014-05-21 07:51:17 -06:00
Ionitron
b1f52ab3ea
chore(release): update discourse post url
2014-05-14 22:55:24 +00:00
Ionitron
eeb27d86ca
finalize-release: v1.0.0-beta.5b "cadmium-camel"
2014-05-14 22:55:16 +00:00
Ionitron
7b975bfc84
chore(release): update discourse post url
2014-05-14 17:04:13 +00:00
Ionitron
d850cd554d
finalize-release: v1.0.0-beta.5 "barium-bobcat"
2014-05-14 17:03:56 +00:00
Max Lynch
73d2eabc69
feat(animation): Javascript Animation Service
2014-05-12 13:07:58 -05:00