2586 Commits

Author SHA1 Message Date
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
04049bddac docs(ionicons): move to top level
Related to the following commit: e75930d932.
2016-04-22 14:15:13 +02:00
985bb89082 Merge branch '2.0' into picker
# Conflicts:
#	ionic/components.ts
2016-04-21 23:47:16 -05:00
d5068f8430 feat(picker): init picker 2016-04-21 23:46:00 -05:00
f68ac8a3fd feat(platform): add a readySource as ready resolved value 2016-04-21 23:03:31 -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
dbf7099498 Merge branch '2.0' into pr/6203 2016-04-21 19:39:57 -04:00
2255513205 refactor(blur): remove blur component
BREAKING CHANGES: blur component has been removed

fixes #6272
2016-04-21 17:35:34 -04:00
617b7ac000 fix(show-hide-when): add !important to display as this should always take precedence
fixes #6270
2016-04-21 16:14:31 -04:00
1ca4f374e0 docs(input): fix typo 2016-04-21 14:06:16 -05:00
03b998133a style(toast): fix linter error 2016-04-21 14:47:03 -04:00
f9ea2d85a5 fix(toast): remove unused options
references #5582
2016-04-21 14:28:58 -04:00