292 Commits

Author SHA1 Message Date
a089a97ab1 chore(build): update publish.nightly gulp task to include building dist 2016-04-13 12:20:26 -05:00
0c3ba8c0db Added publish.nightly task to gulp file. 2016-04-12 20:27:48 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
d8e670ca7c style(tslint): add tslint
Closes #5756
2016-04-06 20:48:09 -05:00
75c71a39c7 chore(karma): fix karma-watch 2016-03-15 10:48:22 -05:00
d354a3b8dc chore(tests): add tests watch task 2016-03-15 10:34:05 -05:00
f0bfa18a07 chore(karma): re-run karma on source changes as well 2016-03-15 10:04:57 -05:00
a0d068dae0 docs(demos): update gulp file and API demos to include windows theme 2016-03-10 23:04:13 -05:00
21366fceb7 chore(): log flags for debugging circleCI 2016-03-08 21:50:59 -06:00
62c7199fd1 Merge branch '2.0' into windows-mode 2016-03-03 13:12:52 -05:00
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
1d95e6c339 Merge branch '2.0' into windows-mode 2016-03-01 14:16:22 -05: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
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -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
8df8420f14 feat(windows): change windowsphone platform to windows
fixes snapshot too

references #5565
2016-02-25 12:17:28 -05:00
6cd0c45f7c Merge branch '2.0' into windows-mode 2016-02-23 13:43:05 -05:00
ccf4215265 chore(): copy.libs before CJS bundle task 2016-02-23 09:38:12 -06:00
368c12a066 feat(windows): add windows support to snapshot
references #5565
2016-02-22 20:38:42 -05:00
a9c995d07d feat(windows): initial add of windows mode
basically a copy of md for now

references #5565
2016-02-22 20:36:02 -05: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