2661 Commits

Author SHA1 Message Date
21f0eaa8da Add fast transpile task
Doesn't do typechecking, we will typecheck before release.
2015-12-10 16:41:58 -06:00
7515ba49dd sass task 2015-12-10 16:41:58 -06:00
8d1dd53b8b Gulp serve from root
Lets us load scripts from node_modules
2015-12-10 16:41:58 -06:00
4d86633ffc update systemjs version 2015-12-10 16:41:57 -06:00
94e25a7dbd e2e task 2015-12-10 16:41:57 -06:00
451f909043 fix import 2015-12-10 16:41:57 -06:00
723a4f2847 only create single CommonJS bundle 2015-12-10 16:41:57 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
5882bf9bc2 fix number of demo entries 2015-12-10 16:39:56 -06:00
0b07b4fb5d fix demo task race condition 2015-12-10 16:39:56 -06:00
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
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
bee68c1bad Split decorators into separate files
Resolves circular ref with ConfigComponent
2015-12-10 16:39:56 -06:00
cd38c2ea87 create CJS srcs + definitions 2015-12-10 16:39:56 -06:00
fd3b9ee03e derp 2015-12-10 16:39:56 -06:00
4846a0b1d2 fix import path 2015-12-10 16:39:56 -06:00
0270be3305 fix blocking TS errors 2015-12-10 16:39:56 -06:00
ab38a7326d update tsconfig 2015-12-10 16:37:49 -06:00
62b31f1b1d chore(navCtrl): print out error msg for invalid component 2015-12-10 15:13:42 -06:00
3952bff8c9 fix(toggle): export toggle component 2015-12-10 15:06:45 -06:00
3afc48cf61 fix(toggle): use caps for tag name check 2015-12-10 14:58:13 -06:00
7f94b33c54 refactor(toggle): renamed ion-switch to ion-toggle 2015-12-10 14:50:52 -06:00
27ec57b907 chore(CHANGELOG): add life cycle hook names to changelog 2015-12-10 15:33:47 -05:00
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
59c7aab15f refactor(headings): update heading sizes 2015-12-10 14:54:53 -05:00
025176d67c refactor(headings): update heading sizes 2015-12-10 13:49:20 -06:00
ecb35c7c6c feat(img): default to max-width: 100% 2015-12-10 13:26:19 -06:00
8929510197 docs(demos/switch): api demo 2015-12-10 12:54:21 -06:00
791cb2017e docs(demos/checkbox): checkbox api demo 2015-12-10 12:42:34 -06:00
aa884c9da5 chore(sass): fix file paths 2015-12-10 12:42:33 -06:00
37ca863531 fix(segment): fixed segment UI not updating when changing value from view button
Added a test for this. Closes #657
2015-12-10 12:58:59 -05:00
9f0ab4a86e feat(page): auto-add css className built from JS component name 2015-12-10 11:34:12 -06:00
315d4f235a docs(sass): tweaking sass var json automation 2015-12-10 10:51:45 -06:00
a1631811c8 Merge branch 'master' of https://github.com/driftyco/ionic2 2015-12-10 10:47:29 -06:00
46f1fa4238 docs(sass): automatically update sass vars json 2015-12-10 10:47:26 -06:00
901508e035 fix(toolbar/tabs): change toolbar-background to use the background property
Renamed Sass variables for toolbar and tabbar to use just background,
not color. Closes #716
2015-12-10 11:10:53 -05:00
5793716b67 feat(rootNav): create rootNav property on NavController/Tabs
#714
2015-12-10 07:35:25 -06:00
f520a6319c fix(itemSliding): enableSlidingItems 2015-12-09 21:55:17 -06:00
1799d1f421 feat(menu): give menu's unique ids 2015-12-09 21:10:13 -06:00
fa0a75aa2d docs(checkbox): toggle() should be private 2015-12-09 16:31:29 -06:00
09a0233702 docs(switch): toggle() and check() should be private 2015-12-09 16:31:29 -06:00
5cd2e5bb00 Merge branch 'css-refactor' 2015-12-09 17:20:26 -05:00
12abc991f5 Merge branch 'master' into css-refactor 2015-12-09 17:20:13 -05:00
854d90f4c1 refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
2015-12-09 17:20:11 -05:00
49694f2662 chore(sass-variables): updated gulp task that generates Sass variables to place it in a tmp directory
references #281
2015-12-09 16:59:59 -05:00
4995d80bc9 docs(blur): description 2015-12-09 16:00:40 -06:00
f911ae5af2 docs(popup): link to api demo 2015-12-09 16:00:40 -06:00
d222dd2329 Merge branch 'master' into css-refactor 2015-12-09 16:43:17 -05:00
a760c619c6 Merge branch 'css-refactor' 2015-12-09 16:37:50 -05:00
cbb747d14a Merge branch 'master' into css-refactor 2015-12-09 16:37:33 -05:00