97 Commits

Author SHA1 Message Date
e06cf71aae feat(tabs): rootParams, pass params to tabs
Closes #5172
2016-02-15 00:01:23 -06:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
79a94db490 test(tabs): fix toggles in modal for tabs 2016-02-10 11:52:05 -06:00
42f6b1056f fix(input): update input css/tests 2016-01-27 08:09:37 -06:00
86ce9a0eec feat(tabs): add selectedIndex property to tabs 2016-01-25 13:22:38 -06:00
48c2ca6e98 test(tabs): add modal to the basic tabs test to make sure it opens properly
references #5126
2016-01-25 13:46:04 -05:00
8fc159e2e8 test(tabs): add badge test for a dynamic value
References #5007
2016-01-23 14:31:48 -05:00
21ae736b9a feat(tabs): add tabBadgeStyle which allows you to pass in a color for the badge to be
Closes #5007
2016-01-23 12:41:56 -05:00
28196e9427 feat(tabs): add ability to add badges to the tab
Can now add badges to a tab but can’t style them yet.

References #5007
2016-01-23 12:41:56 -05:00
4bc6d8a6af fix(overlay): log error when rootNav is Tabs
Closes #897
2016-01-09 23:13:12 -06:00
4d0d2a5d4d test(tabs): add change and ViewChild example
Closes #895
2016-01-09 21:45:55 -06:00
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
1e427443ad chore(): fix overlay demos/tests 2015-12-30 20:38:27 -06:00
c136d2143a alert wip 2015-12-23 23:11:40 -06:00
6c4dced0b6 feat(tabs): add change event 2015-12-21 10:45:01 -06:00
0dd6b2f4bd feat(tabs): add select event to tab 2015-12-21 09:50:14 -06:00
6559a98d4b fix(tabs): fix CSS so user can set a color on ion-tabs
fixes #776
2015-12-18 11:30:31 -05: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
5793716b67 feat(rootNav): create rootNav property on NavController/Tabs
#714
2015-12-10 07:35:25 -06:00
6ca7e357b6 chore(): remove navbarStyle/tabbarStyle configs 2015-12-09 09:46:55 -06:00
243f03e545 Merge branch 'alpha50' into css-refactor 2015-12-09 07:47:30 -06:00
30b88d746b chore(): add ng prefix to lifecycle interfaces 2015-12-08 21:38:26 -06:00
8b693ce836 toolbar button updates 2015-12-07 11:18:00 -06:00
f440f029f3 perf(wtf): wtf time range 2015-12-01 21:39:30 -06:00
54e40da9ad test(tabs): use setRoot to log out 2015-11-30 23:20:48 -06:00
343048cbfd fix(router): prevent double navs 2015-11-29 00:22:50 -06:00
1d1f94cab6 test(tabs): async nav to tabs 2015-11-27 23:22:45 -06:00
725e09335d style(list): rename ion-header to ion-list-header EVERYWHERE
closes #418
2015-11-24 16:58:19 -05:00
103c183190 fix(keyboard): close keyboard before transition
Closes #616
2015-11-23 12:21:47 -06:00
4e01ec09a2 feat(tabs): ref parent nav controllers
Closes #621
2015-11-22 23:10:26 -06:00
47f505a66a fix(tabs): disable tab preloading 2015-11-17 09:12:02 -06:00
9ddcc44f67 refactor(toolbar): allow any content in the center 2015-11-11 11:27:11 -06:00
246fd977f2 feat(tabbarStyle): set tabbar color from config/attr
Closes #436
2015-11-05 22:19:37 -06:00
6390d768de Ghost tabs test 2015-11-05 21:15:17 -06:00
3d4aad8eaa chore(tabbar): rename tab-bar to tabbar 2015-11-02 19:38:30 -06:00
70db8e695e test(tabs): tabs with a side menu example 2015-11-02 09:30:45 -06:00
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
6c44ae6246 update animations 2015-10-10 23:52:01 -05:00
26e3554d56 rename IonicView to Page 2015-10-07 13:44:53 -05:00
1befe94802 alpha39 updates 2015-10-07 10:51:08 -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
0e2ac93382 e2e test updates 2015-10-06 12:15:13 -05:00
f1b00c6446 tabs wip 2015-10-05 21:37:56 -05:00
723a63704b chore(): remove old tabs e2e 2015-10-05 20:06:57 -05:00
46fc56fb95 Fix(demo): Remove ion-view from demos for scoll (basic, pull-to-refresh) and tabs (tab-bar-bottom) 2015-10-02 14:10:05 -06:00
ae6e140fbf feat(ionTabs): hide tabs by default with MD
Closes #229. Closes #236
Squashed commit of the following:

commit f566321e54937b8d31a8d1f85948ab5d984b9e37
Author: mhartington <mikehartington@gmail.com>
Date:   Fri Oct 2 11:03:50 2015 -0400

    feat(ionTabs): organize code and clean font sizes

commit 9ee1e28f0b01e9e195bc24a65066a57d66e5ec50
Author: mhartington <mikehartington@gmail.com>
Date:   Fri Oct 2 10:51:36 2015 -0400

    feat(ionTabs): move scss to tabs.scss

commit 3eba74c27c8eefe6e61f8f3ac12742edb7181772
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 16:23:37 2015 -0400

    feat(ionTabs): add test

commit 34f61431d41283fc8e5ed2f64e0874659072660b
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 16:13:05 2015 -0400

    feat(ionTabs): reuse tabBarIcons

commit 8c6f0edb17bcc6ff0c5f8b7be66f2be8a6775d48
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 15:56:29 2015 -0400

    feat(ionTabs): hide tab icon for md
2015-10-02 11:45:35 -04:00
d4a3005524 refactor(nav): NavController/Tabs overhaul
Closes #213
2015-10-01 15:04:49 -05:00
f6331a688f fix(nabber): iOS nabber updates 2015-09-29 16:41:30 -05:00