199 Commits

Author SHA1 Message Date
5f283cc045 fix(docs): don't filter out api index page 2015-10-09 20:50:06 -05:00
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
a339ba1732 Upgrade typescript to 1.6.2
Closes #232.
2015-10-09 12:10:50 -05:00
257aa5bfba burn traceur runtime 2015-10-09 09:57:36 -05:00
fe4f0ab6dc update npm package dependencies 2015-10-09 09:55:04 -05:00
e0a81e3e26 use rtts_assert alpha.37 for npm package 2015-10-09 09:15:49 -05:00
0cac4d9a2e chore(): remove use of @View 2015-10-09 09:15:04 -05:00
9255d473f1 update angular test_lib bundle name 2015-10-09 08:17:47 -05:00
18519d1576 refactor(cssClass): update/cleanup css class usage 2015-10-08 21:32:16 -05:00
3203fa16a1 use angular2/test_lib for tests 2015-10-08 12:30:30 -05:00
c74cab45db Merge branch 'master' into alpha38 2015-10-06 15:31:55 -05:00
03017be8c5 test(): snapshot updates 2015-10-06 14:20:09 -05:00
7dccc0bdbb create README for npm package
Closes #71.
2015-10-06 13:38:52 -05:00
47f9722c33 fix(docs): don't render private class members 2015-10-02 11:33:59 -05:00
13ca9dabea Merge remote-tracking branch 'origin/master' 2015-10-01 15:49:02 -05:00
d4a3005524 refactor(nav): NavController/Tabs overhaul
Closes #213
2015-10-01 15:04:49 -05:00
4ad0b9638d docs(generation): navigation tweaks for automatic documentation 2015-10-01 13:46:44 -05:00
ec480b1fd9 docs(demos): add list and item demo 2015-10-01 13:45:12 -05:00
c89deca542 chore(demos): fix zonejs issue, add new template 2015-10-01 13:45:12 -05:00
f8cbd275c4 docs generation for new docs site 2015-10-01 11:14:56 -05:00
3042e7e9d0 chore(demos): add local app.css to each demo 2015-09-30 14:01:53 -05:00
a592bf3459 fix(docs): remove duplicate doc description 2015-09-23 10:50:04 -05:00
f1fee583d0 chore(docs): remove unnecessary templates 2015-09-23 10:42:33 -05:00
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
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
703a3678e6 Changing Sass Variables gulp task
Pushing to array again. References #122
2015-09-18 17:44:48 -04:00
4c014ec855 chore(docs): Aside -> Menu in api menu template 2015-09-18 10:30:16 -05:00
7149403884 chore(docs): ActionMenu -> ActionSheet in docs menu template 2015-09-18 10:17:17 -05:00
252a5ee747 Updating sass variables task to include affected files by the sass variable 2015-09-17 14:20:23 -04:00
5bcc9b0436 Adding gulp task docs.sass-variables for compiling sass variables 2015-09-17 14:20:23 -04:00
afb6812952 chore(docs): add page ids for doc templates 2015-09-15 13:38:09 -05:00
c04307d91a chore(docs): update paths for doc menu refactor 2015-09-15 13:37:48 -05:00
ca6b562d72 add rx as a framework dependency 2015-09-14 16:50:23 -05:00
ef0a8f88d4 patch rAF timestamp for alpha37 2015-09-14 16:02:59 -05:00
d0ac44da83 Merge branch 'alpha37' 2015-09-11 21:04:02 -05:00
12d7e82b94 chore(docs): docs search index gulp task 2015-09-11 16:25:55 -05:00
58a8bb020f chore(docs): move docs gulp tasks to own module 2015-09-11 14:46:20 -05:00
ca3c6be759 remove unnecessary build config 2015-09-11 09:08:52 -05:00
860471d822 fix(demos): fix paths for alpha.37 update 2015-09-11 09:01:34 -05:00
0ac7d8a592 fix alpha.37 paths 2015-09-11 08:57:39 -05:00
b31ab1b0be feat(aside): reveal/overlay aside using Animation 2015-09-10 20:54:40 -05:00
e70776b592 fix(docs): fix improve and view source links in docs 2015-09-10 14:39:44 -05:00
e538c9793e fix(demos): fix paths 2015-09-10 10:20:43 -05:00
31d04a1093 feat(gulp): add demos task 2015-09-09 16:52:25 -05:00
91d1c5b5f7 chore(publish): specify files to publish to npm 2015-09-09 15:56:53 -05:00
3720a09500 v2 docs 2015-09-08 13:50:01 -05:00
e875fe500f fix api doc template params 2015-09-08 10:51:57 -05:00
45d579681a fix modal and popup doc links 2015-09-08 10:51:18 -05:00
3c4d36b835 fix(animations): update wapi polyfill
Do not clear out all inline styles after the web animation api
polypfill has finished.
2015-09-06 22:13:05 -05:00
02db50e96d add angular version to publish task 2015-09-06 22:11:46 -05:00