106 Commits

Author SHA1 Message Date
b4647cdc2e fix(tabs): remove min-width from tab so 5 tabs will fit
fixes #6056
2016-04-21 20:23:59 -04:00
428156c340 test(tabs): clean up tabs basic test 2016-04-17 00:55:51 -05:00
ff1a8ac6c7 feat(sass): add the ability to pass a contrast color in the colors map to iOS
this adds the functions necessary for the other modes as well

BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-ios: (

  primary: (
    base: #327eff,
    contrast: yellow
  ),
  secondary: (
    base: #32db64,
    contrast: hotpink
  ),
  danger: #d91e18,
  light: #f4f4f4,
  dark: #222
) !default;
```

references #5445
2016-03-22 17:14:39 -04:00
6b93bc10fd fix(tabs): don't add the has-icon class to a tab button if the layout is icon-hide
fixes #5658
2016-03-04 15:46:38 -05:00
29ff7f1159 feat(windows): UI fixes
references #5565
2016-03-03 17:39:53 -05:00
8cfebe1386 refactor(tabs): remove tabbarIcons and add tabbarLayout which accepts different values
BREAKING CHANGES: `tabbarIcons` has been replaced with `tabbarLayout`
with the following values: `icon-top`, `icon-left`, `icon-right`,
`icon-bottom`, `icon-hide`, `title-hide`.

closes #5625
2016-02-26 16:44:32 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
b9eec24c88 fix(tabs): pop tab page to parent nav
Closes #5196
2016-02-19 21:43:28 -06:00
7e49ff2550 test(Tabs): add lifecycle logs 2016-02-19 10:54:05 -06:00
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