116 Commits

Author SHA1 Message Date
4d218666fb docs(navController): fix param parsing error
Closes #5137
2016-01-22 10:24:32 -06:00
f5f4169db0 fix(NavController): default setRoot/setPages to not animate transitions
setRoot() will be commonly used by side menus, which should not animate between pages.
2016-01-21 16:38:57 -06:00
ba0a041e86 fix(NavController): check if view has already been destroyed 2016-01-21 16:32:59 -06:00
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -06:00
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
6b2f42467f fix(navParams): move navParams to nav-params.ts 2016-01-15 11:03:14 -06:00
ff10b3bb49 fix(navCtrl): add more states during transitions 2016-01-15 10:21:18 -06:00
02626b9489 chore(): add types to Refresher 2016-01-14 21:04:20 -06:00
100b1e79ae chore(): fix Tabs types 2016-01-13 22:40:30 -06:00
8fdc9ed673 chore(): fix NavController typescript errors 2016-01-12 21:41:37 -06:00
00b0f4de56 chore(): fix NavController typescript errors 2016-01-12 16:02:20 -06:00
4bc6d8a6af fix(overlay): log error when rootNav is Tabs
Closes #897
2016-01-09 23:13:12 -06:00
4203f9b179 Merge branch 'overlay-refactor' 2016-01-04 09:26:59 -06:00
da986a5fb0 feat(transition): pass isRTL in transition opts 2016-01-01 21:56:40 -06:00
ac7ca8756f docs(navCtrl): NavController#present docs 2015-12-31 21:09:30 -06:00
2c169ff508 wip 2015-12-30 15:03:05 -06:00
c65d2331ff miss quote in direction option example 2015-12-29 14:16:05 +01:00
c136d2143a alert wip 2015-12-23 23:11:40 -06:00
98e4336c16 wip 2015-12-22 21:45:28 -06:00
829442dffe chore(decorators): move decorators up one directory 2015-12-18 10:32:24 -06:00
364f9e12ae fix(keyboard): close keyboard after transition
Closes #754
2015-12-16 10:49:24 -06:00
fc8554b657 docs(navController): update page link 2015-12-11 11:10:16 -05:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
62b31f1b1d chore(navCtrl): print out error msg for invalid component 2015-12-10 15:13:42 -06:00
9f0ab4a86e feat(page): auto-add css className built from JS component name 2015-12-10 11:34:12 -06:00
5793716b67 feat(rootNav): create rootNav property on NavController/Tabs
#714
2015-12-10 07:35:25 -06:00
ed5328939a fix(overlay): append overlays next to ion-overlay, not in
Closes #698
2015-12-08 12:48:35 -06:00
91d8b3f43f docs(nav-controller): add related, demo links 2015-12-08 11:49:44 -06:00
be4601319b docs(): nav-controller and view-controller 2015-12-07 10:43:11 -05:00
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
f32a198364 fix(navCtrl): clean up class/style 2015-12-02 15:26:30 -06:00
7ac6ee4ccf chore(): wtf rename 2015-12-02 08:37:39 -06:00
ed72a7a160 chore(): remove dup method 2015-12-01 22:13:49 -06:00
f440f029f3 perf(wtf): wtf time range 2015-12-01 21:39:30 -06:00
85e773b56b refactor(navCtrl): move async parts of transition into their own fn 2015-12-01 19:59:21 -06:00
8c982fbc3d docs(): viewController and navController docs 2015-12-01 16:43:15 -05:00
448385ed84 fix(navCtrl): run change detection after stage
Also fixes #675
2015-12-01 11:01:11 -06:00
85d6d6f89e chore(wtf): figure out wtf 2015-11-30 21:52:44 -06:00
abf482f662 chore(wtf): prefix wtf with ionic. 2015-11-30 20:52:48 -06:00
ede79c89c1 fix(navCtrl): use lower level compiler API 2015-11-30 20:05:47 -06:00
dbed133e60 docs(navController): docs 2015-11-30 17:02:29 -05:00
4f8ccb4cba feat(wtf): add web tracing framework to NavController 2015-11-30 14:34:22 -06:00
7b44ff36dc fix(navCtrl): do not detach change detection 2015-11-30 12:29:32 -06:00
c3ef6f4db8 fix derp 2015-11-29 20:56:16 -06:00
343048cbfd fix(router): prevent double navs 2015-11-29 00:22:50 -06:00
e0da73e07a feat(navCtrl): create postRender 2015-11-28 23:15:47 -06:00
ad276f4161 fix(navCtrl): wrap user lifecycle evts w/ try/catch 2015-11-28 00:10:38 -06:00
3d47061e4a feat(nav): detach ChangeDetectorRef during transition 2015-11-27 22:14:55 -06:00
b9d69da414 docs(navController): update overview 2015-11-25 14:31:57 -06:00
a07dd80117 docs(navController): better navController docs and examples
Closes #417
2015-11-25 15:20:01 -05:00