Commit Graph

2687 Commits

Author SHA1 Message Date
Dave Ackerman
304ff79cdc remove reference to starter project 2015-12-11 14:47:04 -07:00
Brandy Carney
864c0de24a Update CHANGELOG.md 2015-12-11 16:28:13 -05:00
Brandy Carney
f7ba595001 Update CHANGELOG.md 2015-12-11 16:24:44 -05:00
Brandy Carney
746e3c19bd Update CHANGELOG.md 2015-12-11 16:23:04 -05:00
Brandy Carney
5d3783561c Update CHANGELOG.md 2015-12-11 16:00:40 -05:00
Brandy Carney
52682cc867 chore(CHANGELOG): update the changelog to reflect steps to update to alpha.42 2015-12-11 15:58:31 -05:00
mhartington
216374f932 docs() 2015-12-11 15:38:09 -05:00
Brandy Carney
4e4a3651a9 Update CHANGELOG.md
Update menu-toggle to menuToggle
2015-12-11 11:27:06 -05:00
Adam Bradley
c00e740fd5 fix(input): set webkit autofill bg to transparent 2015-12-11 10:20:05 -06:00
mhartington
fc8554b657 docs(navController): update page link 2015-12-11 11:10:16 -05:00
mhartington
5bb9aeb5df docs(page): clean page docs up 2015-12-11 11:03:29 -05:00
Adam Bradley
799f137eb5 fix(input): transparent bg for autofill 2015-12-11 08:58:08 -06:00
mhartington
aa37a06a12 docs(refresher) 2015-12-11 09:39:42 -05:00
Adam Bradley
4ecb9681aa fix(transition): default to ios-transition if animation not found 2015-12-11 08:38:27 -06:00
Adam Bradley
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
Adam Bradley
87006dc5be fix(tabs): navbar flicker 2015-12-10 21:44:55 -06:00
Adam Bradley
1ff2231140 fix(platform): fix testNavigatorPlatform regex 2015-12-10 20:43:57 -06:00
Tim Lancina
d5597feac5 whoops fonts still used by bundles 2015-12-10 20:34:13 -06:00
Tim Lancina
52da3f3d30 Revert "update sass task"
This reverts commit 60742e49ac.
2015-12-10 20:32:45 -06:00
Tim Lancina
1f5501ac66 update src task 2015-12-10 20:20:45 -06:00
Tim Lancina
60742e49ac update sass task 2015-12-10 20:20:28 -06:00
Tim Lancina
f76a0e58d6 chore(gulp): use different livereload port
The default conflicts with the default used by the CLI.
2015-12-10 17:15:07 -06:00
Tim Lancina
050874bf36 add livereload to dev tasks 2015-12-10 17:07:24 -06:00
Tim Lancina
326625bac8 remove switch 2015-12-10 16:47:46 -06:00
Tim Lancina
b72889f002 update watch task 2015-12-10 16:41:58 -06:00
Tim Lancina
36a2349674 run some build tasks in parallel 2015-12-10 16:41:58 -06:00
Tim Lancina
21f0eaa8da Add fast transpile task
Doesn't do typechecking, we will typecheck before release.
2015-12-10 16:41:58 -06:00
Tim Lancina
7515ba49dd sass task 2015-12-10 16:41:58 -06:00
Tim Lancina
8d1dd53b8b Gulp serve from root
Lets us load scripts from node_modules
2015-12-10 16:41:58 -06:00
Tim Lancina
4d86633ffc update systemjs version 2015-12-10 16:41:57 -06:00
Tim Lancina
94e25a7dbd e2e task 2015-12-10 16:41:57 -06:00
Tim Lancina
451f909043 fix import 2015-12-10 16:41:57 -06:00
Tim Lancina
723a4f2847 only create single CommonJS bundle 2015-12-10 16:41:57 -06:00
Tim Lancina
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
Tim Lancina
5882bf9bc2 fix number of demo entries 2015-12-10 16:39:56 -06:00
Tim Lancina
0b07b4fb5d fix demo task race condition 2015-12-10 16:39:56 -06:00
Tim Lancina
99cb565312 bundle gulp task
Use webpack to create two UMD bundles - one of just ionic that
expects Angular2 to be an external module, the other that includes
zone.js, reflect-metadata, and angular2 as well.
2015-12-10 16:39:56 -06:00
Tim Lancina
ffcdb2ebcd add es6-shim to build scripts
These scripts will probably be removed soon, but add es6-shim
now just in case.
2015-12-10 16:39:56 -06:00
Tim Lancina
bee68c1bad Split decorators into separate files
Resolves circular ref with ConfigComponent
2015-12-10 16:39:56 -06:00
Tim Lancina
cd38c2ea87 create CJS srcs + definitions 2015-12-10 16:39:56 -06:00
Tim Lancina
fd3b9ee03e derp 2015-12-10 16:39:56 -06:00
Tim Lancina
4846a0b1d2 fix import path 2015-12-10 16:39:56 -06:00
Tim Lancina
0270be3305 fix blocking TS errors 2015-12-10 16:39:56 -06:00
Tim Lancina
ab38a7326d update tsconfig 2015-12-10 16:37:49 -06:00
Adam Bradley
62b31f1b1d chore(navCtrl): print out error msg for invalid component 2015-12-10 15:13:42 -06:00
Adam Bradley
3952bff8c9 fix(toggle): export toggle component 2015-12-10 15:06:45 -06:00
Adam Bradley
3afc48cf61 fix(toggle): use caps for tag name check 2015-12-10 14:58:13 -06:00
Adam Bradley
7f94b33c54 refactor(toggle): renamed ion-switch to ion-toggle 2015-12-10 14:50:52 -06:00
Brandy Carney
27ec57b907 chore(CHANGELOG): add life cycle hook names to changelog 2015-12-10 15:33:47 -05:00
Brandy Carney
b6fc63aaba fix(text-input): fix floating labels by getting the value of the ngControl if it exists
Added some test cases for this to the floating labels example. Closes
#710
2015-12-10 15:21:01 -05:00