2597 Commits

Author SHA1 Message Date
c5c1498cab docs(misc): copy edits from @kgindervogel 2016-05-10 17:51:20 -05:00
a495ed1eaf docs(radio): improve API docs behind radio and link to related API docs
references #6466
2016-05-10 18:23:58 -04:00
cf5ef7d258 feat(radio-button) fix thrown error on dismiss solves #6466 2016-05-10 14:08:14 -07:00
e9c144268f fix(select): add min height to select text for windows since it shows border 2016-05-10 15:29:05 -04:00
3ca3027b51 fix(toolbar): add the mode to the inverse function for a toolbar
Use the mode instead of the sass variable to determine which color the
buttons in a toolbar should be based on the background color. Added
error messages when anything other than a color is passed and more
comments.

BREAKING CHANGES: ios mode `$toolbar-ios-button-color` now has a
default value of `color-contrast($colors-ios, $toolbar-ios-background,
ios)` which will evaluate to the primary color for light background
toolbars and white for dark background toolbars.

fixes #6364
2016-05-10 13:46:38 -04:00
90d4c1d5bc test(toolbar): fix the contact icon in the e2e test
references #6364
2016-05-10 10:34:08 -04:00
74afc18f37 fix(toolbar): set the text color of the toolbar based on the contrast of the background
BREAKING CHANGES:

`$bar-button-ios-color` has been renamed to `$toolbar-ios-button-color`
`$bar-button-ios-border-radius` has been renamed to
`$toolbar-ios-button-border-radius`

added variables for the toolbar ios title for easier styling:

```
$toolbar-ios-title-font-weight
$toolbar-ios-title-text-align
$toolbar-ios-title-text-color
```

references #6364
2016-05-10 10:34:08 -04:00
62bd13ba56 fix(toolbar): wp get title/button color from the contrast of toolbar background
BREAKING CHANGES:

`$bar-button-wp-color` was renamed to `$toolbar-wp-button-color`
`$bar-button-wp-border-radius` was renamed to
`$toolbar-wp-button-border-radius`

Added `$toolbar-wp-title-text-color` for better control of the title
color

Removed `$toolbar-wp-button-color` from the default themes

references #6364
2016-05-10 10:34:08 -04:00
d12efea18a docs(loading): small spelling fixes 2016-05-09 14:55:44 -05:00
40329314ae docs(loading): update loading docs
Reference https://github.com/driftyco/ionic-site/issues/597
2016-05-09 15:36:43 -04:00
4fa2ce7fa3 docs(navController): add docs for navOptions 2016-05-09 10:48:40 -04:00
67590745e4 fix(toolbar): remove color change from outline buttons in toolbar
add color to ripple for outline buttons in toolbar

references #6364
2016-05-05 12:49:28 -06:00
9f54f160f0 fix(toolbar): md mode use the color contrast for toolbar button/title
BREAKING CHANGES:

`$toolbar-md-button-color` no longer gets passed to the function that
sets the contrast color for toolbar buttons, but it can still be used
to set the default button color.

`$bar-button-md-color` was renamed to `$toolbar-md-button-color`
`$bar-button-md-border-radius` was renamed to
`$toolbar-md-button-border-radius`

references #6364
2016-05-05 11:13:37 -06:00
132d8e977a fix(slides): set class using renderer instead of host
fixes #6275
2016-05-05 10:28:28 -06:00
f355087942 fix(slides): make slide method parameters optional
references #5508
2016-05-04 17:13:26 -06:00
ab82d532dc fix(toggle): add styling for toggle when placed left
BREAKING CHANGES: renamed Sass variables in toggle, checkbox, and
radio. Changed `media` in `component-mode-media-padding` (for example)
to `item-left`.

references #5925
2016-05-04 17:13:26 -06:00
e075ccde08 fix(checkbox): add ability to align checkboxes to the right
closes #5925
2016-05-04 17:13:26 -06:00
4c5dd0b505 fix(radio): add styling for radio when item-left/item-right is added
references #5925
2016-05-04 17:13:26 -06:00
62b97ce4f3 fix(app): add status bar padding to navbar when a tab subpage
closes #6368
2016-05-02 13:08:19 -04:00
b36feba66f chore(): remove unused imports 2016-04-29 15:51:43 -05:00
369d78b021 fix(button): remove unnecessary ion-button-effect elements 2016-04-29 15:47:48 -05:00
4c8ee956b7 fix(loading): include cssClass in the Loading options
added to test as well

fixes #6365
2016-04-29 15:52:17 -04: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
e2366bbb11 docs(menu): update the docs for toggle and close
closes driftyco/ionic-site#393
2016-04-29 14:24:31 -04:00
35dee45219 docs(menu): split out menu and menu controller
expose menu input properties

references driftyco/ionic-site#393
2016-04-29 12:57:31 -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
41174f6b27 docs(spinner): make methods private to dgeni 2016-04-29 11:51:31 -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
e905bd717c test(toast): fix unit test 2016-04-28 14:38:06 -05:00
df328361fd chore(id): finding component by an id attr has been removed
BREAKING CHANGES: app.getComponent() has been removed. Please use
Angular's ViewChild annotation instead:
http://learnangular2.com/viewChild/
2016-04-28 11:29:48 -05:00
4fca31ec36 fix(segment): add disabled property to segment and segment button
rename Sass variables for opacity for consistency

references #5639
2016-04-27 16:09:07 -04:00
5030246c5d test(toast): add karma test for toast 2016-04-27 14:07:38 -04:00
658b29b827 fix(button): add the solid class to bar buttons
updated tests to include toolbar with solid buttons and bar buttons in
karma tests.

references #6202
2016-04-27 13:11:51 -04:00
cc50814696 test(button): fix karma test to use the right classes for solid style
references #6202
2016-04-27 12:31:17 -04:00
bef300e9f5 test(button): update dynamic test to only use one style at a time 2016-04-27 12:24:30 -04:00
da5c065ffa fix(button): add transparent background for clear/outline windows buttons
references #6202
2016-04-27 12:19:50 -04:00
42524480a0 fix(button): exclude solid from getting added to the button in the class
This prevents `button-solid-secondary` from being added when it should
just be `button-secondary`.

references #6202
2016-04-27 10:49:27 -04:00
21f86525de Merge branch 'pr/6203' into 2.0 2016-04-26 19:23:17 -04:00
8abc52997f test(button): add e2e test for dynamic button styles and colors
references #6202
2016-04-26 19:21:04 -04:00
e32f81651a Merge branch 'picker' into 2.0 2016-04-26 16:04:28 -05:00
aa9a667a3f feat(picker): add ios/md/wp picker styles 2016-04-26 16:03:44 -05:00
066ab712c0 chore(nativeRaf): use native raf over zone wrapped 2016-04-26 15:33:31 -05:00
a0c0228acb fix(grid): add ion-grid element which wraps the rows/cols and adds padding
update tests to use new ion-grid element

references #6238
2016-04-26 13:33:12 -04:00
3f07d6bd0b test(button): add test for raised buttons 2016-04-25 10:41:48 -04:00
bde103d2fb fix(input): clear text input
* Added Type Button

To prevent the clear button to call submit function if ngSubmit is used.

* Clear Input Action.

Added a change value action to the clearTextInput function. It now actually clears input
2016-04-25 08:42:22 -05:00
9d4ded1d31 docs(select): update API docs to include the interface property
Exposed some private properties to the docs. Changed the interface
errors to warnings.

closes driftyco/ionic-site#568
2016-04-22 17:10:21 -04:00
b3ab08eb8c Fix link to Refresher docs 2016-04-22 15:04:29 -04:00
5798e227de Update modal.ts 2016-04-22 09:46:15 -04:00