Commit Graph

222 Commits

Author SHA1 Message Date
Adam Bradley
c19fcd5bed chore(navbar): rename nav-bar files to navbar 2015-11-02 16:52:52 -06:00
Tim Lancina
f72a0e0f5a chore(build): update npm package information 2015-11-02 11:29:16 -06:00
Drew Rygh
2d27f270dc Update README.md
Closes #399
2015-11-02 10:28:22 -06:00
Adam Bradley
b364017ff2 fix(zIndex): ion-page dynamic zIndex 2015-10-31 14:01:23 -05:00
Drew Rygh
3fa2f6b7de docs(components): import ionic sass 2015-10-30 15:54:12 -05:00
Max Lynch
9b9c820b2a fix(sticky): sticky headers. Fixes #383 2015-10-30 09:49:00 -05:00
Adam Bradley
f721020dc0 chore(snapshot): no css animations 2015-10-29 22:29:44 -05:00
Adam Bradley
8a5d22f4da chore(snapshot): prevent css animations during snapshot 2015-10-29 15:38:22 -05:00
Adam Bradley
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
Brandy Carney
36f0cf9506 docs(theming): updated the gulp task that generates the sass variables file to show the right output folder
references #281
2015-10-26 16:49:42 -04:00
Drew Rygh
cd1d4cc82a docs(demos): use cordova platform class to style statusbar 2015-10-26 13:53:41 -05:00
Drew Rygh
c914aa8912 chore(README): component docs build process 2015-10-20 17:16:50 -05:00
jbavari
f02b2c3c8a chore(es6-shim): Updating the gulpfile to bundle in es6-shim. Updating the webpack.config file to include the es6-shim 2015-10-20 10:25:35 -06:00
Adam Bradley
9bcf8bfa3f chore(): move dev readme to scripts dir 2015-10-20 14:29:17 +01:00
Adam Bradley
e2ac2e90c5 update npm readme 2015-10-18 22:43:18 +01:00
Adam Bradley
43f5b092fd fix(tabs): prevent flicker when loading tab 2015-10-18 22:38:12 +01:00
Adam Bradley
e157f1ff1f Update README.md 2015-10-16 15:15:24 -05:00
Adam Bradley
ec51852af0 chore(): update npm package.json 2015-10-16 15:05:00 -05:00
Adam Bradley
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
Adam Bradley
79e881232c update to angular 2.0.0-alpha.44 2015-10-16 09:07:59 -05:00
Adam Bradley
02cccbf47e Merge pull request #271 from driftyco/bundle-demos
Bundle demos
2015-10-10 17:16:07 -05:00
Adam Bradley
fa2ae9cd93 rename(sections): .navbar-container now ion-navbar-section 2015-10-10 17:14:03 -05:00
Tim Lancina
aa816a9072 bundle demos with CJS 2015-10-09 22:45:46 -05:00
Tim Lancina
5f283cc045 fix(docs): don't filter out api index page 2015-10-09 20:50:06 -05:00
Tim Lancina
551d1998f3 Add directive info to directive docs
Directive doc objects have a directiveInfo property that has two
properties: doc.directiveInfo.type and doc.directiveInfo.properties.

type: 'Component' or 'Directive'

properties: array of objects in the format { name, values }, where name
is either 'selector', 'inputs', or 'outputs' and values is an array of
strings.

Ex: {
      type: 'Component',
      properties: [
        {
          name: 'selector',
          values: ['button', '[button]']
        },
        {
          name: 'inputs',
          values: ['icon', 'color']
        }
      ]
    }
2015-10-09 20:50:06 -05:00
Tim Lancina
a339ba1732 Upgrade typescript to 1.6.2
Closes #232.
2015-10-09 12:10:50 -05:00
Tim Lancina
257aa5bfba burn traceur runtime 2015-10-09 09:57:36 -05:00
Tim Lancina
fe4f0ab6dc update npm package dependencies 2015-10-09 09:55:04 -05:00
Tim Lancina
e0a81e3e26 use rtts_assert alpha.37 for npm package 2015-10-09 09:15:49 -05:00
Adam Bradley
0cac4d9a2e chore(): remove use of @View 2015-10-09 09:15:04 -05:00
Tim Lancina
9255d473f1 update angular test_lib bundle name 2015-10-09 08:17:47 -05:00
Adam Bradley
18519d1576 refactor(cssClass): update/cleanup css class usage 2015-10-08 21:32:16 -05:00
Tim Lancina
3203fa16a1 use angular2/test_lib for tests 2015-10-08 12:30:30 -05:00
Adam Bradley
c74cab45db Merge branch 'master' into alpha38 2015-10-06 15:31:55 -05:00
Adam Bradley
03017be8c5 test(): snapshot updates 2015-10-06 14:20:09 -05:00
Tim Lancina
7dccc0bdbb create README for npm package
Closes #71.
2015-10-06 13:38:52 -05:00
Tim Lancina
47f9722c33 fix(docs): don't render private class members 2015-10-02 11:33:59 -05:00
Adam Bradley
13ca9dabea Merge remote-tracking branch 'origin/master' 2015-10-01 15:49:02 -05:00
Adam Bradley
d4a3005524 refactor(nav): NavController/Tabs overhaul
Closes #213
2015-10-01 15:04:49 -05:00
perry
4ad0b9638d docs(generation): navigation tweaks for automatic documentation 2015-10-01 13:46:44 -05:00
Drew Rygh
ec480b1fd9 docs(demos): add list and item demo 2015-10-01 13:45:12 -05:00
Drew Rygh
c89deca542 chore(demos): fix zonejs issue, add new template 2015-10-01 13:45:12 -05:00
perry
f8cbd275c4 docs generation for new docs site 2015-10-01 11:14:56 -05:00
Drew Rygh
3042e7e9d0 chore(demos): add local app.css to each demo 2015-09-30 14:01:53 -05:00
Tim Lancina
a592bf3459 fix(docs): remove duplicate doc description 2015-09-23 10:50:04 -05:00
Tim Lancina
f1fee583d0 chore(docs): remove unnecessary templates 2015-09-23 10:42:33 -05:00
Brandy Carney
6a6b361f67 docs(): changing the sass variable path to be relative in order to link to it
Don’t add the variable if it doesn’t contain the !default flag, and
remove the !default flag and semicolon from the value. References #122
2015-09-21 18:35:53 -04:00
Brandy Carney
6d402a9428 Moving gulp task down in file, adding default values and support for multi-line values
Fixing issue with html encoding and splitting on all colons. This fixes
the svg default value. References #122
2015-09-21 16:53:48 -04:00
Brandy Carney
703a3678e6 Changing Sass Variables gulp task
Pushing to array again. References #122
2015-09-18 17:44:48 -04:00
Tim Lancina
4c014ec855 chore(docs): Aside -> Menu in api menu template 2015-09-18 10:30:16 -05:00