54 Commits

Author SHA1 Message Date
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
45e37ceb29 test(e2e): update all e2e tests to use a local path to ionic
this lets type errors to show up during development

closes #6366
2016-04-29 15:34:56 -04:00
bef4a67025 feat(content): add scrollToBottom 2016-04-18 21:22:39 -05:00
0a83f2f260 feat(directives): auto provide IONIC_DIRECTIVES to all components
Closes #6092
2016-04-18 17:30:58 -05:00
5ceb5df238 docs(content): use @ViewChild to find content component 2016-04-12 09:37:51 -05:00
442d135dae feat(ion-content): adds <ion-fixed> for non-scrollable page content
closes #5987
2016-03-30 21:07:32 +02:00
897501650a fix(nav): create opts object when undefined/null
Closes #5737
2016-03-06 14:07:26 -06:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
8f0b88b7e4 fix(NavController): fire onPageWillUnload/DidUnload
Fixes #5507
2016-02-18 11:05:45 -06:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
38a3be438f fix(button): bar-button uses inner span as flexbox
- Fixed block/full buttons, now there are display: block
- Fixes <ion-segment-button> warnings
2016-02-10 15:49:19 +01:00
ecb5e4f031 test(alert): dismiss alert, then run nav.pop() 2016-01-29 23:31:51 -06:00
42f6b1056f fix(input): update input css/tests 2016-01-27 08:09:37 -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
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
364f9e12ae fix(keyboard): close keyboard after transition
Closes #754
2015-12-16 10:49:24 -06:00
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
8b693ce836 toolbar button updates 2015-12-07 11:18:00 -06:00
85e773b56b refactor(navCtrl): move async parts of transition into their own fn 2015-12-01 19:59:21 -06:00
cd9e6a2ab1 test(nav): removing automatic page push on nav 2015-12-01 14:27:17 -05:00
448385ed84 fix(navCtrl): run change detection after stage
Also fixes #675
2015-12-01 11:01:11 -06:00
10c76a64df feat(viewCtrl): setBackButtonText() 2015-12-01 09:43:12 -06:00
f2afea8479 feat(viewCtrl): create showBackButton() 2015-12-01 09:23:26 -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
f4d82f05ea fix(navController): update element caching
Also renamed setViews() to setPages(), and moved the index argument in
insert() to be the first arg.
Closes #641
2015-11-25 10:27:55 -06:00
725e09335d style(list): rename ion-header to ion-list-header EVERYWHERE
closes #418
2015-11-24 16:58:19 -05:00
8df924f7d3 test(nav): added setRoot tests 2015-11-23 13:37:17 -06:00
ddafee9829 fix(export): export IONIC_DIRECTIVES
Closes #393
2015-11-07 11:58:29 -06:00
35159a4daa fix(nav-registry): NavRegistry is a singleton 2015-11-05 17:07:02 -06:00
b8db33ebb8 refactor(nav): move stage to nav-controller 2015-11-02 11:55:53 -06:00
7715d047d0 feat(hideBackButton): hide-back-button attr on ion-navbar
Closes #377
2015-10-30 11:11:35 -05:00
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
94c02e71b2 improve iOS navbar transitions 2015-10-18 19:33:22 +01:00
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
8f1a0b40f9 Revert "NavController popTo takes componentType"
This reverts commit 63aebf8ba89120f3347977c69130ec1d86cf0410.
2015-10-09 00:18:02 -05:00
63aebf8ba8 NavController popTo takes componentType 2015-10-08 22:56:17 -05:00
7ccdfed018 feat(nav-controller): remove method 2015-10-08 20:42:34 -05:00
26e3554d56 rename IonicView to Page 2015-10-07 13:44:53 -05:00
963f3dca1b feat(segment): default styles and header fit 2015-10-02 11:25:40 -05:00
db6c7b7283 feat(nav): add NavRegistry 2015-09-24 17:34:47 -06:00
7fe4b69b98 feat(navPush): support array syntax or [nav-params] property 2015-09-24 15:53:14 -06:00
54af55d9da feat(navController): navController insert method 2015-09-24 15:17:48 -06:00
51fa25996c feat(navPush): navPush takes array for navParams 2015-09-23 18:11:26 -05:00
89c0a0ef09 refactor(): rename ViewController/ViewItem
Rename ViewController to NavController, ViewItem to ViewController
2015-09-23 16:57:25 -05:00
3364414d24 use padding attribute 2015-09-18 21:58:44 -05:00
e741608f05 hide toolbar menu-toggle when not the root 2015-09-15 14:51:03 -05:00
217546abb1 alpha.36 update 2015-09-02 21:50:24 -05:00
26e0117a3f ionic router update 2015-08-21 23:04:23 -05:00