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
Andrew Joslin
b9353e71f6
feat(ui-router): upgrade to angular-ui-router v0.2.10
...
Closes #941
2014-05-09 08:56:00 -06:00
Andy Joslin
eadbe0db5c
chore(travis): make it treat CODENAMES correctly
2014-05-07 12:20:51 -06:00
Andy Joslin
770bb5d491
chore(release): update discourse post url
2014-05-07 11:59:52 -06:00
Ionitron
ab6fb75b0d
finalize-release: v1.0.0-beta.4 "antimony-antelope"
2014-05-07 17:57:55 +00:00
Andy Joslin
07ae6dc105
chore(travis): release process finalized
2014-05-07 11:00:20 -06:00
Andy Joslin
24e18e9a30
chore(): add RELEASE_POST_URL file for travis
2014-05-07 11:00:20 -06:00
Andrew Joslin
5dca7d5ae2
Delete RELEASE_POST_URL
2014-05-07 10:50:15 -06:00
Andy Joslin
c720c51e97
chore(release): update discourse post url
2014-05-07 10:49:28 -06:00
Adam Bradley
e264cc98ee
Update CODENAMES
2014-05-02 12:12:14 -05:00
Max Lynch
0b47d80f90
Very rough early stuff
2014-05-02 07:56:44 -06:00
Andy Joslin
3ba3c3f928
chore(travis): make sure message is <=140 chars long
2014-04-30 11:27:57 -06:00
Andy Joslin
9731ffe9fb
chore(travis): add changelog & download instructions to release msg
2014-04-30 11:22:52 -06:00
Andy Joslin
d9680b9d97
chore(travis): add irc task, simplify tweet task
2014-04-30 11:10:06 -06:00