Tim Lancina
2178638659
chore(): update scripts README
2016-02-04 16:32:19 -06:00
Tim Lancina
dcc20fa983
fix(generators): use mkdirp-no-bin
...
When using npm link to develop against Ionic locally, most setups by
default require the use of 'sudo', which then requires the gulp clean
task to also be run with sudo. Switch to mkdirp-no-bin so there are no
root owned files in dist/node_modules when using sudo npm link.
2016-02-04 15:23:00 -06:00
Adam Bradley
276b1a591a
chore(): add to local npm readme steps
2016-02-03 23:15:24 -06:00
perry
eccac3aa57
chore(docs): remove description header from API docs Fixes driftyco/ionic-site#390
2016-02-03 12:00:09 -06:00
Adam Bradley
1abe9918ea
chore(snapshot): ignore files to upload
2016-02-03 11:55:18 -06:00
Adam Bradley
8f44076169
chore(): steps to run local npm ionic-framework
2016-02-02 16:41:35 -06:00
Perry Govier
ab01be765d
docs(demos): copy explanation of how to update component demos on ionic-site
2016-02-02 12:46:04 -06:00
Perry Govier
ba659a7606
docs(demos): document how to deploy API demos
2016-02-02 12:37:30 -06:00
Adam Bradley
c2cf3b0636
refactor(themes): adjusted scss structure for additional themes
...
Related #4967
2016-02-02 10:02:31 -06:00
Tim Lancina
920ab4388c
me good counting
2016-02-01 19:26:25 -06:00
Tim Lancina
c085f6f75b
chore(release): add release gulp task
2016-02-01 19:19:11 -06:00
perry
b0f40efa20
chore(CI): compile API demos after ionic-site clone and before ionic-site commit
2016-02-01 18:10:01 -06:00
perry
f786067b42
chore(demos): changing the order so api demos run before docs (so they're committed to ionic-site)
2016-02-01 17:59:04 -06:00
perry
6fa2283b2f
chore(demos): automating API Demos
2016-02-01 17:53:51 -06:00
Tim Lancina
b4758b1b8d
chore(publish): update publish instructions
2016-02-01 15:29:22 -06:00
Tim Lancina
347d27c12d
chore(publish): rename prepare to prepublish, remove publish task
2016-02-01 15:27:16 -06:00
perry
494d0da4ce
chore(docs): jekyll no longer allows filters in meta data. slugify title to get page ID in nunjucks instead
2016-01-29 10:27:07 -06:00
Brandy Carney
cb7a3589fd
chore(snapshot): update snapshot to run all tests
2016-01-28 14:47:14 -05:00
Brandy Carney
f602795147
Update README.md
2016-01-28 12:22:51 -05:00
Brandy Carney
bc45ca1d59
Update README.md
2016-01-28 12:20:14 -05:00
Brandy Carney
603d1c6e16
Update README.md
2016-01-28 11:52:47 -05:00
Brandy Carney
464ed5f6e2
Update README.md
2016-01-27 10:55:29 -05:00
Adam Bradley
e76b55994c
fix(input): checked attr can be an empty string or no value
2016-01-27 08:09:37 -06:00
Adam Bradley
42f6b1056f
fix(input): update input css/tests
2016-01-27 08:09:37 -06:00
Adam Bradley
b3a7298a52
refactor(input): place inputs inside of ion-item
2016-01-27 08:09:37 -06:00
Tim Lancina
a598e8e1c6
chore(): add es6-shim to e2e tests, fixes Android
2016-01-25 14:32:04 -06:00
Tim Lancina
e878b738a2
Update README.md
2016-01-25 14:05:35 -06:00
perry
7d158a5219
Merge branch '2.0' of github.com:driftyco/ionic into 2.0
2016-01-22 13:59:54 -06:00
perry
0ecd311778
moving docs.index task to ionic-site repo
2016-01-22 13:59:49 -06:00
Tim Lancina
9acd56ef51
chore(publish): read versions from root package.json
2016-01-21 10:50:58 -06:00
Brandy Carney
96b796228b
docs(README): add steps for releasing
2016-01-21 11:09:18 -05:00
Adam Bradley
fdaaded1c7
chore(snapshot): fix e2e tests for snapshot
2016-01-20 21:50:02 -06:00
Tim Lancina
01d7eea9e0
chore(package): add caret to angular peerDep
2016-01-20 16:41:41 -06:00
perry
92c67b4174
chore(search): automatically compile docs search index
2016-01-20 14:42:37 -06:00
perry
d0de3d8d8a
Merge branch '2.0' of github.com:driftyco/ionic into 2.0
2016-01-20 13:41:09 -06:00
perry
73b9014271
chore(docs): generate unique v2 docs search index
2016-01-20 13:41:04 -06:00
Adam Bradley
94ef1f4ce1
chore(package): add npm keywords property
2016-01-20 09:09:19 -06:00
Adam Bradley
3213d02375
refactor(NavController): improve transitions, view stages
...
This refactor made it so view transitions do no step on one another when a new transition happens
during an active transition.
2016-01-19 14:24:49 -06:00
Drew Rygh
c740b8e479
chore(demos): remove loading icon
...
Related: https://github.com/driftyco/ionic-site/issues/299
2016-01-14 16:52:46 -06:00
mhartington
3e5a36a15f
docs(): update improve links
2016-01-13 17:48:22 -08:00
Drew Rygh
5aa93f70db
chore(demos): remove platform-cordova
2016-01-11 13:37:40 -06:00
Drew Rygh
4b9a761f76
docs(demos): update tabs demo
2016-01-06 09:07:23 -06:00
Tim Lancina
0d1ef20622
fix(demos): update demos wip
2016-01-04 17:57:57 -06:00
Adam Bradley
3374deab3d
test(): fix web-animations ref for e2e tests
2016-01-04 15:08:11 -06:00
Adam Bradley
faee5fcdba
fix(rAF): move rAF to web-animations polyfill
...
RequestAnimationFrame polyfill is required for Android 4.3 and below,
and it must be written to the window object for Angular to work
correctly. Related #794
2016-01-04 14:18:54 -06:00
Brandy Carney
caa850295c
Update scripts README.md
2016-01-02 17:39:27 -05:00
Adam Bradley
f38ad4a7d2
feat(rtl): add sass var $include-rtl
2016-01-01 22:34:57 -06:00
Adam Bradley
0b4b8628bf
feat(platform): add isRTL() and body css class
2016-01-01 21:35:21 -06:00
Drew Rygh
5e8450df06
docs(api): clean up return and params formatiing
...
Closes #827
2015-12-29 19:29:12 -06:00
Drew Rygh
c98eea8919
docs: use more accurate class name
2015-12-29 15:44:20 -06:00