326 Commits

Author SHA1 Message Date
b36feba66f chore(): remove unused imports 2016-04-29 15:51:43 -05: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
3ca7d1a4ef docs(tabs): fix ViewChild example 2016-04-29 12:56:53 -04:00
aa7c0bfb1f docs(tabs): update to use ViewChild 2016-04-29 12:47:07 -04:00
feeb7bc996 test(): updates for angular 2.0.0-beta.16 2016-04-28 23:13:57 -05:00
e6a673bd32 chore(angular): update to angular 2.0.0-beta.16 2016-04-28 23:12:56 -05:00
b4647cdc2e fix(tabs): remove min-width from tab so 5 tabs will fit
fixes #6056
2016-04-21 20:23:59 -04:00
95af318d3e style(toast): update sass formatting 2016-04-21 09:34:17 -05:00
219059c5b0 fix(sass): fix sass errors 2016-04-21 09:10:02 -05:00
c3fb051ed6 style(sass): fix linter errors 2016-04-20 15:33:55 -04:00
8d8cc4c097 fix(tabs): do not init w/ tab that is hidden or disabled
Closes #6226
2016-04-19 11:27:34 -05:00
428156c340 test(tabs): clean up tabs basic test 2016-04-17 00:55:51 -05:00
0c4171e7bb feat(changeDetection): detach Tabs when not active 2016-04-17 00:52:51 -05:00
1b085e3b73 feat(tabs): enabled and show inputs
Closes #5768
2016-04-14 22:47:26 -05:00
b99db127e5 derp: missing end of code block 2016-04-14 13:29:47 -04:00
4f4558ad65 docs(tab): update tab API docs to include more usage examples
references #5819
2016-04-14 13:14:32 -04:00
44403d1d87 feat(statusbarPadding): add statusbar-padding css to toolbars 2016-04-14 12:00:51 -05:00
ccb6724f59 docs(tabs): move selecting tab code down to usage
add more basics to usage.

references #5819
2016-04-14 11:53:59 -04:00
b52700b42e docs(tab): improve API docs for tab
references #5819
2016-04-11 23:04:46 -04:00
81dd1cc8b5 fix(tabs): remove tabbarIcons and fix windows styling to use tabbarLayout
update tabs docs.

BREAKING CHANGE: `tabbarIcons` is officially removed, please use
`tabbarLayout` instead. View the Tabs API docs for more information.

fixes #6126
references #5819
2016-04-11 22:04:45 -04:00
5d08a5d422 docs(tabs): update API docs for tabs
references #5819
2016-04-11 18:23:22 -04:00
f1046032b1 docs(tabs): improve tabs API documentation
references #5819
2016-04-11 18:01:43 -04:00
203b07809e Revert "fix(sass): remove global imports from components"
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
2016-04-11 13:24:58 -04:00
dad2155ecd fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
2016-04-11 11:59:44 -04:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
77772370bf feat(app): getActiveNav() method 2016-04-07 20:45:55 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
5f2e737904 feat(sass): add support for contrast in color map for wp mode
BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-wp: (

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

references #5445
2016-03-22 18:07:59 -04:00
9efa3ea3e6 feat(sass): add support for contrast color in MD mode colors map
BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-md: (

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

references #5445
2016-03-22 17:53:08 -04: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
d3d689ae11 style(sass): remove all PropertySortOrder errors from linter
references #5797
2016-03-14 15:56:19 -04:00
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
8b1783bb25 Merge pull request #5738 from manucorporat/tabs-style-ios
fix(tabs): improves tabs style for iOS
2016-03-06 14:14:29 -06:00
897501650a fix(nav): create opts object when undefined/null
Closes #5737
2016-03-06 14:07:26 -06:00
b9a46288dc fix(tabs): improves tabs style for iOS 2016-03-06 10:43:28 +01: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
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
cd723898b7 docs(tabs): update tabs demo to include colors and badges
references driftyco/ionic-site#453
2016-02-29 18:43:43 -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
138e8763dc feat(windows): clean up action sheet UI
references #5565
2016-02-24 14:46:45 -05:00
fa2e4b2c70 feat(windows): add tabs component and clean up windows UI
references #5565
2016-02-24 13:05:43 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
892b0071cb fix(sass): rename brightness/inverse sass functions
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -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
8f30154230 chore(tabs): add optional parent NavController 2016-02-17 14:00:39 -06:00
f757f8abe1 chore(tabs): fix tabs injectables 2016-02-17 13:51:33 -06:00
ae17e7f988 docs(tabs): updated docs 2016-02-17 12:45:40 -05:00
e06cf71aae feat(tabs): rootParams, pass params to tabs
Closes #5172
2016-02-15 00:01:23 -06:00