276 Commits

Author SHA1 Message Date
626eae2131 chore(): build tests before karma-watch 2016-03-02 15:43:21 -06:00
cbe9ed8c23 chore(): update karma tests to work with npm3 2016-03-02 13:57:09 -06:00
08178ecac0 chore(demos): fix demo entries 2016-03-01 10:04:09 -06:00
5932706332 docs(demos): add variables Sass file to use colors and add to icons
references driftyco/ionic-site#453
2016-02-29 19:15:22 -05:00
dbc5737d82 chore(): update copy.libs task to work with npm 2 and 3 2016-02-29 15:35:58 -06:00
79b868b0a8 chore(): use typescript 1.7 for now
1.8 breaks a few things, use 1.7 until we figure them out
2016-02-29 15:35:58 -06:00
f905e18a80 chore(transpile): don't kill stream on TS errors 2016-02-29 11:49:02 -06:00
ccf4215265 chore(): copy.libs before CJS bundle task 2016-02-23 09:38:12 -06:00
1cfca53f9d chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
1b7cb8ccb0 chore(demos): don't bundle demos when developing
Rebundling all demos on every change takes 1 minute, only do it for
production.
2016-02-18 14:53:46 -06:00
04c1c7c3bd chore(typings): add es6 and jasmine typings
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
2016-02-15 15:36:01 -06:00
2dacac2186 chore(prerelease): change prerelease type to beta 2016-02-12 09:41:35 -06:00
da18868636 refactor(animations): inline css animations 2016-02-09 16:23:01 -06:00
0ac475fae8 chore(demos): update build process, add sass compilation 2016-02-05 11:35:39 -06:00
3226ec7ec6 chore(): tell gulp when finished building 2016-02-05 10:47:19 -06:00
c5922a2dca Revert "chore(): remove unnecessary scripts from package"
This reverts commit 2c08ddc34034861f9a65cf4c3961cc7d6b4b8eca.
2016-02-05 10:47:19 -06:00
2c08ddc340 chore(): remove unnecessary scripts from package 2016-02-05 10:25:55 -06:00
c6067c0faa chore(): comment gulpfile 2016-02-05 09:45:49 -06:00
60e1278939 fix(build): tell gulp when finished building 2016-02-04 16:31:47 -06:00
74edf8c6d5 chore(build): don't clean before build 2016-02-04 16:23:18 -06:00
fe07a8cc4e chore(gulpfile): debug and typecheck flags 2016-02-04 16:00:24 -06:00
845adcc8d6 chore(demos): build demos before watching 2016-02-04 15:57:32 -06:00
262eeac037 chore(gulpfile): serve on watch 2016-02-04 15:56:29 -06:00
7d3d7f59a2 chore(gulpfile): separate source and e2e watch tasks 2016-02-04 14:45:59 -06:00
612db32efc chore(gulpfile): organize tasks 2016-02-04 14:45:58 -06:00
4c698193af chore(package): make package an independent task 2016-02-04 14:45:58 -06:00
a01356f653 chore(gulpfile): cleanup 2016-02-04 14:45:58 -06:00
f4d371cb35 chore(build): only typecheck on release 2016-02-04 14:45:58 -06:00
a75fcfb5bb chore(gulpfile): remove strip-debug flag 2016-02-04 14:45:58 -06:00
3276b390ac chore(gulpfile): cleanup 2016-02-04 10:01:59 -06:00
8f44076169 chore(): steps to run local npm ionic-framework 2016-02-02 16:41:35 -06:00
c2cf3b0636 refactor(themes): adjusted scss structure for additional themes
Related #4967
2016-02-02 10:02:31 -06:00
0f7936a4a4 chore(release): release tag on 2.0 branch 2016-02-01 20:18:37 -06:00
6ef07405f1 chore(release): mark as prerelease 2016-02-01 19:24:36 -06:00
c085f6f75b chore(release): add release gulp task 2016-02-01 19:19:11 -06:00
2173714343 chore(demos): remove component-docs gulp tasks
component-docs demos is now a standalone app in its own repo:
https://github.com/driftyco/ionic-preview-app
2016-02-01 17:41:26 -06:00
718c66a1af chore(): update css for demos as well 2016-02-01 17:14:07 -06:00
347d27c12d chore(publish): rename prepare to prepublish, remove publish task 2016-02-01 15:27:16 -06:00
b2f72783f5 fix(prepare): add missing require to prepare task 2016-02-01 14:58:35 -06:00
707a6aa9ba chore(publish): prepare task 2016-02-01 14:53:46 -06:00
ab4c7c3135 chore(package): don't increment version in gulp package
other tasks require it to be updated before packaging so incrementing it again causes a second version bump. soon this will be all automated and the code can be moved to the appropriate step then.
2016-01-28 14:36:52 -06:00
a598e8e1c6 chore(): add es6-shim to e2e tests, fixes Android 2016-01-25 14:32:04 -06:00
cee2d9b8a7 fix(): actually publish on publish task 2016-01-25 13:58:49 -06:00
0be6079734 chore(demos): use gulp config 2016-01-22 15:41:53 -06:00
9acd56ef51 chore(publish): read versions from root package.json 2016-01-21 10:50:58 -06:00
fdaaded1c7 chore(snapshot): fix e2e tests for snapshot 2016-01-20 21:50:02 -06:00
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -06:00
266eea528c fix(): fix package task not finishing 2016-01-19 14:46:15 -06:00
5cdb93f224 chore(): create d.ts for Swiper 2016-01-19 14:45:51 -06:00
5b2284d0d7 derp 2016-01-15 16:41:17 -06:00