9022812526
docs(dgeni): ## Members
isn't being parsed by markdown, just use HTML
2015-11-30 14:37:10 -06:00
7f0c53313d
docs(dgeni): indicate that nightly v2 docs are for v2
2015-11-30 14:25:54 -06:00
d3f4aa4842
docs(CI): remove demos from CI tasks
2015-11-30 13:30:29 -06:00
11d587c34f
Revert "fix e2e_template.html rx.js 404"
2015-11-25 07:07:38 -06:00
956776ea5b
fix e2e_template.html rx.js 404
2015-11-25 20:02:34 +08:00
9986fc87f2
chore(demos): simplify demo build steps
2015-11-24 15:23:14 -06:00
2034c667a4
chore(docs): make copy.web-animations a dependency of docs task
2015-11-24 10:43:13 -06:00
fe34a4224e
chore(docs): gulp docs shouldn't update ionic bundle
2015-11-23 18:19:53 -06:00
023fd1753e
chore(docs): run gulp src on each build
2015-11-23 16:53:43 -06:00
d23b59a085
chore(): slow down snapshot :(
2015-11-19 07:44:29 -06:00
564b674ba7
chore(CI): using circle specific git SHA1 envar
2015-11-18 15:40:25 -06:00
6d45974324
chore(CI): Initial Circle CI test
2015-11-18 15:25:59 -06:00
d5ac78f7b0
fix(keyboard): improve keyboard scroll assist
2015-11-13 16:53:28 -06:00
982f32bbcb
fix(demos): explicitly set android menu width
...
Closes #401
2015-11-05 16:16:08 -06:00
9075f7b154
chore(): add time/timeEnd console logs
2015-11-04 14:45:35 -06:00
eb0f29aa98
chore(snapshot): do not upload ionic-site
2015-11-03 11:19:17 -06:00
ab8985c860
update(angular): alpha.45
2015-11-03 10:49:54 -06:00
86aa23c0ba
refactor(searchbar): renamed all selectors, variables, and components from search-bar to searchbar
...
references #419
2015-11-02 21:07:45 -05:00
0824c3daf3
refactor(searchbar): moved search-bar files to searchbar
...
references #419
2015-11-02 21:07:44 -05:00
3d4aad8eaa
chore(tabbar): rename tab-bar to tabbar
2015-11-02 19:38:30 -06:00
c19fcd5bed
chore(navbar): rename nav-bar files to navbar
2015-11-02 16:52:52 -06:00
f72a0e0f5a
chore(build): update npm package information
2015-11-02 11:29:16 -06:00
2d27f270dc
Update README.md
...
Closes #399
2015-11-02 10:28:22 -06:00
b364017ff2
fix(zIndex): ion-page dynamic zIndex
2015-10-31 14:01:23 -05:00
3fa2f6b7de
docs(components): import ionic sass
2015-10-30 15:54:12 -05:00
9b9c820b2a
fix(sticky): sticky headers. Fixes #383
2015-10-30 09:49:00 -05:00
f721020dc0
chore(snapshot): no css animations
2015-10-29 22:29:44 -05:00
8a5d22f4da
chore(snapshot): prevent css animations during snapshot
2015-10-29 15:38:22 -05:00
36f82b2473
refactor(NavController): restructuring and perf improvements
2015-10-29 14:37:49 -05:00
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
cd1d4cc82a
docs(demos): use cordova platform class to style statusbar
2015-10-26 13:53:41 -05:00
c914aa8912
chore(README): component docs build process
2015-10-20 17:16:50 -05:00
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
9bcf8bfa3f
chore(): move dev readme to scripts dir
2015-10-20 14:29:17 +01:00
e2ac2e90c5
update npm readme
2015-10-18 22:43:18 +01:00
43f5b092fd
fix(tabs): prevent flicker when loading tab
2015-10-18 22:38:12 +01:00
e157f1ff1f
Update README.md
2015-10-16 15:15:24 -05:00
ec51852af0
chore(): update npm package.json
2015-10-16 15:05:00 -05:00
4c53a4b554
chore(): rename IonicConfig to Config
2015-10-16 11:53:11 -05:00
79e881232c
update to angular 2.0.0-alpha.44
2015-10-16 09:07:59 -05:00
02cccbf47e
Merge pull request #271 from driftyco/bundle-demos
...
Bundle demos
2015-10-10 17:16:07 -05:00
fa2ae9cd93
rename(sections): .navbar-container now ion-navbar-section
2015-10-10 17:14:03 -05:00
aa816a9072
bundle demos with CJS
2015-10-09 22:45:46 -05:00
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